*{
	margin:0;
	padding:0;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	word-wrap:break-word;
}

body{
	margin:0;
	padding:0;
	color:#666;
	font-size:15px;
	font-family: 'open_sansregular';
}

/*--Custom-css---*/
ul.actions{
	display: none;
}
a, a:hover, a:focus, button{
	-webkit-transition:all 300ms ease-in-out;
	-moz-transition:all 300ms ease-in-out;
	-ms-transition:all 300ms ease-in-out;
	-o-transition:all 300ms ease-in-out;
	transition:all 300ms ease-in-out;
	outline:none;
	display:inline-block;
	text-decoration:none;
}
p{
	font-size:15px;
	line-height:22px;
	color:#333;
	margin:0;
	font-family: 'open_sansregular';
    margin-bottom: 10px;
}
h1, h2, h3,  h5, h4, h6{
	margin:0;
	padding:0;
	font-family: 'open_sansregular';
}
h5, h6{
	font-family: 'open_sanssemibold';
}
ul{
	margin:0;
	padding:0;
}

ul li{
	list-style:none;
	margin:0;
	padding:0;
}

section, .full{
	width:100%;
	float:left;
}
.autoWidLeft{
	width:auto;
	float:left;
}
.autoWidRight{
	width:auto;
	float:right;
}

footer{
	width:100%;
	float:left;
}
.all_btn{
	padding:15px 50px;
	background:#ed3a3a;
	color:#fff;
	text-align:center;
	position:relative;
	font-size:16px;
	border-radius:3px;
	-moz-border-radius:3px;
	-ms-border-radius:3px;
	-webkit-border-radius:3px;
	-o-border-radius:3px;
}
.all_btn:focus{
	color:#fff;
}
.all_btn:hover{
	color:#fff;
	background:#027bcf;
}

.relative{
	position:relative;
}
.upperCase{
	text-transform:uppercase;
}
.imgContainer{
	width:100%;
	float:left;
}
.imgContainer img{
	display:block;
	width:100%;
}
.radius3{
	border-radius:3px;
	-moz-border-radius:3px;
	-ms-border-radius:3px;
	-webkit-border-radius:3px;
	-o-border-radius:3px;
}
.radius0{
	border-radius:0;
	-moz-border-radius:0;
	-ms-border-radius:0;
	-webkit-border-radius:0;
	-o-border-radius:0;
}
.radiusfull{
	border-radius:100%;
	-moz-border-radius:100%;
	-ms-border-radius:100%;
	-webkit-border-radius:100%;
	-o-border-radius:100%;
}
.pad_t_b70_40{
	padding:70px 0 40px;
}
.gap285{
	height:285px;
}
.gap185{
	height:185px;
}
.padRight15{
	padding-right:15px;
}
.padLeft15{
	padding-left:15px;
}
.d_I_Block{
	display:inline-block;
}
.dBlock{
	display:block;
}
.dTable{
	display:table;
}
.mb10{
	margin-bottom:10px;
}
.mb30{
	margin-bottom:30px;
}
.nomargin{
	margin:0 !important;
}
.nopadding{
	padding:0 !important;
}
.bgNone{
	background:none !important;
}



/*--header--*/
.header_top{
	background:#027bcf;
	padding:5px 0;
}
.header_top_left p{
	color: #ffffff;
	font-size: 11px;
	font-family: 'open_sanssemibold';
}
.header_loged ul{
	width:100%;
}
.header_loged li{
	display:inline-block;
	padding:0 10px;
	position:relative;
	font-family: 'open_sanssemibold';
}
.header_loged li:after {
	background: #ffffff;
	content: "";
	height: 11px;
	position: absolute;
	right: 0;
	top: 7px;
	width: 1px;
}
.header_loged li:last-child:after{
	display:none;
}
.header_loged li:last-child{
	padding-right:0;
}
.header_loged li a{
	color:#fff;
	font-size:11px;
	text-transform:uppercase;
}
.header_loged li a i{
	padding-right:7px;
	font-size:14px;
}

header{
	width:100%;
	float:left;
	padding:32px 0;
	position:relative;
	-webkit-transition:all 300ms ease-in-out;
	-moz-transition:all 300ms ease-in-out;
	-ms-transition:all 300ms ease-in-out;
	-o-transition:all 300ms ease-in-out;
	transition:all 300ms ease-in-out;
	background:#fff;
	border-bottom: 1px solid #d7dadf;
}
.sticky{
	position:fixed;
	background:#fff;
	-webkit-box-shadow: 0 0 5px 0 #A1A1A1;
	-o-box-shadow: 0 0 5px 0 #A1A1A1;
	-ms-box-shadow: 0 0 5px 0 #A1A1A1;
	-moz-box-shadow: 0 0 5px 0 #A1A1A1;
	box-shadow: 0 0 5px 0 #A1A1A1;
	z-index:99;
	padding:10px 0;
}
.mean-container .mean-bar.sticky2{
	position:fixed;
	top:8px;
	z-index:9;
}

.logo{
	width:auto;
	float:left;
	position:relative;
	z-index:999;
}
.logo a{
	display:block;
}
.logo img{
	width: 100px;
	display:block;
}
.navigation{
	background:none;
	width:auto;
	float:right;
	padding:0 125px 0 0;
}

.navigation ul{
	margin: 6px 15px 0 10px;
	width:auto;
	float:right;
}
.navigation ul li{
	margin:0;
	float:left;
	-ms-transition:all 300ms ease-out;
	-moz-transition:all 300ms ease-out;
	-webkit-transition:all 300ms ease-out;
	-o-transition:all 300ms ease-out;
	transition:all 300ms ease-out;
	position:relative;
}
.navigation ul li a{
	text-transform:uppercase;
	font-size:14px;
	padding:17px 18px;
	color:#212121;
	font-family: 'open_sanssemibold';
}
.navigation ul li a:hover{
	color:#f32700;
	background-color: transparent;
}
.navigation ul li a.menu-hiden{
    display: none;
}
.navigation ul li ul{
	display:none;
	width: 250px;
	position: absolute;
	top: 50px;
	background-color: rgba(11,130,213,0.9);
	z-index: 100;
}
.navigation ul li.parent:hover ul{
	display: block;
	margin: 0;
}
.navigation ul li ul li {
	width: 100%;
}
.navigation ul li ul li a{
	padding: 7px 18px;
	color: #fff;
	font-size: 13px;
	display: block;
}
.navigation ul li ul li a:hover{
	background-color: rgba(11,130,213,0.8);
	color: #fff;
}
.navigation ul li span{
	display:none;
}
#hikashop_checkout_billing_address_selection{
	border: 0;
}
#hikashop_checkout_billing_address_selection input{
	position: absolute;
	top: -10000em;
}
#hikashop_checkout_billing_address_selection .hikashop_address_content{
	margin-left: 0;
}
#hikashop_checkout_billing_address_selection .addressSelection{
	padding: 18px;
	min-width: 50%;
	float: left;
}

#hikashop_product_price_main .hikashop_product_price_full span:before{
	content: "Retail price ";
	margin-right: 15px;
}

.hika_edit{
	display: none;
}
.cart_btn_box{
	position:absolute;
	right:15px;
	top:50%;
	margin-top:-17px;
}
.cart_btn{
	padding:8px 15px;
	font-size:12px;
	font-family: 'open_sanssemibold';
	z-index:999;
}
.cart_btn i{
	padding-right:8px;
}
.jmoddiv.jmodinside{
	clear: both;
}









/*--slider--*/
.bx-default-pager{
	display:none;
}

