/*---------- body s ----------*/

html {}

body {
	background-color: #eae9e6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	padding: 0;
	margin: 0;
}

a {
	-webkit-transition: background-color .3s ease-in-out, color .3s ease-in-out, border-color .3s ease-in-out, padding .3s ease-in-out;
	-moz-transition: background-color .3s ease-in-out, color .3s ease-in-out, border-color .3s ease-in-out, padding .3s ease-in-out;
	-ms-transition: background-color .3s ease-in-out, color .3s ease-in-out, border-color .3s ease-in-out, padding .3s ease-in-out;
	-o-transition: background-color .3s ease-in-out, color .3s ease-in-out, border-color .3s ease-in-out, padding .3s ease-in-out;
	transition: background-color .3s ease-in-out, color .3s ease-in-out, border-color .3s ease-in-out, padding .3s ease-in-out;
}

img {
	width: 100%;
	height: auto;
}

a {
	color: #333;
	text-decoration: none !important;
}

a:hover {
	color: #02aee1;
}

input {
	border-color: #ebebeb;
	background-color: #fff;
}

input {
	-webkit-transition: border-color .2s ease-in-out;
	-moz-transition: border-color .2s ease-in-out;
	-ms-transition: border-color .2s ease-in-out;
	-o-transition: border-color .2s ease-in-out;
	transition: border-color .2s ease-in-out;
}

.form-control {
	min-width: 220px;
	box-shadow: none;
	border: 1px solid #ddd;
}

.form-control:focus,
.form-control:hover {
	border-color: #02aee1;
	outline: 0;
	/*-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);*/
	box-shadow: none;
}

.btn-default {
	color: #272220;
	border-color: #ddd;
	background-color: #fff;
}

.btn-default:active:focus,
.btn-default:active:hover,
.btn-default:focus,
.btn-default:hover {
	color: #fff;
	border-color: #02aee1;
	background-color: #02aee1;
	outline: none;
	box-shadow: none;
}

.fa {
	padding-right: 5px;
}


/* Image style */

#scrollUp {
	background-image: url("../img/top.png");
	bottom: 20px;
	right: 20px;
	width: 38px;
	/* Width of image */
	height: 38px;
	/* Height of image */
}


/*---------- body e ----------*/


/*wrapper s*/

.wrapper {
	background-color: #fff;
	box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
}


/*wrapper e*/


/*---------- header s ----------*/

header {
	padding: 10px 0 0 0;
	/*margin-bottom: 20px;*/
}

header .logo img {
	width: auto;
	height: 113px;
}

header .tips {
	font-size: 12px;
}

header .tips a {
	font-weight: bold;
}

header .form-inline {
	margin-top: 20px;
}

header .btn-search {
	color: #fff;
	border: 1px solid #ff0000;
	background-color: #ff0000;
}

header .btn-search:focus,
header .btn-search:hover {
	color: #fff;
	border: 1px solid #f10000;
	background-color: #f10000;
}

header .btn-discount,
header .btn-new {
	/*padding-left: 30px;
	padding-right: 30px;*/
}

header .btn-discount {
	color: #fff;
	border: 1px solid #02aee1;
	background-color: #02aee1;
}

header .btn-new {
	color: #000;
	font-weight: bold;
	margin-left: 20px;
	border: 1px solid #e6eef2;
	background-color: #e6eef2;
}

header .keyword {
	margin-top: 5px;
}


/*---------- header e ----------*/


/*---------- nav s ----------*/

.navbar {
	position: relative;
	min-height: 36px;
	margin-bottom: 20px;
	border-radius: 0;
	border: 1px solid transparent;
	border-top: 5px solid #0aacf3;
	background-color: #0766de;
}

.navbar-default .navbar-nav>li {
	border-right: 1px solid #1ca1fe;
}

.navbar-default .navbar-nav>li:first-child {
	border-left: 1px solid #1ca1fe;
}

.navbar-default .navbar-nav>li:last-child {
	/*border-right: none;*/
}

.navbar-default .navbar-nav>li:last-child .dropdown-menu>li {
	width: 100%;
}

.navbar-default .navbar-nav>li>a {
	color: #fff;
	padding: 8px;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
	color: #fff;
	background-color: transparent;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
	color: #fff;
	background-color: #0766de;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
	color: #fff;
	background-color: #0766de;
}

.dropdown-menu {
	float: left;
	min-width: 220px;
	background-color: #0766de;
}

.dropdown-menu>li {
	float: left;
	width: 50%;
	border-top: 1px solid #0099ff;
	border-bottom: 1px solid #0000ff;
}

