@charset "utf-8";
/* CSS Document */
/* ------------ Reset ------------ */
@import url('<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700" rel="stylesheet"> ');
body {
	/*font-family: 'Raleway', sans-serif;*/
	  font-family: 'Roboto', sans-serif;
	color: #444;
	font-size: 14px;
	margin: 0;
	padding: 0;
	background: #fff none repeat scroll 0 0;
}
a {
	color: #286fb4;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
h1, h2, h3, h4, h5 {
	font-weight: normal
}
ul, ul li {
	list-style: none
}
ul {
	padding: 0;
}
.heading1 {
	margin-bottom: 20px;
	border-bottom: 1px solid #efefef;
	margin-top: 0;
	font-size: 34px
}
.heading2 {
	font-size: 22px;
	color: #fc5a0a;
	font-weight: normal;
	padding: 0;
	text-transform: uppercase;
}
.heading1 .subtext {
	font-size: 16px;
	color: #96979d;
	text-transform: none;
	font-weight: normal;
	padding: 0;
}
.heading1 .maintext {
	font-size: 26px;
	color: #5e626b;
	text-transform: uppercase;
	padding: 0 14px 4px 0;
}
.hidden {
	display: none;
}
.heading1 .subtext img {
	padding-bottom: 5px;
}
h1, h2, h3, h4, h5, h6 {
	line-height: normal
}
h2 {
	font-size: 24px
}
form {
	margin: 0;
}
.mt0 {
	margin-top: 0 !important
}
.mb0 {
	margin-bottom: 0 !important
}
.mt40 {
	margin-top: 40px !important
}
.mt5 {
	margin-top: 5px
}
.mt10 {
	margin-top: 10px
}
.mt20 {
	margin-top: 20px
}
.mt60 {
	margin-top: 60px !important
}
.mr10 {
	margin-right: 10px
}
.mr20 {
	margin-right: 20px
}
.ml10 {
	margin-left: 10px
}
.ml20 {
	margin-left: 20px
}
.mb10 {
	margin-bottom: 10px
}
.mb20 {
	margin-bottom: 20px
}
.mb40 {
	margin-bottom: 40px
}
.ct_padding_right {
	padding-right: 20px;
}
.ct_padding_left {
	padding-left: 20px;
}
.margin-none {
	margin: 0
}
.clear {
	clear: both
}
.center {
	float: none;
	margin-left: auto;
	margin-right: auto;
}
.displayblock {
	display: block
}
.align_center {
	text-align: center;
}
.align_left {
	text-align: left;
}
.align_right {
	text-align: right;
}
.valign_middle {
	vertical-align: middle;
}
.valign_top {
	vertical-align: top;
}
.valign_bottom {
	vertical-align: bottom;
}
.red, .required {
	color: #F00
}
.orange {
	color: #00A1CB
}
.gray_separator {
	border-bottom: 1px solid #dedede;
	height: 0;
	margin: 10px 0;
}
.footerlinks ul li a, .footerlinks ul li a:hover, .thumbnail .shortlinks a, .thumbnail .shortlinks a:hover, .flex-control-paging li a, .flex-control-paging li a:hover, ul.categorymenu > li > a, ul.categorymenu > li > a:hover, .dropdown-menu li > a, .dropdown-menu li > a:hover, ul.categorymenu > li > div > ul > li > a, ul.categorymenu > li > div > ul > li > a:hover, #topnav ul li a, #topnav ul li a:hover, #customernav ul li a, #customernav ul li a:hover, .thumbnail a.productcart, .thumbnail a:hover.productcart, input, input:focus, select, select:focus, textarea, textarea:focus {
	-moz-transition: all .2s ease;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease
}
.container-fixed {
	margin: 0 auto;
}
.container-fixed > hr {
	margin: 30px 0;
}
#maincontainer {
	padding: 0;
	margin: 0;
	/*font-family: Raleway;*/
}
#product_details{	/* font-family: 'Open Sans', Arial, Helvetica, sans-serif;*/}
#maincontainer.container-fluid {
	padding: 0;
	margin: 0;
}
.contentpanel {
	padding: 0px;
}
#featured, #latest, #related, #popularbrands, #newslettersignup {
	margin: 0 auto 0 auto;
}
 input:focus:invalid, textarea:focus:invalid, select:focus:invalid {
 color: #e41918;
}
section.row {
	margin: 0;
}
#shippings>option {
	width: inherit;
}
/* ------------ Header ------------ */
.headerstrip {
	height: 72px;
	background-color: #00a1cb;
}
.nav_expand {
	position: absolute;
	top: 10px;
	right: 10px
}
.header-logo {
	width: 300px;
	background-color: #fff;
	text-align: center;
	height: 72px;
	line-height: 72px
}
#topnav select {
	display: none
}
#topnav .navbar-inner, #customernav .navbar-inner {
	background: none;
	border: none;
	box-shadow: none;
	filter: none;
}
#topnav ul, #customernav ul {
	padding: 6px 10px 0 10px;
}
#topnav ul li, #customernav ul li {
	padding: 5px 0;
}
#topnav ul li a {
	box-shadow: none;
	text-shadow: none;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	padding: 0 0 0 5px;
	margin-right: 10px;
	background: none;
}
#topnav ul li a:hover {
	background: none;
}
#topnav ul.dropdown-menu li a {
	color: #999999;
	white-space: nowrap;
}
#customernav .dropdown-menu {
	min-width: 225px;
}
#customernav ul li a {
	box-shadow: none;
	text-shadow: none;
	color: #fff;
	font-size: 14px;
	padding: 0 0 0 10px;
	margin-right: 10px;
	background: none;
}
#customernav ul.dropdown-menu li a {
	color: #999999;
}
#topnav ul.dropdown-menu li a span, #customernav ul.dropdown-menu li a span {
	padding: 0 10px 0 10px;
}
.menu_image {
	padding-right: 6px;
}
#topnav ul li a.menu_home, #topnav .nobackground {
	background-position: 0 0;
	background: none;
}
#topnav .nobackground, #main_menu_bottom .nobackground {
	padding: 0 0 0 10px;
	margin-right: 10px;
}
#topnav ul li a:hover.menu_home, #topnav ul li a.active.menu_home {
	background-position: 0 -31px
}
.top-search input {
	width: 210px;
	border: 4px solid #F5F5F5;
	padding: 6px;
	float: left;
	vertical-align: middle;
}
ul#search-category {
	margin: 0;
}
.search-bar .button-in-search {
	float: left;
	margin-top: 2px;
	margin-left: -32px;
	font-size: 24px;
}
.button-in-search {
	cursor: hand;
	cursor: pointer;
}
.top-search .submenu.dropdown-menu {
	left: 0%;
	top: 50px;
}
.headerstrip_blocks {
	margin-top: 14px;
}
.headerdetails ul.nav {
	margin-bottom: 0;
}
li.dropdown {
	list-style: none
}
/* Top block positioning */
.headerstrip_blocks .block_1 {
	float: left;
	margin-left: 10px;
}
.headerstrip_blocks .block_2 {
	float: left;
}
.headerstrip_blocks .block_3 {
	float: left;
}
.headerstrip_blocks .block_4 {
	float: right;
}
.headerdetails .block_5 {
	float: left;
}
.headerdetails .block_6 {
	float: left;
}
.headerdetails .block_7 {
	float: left;
}
.headerdetails .block_8 {
	float: right;
}
/* ------------  Top Cart ------------ */
.headerdetails #main-nav ul > li.topcart {
	background: #fff;
	height: 45px
}
.headerdetails #main-nav ul > li.topcart a {
	color: #999999;
	font-size: 14px
}
.headerdetails .navbar .nav li.topcart .dropdown-toggle .caret, .navbar .nav li.dropdown.open.topcart .caret {
	border-bottom-color: #999999;
	border-top-color: #999999;
}
.headerdetails ul.topcartopen {
	font-size: 11px;
	width: 270px;
}
.headerdetails ul.topcartopen li > table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 5px;
	padding: 5px
}
.headerdetails ul.topcartopen li > table td {
	vertical-align: top;
	padding: 1px 5px 1px 5px;
	border-bottom: 1px dashed #E7E7E7;
}
.headerdetails ul.topcartopen li > table .image {
	width: 1px;
}
.headerdetails ul.topcartopen li > table .image img {
	text-align: left;
}
.headerdetails ul.topcartopen li > table .name small {
	color: #999999;
}
.headerdetails ul.topcartopen li > table .quantity {
	text-align: right;
}
.headerdetails ul.topcartopen li > table td.total {
	text-align: right;
}
.headerdetails ul.topcartopen li > table .remove {
	text-align: right;
}
.headerdetails ul.topcartopen li > table .remove img {
	cursor: pointer;
}
.headerdetails #header #cart .mini-cart-total > table {
	border-collapse: collapse;
	padding: 5px;
	float: right;
	clear: left;
	margin-bottom: 5px;
}
.headerdetails ul.topcartopen li > table a {
	padding: 0;
}
.headerdetails .shoppingcarttop {
	position: absolute;
	top: 0;
	right: 250px
}
.headerdetails nav.subnav select {
	display: none;
}
.headerdetails ul.nav.language li.dropdown, .headerstrip ul.nav.language li.dropdown {
	border: 1px solid #f2f2f2;
	display: inline-block;
	margin-right: 15px;
	text-transform: uppercase;
	background-color: #ffffff;
}
.headerdetails ul.nav.topcart li.dropdown, .headerstrip ul.nav.topcart li.dropdown {
	border: 1px solid #f2f2f2;
	display: inline-block;
	margin-right: 15px;
	text-transform: uppercase;
	background-color: #ffffff;
}
.headerdetails .topcart .icon-shopping-cart {
	font-size: 16px;
}
.buttonwrap {
	padding: 10px;
}
#top_cart_product_list > table:last-child {
	width: 90%;
}
#top_cart_product_list table td.image, #top_cart_product_list table td.image img {
	width: 50px;
	padding: 3px;
}
#top_cart_product_list table td.name {
	padding: 3px;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 120px;
}
#top_cart_product_list table td.total {
	color: #00A1CB;
}
#top_cart_product_list .totals {
	margin-top: 10px;
	margin-bottom: 10px;
}
#top_cart_product_list .totals td {
	text-align: right;
	width: 50%;
}
/* Uncoment if you want to set view limit wiht scroll to products in the cart dropdown 
#top_cart_product_list .products {
	overflow: auto;
	height: 300px;
}
*/

/* ------------ Main Menu ------------ */
.main_menu .dropdown .menu_text {
	padding-left: 5px;
}
.main_menu .dropdown.open a, .main_menu .dropdown.current a, #main_menu .dropdown a:hover, #main_menu .dropdown.current a, #customernav .dropdown a:hover, #customernav .dropdown.current a {
	background: #00A1CB;
	color: #fff;
}
.main_menu .dropdown-menu {
	white-space: normal;
	padding: 10px;
	position: absolute;
	top: 97%;
	left: 10px;
}
/* ------------ Category Menu ------------ */
#categorymenu {
	padding: 7px 0 7px 0;
	background: #F5F5F5;
}
#categorymenu:after {
	clear: both;
	content: ""
}
#categorymenu select {
	display: none
}
ul.categorymenu {
	margin: 0 6px 0 6px;
	display: table;
	table-layout: fixed;
}
ul.categorymenu > li {
	position: relative;
	margin: 0;
	border-right: 1px solid #CCCCCC;
	display: table-cell;
}
ul.categorymenu > li:last-child {
	border: none
}
ul.categorymenu > li > a {
	text-decoration: none;
	display: block;
	z-index: 6;
	position: relative;
	color: #4b5b58 !important;
	text-transform: uppercase;
	font-size: 14px;
	padding: 5px 10px 5px 5px;
}
ul.categorymenu > li:hover > a, ul.categorymenu > li > a.active, ul.categorymenu > li.current > a {
	color: #fff !important;
	text-shadow: none;
	background-color: #00A1CB;
	padding: 5px 10px 5px 5px;
}
ul.categorymenu > li > div {
	display: none;
	padding: 15px;
	position: absolute;
	top: 97%;
	left: 7px;
	z-index: 99999;
	display: none;
	float: left;
	min-width: 180px;
	margin: 1px 0 0;
	list-style: none;
	background-color: #fff;
	border: 1px solid #ddd;
	border-bottom: 4px solid #00A1CB;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2)
}
.categorymenu li a.menu_home {
	box-shadow: none;
	text-shadow: none;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	background: transparent url(../image/sprite.png) no-repeat;
	padding-left: 30px !important;
	margin-right: 22px
}
.categorymenu li a.menu_home {
	background-position: 5px 4px;
}
.categorymenu li a:hover.menu_home {
	background-position: 5px -27px;
}
.dropdown-menu {
	white-space: normal;
	padding: 10px;
	position: absolute;
	top: 97%;
	left: 7px;
	z-index: 99999;
	display: none;
	float: left;
	min-width: 210px;
	margin: 1px 0 0;
	list-style: none;
	background-color: #fff;
	border: 1px solid #ddd;
	border-bottom: 4px solid #00A1CB;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}
.dropdown-menu > li > a {
	white-space: normal;
}
ul.categorymenu > li:hover > div {
	display: table;
	width: 100%;
	vertical-align: top;
}
ul.categorymenu > li > div > ul {
	display: table-cell;
	vertical-align: top;
}
ul.categorymenu > li ul + ul {
	padding-left: 10px;
}
ul.categorymenu > li ul > li {
	display: block;
	float: left;
	width: 100%;
	border-bottom: 1px dashed #ddd;
}
ul.categorymenu > li > div > ul.arrow li a {
	padding: 8px 8px 8px 8px;
	display: block;
}
ul.categorymenu > li ul > li > a {
	text-decoration: none;
	display: block;
	white-space: normal;
	min-width: 180px;
	padding: 8px 8px 8px 5px;
}
ul.categorymenu > li > div > ul li:hover a, ul.categorymenu > li > div > ul li.current > a {
	background-color: #00A1CB;
	color: #fff;
	text-shadow: none;
}
ul.categorymenu > li > div > ul > li > a {
	color: #999999;
}
ul.categorymenu > li ul > li img {
	margin: 3px;
	max-width: none
}
.breadcrumb {
	margin-bottom: 10px;background:none;
}
.breadcrumb-separator {
	padding: 0 5px 0 5px;
}
.breadcrumb > li + li::before {
	color: #ccc;
	font-family: FontAwesome;
	content: "\f101";
	padding: 0 5px;
}
/* ------------ Promo Section ------------ */
.promo_section {
	padding: 10px 0 25px 0;
	border: 1px solid #ddd;
	margin: 0 auto 10px auto;
	width: auto;
}
.promo_block {
	overflow: hidden;
}
.promo_block .promo_icon {
	float: left;
	margin-bottom: 0;
	overflow: hidden;
	position: relative;
	font-size: 60px;
	padding: 10px 10px 0 0;
}
.promo_block .promo_text {
}
/* ------------ banners ------------ */
.banner_fallback {
	display: none;
}
.smbanner {
	margin: 20px auto 0 auto;
	width: auto;
}
.smbanner .span3 a {
	display: block;
	border: 1px solid #ddd;
	margin-bottom: 10px;
	overflow: hidden;
}
.block_frame_banner_block {
	clear: both;
}
.banner_block_23_11 .container-fluid {
	text-align: center;
}
/* ------------ newsletter ------------ */
#newslettersignup .pull-right {
	margin-top: 15px
}
#newslettersignup .newsletter {
	padding: 0 0 0 80px;
	height: 100px;
}
#newslettersignup .newsletter {
	position: relative;
}
#newslettersignup .newsletter:before {
	position: absolute;
	font-family: FontAwesome;
	top: -15px;
	left: 5px;
	font-size: 60px;
	content: "\f003";
}
#newslettersignup .newsletter h2 {
	font-size: 20px;
	color: #5e626b;
	line-height: normal;
	margin: 0
}
.addresses>section {
	display: inline-block;
}
/* ------------ Featured Products ------------ */
#categorymenu {
	margin: 20px 0 20px 0;
	clear: both;
}
#featured:after, #latest:after, #related:after, #category:after, #popularbrands:after, #newslettersignup .container-fluid:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0;
}
#right_column.row {
	clear: none !important;
}
.fixed_wrapper {
	overflow: hidden;
	height: 43px;
}
.fixed {
	height: 50px;
	margin: 0 -15px 0 0;
	overflow: auto;
}
.list-inline > div {
	padding-right: 5px;
	padding-left: 5px;
}
.thumbnails .prdocutname {
	font-size: 14px;
	color: #5e626b;
text-transform: capitalize;
	text-align: center;
	margin: 0 0 10px 0;
	display: block;
	padding-right: 17px;
}
.thumbnails.list .thumbnail .prdocutname {
	font-size: 16px;
	color: #5e626b;
	text-transform: uppercase;
	text-align: left;
	margin: 0 0 10px 0;
	display: block
}
.thumbnail .blurb {
	max-height: 60px;
	overflow: auto;
	text-overflow: ellipsis;
}
.thumbnails.list > li {
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #ccc
}
.thumbnails.list .productdiscrption {
	margin: 10px 0 25px 0;
	text-align: left;
}
.thumbnails.list .thumbnail .shortlinks {
	display: block;
	width: auto;
	position: static;
	text-align: left;
}
.thumbnails.list .thumbnail div.row {
	padding-left: 30px;
}
.thumbnails.list .pricetag {
	margin-left: -15px
}
.thumbnail .offer {
	position: absolute;
	top: 10px;
	left: -2px;
	background: url(../image/offer.png) no-repeat 0 0;
	height: 45px;
	width: 68px;
	float: left;
	overflow: hidden;
	display: block;
	text-indent: 9999px
}
.thumbnail .sale {
	position: absolute;
	top: 10px;
	left: -2px;
	background: url(../image/sale.png) no-repeat 0 0;
	height: 45px;
	width: 68px;
	float: left;
	overflow: hidden;
	display: block;
	text-indent: 9999px
}
.thumbnail .new {
	position: absolute;
	top: 10px;
	left: -2px;
	background: url(../image/new.png) no-repeat 0 0;
	height: 45px;
	width: 68px;
	float: left;
	overflow: hidden;
	display: block;
	text-indent: 9999px
}
.thumbnail .pricetag {
	/*margin-top: 8px;*/
	position: relative;
	padding: 0px;
	margin-bottom: 5px;
	display: block;text-align:right;
}
#sidebar{    position: absolute;}
.list .thumbnail .pricetag {
	margin-top: 8px;
	position: relative;
	padding: 9px 9px 9px 40px;
	height: 55px;
	width: 255px;
}
.thumbnail a.productcart {
	color: #000;
	padding: 8px 0px 8px 8px;
	font-size: 13px;
	/*	text-transform: uppercase;*/
	position: relative;
}
.thumbnail a.productcart:before {
	/*position: absolute;*/
	font-family: FontAwesome;
	font-size: 16px;
	content: "\f07a";
	top: 5px;
	right: 8px;
}
.thumbnail .nostock {
	background: #ccc;
	color: #fff;
	float: right;
	padding: 8px;
	font-size: 13px;
	text-transform: uppercase;
}
.thumbnail a.productcart:hover {
/*background: #0e5f86;*/
}
.thumbnail a.call_to_order, .productpageprice a.call_to_order {
	background: #00A1CB;
	color: #fff;
	padding: 8px;
	max-width: 195px;
	min-width: 112px;
	font-size: 13px;
	text-transform: uppercase;
	border: none;
	box-shadow: none;
	text-shadow: none;
	float: right;
	margin: 5px 10px;
}
.thumbnail a.call_to_order {
	text-align: right;
	margin: 0;
}
.thumbnail a.call_to_order i {
	font-size: 18px;
}
ul.productpagecart a.call_to_order {
	background-image: none;
	padding: 15px 15px 15px 16px;
	text-decoration: none;
}
ul.productpagecart a.call_to_order > i {
	font-size: 26px;
}
ul.productpagecart .nostock {
	background: #ccc;
	color: #fff;
	padding: 8px;
	font-size: 16px; display:block;
}
.thumbnails>li.span3 {
	min-width: 270px;
}
.thumbnail .shortlinks {
	background: #fff;
	position: absolute;
	left: 0;
	top: 40%;
	width: 100%;
	text-align: center;
	padding: 5px 0;
	display: none
}
.thumbnail .shortlinks a {
	padding: 5px 5px 0 25px;
	background: url(../image/sprite.png) 0 0 no-repeat;
}
.thumbnail .shortlinks a.details {
	background-position: 0 -384px
}
.thumbnail .shortlinks a.compare {
	background-position: 0 -462px;
}
a.compare>img {
	display: inline;
}
.thumbnail .price .oneprice {
	line-height: 35px;
	vertical-align: middle;
	font-size: 12px;
	color: #5e626b;
	font-weight: bold;
}
.thumbnail .price .pricenew {
	font-size: 12px;
	color: #5e626b;
	font-weight: bold;
}
.thumbnail .price .priceold {
	font-size: 10px;
	text-decoration: line-through;
	color: #96979d;
}
.side_prd_list .price .priceold {
	font-size: 12px;
	text-decoration: line-through;
	color: #96979d;
}
.side_prd_list.category>li {
	clear: both;
	display: inline-block;
	overflow: hidden !important;
	font-size: 12px;
}
.side_prd_list.manufacturer>li {
	clear: both;
	display: block;
	overflow: hidden !important;
	font-size: 12px;
}
.thumbnail_small {
	width: 60px;
}
.container .jumbotron, .container-fluid .jumbotron {
	border-radius: 0;
}
#featured .thumbnails li:hover .thumbnail img, #latest .thumbnails li:hover .thumbnail img, #bestseller .thumbnails li:hover .thumbnail img, #special .thumbnails li:hover .thumbnail img, #related .thumbnails li:hover .thumbnail img, #category .thumbnails li:hover .thumbnail img, .thumbnails.list li:hover .thumbnail img {
	transform: scale(1.2, 1.2);
	-ms-transform: scale(1.2, 1.2); /* IE 9 */
	-webkit-transform: scale(1.2, 1.2); /* Safari and Chrome */
	-o-transform: scale(1.2, 1.2); /* Opera */
	-moz-transform: scale(1.2, 1.2); /* Firefox */
	transition: all 0.8s;
	-ms-transition: all 0.8s; /* IE 9 */
	-moz-transition: all 0.8s; /* Firefox 4 */
	-webkit-transition: all 0.8s; /* Safari and Chrome */
	-o-transition: all 0.8s; /* Opera */
}
#featured .thumbnails li .thumbnail, #latest .thumbnails li .thumbnail, #special .thumbnails li .thumbnail, #bestseller .thumbnails li .thumbnail, #related .thumbnails li .thumbnail, #category .thumbnails li .thumbnail, .thumbnails.list li .thumbnail {
	overflow: hidden;
}
#featured .thumbnails li .thumbnail img, #latest .thumbnails li .thumbnail img, #special .thumbnails li .thumbnail img, #bestseller .thumbnails li .thumbnail img, #related .thumbnails li .thumbnail img, #category .thumbnails li .thumbnail img, .thumbnails.list li .thumbnail img {
	transition: all 0.8s;
	-ms-transition: all 0.8s; /* IE 9 */
	-moz-transition: all 0.8s; /* Firefox 4 */
	-webkit-transition: all 0.8s; /* Safari and Chrome */
	-o-transition: all 0.8s; /* Opera */
}
.thumbnails.list li:hover .thumbnail img {
	transform: none !important;
	-ms-transform: none !important;
	-webkit-transform: none !important;
	-o-transform: none !important; /* Opera */
	-moz-transform: none !important;
	transition: none !important;
	-moz-transition: none !important;
	-webkit-transition: none !important;
	-o-transition: none !important;
}
/*Brand*/
#popularbrands {
	position: relative;
	padding: 0 0 20px 0;
	width: auto;
}
#popularbrands .container-fluid {
	position: relative;
	width: auto;
}
.brandcarousalrelative {
	position: relative;
}
#popularbrands ul#brandcarousal {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	width: auto;
}
#popularbrands ul#brandcarousal li {
	text-align: center;