.banner_content {
	right:100px;
	position: absolute;
	top: 35%;
	z-index: 1;
	width:40%;
	float:right;
}
.banner_content h1{
	font-size:42px;
	color:#0b82d5;
	line-height:40px;
}
.banner_content p{
	font-size:16px;
	color:#131313;
	line-height:23px;
}
.bx-controls-direction{
	position:absolute;
	top:0;
	top:50%;
	left:0;
	right:0;
	padding:0 20px;
	margin-top:-35px;
}
.bx-controls-direction .bx-prev{
	float:left;
	font-size:50px;
	color:#ffffff;
	padding:0 20px;
}
.bx-controls-direction .bx-next{
	float:right;
	font-size:50px;
	color:#ffffff;
	padding:0 20px;
}

/*--heading--*/
.heading{
	margin-bottom:55px;
}
.heading span{
	font-size:18px;
	font-family: 'open_sanssemibold';
	display:block;
	margin-bottom:20px;
	color:#5c5c5c;
}
.heading h2{
	font-size:32px;
	color:#3b3b3b;
}

/*-home-services-*/
.our_services{
	padding:70px 0 60px;
}
.services_catagory{
	background:#f03a3a;
}
.services_catagory{
	padding:30px;
	text-align:center;
	margin-bottom:30px;
    min-height: 340px;
}
.services_catagory_img{
	min-height:90px;
	margin:0 0 10px;
}
.services_catagory h3{
	margin:0 0 20px;
}
.services_catagory h3 a{
	font-size:23px;
	color:#fff;
}
.services_catagory h3 a:hover{
	color:#000;
}
.services_catagory p{
	color:#fff;
	font-size:14px;
	line-height:22px;
}
.our_services_wrap .row{
	margin:0 -13px;
}
.our_services_wrap .col-lg-3.col-md-3.col-sm-6.col-xs-6{
	padding:0 13px;
}

.services_catagory2{
	background:#229bef;
}
.services_catagory3{
	background:#a9ca23;
}
.services_catagory4{
	background:#f4a322;
}


/*-------BANNER------*/
.banner{
		clear: both;
		position: relative;
}
.banner img{
	width: 100%;
}
.banner .innerBanner{
	position: absolute;
	left: 55%;
	top: 50%;
	width: 450px;
	transform: translateY(-50%);
}
.banner .innerBanner h2{
	font-size: 42px;
	padding-bottom: 15px;
}
.banner .innerBanner p{
	font-size: 16px;
}
.banner .innerBanner h2,
.banner .innerBanner p{
	color: #fff;
}

/* ----- MY CART --------*/
#hikashop_checkout_page{
	clear: both;
    margin: 20px 0;
}

#hikashop_checkout_cart{
	margin-top: 15px;
}

#hikashop_checkout_cart thead th{
	background-color: #eee;
	border: 0;
	text-align: left;
	font-size: 15px;
	font-family: "open_sanssemibold";
}
#hikashop_checkout_cart .table > tbody>tr>td{
	border: 0;
	padding: 15px 10px;
}
.hikashop_product_quantity_field{
	height: 54px;
	width: 54px;
	line-height: 54px;
	outline: 0;
}
.hikashop_checkout_cart table .row0:hover, .hikashop_checkout_cart table .row1:hover,
.table-striped>tbody>tr:nth-of-type(odd){
	background: transparent;
}

.hikashop_cart_product_image_thumb{
	width: 154px;
	height: 154px;
	border: 1px solid #d3d3d3;
	position: relative;
	float: left;
	margin-right: 15px;
}
.hikashop_cart_product_image_thumb img{
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.hikashop_cart_product_name a{
	font-family: 'open_sanssemibold';
	font-size: 16px;
	color: #2b2b2b;
	margin-top: 12px;
}

.hikashop_cart_product_quantity_refresh .hikashop_no_print{
	display: block;
	width: 25px;
	height: 25px;
	background: url(../images/quantity-controls.png) no-repeat 0 0;
	text-indent: -99999px;
	margin-bottom: 4px;
}
.hikashop_cart_product_quantity_refresh .cart-reduced{
	background-position: 0 -29px;
}
.hikashop_cart_product_quantity_delete a{
	display: block;
	color: #535353;
}
span.hikashop_product_price{
	color: #535353;
	font-size: 15px;
	font-family: "open_sanssemibold";
	font-style: normal;
}
.zoomer_detail span.hikashop_product_price{
	color: #ed3a3a;
	font-size: 18px;
	font-family: "open_sanssemibold";
	font-style: normal;
}

.textTotal,
.totalFinal .hikashop_cart_title,
#hikashop_checkout_cart_final_total_title{
	color: #4f4f4f;
	font-family: "open_sanssemibold";
	font-size: 15px !important;
}
.textInfoFee,
.totalFinal .hikashop_checkout_cart_final_total{
	font-size: 15px;
	font-style: normal;
	color: #373737;
	white-space: nowrap;
	font-family: "open_sanssemibold";
	text-align: left;
}
.hikashop_cart_total_value{
	text-align: left !important;
}
.hikashop_order_detail_order{
	text-align: right;
}
.hikashop_order_detail_order a{
	color: #f65454;
	font-size: 16px;
	font-family: "open_sanssemibold";
	text-align: right;
	margin-right: 20px;
}
#hikashop_order_listing.myorderList{
	margin-bottom: 50px;
}
#hikashop_order_listing.myorderList table tr th{
	color: #fff;
	font-family: "open_sanssemibold";
	font-size: 16px;
	padding: 15px 0 15px 0;
	background: #027bcf;
	font-weight: normal;
}
#hikashop_order_listing.myorderList table tr td{
	font-size: 16px;
	color: #484848;
	padding: 20px 0;
	border: 1px solid #fff;
	border-right: 0;
	border-left: 0;
}

#hikashop_order_listing .row0{
	background: #f6f6f8;
}
#hikashop_order_listing .row1{
	background: #ececec;
}
#hikashop_order_listing.myorderList table tr th:first-child,
#hikashop_order_listing.myorderList table tr td:first-child{
	padding-left: 40px;
}
#hikashop_checkout_cart table.table-striped tbody tr.totalFinal td{
	border-top: 1px solid #DDD !important;
}
.table-hover>tbody>tr:hover{
	background-color: transparent;
}

#hikashop_checkout_page input[name="continue_shopping"],
#hikashop_checkout_page #hikashop_checkout_next_button{
	width: 260px;
	height: 51px;
	text-transform: uppercase;
	color: #fff !important;
	font-size: 15px;
	padding: 0;
	margin: 0;
	outline: none;
	border-radius: 5px;
	border: 0;
	margin-bottom: 40px;
}
#hikashop_checkout_page input[name="continue_shopping"]{
	background: #e3e3e3;
}
#hikashop_checkout_page #hikashop_checkout_next_button{
	background: #ee2b2b;
	margin-left: 15px;
}
.hikashop_checkout_payment_image img{
	margin-right: 15px;
}
#hikashop_checkout_page .panel-group .panel-heading{
	background-color: #eee;
	padding: 17px 30px;
	margin-bottom: 10px;
}
#hikashop_checkout_page .panel-group .panel-heading h4 a{
	color: #5c5c5c;
	font-size: 15px;
	font-family: "open_sanssemibold";
}
#hikashop_checkout_page .panel-group .panel-heading h4 a span{
	width: 60px;
  display: inline-block;
}
#hikashop_checkout_page .panel-group .panel-heading h4 a.edit{
	font-size: 12px;
	color: #9b9b9b;
	padding: 2px 0;
}
#hikashop_checkout_page .panel-group .panel-heading h4 a.edit i{
	margin-left: 5px;
}

#collapse3 p{
	font-size: 13px;
	color: #3a3a3a;
	font-family: "open_sanssemibold";
}
#collapse3 tr td{
	padding: 10px 0;
}
#collapse4{
	margin-top: 40px;
}

