/*

base css

xs < 768
md < 992

*/

/* common, overides, extending ----------------------------------------------------------------------- */

body {
	background-color: #eee;
}

.no-borders {
	border-width: 0px !important;
}

.no-break {
	white-space: nowrap;
}

.clearboth {
	clear: both;
}

/* grid */

/* typography */
.page-title {
	margin-top: 5px;
}

/* icons */
.icon-round {
	display: inline-block;
	height: 34px;
	width: 34px;
	line-height: 34px;
	text-align: center;
	/*background-color: #000;*/
	border-radius: 34px;
}

/* tables */
.table-responsive {
	-webkit-overflow-scrolling: touch;
}

/* links */
a.product-item-link:hover {}

.lang-switch {
	width: 34px;
	height: 34px;
	text-align: center;
	line-height: 34px;
	margin-right: 7px;
}
.lang-switch a {
	color: #9d9d9d;
}
.lang-switch a:hover {
	color: #fff;
	text-decoration: none;
}

.search-link {
	color: #9d9d9d;
}
.search-link:hover {
	color: #fff;
}
.cart-link {
	color: #9d9d9d;
	position: relative;
}
.cart-link:hover {
	color: #fff;
}
.cart-link .badge {
	position: absolute;
	top: -0.4em;
	left: 2.3em;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
}
.cart-link .badge.not_empty {
	background: #ff0000;
}
.navbar .search-link {
	margin-right: 0.5em;
}
.navbar .cart-link {
	margin-right: 1.5em;
}
.navbar ul > li .search-link,
.navbar ul > li .cart-link {
	padding: 0 !important;
	margin-top: 8px;
}

.navbar-search-input {
	font-size: 16px;
}
#site-search.navbar-form {
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
}


/* buttons */
.navbar-search-btn {
	line-height: 20px;
}

.remove-from-cart {}

/* social buttons */
.at-share-tbx-element.addthis_32x32_style .at-share-btn, .at-share-tbx-element.addthis_32x32_white_style .at-share-btn {
	border-radius: 3px;
}

/* forms */
.required-mark {
	color: #a94442;
	font-size: 0.6em;
}


/* swiper js */
.swiper-container {
	width: 100%;
	height: 100%;
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.swiper-slide img {
	width: 100%;
}

#swiper-jumbotron {
	border-radius: 6px;
}
#swiper-jumbotron .swiper-pagination-bullet-active {
	background: #fff;
}
#swiper-jumbotron .swiper-button-next,
#swiper-jumbotron .swiper-button-prev {
	background: none;
	font-size: 2em;
	color: #fff;
	height: 1em;
	margin-top: -0.5em;
}

.bg-info {
	background: #f5f5f5;
}
.bg-info- {
	background: rgb(238,238,238); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(204,204,204,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	color: #000;
}
.bg-info- {
	background-color: #5F271C;
	background: #491616; /* Old browsers */
	background: -moz-linear-gradient(top,  #491616 0%, #7c3829 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #491616 0%,#7c3829 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #491616 0%,#7c3829 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	color: #fff;
}

.navbar-fixed-top .navbar-collapse {
	max-height: 500px;
}

.navbar-collapse,
.navbar button.navbar-toggle {
	border: none;
	box-shadow: none;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
	background: none;
}
.navbar-inverse .navbar-toggle:hover .icon-bar,
.navbar-inverse .navbar-toggle:focus .icon-bar {
	opacity: 0.8;
}

#nav-icon {
  width: 24px;
  height: 20px;
  position: relative;
  padding: 0 0;
  margin: 8px 12px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}
header.navbar-default #nav-icon span {
	background: #9d9d9d;
}
header.navbar-inverse #nav-icon span {
	background: #fff;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: transparent;
}
#nav-icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 50%;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
#nav-icon span:nth-child(even) {
  left: 50%;
  border-radius: 0 3px 3px 0;
}
#nav-icon span:nth-child(odd) {
  left:0px;
  border-radius: 3px 0 0 3px;
}
#nav-icon span:nth-child(1), #nav-icon span:nth-child(2) {
  top: 0px;
}
#nav-icon span:nth-child(3), #nav-icon span:nth-child(4) {
  top: 8px;
}
#nav-icon span:nth-child(5), #nav-icon span:nth-child(6) {
  top: 16px;
}
#nav-icon.open span:nth-child(1),#nav-icon.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#nav-icon.open span:nth-child(2),#nav-icon.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#nav-icon.open span:nth-child(1) {
  left: 2px;
  top: 4px;
}
#nav-icon.open span:nth-child(2) {
  left: calc(50% - 2px);
  top: 4px;
}
#nav-icon.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}
#nav-icon.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}
#nav-icon.open span:nth-child(5) {
  left: 2px;
  top: 13px;
}
#nav-icon.open span:nth-child(6) {
  left: calc(50% - 2px);
  top: 13px;
}