/*	border: 1px solid #ddd;*/
	padding: 10px 5px;
	margin: 6px;
	display: block;
	float: left;
}
#popularbrands.responsive {
	width: auto;
	margin-left: 0;
}
#popularbrands img.internal {
	height: 56px;
}
.clearfix, .clr_both {
	float: none;
	clear: both;
}
#popularbrands ul#brandcarousal .prev {
	float: left;
	margin-left: 10px;
}
#popularbrands ul#brandcarousal .next {
	float: right;
	margin-right: 10px;
}
#popularbrands ul#brandcarousal .pager {
	float: left;
	width: 300px;
	text-align: center;
}
#popularbrands ul#brandcarousal .pager a {
	margin: 0 5px;
	text-decoration: none;
}
#popularbrands ul#brandcarousal .pager a.selected {
	text-decoration: underline;
}
#popularbrands ul#brandcarousal .timer {
	background-color: #999;
	height: 6px;
	width: 0;
}
#popularbrands #prev {
	background: url(../image/carousalarrow.png) no-repeat scroll 8px center #00A1CB;
	position: absolute;
	font-size: 24px;
	text-indent: -9999px;
	display: block;
	overflow: hidden;
	height: 25px;
	width: 25px;
	left: 0;
	top: 45%;
}
#popularbrands #next {
	background: url(../image/carousalarrow.png) no-repeat scroll -18px center #00A1CB;
	position: absolute;
	font-size: 24px;
	text-indent: -9999px;
	display: block;
	overflow: hidden;
	height: 25px;
	width: 25px;
	right: 0;
	top: 45%
}
.timer {
	background-color: #999;
	height: 6px;
	width: 0;
}
#musthave {
	width: 300px !important;
}
/*Producct page*/
h1.pagetitle {
	background: #f9f9f9;
	padding: 10px;
	font-size: 24px;
	margin: 0 0 40px 0;
	color: #00a1cb;
}
.mainimage.bigimage .fa {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 999;
	color: #96979d;
	font-size: 16px;
}
.thumbnails.mainimage.smallimage {
	padding-top: 10px;
}
.thumbnails.mainimage.smallimage .thumbnail {
	margin-bottom: 5px;
	cursor: pointer;
}
/**
 * EasyZoom core styles
 */
.easyzoom {
	position: relative;
	/* 'Shrink-wrap' the element */
	display: inline-block;
 *display: inline;
 *zoom: 1;
}
.easyzoom img {
	vertical-align: bottom;
}
a.local_image {
	/* min-width: 340px;
	display: inline-block;
	min-height: 340px; */
}
.easyzoom.is-loading img {
	cursor: progress;
}
.easyzoom.is-ready img {
	cursor: crosshair;
}
.easyzoom.is-error img {
	cursor: not-allowed;
}
.easyzoom-notice {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 150;
	width: 10em;
	margin: -1em 0 0 -5em;
	line-height: 2em;
	text-align: center;
	background: #FFF;
	box-shadow: 0 0 10px #888;
}
.easyzoom-flyout {
	position: absolute;
	z-index: 100;
	overflow: hidden;
	background: #FFF;
	border: 2px solid #ccc;
}
.easyzoom--overlay .easyzoom-flyout {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.easyzoom--adjacent .easyzoom-flyout {
	top: 0;
	left: 100%;
	width: 100%;
	height: 100%;
	margin-left: 20px;
}
/**
 * EasyZoom end
 */

ul.productinfo {
	margin: 0;
	padding: 0;
	list-style: none
}
ul.productinfo li {
	padding: 5px 0;
	list-style: none;
	display: block
}
.productinfoleft {
	font-weight: bold;
	color: #3e373f;
	position:relative;
}
.productinfoleft:before{
	content:":";
	position:absolute;
	right:0px;
	width:5px;
	height:100%;
}
.productinforight {
	color: #5a5a5a;
	text-align: justify
}
.productinfoleftcolor {
	color: #fc5a0a
}
.productformbutton {
	border-bottom: 1px solid #E7E7E7;
	width: 100%;
	float: left;
	display: block;
	padding-bottom: 25px
}
.form-horizontal.productform .control-label {
	text-align: left !important;
}
.form-horizontal .align_left .control-label {
	text-align: left;
}
 .form-control::-moz-placeholder {
 color:#ccc;
 opacity:1;
}
.form-control:-ms-input-placeholder {
 color:#ccc;
}
.form-control::-webkit-input-placeholder {
 color:#ccc;
}
.productaddtocart {
	margin: 10px 10px 10px 160px;
	float: left !important
}
.rating {
	margin: 25px 30px 40px 0;
	border-top: 1px solid #E7E7E7;
	border-radius: 4px 4px 4px 4px;
	padding: 15px 0 15px 0;
	border-bottom: 1px solid #E7E7E7;
}
.options {
	margin: 5px 0 12px 0
}
ul.rate {
	margin: 0
}
ul.rate li {
	height: 20px;
	width: 20px;
	background: url(../image/rate.png) no-repeat scroll 0 0 transparent;
	display: inline-block;
	margin-right: 5px
}
ul.rate li.on {
	background-position: left top
}
ul.rate li.off {
	background-position: left -24px
}
.mainimage li.producthtumb {
	display: inline-block;
	margin-right: 25px;
}
.mainimage li.producthtumb img {
	cursor: pointer;
	width: 45px !important;
}
.total-price-holder {
	display: none;
	visibility: hidden;
}
.total-price {
	font-size: 18px;
	color: #00A1CB;
}
.productprice .price {
	height: 28px;
	line-height: 28px;
	margin: 11px auto 0;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	text-align: center;
	text-transform: uppercase;
	font-size: 16px;
	color: #00a1cb;
	width: 80px
}
.productprice .rate {
	margin: 25px 0 0 0
}
.productprice {
	margin: 0 0 0 0;
	clear: both
}
.productpageprice {
	/*position: relative;
	padding: 9px 0 9px 20px;
	margin: 40px 0 10px 0;*/
	font-size: 26px;
	/*text-align: center;
	line-height: 44px;*/
	color: #333
}
.productfilneprice {
	display: inline-block;
	color: #fc5a0a;
	font-weight: bold;
}
.productpageoldprice {
	font-size: 16px;
	text-decoration: line-through;
	;
	margin-left: 0;
	padding: 0px 10px;
}
.product_per {
	color: #fc5a0a;
	font-size: 20px;
	font-weight: bold
}
ul.productpagecart {
	margin-top: 20px;
	margin-left: 0;
/*	display: inline-block; */
}
ul.productpagecart li {
	display: inline-block;
/*	margin-right: 10px;
	height: 45px*/
}
.productpagecart a {
	background: #00A1CB;
	color: #fff;
	padding: 10px 15px 10px 40px;
	font-size: 15px;
	position: relative; font-family:Raleway;
}
.productpagecart a.cas:before {
	position: absolute;
	font-family: FontAwesome;
	font-size: 24px;
	content: "\f07a";
	top: 2px;
	left: 10px;
}
.productpagecart a.cab:before {
	position: absolute;
	font-family: FontAwesome;
	font-size: 24px;
	content: "\f291";
	top: 2px;
	left: 10px;
}
.productpagecart li a.cart {
	background-position: 10px 12px;
}
.productpagecart li a.wish {
	background-position: 10px -51px;
}
.productpagecart li a.comare {
	background-position: 10px -126px;
}
.productpagecart li a:hover {
	background-color: #0e5f86
}
.selectsize {
	width: 170px;
	float: left;
	margin-right: 10px
}
.selectqty {
	width: 100px;
	float: left;
	margin-right: 10px
}
.quantitybox {
	background: #fff;
	border: 0;
	padding: 15px 15px 8px 0;
	display: block;
	margin: 10px 0 10px 0;
}
.quantitybox:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
h1.productname {
	color: #403641;
	font-size: 26px;
	margin: 0 0 8px 0;
	background: none;
	font-weight: bold;
}
.nav-tabs {
	margin: 0;
}
.productdesc {
	margin: 22px 0 0 0
}
.productdesc .nav-tabs li a {
	font-size: 13px;
	text-shadow: 1px 1px 1px #fff;
	color: #999999
}
.productdesc .nav-tabs li a:hover {
	color: #333
}
.productdesc .nav-tabs li.active {
	border-bottom: 1px solid #fff;
}
.productdesc .nav-tabs li.active a {
	color: #000;
}
.productdesc #myTab.nav-tabs li a {
	margin: 0 !important;
}
#product_details, .productdesc {
	clear: both;
	color: #5a5a5a;
}
#product_details>.container-fluid {
	width: auto;
}
#product_details fieldset .checkbox>input {
	margin-left: 0;
	position: relative;
}
#description ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#description ul li {
	list-style: inside;
}
#description .marker {
	background-color: Yellow;
}
#description td {
	padding: 5px 0px;
}
.tab-content {

	border-radius: 3px 3px 3px 3px;
	border-top: none;
	padding: 15px
}
.tab-content div.content div.form-group {
	clear: both;
}
ul.reveiw {
	margin: 0;
	padding: 0
}
ul.reveiw > li {
	border-bottom: 1px solid #E7E7E7;
	margin-bottom: 22px;
	padding: 5px 0 10px 0
}
ul.reveiw li {
	list-style: none
}
ul.reveiw li .title {
	font-size: 20px;
}
ul.reveiw li .date {
	float: right;
	font-size: 14px;
}
ul.reveiw ul.rate {
	margin: 10px 0
}
#ContactUsFrm button {
	margin-top: 10px;
}
#musthave {
	margin: 0;
}
/* cart */
.cart-info table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #E7E7E7;
	border-left: 1px solid #E7E7E7;
	border-right: 1px solid #E7E7E7;
	background-color: #fff;
	margin-bottom: 0;
}
.cart-info.product-list > table {
	margin-bottom: 20px;
}
.cart-info.totals > table {
	margin-bottom: 20px;
}
.cart-info table tr {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
}
.cart-info table tr:hover {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
}
.cart-info td, .cart-info th {
	padding: 15px;
	vertical-align: middle;
}
.cart-info th {
	padding: 10px
}
.cart-info th {
	font-weight: bold;
	background-color: #eeeeee;
	border-bottom: 1px solid #E7E7E7;
}
.cart-info th.quantity, .cart-info td.quantity {
	text-align: left;
}
.cart-info th .price, .cart-info th .total, .cart-info tbody .price, .cart-info tbody .total {
	text-align: right;
}
.cart-info th .quantity a {
	margin-top: -5px
}
.cart-info tbody td {
	vertical-align: middle !important;
	border-bottom: 1px solid #E7E7E7;
}
.cart-info tbody .remove {
	vertical-align: middle;
}
.cart-info tbody .remove, .cart-info tbody .image {
	text-align: center;
}
.cart-info tbody .name, .cart-info tbody .model {
	text-align: left;
}
.cart-info tbody span.stock {
	color: #F00;
	font-weight: bold;
}
/* cart block */
.block_frame_cart .image img {
	width: 50px;
}
.block_frame_cart .total {
	color: #00A1CB;
}
.block_frame_cart .totals.pull-right td:nth-child(2) {
	text-align: right;
}
.block_frame_cart td.total {
	width: 13%;
}
.block_frame_cart div.well.buttonwrap.span3 {
	overflow: hidden;
}
div.cart-info.coupon-estimate {
	margin-bottom: 20px;
	border: none;
}
.cart-info .coupon {
	width: 64%;
	min-width: 27px;
	border: 1px solid #E7E7E7;
	margin-right: -1px;
}
.cart-info .coupon>table, .cart-info .coupon>table th, .cart-info .estimate>table, .cart-info .estimate>table th {
	border: none !important;
}
.cart-info .coupon tbody td, .cart-info .estimate tbody td {
	vertical-align: top;
	border-bottom: none;
}
.cart-info .estimate {
	width: 35%;
	min-width: 276px;
	border: 1px solid #E7E7E7;
	float: left;
}
.container-fluid.cart_total {
	width: auto;
}
.cart-total {
	border-top: 1px solid #E7E7E7;
	overflow: auto;
	padding-top: 8px;
	margin-bottom: 15px;
}
.cart-total table {
	float: right;
}
.cart-total td {
	padding: 3px;
	text-align: right;
}
.cartoptionbox {
	background: #fff;
	padding: 15px;
	border: 1px solid #ddd;
	margin-bottom: 40px
}
ul.total {
	font-size: 16px;
	margin-top: 5px;
	margin-right: 10px
}
ul.total li {
	padding: 10px 0
}
ul.total li span.extra {
	width: 150px;
	float: left;
	text-align: right;
	padding-right: 20px
}
.totalamout {
	font-size: 22px;
	color: #00A1CB
}
/* login */
.loginbox {
	padding: 5px;
}
/* generic div block */
.genericbox {
	padding: 10px 15px 15px 15px;
	margin-bottom: 10px
}
.border-bottom {
	border-bottom: 1px solid #E5E5E5;
}
/* register */
.registerbox {
	padding: 15px 15px 0 15px;
	margin-bottom: 15px
}
#Address2Frm .form-horizontal .control-label {
	min-width: 75px;
	width: auto;
	text-align: left;
}
#Address2Frm .registerbox .controls {
	width: auto;
	margin-left: 29%;
}
.myaccountbox {
	padding: 10px 15px 15px 5px;
	margin-bottom: 10px
}
.myaccountbox ul {
	padding: 0;
	margin: 0
}
.myaccountbox ul li {
	display: block;
	border-bottom: 1px dashed #E7E7E7;
}
.myaccountbox ul li:last-child {
	border: none;
}
.myaccountbox ul li a {
	display: block;
	padding: 5px 5px 5px 5px;
	background: none;
	color: #999999;
}
.myaccountbox ul li.selected, .myaccountbox ul li.selected a {
	display: block;
	padding: 5px 5px 5px 5px;
	background: none;
	color: #00A1CB;
}
.myaccountbox ul li a:hover {
	color: #00A1CB;
	padding: 5px 5px 5px 5px;
}
.newcustomer, .returncustomer {
	width: 48%;
	float: left;
	border: 1px solid #E7E7E7;
	padding: 15px 20px;
}
.returncustomer {
	padding-right: 0;
	margin-right: 0;
	width: 48%;
	float: right;
}
.newcustomer {
	float: left;
}
.newcustomer input {
	margin-top: 0;
}
.privacy {
	float: right;
	margin: 10px 10px 0 0
}
.added_to_cart {
    display: block;
    position: absolute;
    left: 74%;
    z-index: 999;
    top: 4px;
}
.added_to_cart a{
    background: none !important;
    border: none !important;
    color: green !important;
}
.positions-cart-wrpssss {
    position: absolute;
    top: 0px;
    right: 0px;
}
.positions-cart-wrpssss a{
    padding: 0px !important;
    height: 20px !important;
    width: 20px !important;
    border-radius: 50% !important;
    background: #fff !important;
    text-align: center !important;
    line-height: 13px !important;
}
.positions-cart-wrpssss a span{
    font-size: 12px !important;
    color: #000 !important;
    font-weight: 400 !important;
}
.posi-relationsss{
    position:relative;
}
.added_to_cart i{
    color: #fff !important;
    font-size: 16px !important;
}
.added_to_cart .fa {
	font-size: 36px;
	color: #f25c27;
}
ul.tags {
	margin: 20px 0 0;
}
.tags li {
	display: inline-block;
	margin: 5px 3px
}
ul.tags li a {
	display: inline-block;
	padding: 3px 10px;
	background: #E7E7E7;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #999999
}
ul.tags li a:hover {
	background: #f25c27;
	color: #fff
}
.checkout_details {
	background: #F9F9F9;
	border: 1px solid #E7E7E7;
	padding: 10px;
	margin-bottom: 10px;
}
/* Sidebar */
.sidewidt {
	margin-bottom: 40px;
}
/*Sidebar Nav*/
#sidenav .navbar-inner {
	background: none;
	border: none;
	box-shadow: none;
	filter: none;
}
#sidenav ul {
	padding: 0;
}
#sidenav ul li {
	padding: 5px 0;
}
#sidenav ul li a {
	box-shadow: none;
	text-shadow: none;
	color: #00A1CB;
	font-size: 14px;
	padding: 0 0 0 10px;
	margin-right: 22px
}
#sidenav ul.dropdown-menu li a {
	color: #00A1CB;
}
#sidenav ul.dropdown-menu li a span {
	padding: 0 10px 0 1px;
}
.categorytitle {
	margin: 0 0 35px 0
}
ul.side_list {
	background: none repeat scroll 0 0 #FFFFFF;
	border-radius: 4px 4px 4px 4px;
	padding-top: 10px;
	padding-bottom: 10px
}
ul.side_list li {
	display: block;
	border-bottom: 1px dashed #E7E7E7
}
ul.side_list li:last-child {
	border: none
}
ul.side_list li a {
	display: block;
	padding: 6px 5px 6px 30px;
	background: url("../image/arrowcategory.png") no-repeat scroll 10px center transparent;
	color: #999999;
	font-size: 15px
}
ul.side_list li a.active {
	color: #00A1CB;
	font-size: 15px
}
ul.side_list li a:hover {
	background: url("../image/arrowcategory.png") no-repeat scroll 10px center transparent;
	color: #333;
	font-size: 15px;
}
/* Bestseller */
ul.side_prd_list {
	/*padding-top: 10px;*/
	padding-bottom: 10px;/*margin: 0*/
}
ul.side_prd_list li a.productname {
	display: block;
	color: #00A1CB;
	font-size: 15px
}
ul.side_prd_list li a:Hover.productname {
	color: #333
}
/*ul.side_prd_list li img {
	float: left;
	margin: 0 5px 10px 0;
	padding: 5px;
	background: #fff
}*/