#collapse4 .hikashop_cart_product_image_thumb{
	display: none;
}
#collapse4 #hikashop_checkout_cart{
	border: 1px solid #dbdbdb;
	padding: 10px 20px;
}
#collapse4 #hikashop_checkout_cart thead th{
	background-color: transparent;
	border-bottom: 1px solid #d8d8d8;
	font-size: 14px;
	color: #3a3a3a;
}
#collapse4 #hikashop_checkout_terms label{
	font-size: 13px;
	color: #5c5c5c;
	font-family: "open_sanssemibold";
}
#collapse4 .hikashop_cart_product_name a{
	margin-top: 0;
}
span.gst{
	font-size: 12px;
	color: #636363;
	font-family: "open_sanssemibold";
	white-space: nowrap;
}
#collapse4 .hikashop_no_print,
#collapse4 .hikashop_product_price,
#collapse4 .textInfoFee,
#collapse4 .textTotal{
	font-size: 16px;
	font-family: "open_sanssemibold";
}
#collapse4 .hikashop_product_price,
#collapse4 .textInfoFee,
#collapse4 .textTotal,
#collapse4 #hikashop_checkout_cart_final_total_title{
	font-size: 15px;
}

#collapse4 #hikashop_checkout_cart_final_total_title{
	font-family: "open_sansbold";
}
#collapse4 .hikashop_cart_product_quantity_delete .hikashop_no_print,
.hikashop_cart_product_quantity_delete .totalUnitProduct,
#collapse4 .hikashop_cart_product_total_value span,
#collapse4 .hikashop_cart_product_total_title span{
	display: none;
}
#collapse4 .hikashop_cart_product_quantity_delete .totalUnitProduct{
	display: block;
}
#collapse4 #hikashop_checkout_cart{
	margin-bottom: 60px;
}
#collapse4 #hikashop_checkout_terms{
	float: left;
	margin-top: 17px;
}
#collapse4 .btnFinish input{
	background: #027bcf !important;
}
#hikashop_status_address,
#hikashop_checkout_status,
h2.yourOrder{
	font-size: 16px;
	color: #282828;
	font-family: 'open_sansbold';
	clear: both;
}

#hikashop_status_address span,
#hikashop_checkout_status span{
	clear: both;
	display: block;
	background: transparent;
	color: #3a3a3a;
	font-size: 14px;
	font-family: 'open_sanssemibold';
	text-align: left;
	margin-top: 6px;
  padding: 0;
  line-height: 20px;
}


/*---------ABOUT US PAGE---------*/
.aboutus-page,
.ourProductpage,
.whychooseusPage{
	padding: 60px 0;
}
.aboutus-page h5,
.ourProductpage h5,
.whychooseusPage h5{
	font-family: "open_sanssemibold";
	color: #5c5c5c;
	font-size: 18px;
}
.aboutus-page h3,
.ourProductpage h3,
.whychooseusPage h3{
	color: #3b3b3b;
	font-size: 32px;
	padding: 25px 0;
}

.whychooseusPage div.col-md-4 h4{
	font-family: "open_sanssemibold";
	font-size: 16px;
	color: #343333;
	margin: 24px 0 10px;
}
.whychooseusPage div.col-md-4 p{
		font-size: 14px;
}

.mission,
.vission{
	position: relative;
	clear: both;
}
.mission img,
.vission img{
	width: 100%;
}
.mission .contentInnerAbout{
	width: 50%;
	float: left;
}
.vission .contentInnerAbout{
	width: 50%;
	float: right;
}
.contentInnerAbout h2{
	font-family: open_sanslight;
	font-size: 38px;
	color: #343434;
	padding-bottom: 15px;
}

.header_top_right a{
	color: #fff;
	font-size: 13px;
}
.header_top_right ul{
	width: auto;
  float: right;
}

.header_loged{
	position: relative;
    z-index: 1000;
}
.header_loged ul{
	position: absolute;
}
.logout-menu{
	position: absolute;
	top: 27px;
	right: 0;
	width: 130px !important;
	background: #027bcf;
	z-index: 100;
	text-align: center;
	display: none;
}
.header_top_right li{
	display: inline-block;
    padding: 0 10px;
    position: relative;
    font-family: 'open_sanssemibold';
}
.header_top_right li a i{
	padding-right: 7px;
    font-size: 14px;
}
.header_top_right li:after {
    background: #ffffff;
    content: "";
    height: 11px;
    position: absolute;
    right: 0;
    top: 7px;
    width: 1px;
}
.header_top_right li:last-child:after{
	display:none;
}
.header_loged li:after{
	display: none;
}
.header_top_right li a{
		color: #fff;
    font-size: 11px;
    text-transform: uppercase;
}
.header_loged > a{
	float: right;
}
.header_loged li a{
	display: block;
	padding: 9px 0;
	width: 100%;
	font-size: 13px;
	text-transform: none;
}
.inner{
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}


.accountbx .well{
	background: #eee;
	padding: 35px 45px;
	border: 0;
	border-radius: 0;
	box-shadow: none;
}

.accountbx label{
	color: #5c5c5c;
	font-size: 15px;
	font-family: 'open_sanssemibold';
	font-weight: normal;
}
.accountbx input.form-control{
	border: 0;
	height: 45px;
	width: 100%;
	line-height: 45px;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 15px;
}
#member-profile input, #member-profile select{
	margin-bottom: 15px;
}
#profileSave,
#addressSave,
#changePassword{
	width: 130px;
	height: 44px;
	border-radius: 3px;
	background: #ee2b2b;
	color: #fff;
	outline: none;
	text-transform: uppercase;
	font-size: 15px;
	font-family: 'open_sanssemibold';
}
.editProfile{
	margin-bottom: 50px;
}

.editProfile .title-header{
	font-size: 25px;
}

.isotopeContainer{
	margin-top: 60px;
}
/*-home-health-*/
.health_product{
	background:url(../images/helth_product_bg.jpg) center center no-repeat;
	-moz-background-size:cover;
	-ms-background-size:cover;
	-webkit-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	background-attachment:fixed;
	padding:120px 0 105px;
}
.health_product:after{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(2,123,207,.85);
}
.health_product_wrap{
	z-index:1;
	padding:0 15px;
}
.health_product_headding h2{
	color:#fff;
}
.health_product_content p{
	font-size:20px;
	color:#fff;
	line-height:30px;
	margin:0 0 40px;
}
.health_product_content li{
	display:inline-block;
	padding:0 10px;
}
.product_btn{
	background:none;
	border:2px solid #fff;
	font-family: 'open_sanssemibold';
	font-size:14px;
	padding:15px 40px;
}
.product_btn:hover {
	background: #ffffff none repeat scroll 0 0;
	color: #027bcf;
	-moz-border-radius:20px;
	-ms-border-radius:20px;
	-o-border-radius:20px;
	-webkit-border-radius:20px;
	border-radius:20px;
}
.product_btn i{
	padding-right:15px;
	font-size:16px;
}

