/*************************start general selectors****************************/
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:700,400);
body{
    font-family: 'Roboto Slab', serif;
	color:#484848;
	font-size:17px;
	line-height:25px;
	font-weight:normal;
	background:#ffffff;
	}
ol, ul {
    margin-top: 0px;
    margin-bottom: 0px;
}
li{
	list-style:none;
}
a{
	text-decoration:none;
	outline:none;
	color:inherit;
}
a:hover{
	text-decoration:none;
	color:inherit;
}
a:focus{
	color:inherit;
	text-decoration:none;
	outline:none;
}
.h1, h1 {
    font-size: 0px;
}
.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 0px;
    margin-bottom: 0px;
}
label{
	font-weight:normal;
}

/*************************end general selectors*****************************/ 
/*************************start common selectors****************************/
.responsive-image{
   max-width:100%;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clr {
	clear: both;
}
.clearfix:after{
	content:" ";
	display:block;
	clear:both;
	height:0;
	width:100%;
}
/*************************end common selectors****************************/
/*************************start nav selectors****************************/
.navbar {
    margin-bottom:0px;
}
.navbar {
    border-radius: 0px;
}
.navbar-default {
    background-color: #16768f;
    border-color: #16768f;
}
.navbar-default .navbar-nav > li > a {
    color: #fff;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: #90e8ff;
    background-color: transparent;
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #d73050;
}
/*************************end nav selectors****************************/
/*************************start content selectors****************************/
.container{
	max-width:1280px;
	margin:0px auto;
}
.header_bg{
	background:#ebede9;
	padding:15px 0px;
}
.header_bg .logo{
	text-align:center;
	margin-bottom:12px;
}
.header_bg .form-inline{
	 margin-bottom: 12px;
}
.header_bg .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0px;
    vertical-align: middle;
    width: 72%;
}
.header_bg .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
    width: 100%;
	border-radius:0px;
}

.header_bg .inside_icon{
	  display: none;
  }
.header_bg .inside_icon .icon_width01{
	margin:0px 12px 12px 0px;
}
.header_bg .inside_icon .icon_width01 h2 {
	  font-size: 13px;
	  color: #424242;
	  font-weight: normal
  }
.header_bg .inside_icon .icon_width01 .secure_payments {
	width: 30px;
	height: 32px;
	background:url(images/secure_payments.png) no-repeat 0 0;
	text-align: center;
}
.header_bg .inside_icon .icon_width01 .original_product {
	width: 30px;
	height: 32px;
	background:url(images/original_product.png) no-repeat 0 0;
	text-align: center;
}
.header_bg .inside_icon .icon_width01 .easy_return{
	width: 30px;
	height: 32px;
	background:url(images/easy_return.png) no-repeat 0 0;
	text-align: center;
}
.header_bg .inside_icon .icon_width01 .buyer{
	width: 30px;
	height: 32px;
	background:url(images/buyer.png) no-repeat 0 0;
	text-align: center;
}
.contact{
	text-align:center;
	color:#d73050;
}
.effect-adv {
    background-color: #000;
    overflow: hidden;
    position: relative;
}
.effect-adv img {
    opacity: 1;
    transition: opacity 1s ease 0s, transform 1s ease 0s;
    width: 100%;
}

.body_bg{
	padding:25px 0px;
	background:#f0f0f0;
}
.body_bg h2{
	padding-bottom:15px;
	color:#d73050;
	font-size:34px;
	text-align:center;
}

.body_bg .text01, .body_bg .text02{
	text-align:justify;
}
.image_border span{
	color:#286E86;
	font-size:16px;
}

.body_bg .email_link a{
	color:#D73050;
}
.body_bg .email_link a:hover{
	color:#292929;
}
.body_bg .image_border{
	text-align:center;
	margin-bottom:18px;
}
	