ul.side_prd_list li span.price {
	display: block;
	font-size: 16px;
}
ul.side_prd_list li span.procategory {
	display: block;
	color: #333
}
ul.side_prd_list li {
	display: block;
	border-bottom: 1px dashed #E7E7E7;
	padding: 16px 10px 16px 10px;
	height: auto;
	min-height: 63px;
}
ul.side_prd_list li:last-child {
	border: none
}
ul.side_prd_list li:hover {
}
ul.side_prd_list li.related_product {
	display: inline-block;
	font-size: 15px;
	border: none;
	min-height: 150px;
	vertical-align: top;
	zoom: 1;
 *display: inline;
	overflow: hidden;
	text-align: center;
}
ul.side_prd_list li.related_product a {
	color: #000;
	display:block;
	font-size: 15px;
	font-weight: bold;
}
ul.side_prd_list li.related_product .productname {
	white-space: pre-wrap;
	height: 21px;
	overflow: hidden;
	text-overflow: ellipsis;
}
ul.side_prd_list li img {
	margin: 0 5px 5px 0;
	padding: 5px;
}
ul.side_prd_list li img.rating {
	padding: 0;
	margin: 5px 5px 0 0;
}
img.rating {
	border: none !important;
	padding: 0;
}
a.compare img.rating {
	margin-bottom: 3px;
}
.sidebanner {
	background: none repeat scroll 0 0 #FFFFFF;
	border-radius: 4px 4px 4px 4px;
	display: block;
	line-height: 1;
	position: relative;
	margin-top: 40px
}
.sidebanner img {
	display: block;
	margin: 0 auto
}
/* Latest Blog */
.thumbnail .newprice {
	background: #6A7274;
	display: block;
	font-size: 18px;
	line-height: 22px;
	color: #fff;
	padding: 2px 5px
}
#latestblog p {
	line-height: 20px
}
#latestblog .blogtitle {
	font-size: 22px;
	color: #00A1CB;
	line-height: 30px;
	margin-bottom: 5px;
	display: block
}
#latestblog .blogtitle:hover {
	color: #00A1CB
}
.latestblogbutton {
	display: block;
	clear: both
}
.listblcok {
	position: relative;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #E7E7E7
}
/* Pagination*/
.pagination {
	margin: 0;
	width: 100%;
}
.pagination ul {
	background: #fff
}
.pagination a:hover, .pagination .active a {
	background-color: #fff;
	color: #00A1CB;
}
/* sorting*/
.sorting {
	overflow: auto;
	padding: 10px 10px 5px 10px;
	margin-bottom: 20px;
	margin-top: 10px
}
.sorting form {
	margin: 0
}
/* listview*/
.list {
	display: none
}
.list .thumbnail .links {
	float: right;
	margin-top: 78px
}
.list .details {
	margin: 10px;
	line-height: 18px
}
/* Contact */
label.error {
	color: #00A1CB;
	float: none;
	display: inline-block
}
.element_error {
	color: #e14529;
}
/* Footer */
#footer {
	margin-top: 1px
}
#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-top:0px;
}
#footer ul li {
	list-style: none
}
#footer .info ul li:last-child {
	background: none
}
.contact li {
	padding: 0;
	height: 53px
}
.contact li>span {
	display: inline-block;
	width: 30px;
	height: 30px;
}
.contact li>span.phone {
	position: relative;
}
.contact li>span.phone:before {
	position: absolute;
	font-family: FontAwesome;
	font-size: 16px;
	content: "\f095";
}
.contact li>span.mobile {
	position: relative;
}
.contact li>span.mobile:before {
	position: absolute;
	font-family: FontAwesome;
	font-size: 16px;
	content: "\f10b";
}
.contact li>span.email {
	position: relative;
}
.contact li>span.email:before {
	position: absolute;
	font-family: FontAwesome;
	font-size: 16px;
	content: "\f0e0";
}
.footerlinks {
	padding: 22px 0 18px;
	background: #3a3a3a;
	color: #969ba4
}
.footerlinks ul li a {
	color: #969ba4;
	padding: 5px 10px 5px 10px;
}
.footerlinks ul li a:hover {
	color: #f9f9f9
}
.footerlinks .info {
	float: left;
	margin-top: 5px
}
.footerlinks ul li {
	display: inline-block
}
.footerlinks ul li:first-child a {
	padding-left: 0
}
.headerlinks {
	padding: 7px 0 0;
	background: #ffffff;
	color: #969ba4
}
.headerlinks ul li a {
	color: #969ba4;
	padding: 5px 10px 5px 10px;
}
.headerlinks ul li a:hover {
	color: #000000;
}
.headerlinks .info {
	float: left;
	margin-top: 5px
}
.headerlinks ul li {
	display: inline-block
}
.footerlinks ul li:first-child a {
	padding-left: 0
}
/* footersocial  */
.footersocial {
	padding: 30px 0 40px;
	background: #F5F5F5;
	color: #5E626B
}
.footersocial h2 {
	margin-bottom: 30px;
	font-size: 18px;
	color: #5e626b;
	text-transform: uppercase;
	border-bottom: 1px dashed #999;
	padding: 0 0 5px 0
}
#social_icons, .social_icons {
	float: right;
	margin-right: -12px
}
#social_icons a, .social_icons a {
	background: url(../image/footericon.png) no-repeat;
	height: 30px;
	width: 30px;
	margin-right: 11px;
	text-indent: -9999px;
	overflow: hidden;
	display: inline-block;
	margin-bottom: 5px;
	-moz-transition: all .2s ease;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease
}
#social_icons a:hover, .social_icons a:hover {
	-moz-transition: all .2s ease;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease
}
#social_icons a.facebook, .social_icons a.facebook {
	background-position: 0 -6px;
}
#social_icons a.facebook:hover, .social_icons a.facebook:hover {
	background-position: 0 -47px;
}
#social_icons a.twitter, .social_icons a.twitter {
	background-position: -40px -6px
}
#social_icons a.twitter:hover, .social_icons a.twitter:hover {
	background-position: -40px -47px
}
#social_icons a.linkedin, .social_icons a.linkedin {
	background-position: -80px -6px
}
#social_icons a.linkedin:hover, .social_icons a.linkedin:hover {
	background-position: -80px -47px
}
#social_icons a.blooger, .social_icons a.blooger {
	background-position: -118px -6px
}
#social_icons a.blooger:hover, .social_icons a.blooger:hover {
	background-position: -118px -47px
}
#social_icons a.rss, .social_icons a.rss {
	background-position: -155px -6px
}
#social_icons a.rss:hover, .social_icons a.rss:hover {
	background-position: -155px -47px
}
#social_icons a.dig, .social_icons a.dig {
	background-position: -194px -6px
}
#social_icons a.dig:hover, .social_icons a.dig:hover {
	background-position: -194px -47px
}
#social_icons a.googleplus, .social_icons a.googleplus {
	background-position: -234px -6px
}
#social_icons a.googleplus:hover, .social_icons a.googleplus:hover {
	background-position: -234px -47px
}
#social_icons a.skype, .social_icons a.skype {
	background-position: -271px -6px
}
#social_icons a.skype:hover, .social_icons a.skype:hover {
	background-position: -271px -47px
}
#social_icons a.flickr, .social_icons a.flickr {
	background-position: -309px -6px
}
#social_icons a.flickr:hover, .social_icons a.flickr:hover {
	background-position: -309px -47px
}
/* oneByOne slider*/
#banner_slides {
	display: none;
}
/*Copyright Bottom*/
.copyrightbottom {
	background: #303030;
	padding: 15px 0;
	color: #969ba4
}
#gotop {
	position: fixed;
	bottom: 2px;
	right: 5px;
	height: 58px;
	width: 58px;
	background: url(../image/gotop.png) no-repeat 0 0;
	display: block;
	text-indent: -9999px;
	overflow: hidden
}
.the-icons li {
	display: inline-block;
	width: 22%;
	padding: 10px 0
}
/*Footer Nav*/
#footernav .navbar-inner {
	background: none;
	border: none;
	box-shadow: none;
	filter: none;
}
#footernav ul {
	padding: 0;
}
#footernav ul li {
	padding: 5px 0;
}
#footernav ul li a {
	box-shadow: none;
	text-shadow: none;
	color: #fff;
	font-size: 14px;
	padding: 0 0 0 25px;
	margin-right: 22px
}
#footernav ul.dropdown-menu li a {
	color: #999999;
}
#footernav ul.dropdown-menu li a span {
	padding: 0 10px 0 10px;
}
.thumbnail img {
	margin: 0;
}
#newslettersignup .input-prepend {
	text-align: right;
	float: right;
}
.form-inline .checkbox.pull-right.mr10 {
	width: auto;
	min-width: 310px;
	text-align: right;
}
/* ------------ bootstrap overwrite ------------ */
/* fix for lable inside of input-group */
.input-group label {
	padding-top: 7px;
	margin-right: 5px;
}
.input-group label>input[type="checkbox"] {
	vertical-align: sub;
}
form .help-block {
	text-align: center;
}
.form-control, .alert {
	border-radius: 0;
}
/* -- disable round corners for buttons -- */
.btn, .label, .badge, .nav-pills > li > a, select, .btn-group > .btn:first-child, .pagination > li:first-child > a, .pagination > li:first-child > span, .pagination > li:last-child > a, .pagination > li:last-child > span, .well, .breadcrumb, .navbar, .navbar-toggle {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.navbar-inverse {
	border: none;
}
.list-group {
	margin-top: 10px;
	margin-bottom: 10px;
}
.input-group-addon, .input-append .btn:last-child, .input-append .btn-group:last-child > .dropdown-toggle {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.dropdown-menu li > a {
	color: #96979d
}
.dropdown-menu:before {
	position: absolute;
	top: -7px;
	left: 9px;
	display: inline-block;
	border-right: 7px solid transparent;
	border-bottom: 7px solid rgba(0, 0, 0, 0.2);
	border-left: 7px solid transparent;
	content: '';
}
.dropdown-menu:after {
	position: absolute;
	top: -6px;
	left: 10px;
	display: inline-block;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #ffffff;
	border-left: 6px solid transparent;
	content: '';
}
.nav > li > a:hover {
	background-color: transparent;
}
.nav .dropdown-toggle .caret {
	border-bottom-color: #00A1CB;
	border-top-color: #00A1CB;
}
.dropdown-menu li > a {
	padding: 5px 10px;
	display: block;
}
.dropdown-menu li > a:hover, .dropdown-menu li > a:focus {
	color: #ffffff;
	text-decoration: none;
	background: #00A1CB;
}
.dropdown-menu .active > a, .dropdown-menu .active > a:hover {
	color: #ffffff;
	text-decoration: none;
	background: #00A1CB;
	outline: 0;
}
/*.btn { padding: 6px 12px;} */
.btn-orange, .btn-primary {
	color: #ffffff;
	text-shadow: none;
	background: #F25C27;
 *background: #F25C27;
	box-shadow: none;
	border-color: #d8420e;
}
.btn-orange:hover, .btn-orange:active, .btn-orange.active, .btn-orange.disabled, .btn-orange[disabled], .btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	color: #ffffff;
	background-color: #d8420e;
	border-color: #d8420e;
}
.btn-orange:active, .btn-orange.active, .btn-primary:active, .btn-primary.active {
	background-color: #d8420e \9;
	border-color: #d8420e;
}
.btn-wht {
	color: #00A1CB;
	text-shadow: none;
	background-color: #ffffff;
 *background-color: #ffffff;
	box-shadow: none;
}
.btn-wht:hover, .btn-wht:active, .btn-wht.active, .btn-wht.disabled, .btn-wht[disabled] {
	color: #0e5f86;
	background-color: #ffffff;
 *background-color: #ffffff;
}
.btn-wht:active, .btn-wht.active {
	background-color: #ffffff \9;
}
.label-orange, .badge-orange {
	background-color: #00A1CB;
}
.label-orange[href], .badge-orange[href] {
	background-color: #00A1CB;
}
.dropdown-menu {
	top: 97%
}
.nav-tabs > li > a, .nav-pills > li > a {
	margin: 2px 5px 2px 6px
}
.thumbnail {
	position: relative;
	padding: 0 0 5px 0;
	border: none;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	text-align: center;
	min-width: 200px;
}
.smallimage .thumbnail {
	min-width: 60px !important;
}
table th {
	color: #333
}
.nav li.dropdown.open a:hover .caret {
	border-top-color: #00A1CB !important;
	border-bottom-color: #00A1CB !important;
	opacity: 1;
	filter: alpha(opacity=100);
}
.input-group-addon.captcha-addon {
	padding: 0;
}
.input-group-addon.captcha-addon img {
	height: 32px;
}
/*--- Specific CSS --*/
.welcome_msg {
}
#current_reviews .pagination .limits {
	display: none;
}
#current_reviews .results {
	float: right;
}
.separator, #current_reviews .content {
	margin-bottom: 10px;
	color: #5e626b;
	border-bottom: 1px dashed #999;
	padding: 0 0 5px 0
}
.ws_nowrap {
	white-space: nowrap;
}
/*information block (content) and bottom menu */
.headerdetails ul.nav.info_links_header li.dropdown {
	border: 1px solid #f2f2f2;
	padding: 7px 20px;
	display: inline-block;
	margin-right: 15px;
	text-transform: uppercase;
	background-color: #ffffff;
}
.info_links_footer .dropup-menu, #main_menu_bottom .dropdown-menu {
	bottom: 100%;
	top: auto !important;
}
.info_links_footer ul li a:hover, #main_menu_bottom ul li a:hover {
	color: #3A3A3A;
	background-color: #969BA4;
}
.info_links_footer ul, #main_menu_bottom ul {
	background: none repeat scroll 0 0 #3A3A3A;
	border-color: #969BA4;
}
/* position the arrow downwards, pointing to the menu */
.info_links_footer .dropdown-menu, #main_menu_bottom .dropdown-menu {
	border: 1px solid #ccc;
}
.info_links_footer .dropup-menu:before, #main_menu_bottom .dropdown-menu:before {
	border-bottom: none !important;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 7px solid rgba(0, 0, 0, 0.2);
	left: 7px;
	top: 100%;
}
.info_links_footer .dropup-menu:after, #main_menu_bottom .dropdown-menu:after {
	border-bottom: none !important;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: none !important;
	top: 100%;
	left: 6px;
}
.info_links_footer .dropdown-menu > li > a, #main_menu_bottom .dropdown-menu > li > a {
	white-space: nowrap;
}
/*
paypal pro styles
*/
#paypal #paypal_button {
	display: inline-block;
}
.table.confirm_payment_options, .table.confirm_shippment_options {
	table-layout: fixed;
}
/* account dashboard */