/*--footer--*/
footer{
	padding:70px 0 0;
	background:#f7f7f7;
}
.footer_catagory h3{
	font-size:16px;
	color:#f32700;
	font-family: 'open_sanssemibold';
	margin-bottom:20px;
}
.footer_catagory h3 a{
	font-size:16px;
	color:#f32700;
	font-family: 'open_sanssemibold';
}
.footer_catagory p{
	font-size:13px;
	font-family: 'open_sanssemibold';
	line-height:22px;
}
.footer_catagory ul li{
	font-family: 'open_sanssemibold';
	font-size:14px;
	padding:0 0 10px;
	color:#323232;
}
.footer_catagory li a{
	color:#323232;
	padding: 0;
}
.footer_catagory li a:hover {
	color: #027bcf;
	background-color: transparent;
}
.footer_map{
	margin:0;
	padding:0;
	width:110px;
	float:left;
}
.footer_contact ul{
	float:left;
	width:60%;
	padding:0 0 0 15px;
}
.footer_catagory.footer_contact li{
	position:relative;
	padding-left:20px;
}
.footer_contact li i{
	position:absolute;
	left:0;
	top:4px;
	color:#f32700;
	font-size:14px;
}
.footer_catagory ul li a.footer_choose_us{
	font-size:16px;
	color:#f32700;
}
.copy_right{
	margin:70px 0 0;
	border-top:1px solid #e3c9c7;
	padding-bottom:25px;
}
.copy_right.full.text-center > p {
  color: #e34b35;
  font-size: 12px;
  padding: 10px 0;
}






/*-Inner_Banner-*/
.inner_banner{
	background:url(../images/banner/stor_banner.jpg) center center no-repeat;
	-moz-background-size:100%;
	-ms-background-size:100%;
	-webkit-background-size:100%;
	-o-background-size:100%;
	background-size:100%;
}
.inner_banner_content{
	float:left;
	padding:110px 0;
	width:50%;
}
.inner_banner_content h1{
	color: #0b82d5;
	font-size: 42px;
	line-height: 40px;
	margin-bottom:20px;
}
.inner_banner_content h3{
	color: #424141;
	font-size: 24px;
	line-height: 30px;
	font-family: 'open_sanssemibold';
	margin-bottom:20px;
}
.inner_banner_content p{
	color: #131313;
	font-size: 16px;
	line-height: 23px;
}



.innerMenu{
	border-top:1px solid #d9d9d9;
	margin:0 0 55px;
	padding-top:6px;
}
.innerMenu li{
	float:left;
	width:auto;
	color:#004a7e;
	font-size:13px;
	line-height:28px;
}
.innerMenu li span{
	padding:0 5px;
}
.innerMenu li a{
	color:#575757;
}







/*--isotop--*/
.isotopemenu{
	background:#f7f7f7;
	padding:30px 0
}
.isotopemenu li{
	padding-right: 60px;
	float:left;
}
.isotopemenu li a{
	font-family: 'open_sanssemibold';
	font-size:16px;
	color:#303030;
	display:block;
}
.isotopemenu li a span{
	display:inline-block;
	width:19px;
	height:19px;
	background:#f21b1b;
	text-align:center;
	margin-right:15px;
	vertical-align:middle;
	color:#fff;
	font-size:13px;
}
.isotopemenu li a span i{
	display:none;
}
.isotopemenu li.active a span i{
	display:inline-block;
}

.isotop_catagory{
	margin-bottom:70px;
}
.isotop_tittle > div{
	font-size: 15px;
	color: #434343;
}
.isotop_catagory .isotopeContainer .imgContainer span{
	display:block;
	border:1px solid #d2d2d2;
	margin-bottom:15px;
}
.isotop_catagory .isotopeSelector{
	margin-bottom:30px;
}
.isotop_tittle h4{
	font-family: 'open_sanssemibold';
	font-size:13px;
	margin-bottom:10px;
	color:#515151;
}
.isotop_tittle h2{
	font-family: 'open_sanssemibold';
	font-size:18px;
	margin-bottom:25px;
	color:#232323;
	max-height: 19px;
}
.isotop_tittle h2 span{
	font-size:14px;
}
.isotop_tittle ul li{
	display:inline-block;
}
.isotppe_btn1{
	background:none;
	color: #027bcf;
	font-size: 12px;
	padding: 10px 20px;
	text-align: center;
	font-family: 'open_sanssemibold';
	border:1px solid #027bcf;
}
.isotppe_btn2, .isotppe_btn1:hover{
	background:#027bcf;
	color: #ffffff;
}
.isotppe_btn2:hover{
	background:none;
	color: #027bcf;
}
.isotope_note{
	display:block;
	position:absolute;
	top:25px;
}
.isotope_note p{
	font-family: 'open_sanssemibold_italic';
	color:#575757;
	font-size:13px;
}
.isotope_note p i{
	color:#ed3a3a;
}
.shippingpage{
	margin: 75px 0;
}
.shippingpage .titlePage{
	text-align: center;
}
.shippingpage .titlePage h2{
	color: #3b3b3b;
	font-size: 32px;
}
.shippingpage .article_content p strong,
.article_content p strong{
	font-size: 16px;
	color: #494949;
	font-family: 'open_sanssemibold';
	font-weight: normal;
}
.returnpage.item-page {
	display: none;
}
.load_more_btn button{
	width:100%;
	display:block;
	background:#c4c4c4;
	color:#fff;
	border:none;
	font-family: 'open_sanssemibold';
	font-size:12px;
	padding:12px 15px;
}



.zoomer_img_wrap .row{
	margin:0 -25px;
}
.zoomer_img_wrap .col-md-8.col-sm-8.col-xs-12, .zoomer_img_wrap .col-md-4.col-sm-4.col-xs-12{
	padding:0 25px;
}

.zoomer_img_wrap .simpleLens-lens-image {
	display: block;
	width: 100%;
	height: 100% !important;
}
 .simpleLens-container{
	border:1px solid #d2d2d2;
	margin-bottom:30px;
}
.zoomer_img_wrap .simpleLens-container img {
	display: block;
}
.zoomer_img_wrap, .zoomer_img_detail{
	display:table-cell;
}
.zoomer_img_wrap .simpleLens-thumbnails-container .row{
	margin:0 -10px;
}
.zoomer_img_wrap .simpleLens-thumbnails-container a{
	width:33.33%;
	float:left;
	padding:0 10px;
}
.zoomer_img_wrap .simpleLens-thumbnails-container a img{
	width:100%;
	display:block;
	border:1px solid #d2d2d2;
}




.zoomer_detail h5{
	color:#515151;
	font-size:13px;
	margin-bottom:20px;
}
.zoomer_detail h6{
	color:#232323;
	font-size:30px;
	margin-bottom:35px;
}

.simpleLens-lens-element,
.simpleLens-mouse-cursor{
	display:none;
}

.quantity{
	margin:0 0 40px;
}
.quantity input{
	width:42px;
	height:42px;
	background:#fff;
	border:1px solid #d2d2d2;
	text-align:center;
	padding:5px;
}
.quantity div{
	display:inline-block;
	padding:0 30px 0 0;
}
.quantity button{
	width:17px;
	height:17px;
	background:#ed3a3a;
	border:1px solid #d2d2d2;
	text-align:center;
	color:#fff;
	border:1px solid #ed3a3a;
	font-size:10px;
}
.quantity button{
	position:absolute;
	right:0;
}
.reduced{
	bottom:0;
}
.increase {
	top:0;
}

.description_info{
	border-bottom:1px solid #dadada;
	margin-bottom:20px;
	padding-bottom: 20px;
}
.description_info .description_info{
	margin-bottom: 0;
	border-bottom: 0;
}
.description_info h4{
	font-family: 'open_sanssemibold';
	font-size:13px;
	color:#027bcf;
	margin:0 0 10px;
}
.description_info p{
	font-family: 'open_sanssemibold';
	font-size:14px;
	color:#2e2e2e;
	margin-bottom:20px;
}
.description_info ul{
	padding-left: 20px;
}
.description_info ul li{
	list-style: inherit;
	font-family: 'open_sanssemibold';
    font-size: 14px;
    color: #2e2e2e;
}
.indications_info{
	border:none;
}