.navbar-default .navbar-nav>li:nth-of-type(3) .dropdown-menu>li:last-child,
.navbar-default .navbar-nav>li:nth-of-type(4) .dropdown-menu>li:last-child,
.navbar-default .navbar-nav>li:nth-of-type(8) .dropdown-menu>li:last-child {
	width: 100%;
}

.dropdown-menu>li:last-child {
	/*border-bottom: none;*/
}

.dropdown-menu>li>a {
	color: #fff !important;
	padding: 10px 20px;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #0066ff;
}


/*---------- nav e ----------*/


/*---------- slider s ----------*/


/*.unslider {
    position: relative;
    width: 100%;
    overflow: auto;
    padding: 0;
    margin: 0;
    margin-bottom: 15px;
}

.unslider img {
    width: 100%;
    height: auto;
}*/

.unslider-nav {
	margin-top: 10px;
}

.unslider-nav ol li {
	display: inline-block;
	width: 15px;
	height: 15px;
	margin: 0 4px;
	background: transparent;
	border-radius: 100%;
	overflow: hidden;
	text-indent: -999em;
	border: 2px solid #007dc3;
	cursor: pointer;
}

.unslider-nav ol li.unslider-active {
	background: #007dc3;
	cursor: default;
}


/*---------- slider e ----------*/


/*breadcrumb s*/

.breadcrumb {
	margin-bottom: 30px;
}

.breadcrumb .active a {
	color: #1ba2e1;
	font-weight: bold;
}


/*breadcrumb e*/


/*---------- section s ----------*/


/*product-box s*/

.product-box {
	/*margin-bottom: 20px;*/
}

.product-box img {
	width: 100%;
	height: auto;
}

.product-box p {
	/*margin: 0;*/
}

.product-box .item-title {
	display: block;
	text-align: left;
	margin-bottom: 15px;
}

.product-box .price {
	text-align: center;
	color: #ff0000;
	line-height: 1.6;
}

.product-box .price del {
	display: block;
	color: #999;
	font-size: 12px;
}


/*product-box e*/


/*aside-box s*/

.aside-box {
	margin-bottom: 20px;
}

.aside-box .title {
	color: #737070;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 37px;
	height: 37px;
	border: 1px solid #ddd;
	border-bottom: none;
	background: rgb(241, 241, 243);
}

.aside-box .row {
	margin-left: 0;
	margin-right: 0;
}


/*ul s*/

.aside-box ul {
	padding: 10px;
	border: 1px solid #ddd;
}

.aside-box ul>li {
	list-style: none;
	line-height: 30px;
	border-bottom: 1px dashed #ddd;
}

.aside-box ul>li:last-child {
	border-bottom: none;
}


/*ul e*/


/*product-box s*/

.aside-box .title-custom {
	border-bottom: 1px solid #ddd;
}

.aside-box .product-box {
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px dashed #ddd;
}

.aside-box .product-box:last-child {
	border-bottom: 1px solid #ddd;
}

.aside-box .product-box .pic-box {
	padding-top: 15px;
	padding-bottom: 10px;
}

.aside-box .product-box .item-title {
	height: 60px;
	overflow: hidden;
	padding: 0 15px;
	margin-bottom: 5px;
}


/*product-box e*/


/*aside-box e*/


/*---------- section e ----------*/


/*---------- footer s ----------*/

footer .top-info {
	margin-bottom: 30px;
}

footer .main-title {
	color: #737070;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 37px;
	height: 37px;
	margin-bottom: 15px;
	border: 1px solid #ddd;
	background: rgb(241, 241, 243);
}

footer .info-content .paragraph-title {
	font-size: 14px;
	text-align: center;
	margin-bottom: 10px;
}

footer .tags-box {
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 10px;
	border-top: 1px solid #ddd;
	border-bottom: 3px solid #ddd;
	background-color: #f3f3f3;
}

footer .tags-box .title {
	color: #000;
	font-weight: bold;
}

footer .tags-box a {
	display: inline-block;
	margin: 3px 10px;
}

footer .follow-icon {
	padding-top: 15px;
	padding-bottom: 15px;
}

footer .follow-icon {
	text-align: center;
}

footer .follow-icon a {
	display: inline-block;
	margin: 0 10px;
}

footer .follow-icon img {
	width: auto;
	height: 47px;
}

footer .footer-menu {
	text-align: center;
}

footer .footer-menu a {
	display: inline-block;
	font-weight: bold;
	margin: 2px 6px;
}

footer .copyright {
	text-align: center;
	margin-bottom: 30px;
}


/*---------- footer e ----------*/