.tooltip {
	z-index: 1052;
}
.tooltip.in {
	opacity: 1;
}
.tooltip-inner {
	background-color: #00A1CB;
	padding: 6px;
	margin-bottom: 8px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.tooltip.top .tooltip-arrow {
	border-top-color: #00A1CB;
	margin-bottom: 8px;
}
.tooltip.right .tooltip-arrow {
	border-right-color: #00A1CB;
}
.tooltip.left .tooltip-arrow {
	border-left-color: #00A1CB;
}
.tooltip.bottom .tooltip-arrow {
	border-bottom-color: #00A1CB;
}
#primary-nav ul {
	list-style: none outside none;
	margin: 0;
	padding: 15px 0;
}
#primary-nav li a {
	background-color: #E9E9E9;
	color: #999999;
	display: block;
	margin: 5px 0 0;
	padding: 9px 10px 6px 40px;
}
#primary-nav li a:hover {
	background-color: #F6F6F6;
	color: #777777;
	text-decoration: none;
}
#primary-nav li a.active {
	background-color: #FFFFFF;
	border-left: 5px solid #DB4A39;
	color: #333333;
	margin: 5px 0 0;
	padding-left: 35px;
}
#primary-nav li i {
	color: #999999;
	display: inline-block;
	margin: 0 10px 0 -30px;
	text-align: center;
	width: 20px;
}
#primary-nav li span {
	background-color: #FFFFFF;
	border-radius: 10px 10px 10px 10px;
	display: block;
	float: right;
	font-size: 12px;
	height: 20px;
	text-align: center;
	width: 20px;
}
#primary-nav li.active > ul {
	display: block;
}
#primary-nav li > ul {
	display: none;
	margin: 0;
	padding: 0;
}
#primary-nav li > ul a {
	background: none repeat scroll 0 0 #EEEEEE;
	font-size: 13px;
	margin: 0;
}
#primary-nav li > ul a.active {
	margin: 0;
}
#nav-info {
	background-color: #F6F6F6;
	border-bottom: 1px solid #DDDDDD;
	list-style: none outside none;
	margin: -20px -20px 20px;
	padding: 0;
}
#nav-info > li:first-child {
	background: none repeat scroll 0 center transparent;
	padding: 0 15px;
}
#nav-info > li {
	background: no-repeat left top;
	background-size: 5px 30px;
	color: #999999;
	float: left;
	font-size: 12px;
	height: 30px;
	line-height: 33px;
	padding: 0 15px 0 20px;
}
#nav-info > li > a {
	color: #555555;
}
#nav-info > li.active {
	color: #555555;
}
#nav-info > li.active a {
	color: #DB4A39;
}
/* Override Bootstrap setting */
.nav-dash * {
	box-sizing: initial;
}
.nav-dash {
	list-style: none outside none;
	margin: 0 -20px 20px;
	padding: 10px 0;
	text-align: center;
}
.nav-dash > li {
	display: inline-block;
	margin: 0 3px;
}
.nav-dash > li > a {
	background-color: #F5F5F5;
	border: 1px solid #CCCCCC;
	color: #777777;
	display: block;
	font-size: 32px;
	min-height: 45px;
	min-width: 45px;
	line-height: 32px;
	margin: 0 0 5px;
	padding: 27px 20px 13px;
	position: relative;
	text-align: center;
}
.nav-dash > li > a:hover, .nav-dash > li.active > a {
	background-color: #F25C27;
	border: 1px solid #DB4A39;
	color: #FFFFFF;
	text-decoration: none;
}
.nav-dash > li > a > .badge, .nav-dash > li > a > .label {
	margin: 0 0 0 3px;
	padding: 3px 7px;
	position: absolute;
	right: 0;
	top: 0;
}
.dash-tiles {
	color: #333333;
/*	font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;*/
}
.dash-tile {
	background-color: #E9E9E9;
	margin: 0 0 20px;
	min-height: 170px;
	padding: 0 20px;
}
.dash-tile-2x {
	min-height: 400px;
}
.dash-tile-header {
	background-color: #EEEEEE;
	border-bottom: 2px solid #DDDDDD;
	font-weight: bold;
	line-height: 45px;
	margin: 0 -20px;
	min-height: 38px;
	padding: 0 4px 0 10px;
	white-space: nowrap;
}
.dash-tile-options {
	float: right;
	height: 38px;
	line-height: 41px;
}
.dash-tile-options a:hover {
	color: #333333;
	text-decoration: none;
}
.dash-tile-content {
	margin: 0 -20px;
	padding: 10px;
}
.dash-tile-2x .dash-tile-content {
	padding: 15px;
}
.dash-tile-content-inner {
	height: 130px;
}
.dash-tile-2x .dash-tile-content-inner {
	height: 330px;
}
.dash-tile-content-inner-fluid {
	min-height: 130px;
}
.dash-tile-2x .dash-tile-content-inner-fluid {
	min-height: 330px;
}
.dash-tile-content-light {
	background-color: #F9F9F9;
	padding: 10px;
}
.dash-tile-content .alert {
	margin: 5px 0;
}
.dash-tile-icon, .dash-tile-text {
	color: #FFFFFF;
	line-height: normal;
}
.dash-tile-icon {
	float: left;
	font-size: 40px;
	padding: 30px 0 0;
	text-align: left;
}
.dash-tile-text {
	float: right;
	font-size: 20px;
	padding: 40px 0 0;
	text-align: right;
}
.dash-tile-leaf .dash-tile-header, .dash-tile-dark .dash-tile-header, .dash-tile-ocean .dash-tile-header, .dash-tile-flower .dash-tile-header, .dash-tile-fruit .dash-tile-header, .dash-tile-oil .dash-tile-header, .dash-tile-balloon .dash-tile-header, .dash-tile-doll .dash-tile-header {
	background-color: #EEEEEE;
	border-bottom: 2px solid #F9F9F9;
	opacity: 0.45;
}
.dash-tile-leaf.no-opacity .dash-tile-header, .dash-tile-dark.no-opacity .dash-tile-header, .dash-tile-ocean.no-opacity .dash-tile-header, .dash-tile-flower.no-opacity .dash-tile-header, .dash-tile-fruit.no-opacity .dash-tile-header, .dash-tile-oil.no-opacity .dash-tile-header, .dash-tile-balloon.no-opacity .dash-tile-header, .dash-tile-doll.no-opacity .dash-tile-header {
	opacity: 1;
}
.dash-tile-leaf:hover, .dash-tile-dark:hover, .dash-tile-ocean:hover, .dash-tile-flower:hover, .dash-tile-fruit:hover, .dash-tile-oil:hover, .dash-tile-balloon:hover, .dash-tile-doll:hover {
	opacity: 0.9;
}
.dash-tile-leaf.no-opacity:hover, .dash-tile-dark.no-opacity:hover, .dash-tile-ocean.no-opacity:hover, .dash-tile-flower.no-opacity:hover, .dash-tile-fruit.no-opacity:hover, .dash-tile-oil.no-opacity:hover, .dash-tile-balloon.no-opacity:hover, .dash-tile-doll.no-opacity:hover {
	opacity: 1;
}
.dash-tile-leaf {
	background-color: #C2DB39;
}
.dash-tile-dark {
	background-color: #555555;
}
.dash-tile-ocean {
	background-color: #3991DB;
}
.dash-tile-flower {
	background-color: #9139DB;
}
.dash-tile-fruit {
	background-color: #DB9839;
}
.dash-tile-oil {
	background-color: #D9DB39;
}
.dash-tile-balloon {
	background-color: #DB6739;
}
.dash-tile-doll {
	background-color: #DB39BB;
}
/* ENDOF account dashboard */

/* product downloads */

.downloads>li img {
	width: 40px;
	vertical-align: top;
	display: inline-block;
}
.downloads>li>div {
	display: inline-block;
	line-height: 40px;
	vertical-align: middle;
}
.downloads>li:hover {
	background-color: #f0f0f0;
}
.download-list-attributes {
	line-height: 14px;
	margin-left: 20px;
}
.download-list-attributes small {
	display: block;
}
.download-list {
	width: 100%;
}
.download-list>tbody>tr>td:first-child div {
	display: inline-block;
}
.download-list>tbody>tr>td:last-child {
	vertical-align: middle;
	text-align: right;
}
#productdownloads .list-group-item {
	min-height: 54px;
}
.payment_icon img {
	max-width: 100%;
}

/* Responsive Section */
@media (min-width: 1200px) {
.cart-info .estimate {
	float: right;
}
}

@media (max-width: 1200px) {
#topnav ul li a {
	font-size: 12px;
	margin-right: 8px
}
.thumbnails li:hover .thumbnail img {
	transform: none;
	-ms-transform: none;
	-webkit-transform: none;
	-o-transform: none; /* Opera */
	-moz-transform: none;
	transition: none;
	-moz-transition: none;
	-webkit-transition: none;
	-o-transition: none;
}
.thumbnail {
	text-align: center;
}
.top-search input {
	margin-left: auto;
	margin-right: auto;
	float: left;
}
.form-inline .checkbox.pull-right.mr10 {
	width: auto;
	min-width: 310px;
	text-align: right;
}
}

@media (min-width: 1024px) and (max-width: 1200px) {
.addresses>section {
	display: inline-block;
	width: 45% !important;
}
.cart-info .estimate {
	float: right;
}
}

/* iPads (portrait and landscape) ----------- */
@media (min-width: 768px) and (max-width: 1200px) {
header .headerstrip .container-fluid .span12 {
	width: 100%;
}
.form-inline .checkbox.pull-right.mr10 {
	width: auto;
	min-width: 310px;
	text-align: right;
}
.top-search input {
	width: 200px;
	margin: 0 0 10px 0;
	float: left;
}
#newslettersignup .input-prepend input {
	/*white-space: pre-wrap;*/
	text-align: right;
	float: right;
	clear: both;
}
#footer .footersocial .span3 {
	min-width: 270px;
	min-height: 310px;
	display: inline-block;
	zoom: 1;
}
.cart-info td, .cart-info th {
	padding: 5px;
}
.cart-info .estimate, .cart-info .coupon {
	width: 100%;
}
.cart-info .estimate table {
	border-left: none;
}
.cart-info .coupon table {
	border-right: 1px solid #E7E7E7 !important;
}
.cart-info.totals a {
	float: none;
	text-align: center !important;
	margin-bottom: 10px;
}
.headerdetails ul.topcartopen {
	width: 250px;
}
.headerdetails ul.topcartopen .btn-orange {
	text-transform: none;
	display: inline-block;
}
.headerdetails ul.topcartopen .well {
	width: 92%;
}
#product_details .thumbnail img {
	max-width: 235px !important;
}
.returncustomer, .newcustomer {
	width: 46%;
	padding: 10px 10px;
	display: inline-block;
	float: none;
	height: 100%;
}
.returncustomer {
	margin-left: 25px;
}
.banner_block_23_11 .container-fluid {
	text-align: center;
}
.banner_block_23_11.container-fluid.mt20 .pull-left {
	display: inline-block;
	float: none;
	margin-left: 50px;
	margin-top: 10px;
	text-align: center;
}
.addresses>section {
	display: inline-block;
	width: 95%;
	float: left !important;
}
#banner_slides img.wp1_1 {
	left: 250px;
	right: 0;
}
#banner_slides img.wp1_2 {
	left: 250px;
	right: 0;
}
#banner_slides img.wp1_3 {
	left: 250px;
	right: 0;
}
/* Top menu small resolution */
#topnav {
	width: 200px;
}
#topnav select {
	display: inline-block;
	height: auto;
	width: 200px;
	float: none;
}
#topnav ul {
	display: none
}
.payment_confirmation {
	margin-top: 20px;
}
}

/* END @media FULL */

@media (max-width: 850px) {
#customernav {
	display: none;
}
}

@media (max-width: 979px) {
.header-logo {
	width: 270px;
}
#categorymenu {
	margin: 0 0 10px 0
}
.thumbnails>li.span3 {
	min-width: 273px;
}
.smbanner {
	width: 724px;
}
/* Categories small resolution */
#categorymenu select {
	display: block;
}
#categorymenu {
	background: none
}
nav.subnav {
	width: auto;
	float: none
}
nav.subnav select {
	display: inline-block;
	height: auto;
	width: 100%;
	float: none
}
nav.subnav {
	background: none;
	border: none
}
nav.subnav ul {
	display: none
}
/* Top menu small resolution */
#topnav {
	width: 200px;
}
#topnav select {
	display: inline-block;
	height: auto;
	width: 200px;
	float: none;
}
#topnav ul {
	display: none
}
.headerstrip .pull-right {
	margin-right: 20px;
}
.headerstrip .pull-right #search_form_1 {
	margin-top: 10px;
}
.headerdetails .nav.pull-left {
	float: none;
	margin: 0 0 10px 0;
}
.headerstrip {
	height: auto;
}
.thumbnail .pricetag {
	margin: 0 auto;
}
.otherddetails .otherddetailspart .innerclass h2 {
	font-size: 18px;
}
#featured .thumbnails li:hover .thumbnail img,  #latest .thumbnails li:hover .thumbnail img,  #bestseller .thumbnails li:hover .thumbnail img,  #related .thumbnails li:hover .thumbnail img,  #category .thumbnails li:hover .thumbnail img,  .thumbnails.list li:hover .thumbnail img {
	transform: none;
	-ms-transform: none; /* IE 9 */
	-webkit-transform: none; /* Safari and Chrome */
	-o-transform: none; /* Opera */
	-moz-transform: none; /* Firefox */
	transition: all 0.8s;
	-ms-transition: all 0.8s; /* IE 9 */
	-moz-transition: all 0.8s; /* Firefox 4 */
	-webkit-transition: all 0.8s; /* Safari and Chrome */
	-o-transition: all 0.8s; /* Opera */
}
.newcustomer, .returncustomer {
	width: 97%;
	margin-bottom: 10px;
	margin-left: 0;
}
.added_to_cart {
	margin-left: 45px;
}
#banner_slides {
	width: 770px;
}
#banner_slides .oneByOne_item {
	width: 770px;
}
#banner_slides .oneByOne_item span.txt1 {
	font-size: 20px;
}
#banner_slides .oneByOne_item span.txt2 {
	font-size: 36px;
}
#banner_slides .oneByOne_item span.txt3, body #banner_slides .oneByOne_item span.txt4 {
	width: 200px;
}
#banner_slides .oneByOne_item span.txt_right {
	padding-left: 510px;
}
#banner_slides .oneByOne_item span.txt4.txt_right {
	padding-left: 510px;
}
#banner_slides .oneByOne_item span.txt_right2 {
	margin-left: 405px;
}
#banner_slides {
	width: 800px;
}
#banner_slides img.wp1_3 {
	right: auto !important;
}
#banner_slides img.wp1_3.wp1_left.slide2_bot {
	left: -76px;
}
#banner_slides .oneByOne_item.banner:nth-child(2) span {
	margin-left: 473px;
}
#banner_slides .oneByOne_item span.txt3 {
	width: 240px !important;
}
.oneByOne_item.banner .animate0 img {
	width: auto;
}
.oneByOne_item.banner .animate0 span {
	font-size: 99% !important;
}
.top-search input {
	width: 200px;
	margin: 0 auto 10px;
	float: left !important;
}
#social_icons, .social_icons {
}
#newslettersignup .input-prepend {
	white-space: pre-wrap;
	text-align: right;
}
.container-fluid .otherddetailspart:last-child {
	border-bottom: none;
}
.cart-info .coupon table {
	border-right: 1px solid #E7E7E7 !important;
}
.block_frame_cart .buttonwrap {
	text-align: center;
}
.block_frame_cart .btn-orange {
	float: none !important;
}
.block_frame_cart .btn-orange:last-child {
	margin-top: 10px;
}
.block_frame_cart td.image {
	display: none;
}
.banner_block_23_11 {
	padding-left: 0;
}
.banner_block_23_11 .container-fluid {
	text-align: center;
	padding-left: 0;
	max-width: 700px;
}
.banner_block_23_11.container-fluid.mt20 .pull-left {
	display: inline-block;
	float: none;
	margin-left: 0;
	margin-top: 10px;
	text-align: center;
}
.addresses>section {
	display: inline-block;
	width: 95%;
	float: left !important;
}
.confirm_payment_options .btn {
	margin-bottom: 3px;
}
}

/* END @media (max-width: 979px) */

@media (max-width: 768px) {
.smbanner {
	width: auto;
}
.headerstrip #topnav {
	background: #00A1CB;
	padding-bottom: 10px
}
.headerstrip .pull-left {
	float: none;
}
.headerstrip .pull-right #search_form {
	margin-top: 0;
}
.headerdetails .nav.pull-left {
	float: none;
}
.headerdetails>div.pull-left {
}
.headerdetails>div.pull-left div.well {
	padding-top: 20px;
}
.headerdetails ul.topcartopen .btn-orange {
	text-transform: none;
}
#topnav {
	width: auto;
	text-align: center;
}
#topnav ul {
	text-align: center;
	margin: 0 auto;
	float: none
}
#topnav ul li {
	display: inline-block;
	float: none
}
.headerstrip .pull-right .search-query {
	margin-top: 0
}
.footerlinks {
	text-align: center;
}
.footerlinks .info, #social_icons, .social_icons {
	float: none;
	margin: 10px 0
}
.footerlinks {
	padding: 10px 0
}
.otherddetails .otherddetailspart {
	width: 100%;
	background: none;
	border-bottom: 1px solid #ddd
}
#newslettersignup input[type=submit] {
	height: 42px;
}
#newslettersignup .input-prepend {
	white-space: nowrap;
}
.the-icons li {
	display: block;
	width: 90%;
	padding: 10px 0;
}
.smbanner .span3 a {
	margin: 10px 0;
}
.heading1 .subtext {
	display: none;
}
.productdesc #myTab.nav-tabs li a {
	padding: 8px;
}
th.image, th.model, td.image, td.model {
	display: none !important
}
.cart-info td, .cart-info th {
	padding: 5px;
}
.cart-info .estimate, .cart-info .coupon {
	width: 99%;
}
.cart-info .estimate table {
	border-left: none;
}
.cart-info .coupon button {
	margin-top: 10px;
}
.cart-info .coupon table {
	border-right: 1px solid #E7E7E7 !important;
}
.cart-info.totals a {
	float: none;
	text-align: center !important;
	margin-bottom: 10px;
}
.cart-info.product-list table tr td:nth-child(3), .cart-info.product-list table tr th:nth-child(3),  .cart-info.product-list table tr td:nth-child(5), .cart-info.product-list table tr th:nth-child(5) {
	display: none !important;
	visibility: hidden !important;
}
#banner_slides {
	width: 480px;
}
#banner_slides .oneByOne_item {
	width: 480px;
}
#banner_slides .oneByOne_item img.wp1_3 {
	visibility: hidden;
}
#banner_slides .oneByOne_item span.txt1 {
	font-size: 20px;
}
#banner_slides .oneByOne_item span.txt2 {
	font-size: 36px;
}
#banner_slides .oneByOne_item span.txt3, body #banner_slides .oneByOne_item span.txt4 {
	width: 200px;
}
#banner_slides .oneByOne_item span.txt_right {
	padding-left: 10px;
}
#banner_slides .oneByOne_item span.txt4.txt_right {
	padding-left: 10px;
}
#banner_slides .oneByOne_item span.txt_right2 {
	margin-left: 10px;
}
.oneByOneSlide {
	display: none;
	visibility: hidden;
}
.banner_fallback {
	display: block;
}
.banner_fallback img {
	width: 100%;
	height: auto;
}
.top-search input {
	width: 200px;
	margin: 0 auto 10px auto;
	float: left !important;
}
.thumbnails>li.span2 {
	float: left;
	width: auto;
}
.thumbnails>li.span2 div.span2 {
	text-align: center;
}
.newcustomer, .returncustomer {
	width: 97%;
	margin-bottom: 10px;
	margin-left: 0;
}
.addresses>section {
	display: inline-block;
	width: 88%;
	float: left !important;
}
}