.zoomer_detail_btn{
	margin:0 0 50px;
}
.zoomer_detail_btn li{
	display:inline-block;
	padding:0 20px 0 0;
}
.zoomer_detail_btn li:last-child{
	padding:0;
}
.zoomer_detail_btn li a{
	padding:16px 50px;
	font-family: 'open_sanssemibold';
	font-size:14px;
}

.zoomer_detail_btn li:first-child a{
	font-family: 'open_sansbold';
}

.zoomer_detail_btn li a i{
	padding-right:15px;
	font-size:18px;
}
.zoomer_img_wrap .simpleLens-big-image-container{
	height: 344px;
	padding: 0;
}
.zoomer_img_wrap .simpleLens-big-image-container img{
	max-width: 100%;
	max-height: 100%;
	text-align: center;
  margin: 0 auto;
}
.simpleLens-thumbnails-container a{
	margin-bottom: 10px;
}

.note_info{
	color: #575757;
	font-family: "open_sanssemibold_italic";
	font-size: 13px;
}
.note_info i{
	color: #ed3a3a;
}
.flavor span, .quantity span{
	display:inline-block;
	font-family: 'open_sanssemibold';
	font-size:14x;
	color:#2e2e2e;
	padding-right:40px;
}
.flavor .checkbox{
	display:inline-block;
	padding:0 52px 0 0;
	margin:0;
	position:relative;
}
.flavor .checkbox label{
	font-family: 'open_sanssemibold';
	font-size:14px;
	padding-left:20px;
}
.flavor .checkbox label::before {
	height: 24px;
	width: 24px;
	border-radius:0;
	-moz-border-radius:0;
	-ms-border-radius:0;
	-webkit-border-radius:0;
	-o-border-radius:0;
	background:#e2e2e2;
}
.flavor .checkbox label::after {
	font-size: 15px;
	left:2px;
}
.flavor .checkbox .radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"]{
	margin-left:-10px;
	margin-top:5px;
}
.flavor{
	padding:0 0 30px;
	border-bottom:1px solid #dadada;
	margin-bottom:30px;
}
.datail_isotop_catagory .isotopeSelector .imgContainer span{
	border: 1px solid #d2d2d2;
	display: block;
	margin-bottom: 25px;
}
.recommended{
	background:#585858;
	padding:15px 30px;
	margin-bottom:50px;
}
.recommended h5{
	color:#fff;
	font-size:12px;
}
.back_div{
	margin-top:70px;
}
.back_div a{
	background:#c4c4c4;
	-moz-border-radius:0;
	-ms-border-radius:0;
	-webkit-border-radius:0;
	-o-border-radius:0;
	border-radius:0;
	font-family: 'open_sanssemibold';
	font-size:12px;
}


/*--contact--*/
.contact_us_wrap{
	display:table;
	width:100%;
}
.contact_details, .contact_form{
	display:table-cell;
	vertical-align:middle;
}
.contact_details{
	width:55%;
	padding:60px 100px 60px 50px;
	background:#f7f7f7;
}
.contact_details h2{
	font-size:42px;
	color:#027bcf;
}
.contact_details h3{
	font-size:24px;
	color:#424141;
	margin:0 0 15px;
	font-family: 'open_sanssemibold';
}
.contact_details p{
	font-size:16px;
	color:#131313;
	margin:0 0 40px;
	line-height:23px;
}
.contact_details .contact_location p{
	font-size:16px;
	color:#131313;
	font-family: 'open_sanssemibold';
	margin:0 0 5px;
}
.contact_map iframe{
	display:block;
	width:100%;
}
.contact_details li{
	font-family: 'open_sanssemibold';
	font-size:14px;
	line-height:24px;
	color:#2b2b2b;
	margin-bottom:10px;
}
.contact_details li i{
	font-size:16px;
	color:#f92800;
	padding:0 10px 0 0;
}

.contact_form{
	padding:0 100px 0 50px;
	background:url(../images/contact_form_bg.jpg) center top no-repeat;
	background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	-moz-background-size:cover;
	-webkit-background-size:cover;
}
.contact_form:after{
	position:absolute;
	content:"";
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.52)
}
.contact_form_wrap{
	z-index:1;
}
.contact_form_wrap h3{
    color: #ffffff;
    font-family: open_sanssemibold;
    font-size: 20px;
	margin:0 0 15px;
}
.contact_fild{
	margin-bottom:25px;
}
.contact_fild .form-control{
    height: 48px;
    padding: 6px 35px;
	font-family: 'open_sanssemibold';
	font-size:16px;
	color:#707070;
	border: 0;
}
.contact_fild textarea.form-control {
  height: 110px;
  padding: 12px 35px 14px;
  resize: none;
}

.rsform-submit-button,
.rsform-reset-button{
	width: 181px;
	height: 50px;
	color: #fff;
	background-color: #027bcf;
	border: 0;
	font-size: 16px;
	font-family: open_sanssemibold;
}
.rsform-reset-button{
	background-color: #242424;
    margin-left: 10px;
}
.formError {
    font-size: 14px;
}
.contact_fild_btn li{
	display:inline-block;
	padding-right:10px;
}
.contact_fild_btn li:last-child{
	padding-right:0;
}
.contact_fild_btn li a{
	padding:13px 60px;
	font-size:16px;
	display:block;
	background:#027bcf;
	color:#fff;
	font-family: 'open_sanssemibold';
}
.contact_fild_btn li:last-child a{
	background:#242424;
}
.contact_fild_btn li a:hover{
	background:#ed3a3a;
}
.contact_product{
	background:url(../images/contact_product_bg.jpg) center top no-repeat;
	background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	-moz-background-size:cover;
	-webkit-background-size:cover;
	background-attachment:fixed;
}

/*--cart--*/
.cart-detail a {
	color: #2b2b2b;
    font-family: 'open_sanssemibold';
    font-size: 12px;
    display: block;
}
.cart-detail a:hover{
	color:#ed3a3a;
}
.cart_drowdown {
	position: absolute;
	right: 0;
	width: 360px;
	background: #fff;
	z-index: 3;
	display:none;
	top: calc(100% + 22px);
	border: 1px solid #d3d3d3;
	border-top: 6px solid #e74747;
}
.cart_drowdown ul{
	overflow: hidden;

}
.cart_drowdown li{
	border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
	float: left;
	padding: 15px;
	width: 100%;
}
.cart_drowdown li.mini_cart_item {
	border-top: 1px solid #d3d3d3;
}
.cart_drowdown li.checkoutNow{
	padding: 15px;
	position: relative;
	width: 100%;
	left: 0;
	top: 0;
}
.cart_drowdown li.checkoutNow p{
	font-size: 12px;
	float: left;
	font-family: 'open_sanssemibold';
	line-height: 37px;
}
.checkout{
	display: block;
	width: 134px;
	text-align: center;
	background-color: #ee2b2b;
	color: #fff;
	text-decoration: none;
	float: right;
	font-size: 12px;
	font-family: 'open_sanssemibold';
	padding: 10px 0;
  border-radius: 4px;
  text-transform: uppercase;
}
.cart_drowdown li.button.full{
	border-bottom: none;
	background-color: #323232;
}
.cart_drowdown  .mini_cart_item a.cart-item-image{
	margin-right: 15px;
	width: 64px;
	height: 64px;
	border: 1px solid #d3d3d3;
	text-align: center;
}
.cart_drowdown  .mini_cart_item a img{
	max-width:100%;
	max-height: 100%;
}
.cart-detail{
	position: relative;
    float: right;
    width: 245px;
		margin-top: 5px;
}
.cart_drowdown a.remove-cart {
	position: absolute;
	right: 0;
	top: 0;
	font-size:16px;
}
#hikashop_cart span.hikashop_product_price{
	    font-size: 11px;
}
.cart_drowdown  span.rate{
	float: right;
}
.cart_drowdown  span.rate span{
	color: #c5c5c5;
	font-size: 13px;
	font-family: 'open_sanssemibold';
	color: #2b2b2b;
	font-style: normal;
}
span.quantity{
	color: #747474;
	font-size: 12px;
	font-family: 'open_sanssemibold';
}
.cart_drowdown  li h5.subtotal {
	font-size: 13px;
	font-family: 'open_sanssemibold';
	color:#cdcdcd;
	line-height: 38px;
}
#hikashop_cart li h5.subtotal span{
	float: right;
	font-size: 16px;
	color: #fff;
	font-family: 'open_sanssemibold';
	font-style: normal;
	margin-left: 8px;
}
#hikashop_cart  .hikashop_product_price_full{
	padding-bottom: 0;
}
.cart_drowdown  li.button a {
	background-color: #4a4a4a;
	color: #cdcdcd;
	font-size: 13px;
	padding: 10px 13px;
}
.cart_drowdown li.button a:hover{
	background:#027bcf;
}