.body_bg .image_border img{
	border:1px solid #E0E0E0;
	padding:4px;
}
.body_bg .inside_bullet{
	margin-bottom:15px;
	margin-left:15px;
}
.body_bg .inside_bullet li{
	background:url(images/inside_bullet.png) no-repeat left 10px;
	color:#D73050;
	font-size:17px;
	padding:5px 0px 5px 25px;
}
.body_bg .inside_bullet li a{
	color:#D73050;
}
.body_bg .button{
	text-align:center;
}
.body_bg .btn-default {
    color: #fff;
    background-color: #286e86;
    border-color: #286e86;
}
.body_bg .btn{
	border-radius:0px;
	margin-bottom:35px;
	padding:10px 14px;
}
.services_bg{
	padding:20px 0px;
	background:#fff;
	text-align:center;
}
.services_bg h2{
	padding-bottom:15px;
	color:#d73050;
	font-size:34px;
	text-align:center;
}
.services_bg h3{
	margin-bottom:18px;
	margin-top:5px;
	color:#646464;
	font-size:20px;
}
.advantages_bg{
	background:#16768f;
	padding:25px 0px;
}
.advantages_bg h2{
	padding-bottom:15px;
	color:#fff;
	font-size:32px;
	text-align:center;
	line-height:44px;	
}
.advantages_bg p{
	color:#fff;
	text-align:justify;
}
.advantages_bg .btn-default {
    color: #fff;
    background-color: #16768f;
    border-color: #fff;
}
.advantages_bg .btn{
	border-radius:0px;
	margin-top:25px;
	font-size:16px;
}






.inside_bg{
	padding:25px 0px;
	background:#fff;
}
.inside_bg h2{
	padding-bottom:15px;
	color:#d73050;
	font-size:34px;
	text-align:center;
}
.inside_bg h3{
	padding-bottom:18px;
	color:#16768f;
	font-size:22px;
	text-transform:uppercase;
}
.inside_bg h4{
	padding-bottom:16px;
	color:#d73050;
	font-size:18px;
	margin-top:0px;
}
.inside_bg p{
	margin-bottom:18px;
}

.inside_bg a{
	color:#d73050;
}
.inside_bg a:hover{
	color:#777676;
}
.inside_bg .btn-info {
    color: #fff;
    background-color: #16768f;
    border-color:#16768f;
}





.inside_bg .product_detail .line-through{
	text-decoration:line-through;
	color:#9C9C9C;
}
.inside_bg .product_detail .red_color {
    color: #F00;
    font-size: 22px;
}
.inside_bg .product_detail p strong{
	font-weight:bold;
}
.inside_bg .product_detail h4{
	margin:0px 0px 14px 0px;
	font-size:19px;
	color:#2D7AC9;
}
.inside_bg .product_detail .button_margin{
	margin-bottom:12px;
}
.inside_bg .product_detail .button_margin .add_cart, .inside_bg .product_detail .pincode_button{
    color: #FFF;
    border-color: #2b718d;
    background: #2b718d none repeat scroll 0% 0%;
}
.inside_bg .product_detail .button_margin .buy_now{
    color: #FFF;
    border-color:#7F7F7F;
    background: #7F7F7F none repeat scroll 0% 0%;
}
.inside_bg .big_image{
	text-align:center;
	margin:15px 0px;
}
.inside_bg .small_image{
  margin-bottom:20px;
}
.inside_bg .small_image li{
  text-align:center;
  display:inline-block;
  padding:6px 2px;
  width:20%;
  }
.border01{
	padding:4px;
	border:1px solid #D0D0D0;
}


/*************************start footer selectors *************************/
.footer_bg{
	background:#cecece;
	padding:15px 0px;
	text-align:center;
	font-size:16px;
}
.footer_bg p{
	margin:10px 0px;
	text-align:center;
}
.footer_bg .footer_link li{
	display:inline-block;
	background:url(images/footer_division.jpg) no-repeat right 6px;
	margin-left:-4px;
	padding:0px 10px;
}
.footer_bg .footer_link li:last-child{
	background:none;
}
.footer_bg .footer_link li a{
	color:#292929;
}
.footer_bg .footer_link li a:hover{
	color:#ce546b;
}