.product-category-menu .list-group-item {
	/*border-left-color: #5F271C;
	border-left-width: 5px !important;*/
	font-weight: bold;
	padding: 0;
}
.product-category-menu .list-group-item.sub-item {
	border-left-color: #ddd;
	border-left-width: 5px !important;
	font-weight: normal;
	border-radius: 0 !important;
}

.product-category-menu .list-group-header,
.product-category-menu .panel-heading a,
.product-category-menu .list-group-item a {
	display: block;
	padding: 10px 15px;
}

.panel-group.product-category-menu a.main-category-link {}

.panel-group.product-category-menu .list-group.sub-category-menu {
	border-top: 1px solid #ddd;
	margin-bottom: 0;
}

.product-category-menu .hover-sub-menu {
	position: absolute;
	left: 100%;
	top: -1px;
	z-index: 9001;
	visibility: hidden;
	width: 100%;
	display: block;
	border-radius: 0px;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);

	transition: 0.1s;
	-webkit-transition: 0.1s;
}
.product-category-menu .list-group-item:hover .hover-sub-menu {
	visibility: visible;
  	transition-delay: 0.1s;
  	-webkit-transition-delay: 0.1s;
}
.product-category-menu .list-group-item .hover-sub-menu .list-group-item {
	border-radius: 0px;
}

/* maps */
.google-map iframe {
	display: block;
}
footer .google-map {
	border: 1px solid #ccc;
}

/* pagination */
ul.pagination > li > a {
	font-weight: bold;
}
ul.pagination > li i.glyphicon {
	font-size: 90%;
}
ul.pagination > li i.glyphicon-chevron-left,
ul.pagination > li i.glyphicon-chevron-right {
	font-size: 85%;
}

/* form */
.form-control {
	font-size: 16px;
}

/* jpn flag on white needs border */
.flag-icon-jp {
	border: 1px solid #eee;
}

/* template ------------------------------------------------------------------------------- */

header {
	padding: 10px 0;
}
header.navbar-default {
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(237,237,237,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 );
	/*	background: rgb(245,246,246); /* Old browsers */
	/*	background: -moz-linear-gradient(top, rgba(245,246,246,1) 0%, rgba(219,220,226,1) 21%, rgba(184,186,198,1) 49%, rgba(221,223,227,1) 80%, rgba(245,246,246,1) 100%); /* FF3.6-15 */
	/*	background: -webkit-linear-gradient(top, rgba(245,246,246,1) 0%,rgba(219,220,226,1) 21%,rgba(184,186,198,1) 49%,rgba(221,223,227,1) 80%,rgba(245,246,246,1) 100%); /* Chrome10-25,Safari5.1-6 */
	/*	background: linear-gradient(to bottom, rgba(245,246,246,1) 0%,rgba(219,220,226,1) 21%,rgba(184,186,198,1) 49%,rgba(221,223,227,1) 80%,rgba(245,246,246,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	border-bottom: none;
	-webkit-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.3);
}
header.navbar-inverse {
	background-color: #5F271C;
	background: #491616; /* Old browsers */
	background: -moz-linear-gradient(top,  #491616 0%, #7c3829 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #491616 0%,#7c3829 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #491616 0%,#7c3829 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	border-bottom: none;
	-webkit-box-shadow: 0px 3px 1px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 3px 1px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 3px 1px 0px rgba(0,0,0,0.3);
}
header.navbar .navbar-toggle {
	margin-top: 0;
	margin-bottom: 0;
}
@media screen and (min-width: 992px) {
	header{
		height: 80px;
		padding: 15px;
	}
}

#site-wrap {
	background-color: #fff;
	padding: 70px 0px 40px 0px;
}

@media screen and (min-width: 992px) {
	#site-wrap { padding: 120px 0px 40px 0px; }
}

@media screen and (min-width: 992px) {
	.container {
		max-width: 100%;
	}
}

footer {
	padding: 50px 0;
}
footer > .container {
	position: relative;
}

.footer-menu {
	margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
	.footer-menu {
		position: absolute;
		right: 15px;
		top: 0;
	}
}

.contact-table > div {
	margin-top: 0.35em;
}

.contact-table > div.left {
	display: inline-block;
	width: 160px;
}
.contact-table > div.right {
	display: inline-block;
	/*width: 200px;*/
}


#logo {
	display: block;
	background-image: url("../img/salenetvn_logo2.png");
	background-size: 100%;
	width: 72px;
	height: 34px;
	overflow: hidden;
	text-indent: -9999px;
	margin: 0 15px;
}