.contact_fild .form-control::-moz-placeholder {
    color: #707070;
    opacity: 1;
}

.contact_fild .form-control::-webkit-input-placeholder {
   color: #707070;
    opacity: 1;
}
.contact_fild .form-control:-ms-input-placeholder {
   color: #707070;
    opacity: 1;
}
.button.hikashop_cart_input_button.red.single.normal.radius5 {
	background: #fff;
	border: 1px solid #027BCF;
	border-radius: 0;
	color: #027BCF !important;
	padding: 17px 60px;
	background: rgba(0, 0, 0, 0) url(../images/cart.png) no-repeat scroll left 36px center;
}

.button.hikashop_cart_input_button.red.single.normal.radius5:hover{
	color: #fff !important;
	background: #027BCF url(../images/cart-blue.png) no-repeat scroll left 36px center;
}

.hikashop_product_price_full {
	padding-bottom: 10px;
	text-align: left;
}
/*--login--*/
.title-header,
.titlePage h2{
	font-size: 32px;
	color: #3b3b3b;
	margin-top: 50px;
}
.text-description{
	font-size: 14px;
	color: #353535;
	margin: 15px 0;
}
.login_form{
	padding-bottom: 60px;
}
.login_form input[type="text"],
.login_form input[type="password"]{
	background-color: #e8eaee;
	outline: 0;
	color: #838383;
	font-size: 14px;
	border-radius: 5px;
	border: 0;
	height: 46px;
	line-height: 46px;
	padding-left: 25px;
	box-shadow: none;
}
a.resetPass{
	color: #a4a4a4;
	font-size: 12px;
	margin: 10px 21px;
}
.login_form .all_btn{
	border: 0;
	border-radius: 0;
	text-transform: uppercase;
	height: 50px;
}

.registerBox{
	margin-top: -40px;
  padding: 40px;
	background-color: #f3f3f3;
}

.title-link{
	font-family: open_sanslight;
	font-size: 26px;
	color: #3b3b3b;
	margin-bottom: 15px;
}
.registerBox p{
	font-size: 14px;
	color: #3b3b3b;
}
.registerBox .button{
	font-size: 14px;
	color: #fff;
	padding: 7px 15px;
	background-color: #027bcf;
	margin-top: 24px;
}

.login_form .loginFollow button{
	background-color: #027bcf;
	margin-top: 15px;
	height: 44px;
	padding: 0 30px;
	font-size: 15px;
}
.login_form .loginFollow input{
	background-color: #fff;
	height: 46px;
}
.login_form .controls{
	margin: 7px 0;
}

.loginFollow .resetPass{
	margin: 0;
}

.register_form #member-registration input{
	margin-bottom: 16px;
}
.register_form #member-registration button{
	background-color: #ee2b2b;
	border: 0;
	border-radius: 0;
	width: 150px;
	height: 50px;
	text-transform: uppercase;
	font-size: 15px;
}
.form_fild_wrap{
	max-width:400px;
	margin:0 auto;
	padding:15px;
	border:1px solid #ddd;
}
.form_fild_wrap h2{
	font-size:22px;
	text-transform:uppercase;
	font-family: 'open_sansbold';
	margin:0 0 15px;
	color:#3b3b3b;
}
.login_fild button{
	border:none;
	font-family: 'open_sanssemibold';
	text-align:center;
	text-transform:uppercase;
	border-radius:0;
	padding:10px 30px;
	font-size:14px;
}
.login_fild{
	margin:0 0 20px;
}
.login_fild:last-child{
	margin-bottom:0;
}
.login_fild .form-control{
	height:40px;
}
.login_fild .checkbox{
	margin:0;
}
.login_fild .checkbox label {
	line-height: 16px;
}
/*--check--*/
.check_out{
	padding:60px 0;
	border-top:1px solid #ddd;
}
.check_out .check_out_wrap tr td{
	vertical-align:middle;
	color:#333;
}
.check_out .check_out_wrap table{
	margin-bottom:0;
}
.check_out_img{
	width:70px;
}
.check_out_img img{
	width:100%;
}
.how_meny input{
	width:100px;
	height:36px;
	border:1px solid #ddd;
	padding:6px 10px;
}
.how_meny a:firl-child{
	padding:5px;
	color:#f32700;
}
.how_meny a:last-child{
	padding:5px;
	color:#f32700;
}
.check_out .check_out_wrap.mCustomScrollbar{
	max-height:300px;
	margin-bottom:30px;
}
.check_out .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	background:#ed3a3a;
}
.form_tab{
	margin:0 0 15px;
}
.form_tab ul li{
	display:inline-block;
	padding-right:20px;
	margin-bottom:15px;
}
.form_tab li span{
	width:50px;
	height:50px;
	line-height:50px;
	background:#242424;
	display:inline-block;
	color:#fff;
	font-size:16px;
	text-align:center;
	vertical-align:middle;
	border-radius:100%;
	-moz-border-radius:100%;
	-ms-border-radius:100%;
	-o-border-radius:100%;
	-webkit-border-radius:100%;
	margin-right: 10px;
}
.form_tab li a {
	color: #212121;
	font-size: 16px;
	font-weight: bold;
}
.form_tab li a:hover, .form_tab li.active a{
	color:#ed3a3a;
}
.form_tab li.active span{
	background:#027bcf;
}
.final_total table tr td, .final_total table tr th{
	text-align:right;
}
.next_btn_div a{
	padding:10px 30px;
}

.check_out_wrap .table thead th {
	background: #027bcf;
	color: #fff;
}

#hikashop_checkout_shopping_button {
    float: right;
    background: #bababa;
}
.login_form .loginFollow .button.hikashop_cart_input_button {
	background: #027bcf;
  margin-top: 15px;
  height: 44px;
  padding: 0 30px;
  font-size: 15px;
	margin: 10px 0 0;
	border: 0;
	outline: 0;
	text-transform: uppercase;
	color: #fff !important;
}
p.com-form-login-remember label {
	float: left !important ;
	width: auto !important ;
}
#hikashop_register_form_button{
	background: #ee2b2b;
    border: 0;
    border-radius: 0;
    width: 150px;
    height: 50px;
    text-transform: uppercase;
    font-size: 15px;
		margin: 0;
		color: #fff !important;
}

#hikashop_checkout_login_left_part #remember {
	float: left;
	height: auto;
	margin: 5px 10px 0 0;
	width: auto;
}