.footer_bg .top_stores{
	margin:20px 0px;
}
.footer_bg .top_stores li{
	color:#fff;
	display:inline-block;
	padding:0px 5px;
}
.footer_bg .top_stores li a{
	color:#fff;
}
.footer_bg .top_stores li a:hover{
	color:#C0BFBF;
}
.footer_bg .payment_card{
	text-align:center;
	margin-bottom:10px;
}
.footer_bg .payment_card img{
	margin-bottom:10px;
	margin-right:2px;
}
/*************************end footer selectors*************************/
/************************* Product category *************************/
#cssmenu,
#cssmenu ul,
#cssmenu li,
#cssmenu a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  font-weight: normal;
  text-decoration: none;
  line-height: 1;
  font-family: 'Open Sans', sans-serif;
  font-size: 1em;
  position: relative;
}
#cssmenu {
  width: 100%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-bottom:15px;
}
#cssmenu a {
  line-height: 1.3;
}
#cssmenu > ul > li {
  background: #ffffff;
  background: -moz-linear-gradient(#ffffff 0%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(#ffffff 0%, #ffffff 100%);
  background: linear-gradient(#ffffff 0%, #ffffff 100%);
}
#cssmenu > ul > li:hover {
  background: #f5f5f5;
  background: -moz-linear-gradient(#f5f5f5 0%, #f5f5f5 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5f5f5), color-stop(100%, #f5f5f5));
  background: -webkit-linear-gradient(#f5f5f5 0%, #f5f5f5 100%);
  background: linear-gradient(#f5f5f5 0%, #f5f5f5 100%);
}
#cssmenu > ul > li > a {
  display: block;
  background:#fff;
  color: #555555;
  border: 1px solid #dddddd;
  border-top: none;
}
#cssmenu > ul > li > a > span {
  display: block;
  padding: 12px 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#cssmenu > ul > li > a:hover {
  text-decoration: none;
  color: #a4222b;
  background:#f5f5f5;
}
#cssmenu > ul > li.active {
  border-bottom: none;
}
#cssmenu > ul > li.has-sub > a span {
  background: url(menu_images/icon_plus.png) 96% center no-repeat;
}
#cssmenu > ul > li.has-sub.active > a span {
  background: url(menu_images/icon_minus.png) 96% center no-repeat;
}
#cssmenu ul ul {
  display: none;
  background: #fff;
  border-right: 1px solid #a2a194;
  border-left: 1px solid #a2a194;
}
#cssmenu ul ul li {
  padding: 0;
  border-bottom: 1px solid #d4d4d4;
  border-top: none;
  background: #ffffff;
  background: -moz-linear-gradient(#ffffff 0%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(#ffffff 0%, #ffffff 100%);
  background: linear-gradient(#ffffff 0%, #ffffff 100%);
}
#cssmenu ul ul li:last-child {
  border-bottom: none;
}
#cssmenu ul ul a {
  padding: 10px 10px 10px 25px;
  display: block;
  color: #676767;
  font-weight: normal;
}
#cssmenu ul ul a:before {
  content: '\00BB';
  position: absolute;
  left: 10px;
  color: #e94f31;
}
#cssmenu ul ul a:hover {
  color: #a4222b;
  background:#f5f5f5;
}
/****** Scrolling css *******/
#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
	display:none;
}
.nbs-flexisel-container {
    position:relative;
    max-width:100%;
}
.nbs-flexisel-ul {
    position:relative;
    width:9999px;
    margin:0px;
    padding:0px;
    list-style-type:none;  
}
.nbs-flexisel-inner {
    overflow:hidden;
    float:left;
    width:100%;
}
.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0px;
    cursor:pointer;
    position:relative;
    line-height:0px;
}
.nbs-flexisel-item img {
    cursor: pointer;
    position: relative;
    margin-top: 0px;
    margin-bottom: 0px;
    max-width:220px;
    max-height:200px;
}
.nbs-flexisel-item span{
	color:#fe0000;
	padding:10px 0px;
	display:block;
}
.nbs-flexisel-item p{
	color:#3C3C3C;
	font-size:16px;
	margin-bottom:12px;
}
/*** Navigation ***/
.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 32px;
    height: 32px; 
    position: absolute;
    cursor: pointer;
    z-index: 100;
    opacity: 0.5;
}
.nbs-flexisel-nav-left {
    left: 0px;
    background:url(images/button-previous.png) no-repeat;
}
.nbs-flexisel-nav-right {
    right: -4px;
    background: url(images/button-next.png) no-repeat;
}
.text_link{
	display:inline-block;
	text-decoration:none;
	width:150px;
	line-height:20px;
	margin-bottom:12px;
}
/********** Back to top button **********/
#back-top {
	position: fixed;
	bottom: 0px;
	right: 10px;
	z-index:111;
}
#back-top a {
	width: 40px;
	display: block;
	text-align: center;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #bbb;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover {
	color: #000;
}
/* arrow icon (span tag) */
#back-top span {
	width: 40px;
	height: 40px;
	display: block;
	margin-bottom: 7px;
	background:#b0b0b0 url(up-arrow.png) no-repeat center center;
	/* rounded corners */
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover span {
	background-color: #343434;
}
    /*  
	http://www.freshdesignweb.com/beautiful-image-hover-effects-with-jquery-css.html 
	*/
	/*portfolio*/
	.fdw-background{ background-color:rgba(0,0,0,0.6);opacity:0; margin-top:-0px; max-width:220px; max-height:200px; }
	.fdw-background .fdw-port{ text-align:center; padding:100px 40px;  }
	.fdw-background .fdw-port a{ padding:8px 10px; font-size:1em; }
	/*subtitle*/
	.fdw-subtitle{ font-size:0.8em; margin-top:-10px; color:#0CF; }
	.fdw-subtitle a{ color:#F90; }
	/*columns*/
	.c-two{ max-width:220px; max-height:200px !important; }
	/*align*/
	.a-center{ text-align:center; }
	/*link buttons*/
    .fdw-port a{ 
		background-color:#336699; 
		color:#fff; 
		border-radius:3px;
		-moz-border-radius:3px;
		-webkit-border-radius:3px;
		-o-border-radius:3px;
		-webkit-box-shadow: 0 3px 0 #0f3963, 3px 5px 3px #333;
		-moz-box-shadow: 0 3px 0 #0f3963, 3px 5px 3px #333;
		box-shadow: 0 3px 0 #0f3963, 3px 5px 3px #333;
		-o-box-shadow: 0 3px 0 #0f3963, 3px 5px 3px #333;
		text-shadow:0 1px 1px #000;
		
	}
    .fdw-port a:hover{ 
		background-color:#f2f2f2; 
		color:#336699 !important; 
		text-shadow:0 1px 1px #ccc;
		-webkit-box-shadow: 0 3px 0 #ccc, 3px 5px 3px #333;
		-moz-box-shadow: 0 3px 0 #ccc, 3px 5px 3px #333;
		box-shadow: 0 3px 0 #ccc, 3px 5px 3px #333;
		-o-box-shadow: 0 3px 0 #ccc, 3px 5px 3px #333;
	}
/************** main_page***************/
.main_page_wraper{
	max-width:460px;
	margin:100px auto;
	padding:30px 20px;
	background:#f6e8d6;
	text-align:center;
	border-radius:6px;
	border:6px solid #fff;
	box-shadow: 0px 0px 5px #888888;
}
.coutry_heading {
	border-bottom:1px solid #8c7558;
	margin-bottom:25px;
}
.coutry_heading span{
	font-size:24px;
	padding-bottom:25px;
	display:inline-block;
	color:#2b718d;
	text-transform:uppercase;
}
.main_page_wraper .btn{
	text-transform:uppercase;
	font-size:16px;
}
.main_page_wraper .btn-warning{
	color:#fff;
	border:2px solid #d59a5a;
	background:#c47826;
}