.sub-title {
	color: #EF8322;
	line-height: 32px;
}

.menu-side:after {
	content: " ";
	position: relative;
	display: block;
	float: left;
}

@media screen and (min-width: 992px) {
	#logo {
		width: 105px;
		height: 50px;
	}
}

.content {
	margin-bottom: 30px;
}

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

	.content {
		margin-left: 240px;
		padding-left: 20px;
		padding-right: 15px;
		margin-bottom: 0;
		min-height: 500px;
		overflow: hidden;

	}
	.main-container {
		padding-right: 0px;
	}
	.menu-side {
		float: left;
		/*position: absolute;*/
		width: 240px;
	}
}

.office-hours .table>tbody>tr>th {
	padding-left: 15px;
}
.office-hours th,
.office-hours td {
	font-size: 90%;
}

/* home ------------------------------------------------------------------------------- */

#carousel-jumbotron {
	border-radius: 6px;
}
#carousel-jumbotron img {
	width: 100%;
}

.hero-msg {
	background-color: rgba(0,0,0,0.8);
	padding: 0.5em 2em 1em 2em;
	color: #fff;
	border-radius: 12px;
	margin-bottom: 1em;
}
@media screen and (max-width: 991px) {
	.hero-msg {
		background-image: url(/assets/img/hero/hero_img_kitchen2.jpg);
	    background-size: cover;
	    background-blend-mode: overlay;
	}
}
.hero-msg h1 {
	font-size: 200%;
	color: #FEED02;
}

.hero-overlay {
	position: absolute;
	top: 1em;
	left: 3em;
	background: rgba(0,0,0,0.5);
	padding: 0 2em 1em 2em;
	color: #fff;
	z-index: 8000;
	border-radius: 12px;
}
.hero-overlay h1 {
	font-size: 200%;
	color: #FEED02;
}

#logo-lg {
	display: block;
	background-image: url("../img/salenetvn_logo.png");
	background-size: 100%;
	width: 305px;
	height: 150px;
	overflow: hidden;
	text-indent: -9999px;
	margin: 0 15px;
}

/* products ------------------------------------------------------------------------------- */

.product-category-title {
	margin-bottom: 20px;
}

.product-list-item {}

.product-list-item .name {
	font-size: 90%;
	font-weight: bold;
}

img.product-thumb {
	border: 1px solid #ccc;
	width: auto;
	height: auto;
	max-width: 100%;
}

a.product-item {
	display: block;
	/*border: 1px #ddd solid;*/
	-webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.3);
	/*border-radius: 6px;*/
	overflow: hidden;
	margin-bottom: 20px;
}
a.product-item > .img-holder {
	position: relative;
}
a.product-item > .img-holder img {
	width: auto;
	height: auto;
	max-width: 100%;
}
a.product-item > .img-holder img.original-img {
	position: absolute;
	top: 0;
	left: 0;
}

a.product-item > .product-info {
	padding: 10px;
}
a.product-item > .product-info > p.name {
	font-weight: bold;
	line-height: 1.2;
	height: 3.6em;
	margin-bottom: 0;
}

.product-row {
	margin-left: -10px;
	margin-right: -10px;
}
.product-row > .product-list-item {
	padding-left: 10px;
	padding-right: 10px;
}

/* product detail */

.product-detail-wrap {}

.product-detail-wrap table,
.product-detail-wrap table td,
.product-detail-wrap table th {
	max-width: 100%;
	width: auto !important;
}

.product-detail-inner-wrap {
	margin-top: 10px;
}

.product-detail-title {
	margin-top: 0;
}

.preview-image-holder .product-img {
	max-width: 100%;
}
@media screen and (max-width: 767px) {
	.preview-image-holder {
		text-align: center;
	}
}

.product-detail-sharebox {
	float: left;
	margin-top: 15px;
}
@media screen and (min-width: 360px) {
	.product-detail-sharebox {
		float: right;
		margin-top: 1px;
	}
}

.product-action-box .btn.add-to-cart {
	min-width: 150px;
}
@media screen and (max-width: 320px) {
	.product-action-box .btn.add-to-cart {
		width: 100%;
	}
}


/* search ------------------------------------------------------------------------------- */
.main-search {}

.main-search input[type=text] {
	font-size: 16px;
	line-height: 17px;
	height: 40px;
}
.main-search button.main-search-btn > i {

}
.main-search button.main-search-btn {
	line-height: 22px;
	padding: 8px 12px;
}


/* news --------------------------------------------------------------------------------- */
.news-list .news-title {
	margin-top: 0px;
}

.news-thumb-holder {
	width: 100px;
	margin-right: 15px;
	margin-bottom: 15px;
}

.news-thumb-holder img {
	width: 100%;
}