#hikashop_checkout_address_left_part fieldset#hikashop_checkout_billing_address{
	margin-bottom: 15px;
}
#hikashop_checkout_address_left_part fieldset .addressSelection{
	display: none;
}
#hikashop_checkout_address_left_part fieldset.checked .addressSelection{
	display: block;
}
.hikashop_address_content{
	margin-top: 0;
	margin-left: 13px;
}
.addressSelection{
	border: 1px solid #eee;
	padding: 20px;
	position: relative;
	overflow: hidden;
}

.addressSelection .addressSelection input,
.addressSelection .addressSelection > div{
	float: left;
}
#collapse1 .hika_edit{
	position: absolute;
	top: 0;
	right: 0;
}
#collapse1 #hikashop_checkout_billing_address_selection a{
	margin: 0 4px;
}

#collapse1 #hikashop_checkout_address{
	margin-top: 30px;
}
label[for="check_address"] input,
label[for="check_shipping"] input{
	opacity: 0;
	position: absolute;
	left: -9999px;

}
label[for="check_address"],
label[for="check_shipping"]{
	background: url(../images/icon-check.png) no-repeat 0 0;
	padding: 1px 0 4px 27px;
	font-size: 15px;
	color: #282828;
	font-weight: normal;
}
label[for="check_address"].checked,
label[for="check_shipping"].checked{
	background: url(../images/icon-checked.png) no-repeat 0 0;
}

label[for="same_address"]{
	margin-left: 26px;
	position: absolute;
	top: -15000em;
}
label[for="same_address_current"]{
	margin-left: 26px;
	clear: both;
	float: left;
}
label[for="same_address_current"] input{
	margin-right: 10px;
}
.saveAddress{
	display: none;
}


#hikashop_checkout_shipping_div label[for="same_address"]{
	position: relative;
	top: 0;
}
#hikashop_checkout_shipping_div > .addressSelection{
	border: 0;
}
a.btnContinue{
	width: 181px;
	height: 49px;
	background-color: #027bcf;
	text-align: center;
	line-height: 49px;
	color: #fff;
	text-transform: uppercase;
	float: right;
	margin: 30px 0;
}

#collapse1 .admintable label{
	clear: both;
	float: left;
	display: block;
	width: 100%;
	font-size: 15px;
	font-family: "open_sanssemibold",sans-serif;
	color: #5c5c5c;
	font-weight: normal;
	margin-left: 7px;
}
#collapse1 .admintable{
	padding: 0 15px;
}
#collapse1 .admintable input{
	width: 100%;
	outline: none;
	max-width: 100%;
	height: 45px;
	line-height: 45px;
	padding: 0 20px;
	border: 1px solid #dbdbdb;
	box-shadow: none;
	margin-bottom: 15px;
}
#collapse1 p.error{
	clear: both;
	color: #ed3a3a;
	font-size: 13px;
	position: relative;
	top: -5px;
}
.saveAddress{
	padding: 6px 17px;
	border: 1px solid #333;
	color: #333;
}
.saveAddress img{
		margin-right: 10px;
}

.signin {
	background: rgba(0, 0, 0, 0) url("../images/signin.jpg") no-repeat scroll center center / cover ;
	padding: 65px 0 80px;
}
.signin, .signin .portion h3, .signin .portion p, .signupbtn, .signin .portion span, .signin form, .signin .textbox, .signin .portion small {
	float: left;
	width: 100%;
}

.pull-right {
	float: right !important;
}
.arrivalbox, .portion, .shoppngbox {
	float: left;
	width: 100%;
}
.radius5 {
	border-radius: 5px;
}
.signin .portion {
	background: rgba(0, 0, 0, 0.65) none repeat scroll 0 0;
	padding: 65px 35px 50px;
}


.signupbtn.blue {
	background: #0071d1 none repeat scroll 0 0;

}
.signupbtn {
	background: #214187 none repeat scroll 0 0;
	color: #fff;
	display: block;
	font-family: "open_sanssemibold",sans-serif;
	font-size: 15px;
	padding: 15px 0;
	text-align: center;
}

/*--About-us--*/
.about_us{
	padding:60px 0 60px;
	border-top:1px solid #ddd;
}
/*.about_wrap{
	display:table;
	width:100%;
}
*/

.content_wrap{
	margin-bottom: 40px;
}

.titlePage{
	padding-bottom: 30px;
}

.article_content p{
	margin-bottom:10px;
}

/*-------WARNING MESSAGE---*/
.loadOrder{
	cursor: pointer;
}
.loadOrder.active i{
	transform: rotate(90deg);
}

.modal-header{
	position: absolute;
    right: 20px;
    top: 13px;
	border: 0;
	z-index: 1;
}
.close{
	font-size: 33px;
}
.warning{
	margin-top: 5px;
    padding-bottom: 17px;
}

.modal-content{
	-webkit-box-shadow: none;
	box-shadow: none;
    border-radius: 0;
    padding: 10px 0;
    border: 0;
}

/*--------------------------*/
.hikashop_checkout_address_left_part, .hikashop_checkout_address_right_part {
    width: 100%;
    float: left;
    margin: 0;
}


#hikashop_checkout_page #hikashop_checkout_next_button[value="CONTINUE"]{
	background: #027bcf;
	width: 160px;
}

#hikashop_order_listing.myorderList #hikashop_order_main td{
	padding: 30px 33px;
	background: #f6f6f8;
}
#hikashop_order_listing.myorderList #hikashop_order_main .listProductOrderDetail{
	padding: 0;
	background: transparent;
}

#hikashop_order_listing.myorderList #hikashop_order_main .listProductOrderDetail tr th{
	color: #363636;
	font-size: 14px;
}

#hikashop_order_listing.myorderList #hikashop_order_main .listProductOrderDetail table tr th:first-child,
#hikashop_order_listing.myorderList #hikashop_order_main .listProductOrderDetail table tr td:first-child{
	padding-left: 20px;
}

#hikashop_order_listing.myorderList #hikashop_order_main td td{
	padding: 0;
	border: 0;
}
#hikashop_order_main #adminForm fieldset{
	border: 0;
	background: #fff;
	font-size: 15px;
}

#hikashop_order_main #adminForm fieldset h5{
	color: #333;
	font-size: 18px;
	margin-bottom: 5px;
}
#hikashop_order_listing #hikashop_order_main table tr th{
	background: #d1d1e0;
	color: #333;
}

#hikashop_order_listing.myorderList #hikashop_order_main .listProductOrderDetail table tr.row0 td,
#hikashop_order_listing.myorderList #hikashop_order_main .listProductOrderDetail table tr.row1 td{
		background: #fff;
    border-top: 13px solid #f6f6f8;
    border-bottom: 13px solid #f6f6f8;
    padding-top: 25px;
    padding-bottom: 25px;
		font-size: 15px;
		color: #4c4c4c;
}
#hikashop_order_listing.myorderList #hikashop_order_main .listProductOrderDetail .hikashop_order_product_name{
	color: #333232;
	font-size: 16px;
}
#hikashop_order_listing.myorderList #hikashop_order_main .listProductOrderDetail .hikashop_order_item_total_value{
	color: #4c4c4c;
	font-size: 15px;
	font-style: normal;
}

#hikashop_order_listing.myorderList #hikashop_order_main .listProductOrderDetail tr td span,
#hikashop_order_listing.myorderList #hikashop_order_main .listProductOrderDetail tr.subTotalShiping td span{
	font-style: normal;
	font-size: 15px;
	color: #4c4c4c;
}
#hikashop_order_listing.myorderList #hikashop_order_main td td{
	font-style: normal;
}
#hikashop_order_listing.myorderList #hikashop_order_main .listProductOrderDetail tr.total_price td,
#hikashop_order_listing.myorderList #hikashop_order_main .listProductOrderDetail tr.subTotalShiping td{
	padding-top: 10px;
	padding-bottom: 10px;
}
#hikashop_order_listing.myorderList #hikashop_order_main .listProductOrderDetail tr.total_price td{
	border-top: 1px solid #d0d0d2;
}