/* END @media (max-width: 760px) */

@media only screen and (min-width: 480px) and (max-width: 767px) {
.header-logo {
	background: none;
	width: auto;
	height: auto;
	line-height: normal;
	text-align: left;
}
.logo img {
	/*background: white;*/
}
/*.logo {
	padding: 10px;
}*/
.headerstrip_blocks .block_4 {
	float: left;
}
.headerdetails {
	padding-top: 10px;
}
.headerdetails .block_8 {
	float: left;
}
.heading1 .maintext, .heading2 {
	font-size: 20px;
}
#product_details .thumbnail img {
	max-width: 300px !important;
}
.payment_icon img {
	max-width: 350px;
}
.container-fluid.otherddetails {
	width: auto;
}
.container-fluid .otherddetailspart:last-child {
	border-bottom: none;
}
.thumbnail .offer, .thumbnail .sale, .thumbnail .new {
	left: 70px
}
#topnav ul li a {
	font-size: 11px;
	margin-right: 5px;
}
.headerstrip #topnav {
	margin-bottom: 0;
}
.sorting.well .pull-right {
	margin-top: 0;
}
.returncustomer, .newcustomer {
	width: 92%;
}
.returncustomer {
	margin: auto;
	float: left;
}
.newcustomer {
	margin: auto auto 10px;
	float: left;
}
.pagination.pull-right {
	margin-top: 50px !important;
}
.headerdetails ul.topcartopen {
	width: 250px;
}
.headerdetails ul.topcartopen .btn-orange {
	text-transform: none;
}
.cart-info .coupon button {
	margin-top: 0;
}
.banner_block_23_11 .container-fluid {
	text-align: center;
}
.banner_block_23_11.container-fluid.mt20 .pull-left {
	display: inline-block;
	float: none;
	margin-left: 0;
	margin-top: 10px;
	text-align: center;
}
.addresses>section {
	display: inline-block;
	width: 88%;
	float: left !important;
}
.cart-info .estimate table {
	border-left: none;
}
.cart-info #coupon_coupon {
	display: block;
}
.cart-info .coupon table {
	border-right: 1px solid #E7E7E7 !important;
}
.cart-info .coupon button, .cart-info {
	margin-top: 10px;
}
.cart-info.totals a {
	float: none;
	text-align: center !important;
	margin-bottom: 10px;
}
#apply_coupon_btn {
	margin-top: 10px;
}
.search-bar {
	position: absolute;
	z-index: 1000;
}
#customernav {
	display: block;
	width: 200px;
}
#customernav.navbar {
	margin-bottom: 5px;
}
#customernav .navbar-nav {
	margin: 0;
}
}

@media only screen and (max-width: 480px) {
.header-logo {
	background: none;
	width: auto;
	height: auto;
	line-height: normal;
	text-align: left;
}
.logo img {
	/*background: white;*/
}
.logo {
	padding: 0px;
}
.payment_icon img {
	max-width: 200px;
}
.headerstrip_blocks .block_4 {
	float: left;
}
.headerdetails {
	padding-top: 10px;
}
.headerdetails .block_8 {
	float: left;
}
.heading1 .maintext, .heading2 {
	font-size: 20px;
}
#product_details .thumbnail img {
	max-width: 300px !important;
}
.form-inline .checkbox.pull-right.mr10 {
	width: 210px;
	min-width: 10px;
	text-align: right;
}
.added_to_cart {
	margin-left: 20px;
}
.returncustomer {
	padding-right: 0;
	margin: auto;
	width: 45%;
	float: left;
}
.newcustomer {
	margin: auto auto 10px;
	float: left;
}
.inlinelables, .badges, .description {
	display: none
}
.modify {
	text-indent: -9999px;
	overflow: hidden
}
.ct_padding_left {
	padding-left: 0;
}
.ct_padding_right {
	padding-right: 0;
}
.nav-dash {
	margin: 0 -10px 10px;
}
.navbar {
	margin-bottom: 0;
}
.nav-tabs > li, .nav-pills > li {
	display: inline-block;
	float: none;
}
.headerdetails .nav.pull-left {
	float: none;
}
.headerdetails>div.pull-left {
	margin-bottom: 10px;
}
.headerdetails>div.pull-left a.btn {
	margin-top: 10px;
	float: none !important;
}
.headerdetails>div.pull-left div.well {
	padding-top: 20px;
}
.topcartopen .well {
	border: none;
	box-shadow: none;
}
.headerdetails ul.topcartopen {
	width: 250px;
}
.headerdetails ul.topcartopen .btn-orange {
	text-transform: none;
}
.nav.topcart.pull-left>li.dropdown.hover.carticon {
	width: 233px;
}
.headerstrip #topnav {
	padding-bottom: 0;
}
#social_icons a, .social_icons a {
	margin-right: 4px;
}
.productprint {
	display: none;
}
#banner_slides {
	width: 300px;
}
#banner_slides .oneByOne_item {
	width: 300px;
}
#banner_slides .oneByOne_item img.wp1_3 {
	visibility: hidden;
}
#banner_slides .oneByOne_item span.txt1 {
	font-size: 20px;
}
#banner_slides .oneByOne_item span.txt2 {
	font-size: 36px;
}
#banner_slides .oneByOne_item span.txt3, body #banner_slides .oneByOne_item span.txt4 {
	width: 200px;
}
#banner_slides .oneByOne_item span.txt_right {
	padding-left: 10px;
}
#banner_slides .oneByOne_item span.txt4.txt_right {
	padding-left: 10px;
}
#banner_slides .oneByOne_item span.txt_right2 {
	margin-left: 10px;
}
.oneByOneSlide {
	display: none;
	visibility: hidden;
}
.banner_fallback {
	display: block;
}
.banner_fallback img {
	width: 100%;
	height: auto;
}
.top-search input {
	width: 250px;
	margin: 0 auto 10px auto;
	float: left !important;
}
#newslettersignup .input-prepend input {
	/*white-space: pre-wrap;*/
	text-align: right;
	float: right;
	clear: both;
}
.side_prd_list .price .pricenew,  .side_prd_list .price .priceold {
	display: inline-block;
}

.cart-info .estimate table {
	border-left: none;
}
.cart-info .coupon table {
	border-right: 1px solid #E7E7E7 !important;
}
.cart-info.totals a {
	float: none;
	text-align: center !important;
	margin-bottom: 10px;
}
.table-responsive {
	border: none;
}
.cart-info.product-list table tr td:nth-child(1), .cart-info.product-list table tr th:nth-child(1),  .cart-info.product-list table tr td:nth-child(3), .cart-info.product-list table tr th:nth-child(3),  .cart-info.product-list table tr td:nth-child(5), .cart-info.product-list table tr th:nth-child(5),  .invoice_products.table tr td:nth-child(2), .invoice_products.table tr th:nth-child(2),  .invoice_products.table tr td:nth-child(3), .invoice_products.table tr th:nth-child(3) {
	display: none !important;
	visibility: hidden !important;
}
#forgottenFrm_loginname, #forgottenFrm_email {
	width: 190px;
}
.sorting.well .pull-right {
	float: none;
	margin-top: 10px;
}
#Address2Frm .form-horizontal {
	margin-left: 0;
	margin-right: 0;
	padding: 0;
}
#Address2Frm .form-horizontal .control-label {
	min-width: 75px;
	width: auto;
	text-align: left;
}
#Address2Frm .form-horizontal .form-group {
	min-width: 75px;
	width: auto;
	text-align: left;
}
#Address2Frm .form-horizontal input, #Address2Frm .form-horizontal select {
	max-width: 150px;
	width: auto;
	text-align: left;
}
#Address2Frm .registerbox .controls {
	width: auto;
	margin-left: 27%;
}
#Address2Frm .form-horizontal .control-label {
	min-width: 75px;
	width: auto;
	text-align: left;
}
#Address2Frm .registerbox .controls {
	width: auto;
	margin-left: 37%;
}
.newcustomer, .returncustomer {
	width: 100%;
}
.pagination.pull-right {
	margin-top: 50px !important;
}
.addresses>section {
	display: inline-block;
	width: 93%;
	float: none;
}
.block_frame_cart .btn-orange:last-child {
	margin-top: 0;
}
#apply_coupon_btn {
	margin-top: 10px;
}
/* Hide some columns in tables for small screen */
.confirm_shippment_options td:nth-child(2), .confirm_shippment_options th:nth-child(2) {
	display: none;
}
.confirm_payment_options td:nth-child(2), .confirm_payment_options th:nth-child(2) {
	display: none;
}
.confirm_products td:nth-child(2), .confirm_products th:nth-child(2) {
	display: none;
}
.transaction-table td:nth-child(2), .transaction-table th:nth-child(2) {
	display: none;
}
.transaction-table td:nth-child(6), .transaction-table th:nth-child(6) {
	display: none;
}
#popularbrands #prev {
	left: -20px;
	top: 45%
}
#popularbrands #next {
	right: -20px;
	top: 45%
}
.info_links_footer li {
	padding: 5px;
}
.contentpanel {
	padding: 5px;
}
.container-fluid .col-xs-12 {
	padding-left: 5px;
	padding-right: 5px;
}
.mainimage.bigimage img {
	max-width: 288px;
}
}

/* END @media (max-width: 480px) */

@media print {
body {
	margin: 0;
	padding: 0;
	line-height: 1.4em;
	word-spacing: 1px;
	letter-spacing: 0.2px;
	font: 13px Arial, Helvetica, "Lucida Grande", serif;
	color: #000;
}
.heading1 .maintext {
	font-size: 18px;
}
.heading1 {
	margin-bottom: 0;
}
.contentpanel {
	margin-top: 0;
}
header .container-fluid {
	display: none;
}
#categorymenu {
	display: none;
}
.column_left, .column_right {
	display: none;
}
#footer {
	display: none;
}
}
/* phone input css*/
.intl-tel-input .country-list {
	z-index: 4 !important;
}
/*==================================My CSS============================================*/

.site-header {
    top: 0px;
    position: absolute;
    width: 100%;
    background: rgba(65, 54, 64, 0.7); z-index:1; padding:1px
}
.container {
/* max-width: 1000px;*/
}
.berger {
    width: 25px;
    cursor: pointer;
    float: left;
    padding-left: 0px;
    padding-top: 7px;
    margin-right: 12px;
    margin-top: 12px;
}
.berger span {
    float: left;
    background: #fff;
    width: 100%;
    height: 3px;
    margin: 3px 0px;
    position: relative;
}
.berger span:before {
	content: '';
	width: 4px;
	height: 3px;
	background: #fc5a0a;
	position: absolute;
	left: -8px;
	display: none;
}
.s-logo{    float: left;display: block;
padding: 8px;}
nav {
	display: block;
	float: left;
	padding: 15px;
	width: 100%;
}
.nav-holder {
	background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
	display: none;
	left: 13px;
	overflow: auto;
	padding: 0;
	position: absolute;
	top: 55px;
	width: 240px;
	z-index: 99999;
}
.menu {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
.menu li {
	padding-left: 20px;
	width: 100%;
	display: inline-block;
	position: relative;
}
.menu li:before {
	content: '';
	width: 6px;
	height: 4px;
	background: #fc5a0a;
	position: absolute;
	left: 0px;
	top: 15px;
}
.menu li a {
	color: #fff;
	padding: 8px 0px 8px 0px;
	float: left;
	width: 100%;
}
.bdr {
	border-top: 1px solid #fc5a0a;
}
.own1 {
	margin-top: 14px;
}
.navbar-nav {
	padding-right: 75px;
}
.navbar-nav > li > a {
    font-size: 20px;
    font-weight: 300;
    padding: 13px 20px;
    transition: all 0.3s ease-in-out 0s;
    /* font-family: 'Open Sans'; */
    color: #fff;
}
.nav>li>a:focus, .nav>li>a:hover {
	text-decoration: none;
	background: transparent;
	color: #fc5a0a;
	transition: ease-in-out 0.3s;
}
.search-section {
	background: #fff;
	padding: 10px 0px;
	box-shadow: 0px 2px 8px #999;
}
.serach-menu {
	margin: 0px;
	float: left;
}
.serach-menu li {
	margin-right: 40px;
	margin-top: 5px;
}
.serach-menu li a {
	color: #272d33;
	font-size: 14px;
	line-height: 30px;
}
.serach-menu li a img {
	height: 30px;
	margin-top: -10px;
	margin-right: 3px;
}
.serach-menu li a {
	text-decoration: none;
}
/*.serch-box {
	float: right;
}*/
.navbar-form {
	margin: 0px;
	position: absolute;
	right: 0;
}
.search-btn {
	float: right;
	font-size: 18px;
	line-height: 32px;
	cursor: pointer;
	padding: 0px 5px;
	color: #fff;
}
.serch-box {
	/*position: absolute;
	width: 30px;
	right: 0;*/
/*	width:475px;*/
}
.right-top {
	float: right;
}
.serch-box .form-control {
	background:none;
	width:92%;
	padding-right:0px;
	border: 0px;
	box-shadow: none;
	border-radius: 0px;
	color: #fff;
}
.srch {
	width: 100%;
	background:none;
	/*display: none;*/
}
/*.search-btn {
	position: absolute;
	right: 0px;
	top: 0px;
	font-size: 20px;
}*/
.sr-btn {
	position: absolute;
	right: 0px;
	top: 0px;
	outline: none;
	border: none;
	background: none;
	font-size: 14px;
	color: #000;
}
.sr-btn  .glyphicon{top: 4px;}
.full-width {
	transition: all 0.4s ease-in-out 0s;
	width: 100%;
}
.sr-btn:hover {
	color: #fc5a0a;
}
footer {
	background: #3f3640;
	color: #9b9b9b;
	padding: 20px 0;
	float: left;
	width: 100%;
}
footer p {
	margin-bottom: 0px; MARGIN-TOP:5PX;
 font-size:16px;
}
.bottom-link {
	margin-bottom: 0px;
}
.bottom-link li {
list-style: none;
    display: inline-block;
    border-right: 1px solid #fff;
    padding: 0px 10px;
    line-height: 20px;
}
.social-link {
	margin: 0px;
}
.social-link li a {
	color: #fff;
	font-size: 20px;
	margin-left: 10px;
}
.white-color {
	color: #fff;
}
.banner img {
	width: 100%;
	height: 100%
}
.bottom-link li a {
	color: #fff;
    font-size: 13px;
    text-transform: uppercase;font-weight: 300;
}
.bottom-link li:last-child  {
	border-right: 0px solid #fff;
}
.welcome {
	padding: 10px 0px;
	text-align: center;
	width: 100%; display:none
}
.welcome h2 {
	font-size: 30px;
	margin: 0px auto;
	font-weight: bold;
	color: #74706f;
	font-family: "Raleway";
	letter-spacing:4px;
}
/*.for-enter {
	border-bottom: 1px solid #eee;
	float: left;
	width: 100%;
	background: #3f3640 url(../image/side-1.jpg) no-repeat;
	background-position: right;
	background-size: 50% 100%;
}
.school-cur {
	border-bottom: 1px solid #eee;
	float: left;
	width: 100%;
	background: #fff url(../image/side-2.jpg) no-repeat;
	background-position: left;
	background-size: 50% 100%;
}
.for-magaz {
	border-bottom: 1px solid #eee;
	float: left;
	width: 100%;
	background: #ec8c5c url(../image/side-3.jpg) no-repeat;
	background-position: right;
	background-size: 50% 100%;
} */
.for-enter {
	border-bottom: 1px solid #eee;
	float: left;
	width: 100%;
	background: #3f3640 url(../image/side-1.jpg) no-repeat;
	background-position: right;
	background-size: 50%;
}
.school-cur {
	border-bottom: 1px solid #eee;
	float: left;
	width: 100%;
	background: #fff url(../image/side-2.jpg) no-repeat;
	background-position: left;
	background-size: 50%;
}
.for-magaz {
	border-bottom: 1px solid #eee;
	float: left;
	width: 100%;
	background: #ec8c5c url(../image/side-3.jpg) no-repeat;
	background-position: right;
	background-size: 50%;
}
.purple-bg {
    background: rgba(63, 54, 64, 0.7) none repeat scroll 0 0;
}
.yellow-bg {
    background: rgba(236, 140, 92, 0.7) none repeat scroll 0 0;
}
.block {
	color: #fff;
}
.inner-block {
	color: #fff;
	width: 75%;
	float: left;
	padding: 15px 0px 15px 0px;
}
.inner-block a {
	color: #fc5a0a;
	float: left;
	font-size: 19px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.heading {
	text-align: center;
}
.heading h2 {
	margin: 0 0px 5px 0px;
}
.bottom-line {
	width: 70px;
	margin: 0px 0px 30px;
	height: 2px;
	background: #fff;
}
.white-bg {
    background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
    color: #000;
}
.color-black {
	color: #000 !important;
}
.cona .container-fluid {
	padding: 0px !important;
	margin: 0px !important;
}
.welcome_msg {
	display: none;
}
.inner-block h3 {
	font-size: 45px;
	line-height: 50px;
	font-weight: bold;
	letter-spacing: 4px;
}

.for-magaz .inner-block{
	width:90%;
}
.inner-block p {
	font-size: 19px;
    line-height: 34px;
}
.inner-block a {
	color: #fc5a0a;
	float: left;
	font-size: 19px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.realted {
}
.realted h3 {
	font-size: 20px;
	color: #000;
	font-weight: bold;
}
.realted .side_prd_list .price .pricenew {
	font-size: 17px;
	font-weight: bold;
	color: #fc5a0a;
}
.realted .side_prd_list .price .pricediff {
	font-size: 15px;
	font-weight: bold;
	color: #fc5a0a;
}
.realted .side_prd_list .price .priceold {
	color: #96979d;
	font-size: 16px;
	text-decoration: line-through;
}
.realted .side_prd_list .price .oneprice {
	font-size: 17px;
	font-weight: bold;
}
.myvis {
/*	visibility: hidden;*/ display:none;
}
.buttt{ margin-top:5%;}
.bord {
	margin-top: 1%;
	border-top: 1px solid #DCDCDC;
	padding-top: 1%;
}
.bord .fa-plus {
	color: #FC5A0A;
	font-weight: normal;
}
.bord span {
	color: #FC5A0A
}
.pdl_10 {
	padding-left: 3%;
}
.pdr_10 {
	padding-right: 6%;
}
.bord a:hover {
	color: #333 !important;
}
.mycustompage .headingmy {
	/*background: #fff url(../image/heading_back.png) no-repeat center;*/
	text-align: center;
	
	margin-top:20px;
	padding: 0px 0;
	font-weight: bold;
	text-transform: uppercase;
	color: #3f3640;
	font-size:30px;
	margin-bottom:10px;
	/*box-shadow: 0 0 10px 7px;*/
}
.mycustompage .boder-bottem1 {
    background: #ee9d5c none repeat scroll 0 0;
    height: 3px;
    margin: 10px auto;
    width: 84px;
    margin-bottom: 5%;
}
.mycustompage li >div{ display:inline-block;
    vertical-align: top;}
.mycustompage	.imob{ padding:0px 2% 0px 0px; width:25%}
.mycustompage .txob{width:73%}
.burds{border-right:1px solid #dfdfdf;}
.mycustompage li:nth-child(3n) {
	/*border-right:none;*//*background-color: #3f3640;
	box-shadow: inset 0 0 10px #000;*/
}
.mycustompage li:nth-child(odd) a {
	color: #3f3640;
	font-size: 25px;
	text-transform: uppercase;
}
.mycustompage li:nth-child(even) a {
	color: #3f3640;
	font-size: 25px;
	text-transform: uppercase;
	/*font-weight: bold*/
}
.mycustompage li a:hover{ color:#ee9d5c}
.mycustompage li:nth-child(even) {
	/*background-color: #fff;
	box-shadow: 0px 0px 6px;*/
}
.bxmin {
	/*min-height: 322px;*/text-align: left;
    margin-bottom:6%;
}
.sec_level {
	margin-top: 65px;
}
.sec_level .myseccat {
	font-size: 19px;
	margin-bottom: 5px;
	color: #3f3640;
	text-transform: uppercase;
	font-weight: bold;
}
.sidebar_box {
	background: #fff none repeat scroll 0 0;
	box-shadow: 0 0 4px 2px #ddd;
	padding: 10px;
}
.sidebar_box a .fa-plus {
	color: #f25c27;
}
.sidebar_box a {
	font-weight: bold;
	color: #3f3640
}
.sidebar_box ul li {
	line-height: 32px;
}
.museee {
	margin-top: 0;
}
.sestitl {
	margin-top: 2%;
height: 48px;
overflow: hidden;
}
.sestitl .prdocutname {
	font-size: 15px !important;
	color: #3f3640;
}
.prdocutname {/* font-family:calibri */ text-transform:capitalize;}
.bestback {
	background: #fff;
	padding: 4px;
	margin-bottom: 2%
}
.bestback h4 {
	color: #3f3640;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 3px;
	margin-top: 2px;
	margin-left: 10px;
	border-bottom: #e6e1e2 1px solid;
	padding-bottom: 28px;
}
.sss {
	color: #f25c27;
	font-size: 14px;
}
.prodexp .thumbnails, .prodexp .thumbnail {
	margin-bottom: 0px;
}
/*========================================Other===================================================*/
.realted {
}
.realted h3 {
	font-size: 20px;
	color: #000;
	font-weight: bold;
}
.other .price .pricenew {
	font-size: 15px;
	font-weight: bold;
	color: #fc5a0a;
}
.other .price .pricediff {
	font-size: 13px;
	font-weight: bold;
	color: #fc5a0a;
}
.other .price .priceold {
	color: #96979d;
	font-size: 14px;
	text-decoration: line-through;
}
.other .price .oneprice {
	font-size: 17px;
	font-weight: bold;
}
.other .prdocutname {
	font-weight: bold;
}
.jumbotron {
	background: none !important;
}
.exp {

	color: #3f3640
}
/*===================================================================================*/
.inner-banner {
	background: url(../image/about-banner.jpg);
	padding: 78px 0px;
	margin-top: 29px;
	background-position: center;
}
.inner-banner h2 {
	font-size: 46px;
	font-weight: bold;
	margin: 0px;
	color: #fff;
}
.about-section {
	padding: 30px 0px;
}
.about-section p{ font-size:19px;
    text-align: justify;color:#555555;}
.about-section h2 {
	margin: 0px 0px 15px 0px;
}
.orange-bottom-border {
display: inline-block;
    border-bottom: 1px solid #e58941;
    font-size: 32px;
    font-weight: bold;
}
.about-section-orange {
	background: url(../image/bg-logo.png) rgba(229, 137, 65, 0.8);
	padding: 30px 0px;
	background-position: center center;
	background-repeat: no-repeat;
}
.about-section-orange p {
	color: #fff;
	margin-bottom: 30px;
}
.white-bottom-border {
	display: inline-block;
	border-bottom: 1px solid #fff;
}
.about-section-orange h2 {
	margin: 0px 0px 15px 0px;
	font-size: 32px;
	font-weight: bold;
}
.about-section-orange p{	font-size: 17px;}
.about-section-orange h3 {
	margin: 0px 0px 0px 0px;
	font-size: 23px;
	font-weight: bold;
}
.margin-bottom-10 {
	margin-bottom: 10px;
}
.about-list {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	margin-left: 1.5%;
}
.about-list li {
	font-size:20px;
	padding: 25px 0px 10px 30px;
	position: relative;
}
.about-list li:before {
	content: '';
	left: -20px;
	top: 27px;
	width: 30px;
	height: 35px;
	background: url(../image/tro.png);
	background-size: 100% 100%;
	display: inline-block;
	position: absolute;
}
.contacttplbanner {
	margin-top: 66px;
}
.contacttplbanner img {
	width: 100%
}
.detailco p span {
	color: #ec8c5c
}
.detailco p {
    line-height: 27px;
    font-size: 20px;
}
.detailco p span{/*font-family:Open Sans; */}
.detailco .form_description {
	font-size: 18px;
	padding-left: 2%;
	text-transform: uppercase;
	font-weight: bold;
}
#field_14>div {
	width: 100%
}
.myreset {
	background: #000;
	color: #fff;
}
.conatt_det {
	margin-top: 4%;
	padding-bottom: 4%
}
.conatt_det ul {
	margin: 0px;
	padding: 0px;
}
.conatt_det ul li {
	margi: 0px;
	padding: 0px;
	border-right: 1px solid #bbb;
	display: inline-block
}
.conatt_det ul li:last-child {
	border: none;
}
.conatt_det ul li a {
	font-size: 15px;
	padding: 5px 26px;
	font-weight: bold;color:#3f3640;
}

.addsr h3 {
	font-weight: bold;
	color: #000
}
.addsr .botline {
	background: #e58941 none repeat scroll 0 0;
	height: 2px;
	margin: 0 0 30px;
	width: 70px;
}
.addsr p {
	font-size: 18px;
	font-weight: bold;
	line-height: 29px;
}
.addsr p a {
	color: #e58941 !important
}
.addsr p {
	font-size: 18px;
	font-weight: bold;
	line-height: 29px;
}
.colorbox {
	margin-top: 7%;
}
.boccoc {
	width: 20%;
	float: left;
	text-align: center;
	padding: 2% 1%;
	min-height: 253px
}
.boccoc:nth-child(odd) {
	background: #e58941
}
.boccoc:nth-child(even) {
	background: #3f3640
}
.boccoc h3 {
	font-weight: bold;
	color: #fff
}
.boccoc p {
	color: #fff !important;
}
.boccoc p a {
	font-size: 14px;
	font-weight: normal;
	line-height: 29px;
	color: #fff !important
}
/*================================locator===============================*/
.content_inner_pp {
	margin-top: 6%
}
.orange-color {
	color: #3f3640;
	font-size: 28px;
	text-transform: uppercase;
}
.black-bottom-border {
	border-bottom: 2px solid #fc5a0a;
	display: inline-block;
}
.margin-top-80 {
/*margin-top: 80px;*/
}
.nav-tabs {
	border-bottom: 0px solid #DDD;
	background: transparent;
}
.nav-tabs > li > a {
	border: none;
	color: #ffffff;
	background: #5a4080;
}
.nav-tabs > li > a {
	background: url(../../../../index.html) no-repeat;
	position: relative;
	transition: ease-in-out 0.3s;
}
.nav-tabs > li.active > a, .nav-tabs > li > a:hover {
	border: none;
	color: #fff !important;
	background: url(../../../../index.html) no-repeat;
}
.nav-tabs > li > a {
	position: relative;
	transition: ease-in-out 0.3s;
	background-size: 100%;
}
.nav-tabs > li.active > a, .nav-tabs > li > a:hover {
	border: none !important;
	color: #fff !important;
}
.nav-tabs > li > a:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-color: rgba(252, 90, 10, 0.7) !important;
	transform: scale(0, 0);
	transition: ease-in-out 0.3s;
}
.nav-tabs li.active a:after, .nav-tabs li a:hover:after {
	transform: scale(1, 1);
	transition: ease-in-out 0.3s;
}
.nav-tabs > li > a:nth-child(1) {
	background: url(../image/locator-tab-3.jpg) no-repeat;
	background-size:100%;
}
.nav-tabs > li:nth-child(2) > a {
	background: url(../image/locator-tab-2.jpg) no-repeat;
		background-size:100%;
}
.nav-tabs > li:nth-child(3) > a {
	background: url(../image/locator-tab-1.jpg) no-repeat;
		background-size:100%;
}
.nav-tabs > li:nth-child(4) > a {
	background: url(../image/locator-tab-4.jpg) no-repeat;
		background-size:100%;
}
.tab-pane {
	padding: 15px 0;
}
.nav-tabs > li {
	width: 25%;
	text-align: center;
	font-weight: bold;
	font-size: 22px;
	background: transparent;
	transition: ease-in-out 0.3s;
}
.nav-tabs > li > a {
	padding: 80px 15px; font-size:34px;
}
.bottom-line-orange {
	width: 70px;
	margin: 0px 0px 10px;
	height: 2px;
	background: #fc5a0a;
}
.tab-address {
	margin-bottom: 30px;
}
.tab-address h3 {
	font-weight: bold;
	font-size: 20px;
}

.tab-pane {
	padding: 15px 0;
}
.padding-top-80 {
	padding-top: 80px;
}
.tab-content {
	padding: 20px
}
.nav-tabs2 > li {
	width: 20%;
	text-align: center;
	float: left;
	margin-bottom: 5px;
}
.bg-grey {
	background: #fff;
}
.welcome>.container {
	width: 100%;
}
.school-cur h3{
	color:#3f3640 !important;
}
.bottom-line.black-bg{
	background:#3f3640 !important;
}
.school-cur .col-sm-6.block.white-bg{
	padding-left:50px;
}
.color-black{
	color:#3f3640 !important;
}
.color-orange{
	color:#ec8c5c !important;
}
.bold{
	font-weight:bold;
}
.second_cat li ul li{ padding-left:22px;border-bottom:1px solid #dcdcdc}
.second_cat li ul li a { color:#444444; font-weight:normal; }
 .pricenew, .priceold, .pricediff,.productcart,.bord{/* font-family:calibri */;}
 .reacus{margin-top:4%; text-align: center;}
 .reacus img{margin-bottom:2%;}
/* .ajaxsearch{
 	  background: #fff none repeat scroll 0 0; position:absolute; width:100%;
    box-shadow: 0 0 6px;
    margin: 2px 0 0;
    padding: 5px;}*/
.ajaxsearch li{
	
} 
.ajaxsearch li span a{
	
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #686868;
  letter-spacing: -0.2px;
  display: block;
  font-size: 12px;
  padding: 6px 12px;
  text-decoration: none;
}
.ajaxsearch li img{
	 margin-right:10%
}
.blog-section h2{
	font-size:35px;
}
.blog-matter h3 a{
	color:#e77600; /* font-family:calibri */ text-transform:capitalize}

.blog-matter > p {
    font-size: 19px !important;
}.blog-matter > p >a{
	color:#e77600; font-weight: bold;
}
.blog-section{
	padding-bottom:5%; padding-top:3%;
}
.glyphicon.glyphicon-chevron-left, .glyphicon.glyphicon-chevron-right{
  background: #000 none repeat scroll 0 0;
  padding: 40% 30%; font-size:25px;
}
.glyphicon-chevron-left:hover,.glyphicon-chevron-right:hover{
	background: #e67701;
}
.requesttplbanner{
	 background: url('../image/req.jpg') center; padding:25px 0px 75px 0px; margin-top: 58px;
}
.requesttplbanner .text-center_1{ text-align: center; margin-bottom: 3%}
.requesttplbanner .form_description{
	border-bottom: 1px solid #fc5a0a;
    display: inline-block; font-size: 32px; color: #fff; padding-left: 0% !important;
}
.requesttplbanner #field_21  .input-group  {
	width:100%
}
	.requesttplbanner label {
  color: #fff;
  font-size: 13px;
  text-align: left;

}
.requesttplbanner #field_23> div{
	width:66.6%
}
.requesttplbanner #field_22> div {
	width:50.6%
}
.requesttplbanner .btn.btn-primary.lock-on-click, .requesttplbanner .myreset {
  margin-top: 16%;
}
.requesttplbanner .myreset {
  margin-top: 11%;
}
.requesttplbanner input[type='text'], .requesttplbanner textarea {
	background: rgba(255,255,255,0.5); color:#fff;
}
.my_form-control{
	border:none;  background: none; border-bottom: 1px solid #bbb;
	background:url('../image/marker.png') no-repeat left; padding-left: 5%
	
}
#change{  cursor: pointer;}
/*===================ccc========================================*/
.carousel{
	
	position: relative;
	padding-bottom: 0px;

}

.item{
	min-height: 325px;
	
}

.sec_level_dec_img img{
	margin-bottom:15px;
	width:100%;
}

.carousel-indicators {
    bottom: 0px;
}
.slider {
	overflow: hidden;
}
.nav-tabs3 {
	
}
.nav-tabs3 > li.active > a, .nav-tabs2 > li.active > a:focus, .nav-tabs2 > li.active > a:hover {
	border-width: 0;
}
.nav-tabs3 > li > a {
	border: none;
	color: #fff;
	background: #403641;
	font-size:33px;
	padding:40px 10px;
	height:280px;
	vertical-align:middle;
	margin-right:2px; 
	
	 font-weight: bold; text-transform: uppercase;
}
.nav-tabs3 > li > a .fa{
	font-size: 45px;
}
.nav-tabs3 > li > a.even-tab {
	color:#fff;
	background:#fc5a0a 
	
}
.nav-tabs3 > li.active > a, .nav-tabs3 > li > a:hover {
	border-color: #403641;
	color: #fff !important;
	background: #403641;
}
.nav-tabs3 > li.active > a .line, .nav-tabs3 > li > a:hover .line{
	height: 4px; background: #fff; margin-top: 5px;
}
.nav-tabs3 > li.active > a.even-tab, .nav-tabs3 > li > a.even-tab:hover {
	border-color: #fc5a0a;
	color: #fff !important;
	background: #fc5a0a;
}
.tab-nav3 > li > a::after {
	background: ##5a4080 none repeat scroll 0% 0%;
	color: #fff;
}

.nav-tabs3 > li {
	width: 25%;
	text-align: center;
	float: left;
	margin-bottom:5px;
	
}
.tab-content h3{
	 color: #403641; font-weight: bold;
	
}
/*.bigimage img{
	width:100%;
}*/
.view-side-cat span {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 4px 2px #ddd;
    padding: 10px;
	font-weight: bold;
    color: #3f3640;
	float:left;
	width:100%;
	cursor:pointer;
	line-height:14px; 
}
.view-side-cat span .fa-plus{
	color:#f25c27;
}
	
/*==========================================================*/
@media only screen and (max-width: 1199px) {
	.inner-block h3 {
    font-size: 40px;
    line-height: 45px;
	}
	.inner-block p {
    font-size: 18px;
    line-height: 30px;
	}
	.for-magaz, .school-cur, .for-enter {
    background-position: center center;
    background-size: 100% auto;
}
.for-magaz .container, .for-enter .container{
	width:100%;
	padding:0px;
}
.mycustompage li:nth-child(odd) a, .mycustompage li:nth-child(even) a{
	font-size:28px;
}
.sec_level .myseccat{
	font-size:16px;
}
.bigimage img{
	width:258px;
}
}
@media only screen and (max-width: 991px) {
	.welcome h2{
		font-size:22px;
	}
	.inner-block h3 {
    font-size: 20px;
    line-height: 26px;
	}
	.inner-block p {
    font-size: 16px;
    line-height: 22px;
	}
	.navbar-nav > li > a {
		font-size:14px;
	}	
	.for-magaz .container, .for-enter .container{
	width:100%;
	padding:0px;
}
.mycustompage li:nth-child(odd) a, .mycustompage li:nth-child(even) a{
	font-size:24px;
}
.mycustompage .headingmy{
	font-size:22px;
}
.bigimage img {
    width: 268px;
}
}
@media only screen and (max-width: 767px) {
	.small-search{
	background:#fff;
}
.about-section-orange h3 {
	margin: 0px 0px 0px 0px;
	font-size: 16px;
	font-weight: bold;
}
.about-section-orange p {
  font-size: 13px;
}
.orange-bottom-border {
    display: inline-block;
    border-bottom: 1px solid #e58941;
    font-size: 22px;
    font-weight: bold;}
.nav-tabs3 > li {
  float: none;
  margin-bottom: 5px;
  text-align: center;
  width:100%;
}
.nav-tabs3 > li > a {
  background: #403641 none repeat scroll 0 0;
  border: medium none;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  height: auto;
  margin-right: 2px;
  padding: 15px 10px;
  text-transform: uppercase;
  vertical-align: middle;
  display: block; line-height: 17px;

}

.nav-tabs3 > li > a .fa {
  font-size: 31px;
}
.inner-banner h2{font-size: 35px;}
.inner-banner {
  
  margin-top: 0px;
  padding: 78px 0;
}
.boccoc {
  float: none;
  min-height: 100px;
  padding: 2% 1%;
  text-align: center;
  width: 100%;
}
.nav-tabs > li {
  
  width: 100%;
}
.nav-tabs > li > a {
  font-size: 34px;
  padding: 6px 15px;
}
.sec_level{margin-top:0px; padding-top:23px;}
.contacttplbanner{margin-top:66px;}
.contacttplbanner.store {
    margin-top: 30px;box-shadow:0;
}

.store_bb {margin-top:31px !important;}
.reacus img { width:80%;}
.tab-pane {
  padding: 15px 0;
  text-align: justify;
}
#search_form{
	 background:#fff;
	 display: inline-block;
	 width: 100%;
}
.nav-tabs2 > li {
  margin-bottom: 5px;
  text-align: center;
  width: 100%; float:none;
}
.nav-tabs2 > li > a{height: auto;
    
    padding: 5px;}

.small-search{
	padding:0px 0 0px 0;
	position:relative;
	
}
.small-search .s-btn {
  background: none;
  border: medium none;
  color: #3f3640;
  font-size: 24px;
  outline: medium none;
  padding: 2px;
}
.small-search .form-control{
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    box-shadow: none;
    float: left; height:38px;
    font-size: 12px;
    outline: medium none;
  
    width: 80%;
}
	.nav-holder {
	position: fixed;
	top: 0px;
	left: 0px;
	background: rgba(0,0,0,0.8);
	padding: 0px;
	width: 100%;
	z-index: 99999;
	overflow: auto;
	height: 100%;
}
.menu-header {
    background: #fc5a0a;
    color: #fff;
    font-size: 16px;
    float: left;
    width: 100%;
    padding: 5px;
}
	.welcome h2 {
    font-size: 18px;
	letter-spacing: 2px;
	}
	.inner-block h3 {
        font-size: 16px;
    line-height: 22px;
	}
	.navbar-nav > li > a {
		font-size:15px;
	}
	.drop {
	position: relative;
	margin-top:7px;
}
.droplist {
	position: absolute;
	top: 35px;
	right: 0px;
	background: #000;
	width: 160px;
	padding: 15px;
	list-style-type: none;
	display: none;
	z-index: 99999;
}
.droplist li a {
	color: #fff;
}
.droplist li a i {
	margin-right: 10px;
	font-size: 14px;
}

.school-cur .col-sm-6.block.white-bg {
    padding-left: 30px;
}
.welcome .container, .welcome .col-sm-12{
	padding:0px;
}
.banner {
    margin-top:31px;
    clear:both;
}
.for-enter .container{
	padding:0px;
}
.for-enter .col-sm-6.purple-bg{
	padding-left:30px;
}
.for-magaz .container{
	padding:0px;
}
.for-magaz .col-sm-6.yellow-bg{
	padding-left:30px;
}
#footer img{
	max-width:120px;
}
.bottom-link li a{
	font-size:12px;
}
.small-search{ margin-top:0px;    position: absolute;
    top: 0px;
    right: 0;
    padding: 8px 4px;
    width: 88%; }
.contentpanel {
    padding-top: 0;
	padding-bottom: 0;
}
.mycustompage .headingmy{
	font-size:18px;
}
.inses .thumbnails img{
	max-width:100px;
	height:auto;
}
.mycustompage li:nth-child(odd) a, .mycustompage li:nth-child(even) a{
	font-size:16px;
}
.bxmin{
	min-height:auto;
	padding-bottom:30px;
}
.mycustompage li:nth-child(even), .mycustompage li:nth-child(odd) {
    box-shadow: 0px 0px 0px;
	border-bottom:1px solid #f2f2f2;
}
.museee {
	margin-top: 15px;
}
.sidebar_box{
	display:none;
	margin-top:15px;
}
.bigimage{
	text-align:center;
}
ul.productpagecart {
    position: fixed;
    bottom: 0px;
    width: 100%;
    left: 0;
	z-index:1000;
	background:#eee;
	margin-bottom:0px;
}
ul.productpagecart li{
	float:left;
	width:50%;
}
ul.productpagecart li a{
	float:left;
	width:100%;
	text-align:center;
}
.productpagecart a.cas:before{
	position:relative;
	left:auto
}
.productpagecart a.cab:before{
	position:relative;
	left:auto
}
.breadcrumb{
	display:none;
}
h1.productname{
	font-size:16px;
	text-align:center;
}
.productpageprice {
    font-size: 18px;
	text-align:center;
}
ul.side_prd_list li.related_product a{
	width:100%;
}
.speci-bar{
	background:#fff;
	padding:7px 15px;
	line-height:14px;
	border-bottom:1px solid #f2f2f2;
	cursor:pointer;
}
.speci-bar:before{
	display:none;
}
.speci-box{
	display:none;
	background:#fff;
}
.speci-bar i{
}
}
/*=======================Carrer==============================================*/
.carer-1-bg{ padding:10px; 
/*color:#fff;
background-color: #a8e9ff;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr=#a8e9ff, endColorstr=#052afc);
    background-image: -moz-linear-gradient(right, #a8e9ff 50%, #052afc 50%);
    background-image: -webkit-linear-gradient(right, #a8e9ff 50%, #052afc 50%);
    background-image: -ms-linear-gradient(right, #a8e9ff 50%, #052afc 50%);
    background-image: linear-gradient(right, #a8e9ff 50%, #052afc 50%);
    background-image: -o-linear-gradient(right, #a8e9ff 50%, #052afc 50%);
    background-image: -webkit-gradient(linear, right bottom, left bottom, color-stop(50%,#ed9d5c), color-stop(50%,#fff)); */
	
	
}

.carer-1-bg .carer-1 h3{ color:#3f3640; font-weight:normal; text-transform:uppercase}
.carer-1-bg .carer-2 h3{ color:#ed9d5c; font-weight:normal;text-transform:uppercase}

/*======================================================================================================*/
 .panel-group .panel {
        border-radius: 0;
        box-shadow: none;
        border-color: #fff; border:0px
    }

    .panel-default > .panel-heading {
        padding: 0;
        border-radius: 0;
        color: #212121;
        background-color:#fff;
        border-color:#fff; border:0px
    }

    .panel-title {
        font-size: 14px;
    }
	

    .panel-title > a {
        display: block;
        padding: 15px 0px;
        text-decoration: none;
    }
	.panel-title   a{
        font-size: 20px; color:#3f3640; text-transform:uppercase
    }
	.panel-title a span{ color: #000000;
    font-size: 16px;
    text-transform: none;
    padding-left: 31px;
    display: block;
    vertical-align: top;
    padding-top: 7px;}

    .more-less {
        /*float: right;*/
        color:#ed9d5c; padding-right:4px; font-weight:normal;
    }

    .panel-default > .panel-heading + .panel-collapse > .panel-body {
        border-top-color:#fff;
		 background:#fff;
    }
.black-bottom-border-color-orange{	display: inline-block;
	border-bottom: 1px solid #000; color:#e58941; font-weight:bold;}
/*====================New Css===============================*/
.mymenu {
    position: absolute;
    background: #fff;
    width: 85%; border-bottom:1px solid #f5f3f1;    box-shadow: 0 0 50px 0 rgba(0,0,0,0.2); top:65px; border-right:10px solid #ED8F5E;}
.vo_l{ float:left; width:98%;padding: 1% 1% 0.4% 1%;}
.vo_r{ width:0px; float:right; text-align:center}
.bb_1,.box_menu{ width:23%; float:left; padding-left:1%; padding-right:1%;
  line-height: 20px;
}
.box_menu_ff h3,.box_menu h3 {
     color: #000;
    font-size: 17px;
    border-bottom: 1px solid #bbb;
    padding-bottom: 6px;
    margin-top: 1px;
    line-height: 20px; font-family:Arial, Helvetica, sans-serif}
	.vo_r ul,	.bb_1  ul, .box_menu ul{margin:0px; padding:0px; list-style:none}
	.bb_1  ul li a,.box_menu ul li a{ font-size:13px; text-decoration:none; font-family:Arial, Helvetica, sans-serif; color:#3E353F}
	.box_menu a h3:hover{color:#fc5a0a}
	.bb_1  ul li a:hover, .box_menu ul li a:hover{ text-decoration:underline;}
	.box_menu_ff{  padding-left:1%; padding-right:1%; width:98%;}
	.box_menu_ff h3{ width:20%}
	.vo_r ul li a{ display:block; background:#ee9d5c; padding:12% 0}
	.vo_r ul li a:hover{background:#e77d3f}.foottop {
    padding: 20px 0px;
    background: #ebebeb;
}
.box-efct{ text-align:center; padding:10px; margin:50px 0;}
.box-efct .box-icon1{ width:72px; height:80px; margin:5px auto; background:url(../image/1.png); background-repeat:no-repeat; background-position:center;}
.box-efct .box-icon2{ width:72px; height:80px; margin:5px auto; background:url(../image/2.png); background-repeat:no-repeat; background-position:center;}
.box-efct .box-icon3{ width:72px; height:80px; margin:5px auto; background:url(../image/3.png); background-repeat:no-repeat; background-position:center;}
.box-efct .box-icon4{ width:72px; height:80px; margin:5px auto; background:url(../image/4.png); background-repeat:no-repeat; background-position:center;}
.box-efct .box-icon5{ width:72px; height:80px; margin:5px auto; background:url(../image/5.png); background-repeat:no-repeat; background-position:center;}
.box-efct .box-icon1_m{ width:271px; height:95px; margin:5px auto; background:url(../image/magzine/m1.png); background-repeat:no-repeat; background-position:center;}
.box-efct .box-icon2_m{ width:271px; height:95px; margin:5px auto; background:url(../image/magzine/m2.png); background-repeat:no-repeat; background-position:center;}
.box-efct .box-icon3_m{ width:271px; height:95px; margin:5px auto; background:url(../image/magzine/m3.png); background-repeat:no-repeat; background-position:center;}
.box-efct .box-icon4_m{ width:271px; height:95px; margin:5px auto; background:url(../image/magzine/m4.png); background-repeat:no-repeat; background-position:center;}
.box-efct .box-icon5_m{ width:271px; height:95px; margin:5px auto; background:url(../image/magzine/m5.png); background-repeat:no-repeat; background-position:center;}
.box-efct .box-icon6_m{ width:271px; height:95px; margin:5px auto; background:url(../image/magzine/m6.png); background-repeat:no-repeat; background-position:center;}
.box-efct .box-icon7_m{ width:271px; height:95px; margin:5px auto; background:url(../image/magzine/m7.png); background-repeat:no-repeat; background-position:center;}
.box-efct h2{ color: #3f3640;
    font-size: 30px;
    font-weight: 300 !important;}
.box-efct p{ font-weight:300; color:#828282; padding:5px 10px; font-size:16px;} 
.box-efct .boder-bottem1{ background:#ee9d5c; height:3px; width:84px; margin:10px auto;}
.box-efct span{ color:#ee9d5c;}
.box-efct.boder-right1{ border-right:1px solid #ccc;}


.box-efct:hover .box-icon1{ background:url(../image/Engineering-Icon.png); background-repeat:no-repeat; background-position:center;}
.box-efct:hover .box-icon2{ background:url(../image/Medical-Icon.png); background-repeat:no-repeat; background-position:center;}
.box-efct:hover .box-icon3{ background:url(../image/General-Competition-Icon.png); background-repeat:no-repeat; background-position:center;}
.box-efct:hover .box-icon4{ background:url(../image/School-Icon.png); background-repeat:no-repeat; background-position:center;}
.box-efct:hover .box-icon5{ background:url(../image/Magazine-Iconi.png); background-repeat:no-repeat; background-position:center;}

.box-efct:hover .box-icon1_m{ background:url(../image/magzine/m1_h.png); background-repeat:no-repeat; background-position:center;}
.box-efct:hover .box-icon2_m{ background:url(../image/magzine/m2_h.png); background-repeat:no-repeat; background-position:center;}
.box-efct:hover .box-icon3_m{ background:url(../image/magzine/m3_h.png); background-repeat:no-repeat; background-position:center;}
.box-efct:hover .box-icon4_m{ background:url(../image/magzine/m4_h.png); background-repeat:no-repeat; background-position:center;}
.box-efct:hover .box-icon5_m{ background:url(../image/magzine/m5_h.png); background-repeat:no-repeat; background-position:center;}
.box-efct:hover .box-icon6_m{ background:url(../image/magzine/m6_h.png); background-repeat:no-repeat; background-position:center;}
.box-efct:hover .box-icon7_m{ background:url(../image/magzine/m7_h.png); background-repeat:no-repeat; background-position:center;}

.box-efct:hover .boder-bottem1{ background:#fff;}
.box-efct:hover{background:#ee9d5c;}
.box-efct:hover p{color:#fff; } 
.box-efct:hover span{color:#fff; } 
.box-efct:hover h2{color:#fff; }
.mybox_1{width:49%; float:left;}
	.mr{margin-right:1%}
	.mr1{margin-right:2%}
    .boxes_category1 img { margin-bottom:6%; width:100%}
	.ddd{ text-align:left;}
	.ddd p{ font-size: 20px;
    color: #525252;}
	.box_menuz ul { margin:0px; padding:0px}
	.box_menuz ul li{ list-style:none; display:inline-block}
	.box_menuz ul li a{color:#565656; font-size:16px; padding:5px 20px}
	.box_menuz{ box-shadow:0px 0px 5px 4px #bbb; padding:10px 0px; background:#fff;} 
	.sore_page {
    margin-top: 2%;
}
.subsc{box-shadow: 0px 2px 6px 2px #bbb;}
.subsc input{ border:none;padding: 6px 10px;}
.subsc .subbutton{border: none;
    border-left: 1px solid #bbb;
    color: orange;
    padding: 7px 8px;background:none; }
.orange-bottom-border_about {
    display: inline-block;
    border-bottom: 2px solid #e58941;
    font-size: 31px;
   /* font-weight: bold;*/
}
.about-section h3{ color:#3f3640; font-size:24px; font-weight:bold;}
.about-section h3 span{ color:#000; font-weight:normal}
.bor_bottom{ height:2px; background:#e58941; width:75px; margin-bottom:2%}
.bor_bottom_re{ height:2px; background:#3f3640; width:75px; margin-bottom:2%}
.bor_bottom_w{ height:2px; background:#3f3640; width:75px; margin-bottom:2%}
.ab_re{ color:#ee9d5c !important;}
.carer-1-bg p{ font-size:16px; line-height:25px;}
.job{ color:#555555 !important}
.panel-body{ padding-left:29px;}
.job  strong { color:#000; font-weight:normal;  text-transform:uppercase}
.panel-body li { color :#000; list-style: disc;list-style-position: inside;}
.job_apply{ display:block; padding:5px 10px; color:#fff; background:#ed9d5c; font-size:17px; font-weight:bold; text-transform:uppercase; width:125px}
.job_apply:hover{color:#fff;}
.carr_form   label{   display:block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: normal;
    color: #000;}
.carr_form 	.star, .publis .star{ color:red;}
.carr_form td, .publis td{ padding-bottom:10px;}
.pub_form  label{   display:block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: normal;
    color: #555555; font-size:17px;}
.publis .text-center{ text-align:center !important; }
.tread_media a{ font-weight:bold;}
.tread_media  p {
    font-size: 16px;
    text-align: justify;
    color: #555555;
}
.tread_media img { margin-top:20px;}
.downloadmatter{
	padding-top:20px;
	font-size:25px;
	padding-bottom:35px; text-transform: uppercase; 
}
.downloadsection table td{  color: #0078d7;
    font-size: 65px;
   padding: 20px 8px; border-top:1px solid #d2d2d2; border-bottom:1px solid #d2d2d2; width:120px;}
   .downloadsection table td + td {
  width: auto;
}
.downloadsection .odd{ padding:0px;}
.downloadsection .even{  padding:0px;}
.downloadsection .odd ul{ margin:0px; padding:0px;}
.downloadsection .odd ul li,.downloadsection .even ul li  { list-style:none; display:inline-block;vertical-align: top;}
.downloadsection .odd ul li,.downloadsection .even ul li{display:none;}
.downloadsection .odd ul li+li,.downloadsection .even ul li+li{display:block;}
.odd h3{ color:#0078d7; font-size: 27px;
    font-weight: normal;
    margin-top: 13px; }
.odd h5{ color:#474747;  font-size: 20px;
    font-weight: normal;}
.even h3{ color:#0078d7; font-size: 27px;
    font-weight: normal;
    margin-top: 13px;}
.even h5 { color:#474747;  font-size: 20px;
    font-weight: normal;}
.bestisell  li a{     font-weight: normal; 
    color: #010101;text-decoration:none;
    font-size: 16px;}
 .bestisell  li ul li a{ font-size:14px;}
 .bessileft h4{color:#e4904c; font-size:17px;}
 .bessileft ul li{border-bottom: 1px solid #dcdcdc;
    margin-bottom: 10px;}
    .besti{ margin-bottom:10px;}
 .bessileft ul li a{ color:#666666 !important; font-weight:normal; font-size:16px;}
 .store h4{color: #3f3640;
    font-size: 18px;
    font-weight: normal;}
.quickcon{      background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 4px 2px #ddd;
    padding: 10px;
    margin-bottom: 30px;
    text-align: center;
}
.quickcon .gged{font-size: 25px;
    color: #666;
    margin-top: 9px;}
.mag_desc h3{ font-size:30px; color:#3f3640;margin-top: 0px;}
.mag_desc .magtes{ color:#5a5a5a; font-size:20px;}
.arc { color:#3f3640; font-size:20px !important;}
.blog-matter h6{ font-size:16px;}
.prev12{ display:inline-block;
    padding: 6px 17px;
    
    background: #3f3640;
    color: #fff;
   
    font-size: 16px;}
	.dealoftheday:nth-child(odd) .sestitl1{ background:#ff7729;}
.dealoftheday:nth-child(even) .sestitl1{ background:#3f3640;}
.sestitl1 {
  display: block;
  margin: 0 auto 4%;
  padding: 3% 0;
  width: 90%;
}
.sestitl1 .prdocutname {
	font-size: 18px !important;
	color: #fff;
	text-transform:uppercase;margin: 0 0 0px;
    padding-right: 0px;
}
 .other .dealoftheday  .price .pricenew {
  color: #3f3640;
  font-size: 16px;
  font-weight: bold;
}
 .other  .dealoftheday .price .pricediff {
  color: #fc5a0a;
  font-size: 16px;
  font-weight: bold;
}
	.store{box-shadow: 0 0 4px 2px #ddd;}
	#slider-thumbs img{ opacity:0.5; cursor:pointer;}
	#slider-thumbs .selected img { opacity:1}
	#slider-thumbs .selected{ position:relative;}
	#slider-thumbs ul li a{ border-bottom:2px solid #c1bec2;padding-bottom: 9px; display:block}
	#slider-thumbs ul li a.selected{border-bottom:2px solid #EE9D5C; }
	
	#slider-thumbs ul li a.selected:before{content:'\f053'; font-family:FontAwesome; color:#EE9D5C; position:absolute; top:30%; left:-20px;}
	.youv{ padding:20px 0px}
	.mag_tt p{ color:#474747; font-size:17px; text-align:justify; line-height:32px; }
	.mag_tt a{ font-size:20px; color:#db7846;}
	.curren_issue P{ text-align:center; }
	.curren_g {
  position: relative;
}.curren_g h3 {
  background: #fff none repeat scroll 0 0;
  margin: 0 auto;
  width: 30%;
}

	.issue_bottom {
  background: #dfdfdf none repeat scroll 0 0;
  height: 2px;
  
  position: absolute;
  top: 13px;
  width: 100%;
  z-index: -1;
}
.step1{ background:#df8a47; font-size:20px; color:#fff; padding:5px 7px;}
.step-11{background:#e8e8e8; font-size:20px; color:#3d3d3d; padding:5px 7px;}
.magzine .prdocutname{ font-size:20px; text-transform:uppercase}
.mogi li{ border-bottom:1px solid #dadada; padding:10px 0px}
.inputmag  { font-size:18px;}.inputmag  span{ color:#df8a47}
.inputmag  input[type="radio"] + label span {
    display:inline-block;
    width:19px;
    height:19px;
    margin:-1px 4px 0 0;
    vertical-align:middle;
    cursor:pointer;
    -moz-border-radius:  50%;
    border-radius:  50%;
	border:2px solid #df8a47
	
}
.inputmag  input[type="radio"]:checked + label span{
     background-color:Orange;
}
.inputmag input[type="radio"] {
    display:none;
}
.magzine input[type="checkbox"] + label span {
    cursor: pointer;
	position: absolute;
	width: 20px;
	height: 20px;
	top: 0;
  	left: 0;
	background: #fff;
	border:2px solid #df8a47;
}
.magzine input[type="checkbox"] + label span:after {opacity: 0.0;
	content: '';
	position: absolute;
	width: 24px;
height: 12px;
	background: transparent;
	top: -5px;
left: 2px;
	border: 3px solid #333;
	border-top: none;
	border-right: none;

	transform: rotate(-45deg);}
.magzine input[type="checkbox"] {
    display:none;
}
.magzine input[type="checkbox"]:checked + label span:after{
  opacity: 1;
}
.downloadsection_mid td {
  color: #7b7b7b;
  font-size: 27px;
  font-weight: normal;
  padding-bottom: 23px;
}
	.downloadsection_mid td h3 {color: #7b7b7b;
    font-size: 27px;
    font-weight: normal; margin-top:10px;}
	.publis input[type="file"] {
  display: block;
  padding-bottom: 40px;
}
.burd .thumbnail img {
  background-color: white;
  cursor: pointer;
  display: inline-block;
  height: 225px !important;
}.burd .thumbnail{margin-bottom:5px;}
.desc_img > img {width:100% !important; height:100% !important;}
.mosc{margin-top:35px;}
.nopadding_1 { padding: 0;}
.product_detail_name h4 {
  margin: 0 0 5px;
}
.product_desc_cart ul li {
  padding: 2px 0px;
}
.product_desc_cart ul li strong{
color: #ED9D5C}
.product_desc_cart ul li .form-control {
  margin-bottom: 4px;
  margin-top: 4px;
  width: 100px;
}
.mycartu {
    position: absolute;
    right: 0px;
    top: 0px;
    
}
.cc img{ width:100%;}
.cc{ margin-bottom:40px;}
@media only screen and (max-width: 767px) {
	.site-header {

  height: auto; padding-bottom:10px;
 
}
	
.box_menu{width:100%; float:none;}

.s-logo{float:none;padding: 2px 0px}
.vo_l {
  float: none;
  margin: 0 4%;
  padding-top: 1%;
  width: 92%;
}
.vo_r {
  float: none;
  text-align: left;
  width: 92%;
  margin: 0 4%;
}
.vo_r ul li a {
  background: #fff none repeat scroll 0 0;
  border-bottom: 1px solid #bbb;
  display: block;
  margin: 3px 0;
  padding: 2% 3% 4%;
  text-align: left;
}

.vo_r ul li a:hover {
  background: #fff none repeat scroll 0 0;
}
.vo_r ul li a img{ vertical-align:bottom;}
.vo_r ul li a strong{color:#ee9d5c;}
.vo_r .img-responsive{display:inline}
.berger {
    cursor: pointer;
    float: left;
    margin-right: 0px;
    margin-top: 13px;
    padding-left: 0;
    padding-top: 0px;
    width: 20px;
    font-size: 28px;
}
.right-top {
  float: right;
  margin-top:15px;
}
.box-efct {
  margin: 13px 0;
  padding: 10px;
  text-align: center;
}
.box-efct h2 {
  color: #3f3640;
  font-size: 19px;
  font-weight: 300;
}
.menu_bar{ margin-top:5px;}
.menu_bar ul{margin:0px; padding:0px;}
.menu_bar ul li{ list-style:none; display:inline-block;}
.menu_bar ul li a{padding:0px 5px 0px 3px; color:#fff; font-size:12px; text-decoration:none;}
.nopadding {
  padding: 0;
}
.below_menu{ background:#ee9d5c; padding:10px 0px 10px 10px;}
.below_menu ul{margin:0px; padding:0px;}
.below_menu ul li{ list-style:none; display:inline-block; color:#fff; text-transform:uppercase}
.below_menu ul li a{padding:0px 5px 0px 5px; color:#fff; font-size:12px; text-decoration:none; text-transform:uppercase}
.shop {
  background: rgba(0, 0, 0, 0) url("../image/m_back.png") repeat scroll center center / cover ;
  color: #5a5a5a;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 0;
  text-transform: uppercase;
}
.border_bo {
  background: #ee9d5c none repeat scroll 0 0;
  height: 3px;
  margin: 3px auto;
  width: 84px;
}
.first{  margin-bottom:20px; background:#fff; padding:15px 0px;}
	.b1{border-bottom:3px solid #F3F3F3;}
	.b2{border-bottom:3px solid #F3F3F3;}
	.b3{border-bottom:3px solid #F3F3F3;}
	.b4{border-bottom:3px solid #F3F3F3;}
	.b5{border-bottom:3px solid #fff;}
	.first h3{ font-size:20px; color:#3f3640; margin:0px; margin-top:5px;}
	.na{ margin-top:10px;}
	.first img { vertical-align:middle}
	.carer-1-bg h3,.carer-1-bg .carer-2 h3 { font-size:19px;}
	.orange-color {
  color: #3f3640;
  font-size: 20px;
  text-transform: uppercase;
}
.tread_media h3{font-size:18px; text-align:center}
.publis p {
  color: #555555;
  font-size: 17px;
  text-align: justify;
}
.publis h5{ font-size:20px !important}
.pub_form label {
  font-size: 14px;
}
.requesttplbanner .form_description {
  border-bottom: 1px solid #fc5a0a;
  color: #fff;
  display: inline-block;
  font-size: 21px;
  padding-left: 0;
}
.requesttplbanner .myreset {
  margin-top: 8px;
}
.requesttplbanner .btn.btn-primary.lock-on-click {
  margin-top: 0;
}
.coac a{ font-size:16px;}
.dosns p{ font-size:18px !important;}
.downloadsection_mid td h3 {
  color: #7b7b7b;
  font-size: 15px;
  font-weight: normal;
  margin-top: 10px;
}
.downloadsection_mid td {
  color: #7b7b7b;
  font-size: 16px;
  font-weight: normal;
  padding-bottom: 23px;
}
.downloadsection table td {
  border-bottom: 1px solid #d2d2d2;
  border-top: 1px solid #d2d2d2;
  color: #0078d7;
  font-size: 20px;
  padding: 20px 8px;
}
.odd h3, .even h3 {
  color: #0078d7;
  font-size: 17px;
  font-weight: normal;
  margin-top: 13px;
}
.odd h5, .even h5 {
  color: #474747;
  font-size: 14px;
  font-weight: normal;
}
.thumbnails.mainimage.smallimage {
  display: none;
  padding-top: 10px;
}
.mainimage.bigimage img {
  max-width:100%;
}
h1.productname {
  font-size: 15px;
  text-align: left;
}
.productpageprice {
  font-size: 13px;
  text-align: center;
}
.productpageoldprice {
  font-size: 12px;
  margin-left: 0;
  padding: 0 7px;
  text-decoration: line-through;
}
.product_per {
  color: #fc5a0a;
  font-size: 12px;
  font-weight: bold;
}
.my_form-control{
padding-left: 20px;}
.nav.nav-tabs_detail {
  border-bottom: 1px solid #ddd;
}
.nav-tabs_detail > li{ display:inline-block;}
.nav-tabs_detail > li.active > a, .nav-tabs_detail > li.active > a:focus, .nav-tabs_detail > li.active > a:hover {
  border-bottom:2px solid #fc5a0a;
  cursor: default;
}
.tab-pane {
  padding: 0px 0;
  text-align: justify;
}
	.bxmin {
    min-height: auto;
    padding-bottom: 6px; margin-bottom: 3%;
    text-align: left;
}
.txtbl {
  font-size: 15px !important;
}
.mobi_cato ul{ margin:0px; padding:0px;}
.besti_1 a {
  border-bottom: 1px solid #bbb;
  display: block;
  padding: 7px 2px;
}
.nunu{ font-weight:normal !important}
.cvb{ font-weight:bold;}
#myCarousel .item {
  min-height: auto;
}
.burd .thumbnail img {
  height: 150px !important;
}
.step1 {
  font-size: 15px;
}
.step-11 {
  font-size: 15px;
}
.magzine .prdocutname {
  font-size: 17px;
  text-transform: uppercase;
}
.mosc{margin-top:10px;}
.mag_desc h3 {
  font-size: 21px;
}
.prev12 {
  font-size: 15px;
  padding: 6px 8px;
}
.curren_g h3 {
  background: #fff none repeat scroll 0 0;
  font-size: 18px;
  margin: 0 auto;
  width: 96%;
}.inputmag {
  font-size: 15px;
}
.product_cart img{ width:100%; height:100%}
.product_detail_name h4 {
  font-size: 15px;
  font-weight: bold;
  margin: 0 0 5px;
}
.updateesitamte {
  background: grey none repeat scroll 0 0;
  bottom: 0;
  float: none;
  left: 0;
  margin: 0;
  padding: 10px;
  position: fixed;
  width: 100%;
  z-index: 9;
}
.cart-info.totals a {
  float: none;
  margin-bottom: 10px;
  padding: 5px;
  text-align: center;
}
.nav.topcart.mycartu {
      right: 15px;
    position: relative;
    color: #000;
    left: 8px;
}

/*.small-search {
  position: fixed;
  z-index: 9; */
}
/*====================================New Design Css ==============================================================*/
.newmenu { margin:0px}
.newmenu li{     display: inline-block;
    padding: 9px 12px;
    vertical-align: middle;}
.newmenu li a { color:#fff; font-size:20px; font-weight:300}
   .sticky{  background: #413640 none repeat scroll 0 0;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 7;
}
.section_1{ background:#413640;}
.section_2{ background:#fff;}
.section_3{ background:#e5985d;}
.sec_padd{padding:30px;}
 .boder-bottem1 {
    background: #ee9d5c;
    height: 3px;
    width: 84px;
    margin: 10px 0;
}
.section_1 h2{ color:#ede8e8; font-size:33px; font-weight:400; margin:0px}
.section_1 p{ font-size:22px; font-weight:300; color:#fff; letter-spacing:1px;margin: 0 0 25px;}
.section_1 a.my{ display:inline; border-radius:20px; border:#e5985d 1px solid; font-size:18px; font-weight:300;padding:8px 27px;color:#fff}
.section_1 a.my:hover{color:#fff;}
.cosd{ margin-top:45px; text-align:left;}
.section_2 h2{ color:#413640; font-size:33px; font-weight:400; margin:0px}
.section_2 p{ font-size:22px; font-weight:300; color:#413640; letter-spacing:1px;margin: 0 0 25px;}
.section_2 a.my{ display:inline; border-radius:20px; border:#e5985d 1px solid; font-size:18px; font-weight:300;padding:8px 27px;color:#413640}
.section_2 a.my:hover{color:#413640;}
.section_3 h2{ color:#fff; font-size:33px; font-weight:400; margin:0px}
.section_3 p{ font-size:22px; font-weight:300; color:#fff; letter-spacing:1px;margin: 0 0 25px;}
.section_3 a.my{ display:inline; border-radius:20px; border:#fff 1px solid; font-size:18px; font-weight:300;padding:8px 27px;color:#fff}
.section_3 a.my:hover{color:#fff;}
.section_3 .boder-bottem1 {
    background: #413640;
    height: 3px;
    width: 84px;
    margin: 10px 0;
}
.foottop {
    padding: 18px 0px;
    background: #ebebeb;
}.foottop p {
    font-size: 16px;
    font-weight: 300;
    color: #3f3640;
    margin-top: 10px;
}.foottop p a {
    color: #3f3640;
}
.myspecilalogin .modal-content{
background: #9e6f65; /* Old browsers */
background: -moz-linear-gradient(top, #9e6f65 0%, #ad7a69 37%, #7c5253 73%, #523c48 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #9e6f65 0%,#ad7a69 37%,#7c5253 73%,#523c48 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #9e6f65 0%,#ad7a69 37%,#7c5253 73%,#523c48 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9e6f65', endColorstr='#523c48',GradientType=0 ); /* IE6-9 */
border-radius: 0px;
    padding: 30px 10px;}
.innerlogin{ background:#e2ddda; border-radius:5px; text-align: center;     padding: 10px;}
.innerlogin h3{ text-align:center;    margin: 5px; font-size:22px; text-transform:uppercase}
.mybuttonlogin{    border: none;
    background: #9f8f90;
    text-align: center;
    padding: 6px 85px;
    text-transform: uppercase;
    font-size: 19px;    margin-bottom: 6px;}
	.myregister{    background: #c4701a;
    border: none;
    border-radius: 0px 0px 5px 5px;
    font-size: 21px;
    text-transform: uppercase;
    color: #fff;
    padding: 5px 60px;}
	.modal-body_my{ text-align:center}
	.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.menuwidth{ width:100%}
.hideopen .fa-times{ color:#000;}

.newmobmenu li a{
color: #413640;
    font-size: 17px;
    font-weight: bold;    padding: 8px 22px;
    letter-spacing: 0.02em; display:block;}
	.sub-menu{display:none;background-color: #E5985D;}
	.sub-menu li a{color: #ffffff;font-size:17px;    padding-left:3rem; font-weight:normal;}
	 .sub-menu li + li {
    border-top:1px solid #ffffff;
}
	.sub-menu-toggle:before {
    content: "\f078";
    font-family: FontAwesome;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    font-size: 18px; color:#413640
   
}
.sub-menu-toggle {
    position: absolute;
    top: 17px;
    right: 0;
    z-index: 995;
    border: 0;
    padding: 15px 22px;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.storemenu{ margin-top:5px; margin-bottom:5px;}
.storemenu ul{ margin:0px; padding:0px;}
.storemenu ul li{ display:inline-block; padding:5px 20px;}
.storemenu ul li:first-child{ padding:5px 20px 5px 0px}
.storemenu  ul li a{}
.storereq a{ color:#ed8f5e;}
.goheading{    font-size: 23px;
    margin-bottom: 23px;}
	.goheading span{    display: block;
    border-bottom: 1px solid #ebebeb;
    width: 90%;
    margin: 0 auto;
    padding-top: 9px;}
.gomenu{}
.gomenu ul{ margin:0px; padding:0px;}
.gomenu ul li{ display:inline-block; padding:5px 35px; text-align:center;}
.gomenu ul li a{ font-size:19px;}
.gomenu ul li a img{ margin-bottom:5px;}
.fixbanner img, .newsmallbanner img{ width:100%}
.brandcarousalrelative .thumbnail .pricetag{ text-align:center;}
.examcal td{ border-right:1px solid #ccc; padding-left:15px;padding-bottom: 18px;}
.examcal td:last-child{ border-right:0px solid #ccc;}
.examcal th{ padding-left:15px; text-transform:uppercase;padding-bottom: 18px; font-size:15px;}
.examcal .bs{ font-weight:bold;}
.examcal a{color:#fc5a0a}
.ban .firstcate{margin-top: 66px;}

	/*=====================================Mobile CSS=========================================*/
	@media (max-width: 768px){
.cosd {
    margin-top: 35px;
    text-align: center;
}  .boder-bottem1, .section_3 .boder-bottem1 {
    margin: 10px auto;
}.mot1 {
    text-align: center;
}.section_1 h2, .section_2 h2, .section_3 h2 {
      font-size: 29px;
}.section_1 p, .section_2 p, .section_3 p {
    font-size: 14px;
}.mot {
    margin-top: 20px;
    text-align: center;
}
.mobile-panel {
    position: fixed;
    z-index: 998;
    top: 0;
    left: 0;
    right: 0;
    background: #ffffff;
    border-bottom: 1px solid #d8d8d8;
    box-shadow: 0 2px 6px rgba(136, 136, 136, 0.26);    min-height: 62px;
}.berger span {
    float: left;
    background: #000;
    width: 100%;
    height: 2px;
    margin: 3px 0px;
    position: relative;
}/*.ajaxsearch {
    background: #fff none repeat scroll 0 0;
    position: absolute;
    width: 93%;
    box-shadow: 0 0 6px;
    margin: 21px 0 0;
    padding: 5px;
}*/.search-btn-mobile{    font-size: 20px;
    text-align: left;
    margin-top: 19px;}
	.gomenu ul li {
    display: inline-block;
    
    text-align: center;
}
.mycartu li a b{ color:#000 !important; font-weight:500 !important;}
.smallcart {padding-left:15px;}
.smallcart span {
    position: absolute;
    top: 0px;
    right: 0px;
    left: 17%;
    width: 25px;
}
.ban .firstcate{margin-top: 30px;}

	}
  @media screen and (min-width: 450px) and (max-width: 756px){
  .newmobmenu > li:first-child {
    margin-top: 56px;
}
}
 @media screen and (max-width: 420px) {
  .newmobmenu > li:first-child {
    margin-top: 20px;
}
} 
  @media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
} 