#hikashop_order_listing.myorderList #hikashop_order_main .listProductOrderDetail tr.total_price td{
	font-family: 'open_sansbold';
	vertical-align: top;
}

#hikashop_order_listing.myorderList #hikashop_order_main .listProductOrderDetail tr.total_price span{
	display: block;
	clear: both;
	font-size: 12px;
	color: #848485;
	font-family: 'open_sanssemibold';
}
#hikashop_order_listing.myorderList #hikashop_order_main .listProductOrderDetail .hikashop_order_item_files_images img{
	max-width: 100px;
	max-height: 100px;
}
#hikashop_order_listing.myorderList #hikashop_order_main .listProductOrderDetail tr th.hikashop_order_item_total_title,
#hikashop_order_listing.myorderList #hikashop_order_main .listProductOrderDetail tr td:last-child{
	text-align: right;
	padding-right: 30px;
}
#hikashop_order_listing.myorderList #hikashop_order_main .listProductOrderDetail tr td:last-child{
	padding-right: 20px !important;
}

.message h2 {
    font-size: 25px;
    margin-bottom: 10px;
}
#hikashop_shipping_methods .row0:hover, #hikashop_shipping_methods .row1:hover{
	background: transparent;
}

#hikashop_shipping_methods tr{
	border: 0;
}

.hikashop_checkout_shipping_name{
	font-family: 'open_sanssemibold';
	font-size: 15px;
	color: #282828;
}
.hikashop_checkout_shipping_description p{
	font-size: 13px;
	color: #5f5f5f;
	font-family: 'open_sanssemibold';
}
p.noteMethod{
	font-size: 13px;
	color: #3a3a3a;
	font-family: 'open_sanssemibold';
	margin-top: 20px;
	margin-left: 10px;
}
textarea.delivery-order{
	width: 800px;
	max-width: 100%;
	font-size: 14px;
	color: #787878;
	border: 1px solid #dbdbdb;
	padding: 15px;
	height: 140px;
	outline: none;
}
/*404page*/
.desc .btn-loadmore {
    color: #fff;
    font-size: 13px;
    background: #027bcf;
    padding: 15px 30px;
    text-transform: uppercase;
    cursor: pointer;
    text-align: center;
    width: 228px;
}
/**--COuntry---**/
#hikashop_checkout_address select{
    outline: none;
    max-width: 100%;
    height: 45px;
    line-height: 45px;
    padding: 0 15px;
    border: 1px solid #dbdbdb;
    box-shadow: none;
    margin-bottom: 15px;
}
/**---Disclaimer----*/
.disclaimer h2{
    text-transform: capitalize;
    padding-bottom: 10px;
}
.disclaimer ul p{
    padding-bottom: 10px;
}
@media only screen and (min-width: 768px) {
	.isotopeContainer{
		text-align: center;
	}
	.isotop_catagory .featured .isotopeSelector{
		width: 20%;
		float: none;
		display: inline-block;
	}
}
@media only screen and (max-width: 992px) {
	body > .container{
		clear: both;
	}
	.banner_content{
		position: relative;
		right: 0 !important;
		top: 0 !important;
		padding: 18px;
		width: 100% !important;
	}
	.bx-controls-direction{
		top: 30%;
	}

}
@media only screen and (max-width: 768px) {
	.bx-wrapper{
		overflow: hidden;
	}
	.banner img,
	.mission img,
	.vission img{
		height: 260px;
		width: auto;
	}
	.mission,
	.vission{
		overflow: hidden;
	}
	.mission img,
	.vission img{
		position: absolute;
	}
	.mission img{
		right: 0;
	}
	.banner{
		overflow: hidden;
	}
	.banner .innerBanner{
		position: relative;
		width: 100%;
		left: 0;
		padding: 0 15px;
		transform: none;
		margin-top: 25px;
		margin-bottom: 25px;
	}
	.shippingpage {
	    margin: 0px 0;
	}
	.banner .innerBanner h2, .banner .innerBanner p{
		color: #333;
	}
	.banner .innerBanner h2{
		color: #333;
		font-size: 28px;
	}

	.inner{
		position: relative;
		transform: none;
		width: 100%;
	}
	.mission .contentInnerAbout,
	.vission .contentInnerAbout{
		width: 100%;
		margin: 270px 0 30px 0;
	}

	.cart_btn_box{
		right: 15px;
    top: 0;
    margin-top: 10px;
    margin-right: 35px;
	}
	.sticky .cart_btn_box {
	    top: 18px !important;
	    margin-top: 0px;
	    right: 13px !important;
	}
	.cart_drowdown{
		width: 320px;
	}
	.mean-container .mean-bar a.meanmenu-reveal{
		top: 11px;
	}
	.mean-container .mean-nav{
		margin-top: 85px !important;
	}
	footer .imgContainer img{
		width: auto;
	}
	.footer_catagory.footer_contact li{
		padding-left: 0;
	}
	footer {
    padding: 35px 0 0;
	}
	.copy_right{
		margin-top: 0;
	}
	.registerBox{
		margin-top: 40px;
	}
	.login_form input{
		margin-bottom: 16px;
	}
	a.resetPass{
		margin-left: 0;
		margin-top: 0;
	}
	.accountbx{
		overflow: hidden;
	}
	.accountbx .well{
		padding: 20px 25px;
	}
	.submitbtn, .clearbtn{
		width: 159px;
	}
	#cart_item{
		max-height: 376px;
		overflow: auto;
	}
	.mCSB_inside > .mCSB_container{
		margin-right: 0;
	}
	.cart-detail{
		width: 203px;
	}


	#hikashop_checkout_cart table td:before{
		position: relative;
		left: 0;
	}
	.hikashop_cart_product_image_thumb,
	#hikashop_checkout_cart table td.hikashop_cart_product_quantity_value:before{
		width: 100%;
		border: 0;
		display: block;
	}
	#hikashop_checkout_cart .hikashop_product_quantity_field{
		margin: 0 16px 0px 0 !important;
	}
	#hikashop_checkout_cart .table > tbody>tr>td{
		padding: 9px 10px;
	}
	#hikashop_checkout_page input[name="continue_shopping"], #hikashop_checkout_page #hikashop_checkout_next_button{
		width: 37%;
		    height: 43px;
				    margin-left: 10px;
	}
	#collapse4 #hikashop_checkout_cart{
		margin-bottom: 0;
	}

	#hikashop_order_listing #hikashop_order_listing tbody td:nth-child(1),
	#hikashop_order_listing #hikashop_order_listing  th:nth-child(1),
	#hikashop_cart_listing #hikashop_order_listing  td:nth-child(2),
	#hikashop_cart_listing #hikashop_order_listing  th:nth-child(2),
	#hikashop_cart_listing #hikashop_order_listing  td:nth-child(5),
	#hikashop_cart_listing #hikashop_order_listing  th:nth-child(5),
	#hikashop_cart_product_listing #hikashop_order_listing  tbody td:nth-child(1),
	#hikashop_cart_product_listing #hikashop_order_listing  th:nth-child(1),
	#hikashop_cart_product_listing #hikashop_order_listing  td:nth-child(5),
	#hikashop_cart_product_listing #hikashop_order_listing  th:nth-child(5){
		display: table-cell;
		padding-left: 10px;
	}
}
@media only screen and (max-width: 500px) {

}
@media only screen and (max-width: 320px) {

}

/* RS! Form */
.formValidation .formNoError{color:#ffffff;}
