/*---------- body s ----------*/

html {}

body {
	padding: 0;
}

img,
a {
	transition: all .3s ease;
}

ul {
	padding-left: 0;
}

ul>li {
	list-style: none;
}

img {
	width: 100%;
	height: auto;
}

.no-bg {
	background-image: none !important;
}

.col-5 {
	position: relative;
	width: 20%;
	float: left;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}

.form-control {
	border-radius: 0;
	border-color: #f56a6a;
	box-shadow: none;
	outline: none;
}

.form-control:focus,
.form-control:hover {
	border-color: #f37e7e;
	outline: 0;
	box-shadow: none;
}

.btn {
	color: #fff;
}

.btn-default {
	border-radius: 0;
}

.btn.active,
.btn:active {
	box-shadow: none;
	outline: none;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
	box-shadow: none;
	outline: none;
}

.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open>.dropdown-toggle.btn-default.focus,
.open>.dropdown-toggle.btn-default:focus,
.open>.dropdown-toggle.btn-default:hover {
	color: #333;
	background-color: #d4d4d4;
	border-color: #8c8c8c;
	box-shadow: none;
	outline: none;
}

.btn-search,
.btn-add-minus {
	border: 1px solid #f56a6a;
	background-color: #f56a6a;
}

.btn-confirm,
.btn-login,
.btn-register,
.btn-buy,
.btn-submit,
.btn-more,
.btn-add-to-cart {
	font-size: 18px;
	padding: 12px 50px;
	border-radius: 0;
	border: none;
	background-color: #ec0d0d;
}

.btn-login,
.btn-register,
.btn-buy,
.btn-submit,
.btn-more,
.btn-add-to-cart {
	font-size: 14px;
	padding: 10px 25px;
}

.btn-search:focus,
.btn-search:hover,
.btn-search:active,
.btn-search:active:focus,
.btn-search:active:hover,
.btn-add-minus:focus,
.btn-add-minus:hover,
.btn-add-minus:active,
.btn-add-minus:active:focus,
.btn-add-minus:active:hover {
	color: #fff;
	border-color: #f37e7e;
	background-color: #f37e7e;
}

.btn-confirm:focus,
.btn-confirm:hover,
.btn-confirm:active,
.btn-confirm:active:focus,
.btn-confirm:active:hover,
.btn-login:focus,
.btn-login:hover,
.btn-login:active,
.btn-login:active:focus,
.btn-login:active:hover,
.btn-register:focus,
.btn-register:hover,
.btn-register:active,
.btn-register:active:focus,
.btn-register:active:hover,
.btn-buy:focus,
.btn-buy:hover,
.btn-buy:active,
.btn-buy:active:focus,
.btn-buy:active:hover,
.btn-submit:focus,
.btn-submit:hover,
.btn-submit:active,
.btn-submit:active:focus,
.btn-submit:active:hover .btn-more:focus,
.btn-more:hover,
.btn-more:active,
.btn-more:active:focus,
.btn-more:active:hover,
.btn-add-to-cart:focus,
.btn-add-to-cart:hover,
.btn-add-to-cart:active,
.btn-add-to-cart:active:focus,
.btn-add-to-cart:active:hover {
	color: #fff;
	background-color: #f00;
	box-shadow: none;
	outline: none;
}

.btn-add-minus {
	display: inline-block;
	float: left;
	transition: none;
}

.btn-add-minus:focus,
.btn-add-minus:hover,
.btn-add-minus:active,
.btn-add-minus:active:focus,
.btn-add-minus:active:hover {
	box-shadow: none;
	outline: none;
}

.btn-add-to-cart:before {
	content: "\f07a";
	font-family: FontAwesome;
	padding-right: 5px;
}

.more-link {
	/*更多按钮*/
	display: inline-block;
	float: right;
	color: #777;
	font-size: 14px;
	font-weight: lighter;
	line-height: 1;
	text-decoration: none;
	padding: 5px 12px;
	margin-top: 10px;
	border-radius: 15px;
	border: 1px solid #777;
}

.more-link:after {
	content: "\f101";
	font-family: FontAwesome;
	padding-left: 5px;
}

.more-link:hover {
	color: #ff8d00;
	text-decoration: none;
	border: 1px solid #ff8d00;
}

.block-box {
	/*元素区块通配样式*/
	width: 100%;
	float: left;
}

.inline-block {
	display: inline-block !important;
}

.fa-facebook,
.fa-facebook-f,
.fa-facebook-official,
.fa-facebook-square {
	color: #3a5898;
}

.fa-twitter,
.fa-twitter-official,
.fa-twitter-square {
	color: #50aaee;
}

.fa-google-plus,
.fa-google-plus-circle,
.fa-google-plus-official,
.fa-google-plus-square {
	color: #d93e2d;
}

.fa-youtube,
.fa-youtube-official,
.fa-youtube-play,
.fa-youtube-square {
	color: #e62117;
}

.fa-pinterest,
.fa-pinterest-p,
.fa-pinterest-official,
.fa-pinterest-square {
	color: #d42127;
}

.fa-instagram {
	color: #d10869;
}

.L-5 {
	padding-left: 5px !important;
}

.R-5 {
	padding-right: 5px !important;
}

.L-10 {
	padding-left: 10px !important;
}

.R-10 {
	padding-right: 10px !important;
}

.padding-t-0 {
	padding-top: 0 !important;
}

.padding-b-0 {
	padding-bottom: 0 !important;
}

.margin-b-0 {
	margin-bottom: 0px !important;
}

.margin-b-10 {
	margin-bottom: 10px !important;
}

.margin-b-15 {
	margin-bottom: 15px !important;
}

.margin-b-20 {
	margin-bottom: 5px !important;
}

.margin-b-25 {
	margin-bottom: 25px !important;
}

.margin-b-30 {
	margin-bottom: 10px !important;
}

.margin-b-50 {
	margin-bottom: 50px !important;
}


/* Image style */

#scrollUp {
	background-image: url("../img/top.png");
	bottom: 20px;
	right: 20px;
	width: 38px;
	height: 38px;
}


/*---------- body e ----------*/


/*---------- header-banner s ----------*/

.header-banner {
	text-align: center;
	padding: 10px 0;
	padding-bottom: 0;
	/*border-bottom: 1px solid #fff;*/
}

.header-banner .container-02 {
	padding: 10px 0;
	background-color: #fdec54;
}

.header-banner .pic-box {
	text-align: center;
}

.header-banner .pic-box img {
	width: auto;
	height: 100%;
}

.header-banner .notice {
	display: inline-block;
	color: #f56a6a;
	color: #333;
	font-size: 22px;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 0;
}

.header-banner .countdown-box {
	display: inline-block;
	color: #f56a6a;
	color: #333;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 0;
}


/*---------- header-banner e ----------*/


/*---------- header-bar s ----------*/

.header-bar {
	padding: 5px 0;
	background-color: #f2f2f28f;
}

.header-bar ul {
	margin-bottom: 0
}

.header-bar ul>li {
	float: left;
	margin-right: 25px;
}

.header-bar ul>li>a {
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
}

.header-bar ul>li:last-child {
	/*margin-right: 0;*/
}

.header-bar ul.right>li {
	float: right;
}

.header-bar .fa {
	font-size: 22px;
	color: #f37e7e;
}

.header-bar .notice,
.header-bar .notice>a,
.header-bar ul>li>a {
	color: #000;
}


/*---------- header-bar e ----------*/


/*---------- header s ----------*/

header {
	padding: 25px 0;
}

header .logo {
	font-size: 22px;
	font-weight: bold;
	font-style: italic;
	line-height: 38px;
	text-decoration: none;
}

header .logo img,
header .center img {
	width: auto;
	height: 100%;
}

header .header-pic {
	width: auto;
	height: 100%;
	margin-left: 25px;
}

header .center select>option {
	background-color: #f5f5f5;
}

header .center .shopping-cart {
	position: relative;
	display: inline-block;
	margin-top: 25px;
	width: 60px;
	height: 60px;
	text-align: center;
	border: 1px solid #f56a6a;
	border-radius: 100%;
}

header .center .shopping-cart .fa {
	color: #f56a6a;
	font-size: 45px;
	padding-top: 5px;
}

header .center .shopping-cart .cart-list {
	position: absolute;
	top: -20px;
	right: -15px;
	width: 45px;
	height: 45px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	line-height: 45px;
	border-radius: 100%;
	background-color: #f56a6a;
}

header .right .form-inline {
	margin-top: 30px;
}

header .right .form-inline .form-control {
	width: calc(100% - 84px);
	height: 50px;
	float: left;
	font-size: 16px;
	border-width: 2px;
	margin-right: 5px;
}

header .right .form-inline .btn-search {
	float: left;
	height: 50px;
	font-size: 22px;
	font-weight: lighter;
	padding: 0 25px;
}

header .right .keyword>a {
	display: inline-block;
	text-decoration: none;
	margin: 5px;
}

header .right ul>li>a:hover {
	color: #f26829;
}

header .right ul>li>a,
header .right .keyword>a {
	color: #222;
}

header .right .header-tips {
	color: #3341f7;
	padding: 5px;
	font-weight: bold;
	margin-bottom: -25px;
	border: 1px solid #382c2b;
	background-color: #ffffff;
}


/*---------- header e ----------*/


/*---------- nav s ----------*/

.navbar-wrapper {
	margin-top: 0;
	z-index: 9999;
}

.navbar-default {
	margin-bottom: 30px;
	margin-bottom: 2px;
	border-radius: 0 10px 8px 8px;
	border: none;
	background-color: transparent;
	box-shadow: 4px 1px 0 #f37e7e;
}

.navbar-default .left-adorn {
	position: absolute;
	left: -5px;
	bottom: -20px;
	z-index: 99;
}

.navbar-default .right-adorn {
	position: absolute;
	top: -10px;
	right: -15px;
	z-index: 99;
}

.navbar-default .left-radius {
	position: absolute;
	top: 0;
	left: 0;
}

.navbar-default .right-radius {
	position: absolute;
	top: 0;
	right: 0;
}

.navbar-default img {
	width: auto;
	height: 100%;
}

.navbar-default .navbar-nav>li>a {
	color: #000;
	height: 46px;
	font-size: 16px;
	font-weight: 500;
	padding: 12px 35px 18px 35px;
}

.navbar-default .navbar-nav>li>a:before {
	content: "";
	background: url(../img/icon/icon-navbar-01.png) 0 0 no-repeat;
	padding-right: 22px;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
	color: #fff;
	background-color: #f37e7e;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
	color: #fff;
	background-color: #f37e7e;
}

.navbar-collapse {
	padding-top: 10px;
	padding-left: 120px;
	padding-right: 120px;
	background: url(../img/navbar/navbar-bg.png) 15px 0 repeat-x;
}

.dropdown>a:after {
	content: "\f107";
	font: normal normal normal 14px/1 FontAwesome;
	padding-left: 5px;
}

.dropdown-menu {
	background-color: #f37e7e;
	box-shadow: none;
}

.dropdown-menu>li>a {
	display: block;
	font-weight: 400;
	line-height: 1.42857143;
	white-space: nowrap;
	padding: 8px 20px;
}

.dropdown-menu>li>a:hover {
	display: block;
	padding: 8px 20px;
	clear: both;
	font-weight: 400;
	line-height: 1.42857143;
	white-space: nowrap;
}

.dropdown-menu>li>a,
.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
	color: #fff;
	text-decoration: none;
	background-color: rgba(255, 255, 255, .3);
}

.dropdown-menu>li>a:before {
	content: "\f105";
	font-family: FontAwesome;
	padding-right: 5px;
}


/*---------- nav e ----------*/


/*---------- section s ----------*/

section {
	margin-bottom: 20px;
}

section.full-width {
	padding: 25px 0;
	background-color: #fcfcfc;
}

section .section-title {
	color: #222;
	border-bottom: 1px solid #ddd;
}

section .default-content {
	width: 100%;
	float: left;
}

section .blog-content {
	margin-bottom: 30px;
}

section .title-box {
	position: relative;
}


/*title-box s*/

.title-box img {
	width: auto;
	height: 100%;
}

.title-box .left-adorn {
	position: absolute;
	bottom: -18px;
	left: -5px;
	z-index: 999;
}

.title-box .right-adorn {
	position: absolute;
	top: -12px;
	right: -10px;
	z-index: 999;
}

.title-box .left-radius {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
}

.title-box .right-radius {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 99;
}

.section-title {
	position: relative;
	height: 56px;
	font-size: 20px;
	font-weight: bold;
	line-height: 60px;
	padding: 0 35px;
	margin-bottom: 0;
	border-radius: 15px 15px 0 0;
	border-bottom: none !important;
	background-color: #feced3;
	background: url(../img/title/title-bar-bg.png) 0 0 repeat-x;
}

.normal-title .section-title {
	padding: 0;
	border-bottom: none !important;
	background: none;
}

.border-title {
	box-shadow: none !important;
}

.section-title-aside {
	color: #f56a6a !important;
	font-size: 18px;
	height: 45px;
	padding: 0 15px;
}

.border-title .section-title {
	width: 100%;
	float: left;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding: 0 20px;
	border-width: 1px;
	border-style: solid;
	border: 1px solid #f56a6a !important;
	border-top: none !important;
	border-radius: 8px 8px 0 0;
	background: url(../img/title/border-semi-circle.png) 0 0 repeat-x;
}

.section-title .more-link {
	margin-top: 20px;
	color: #999;
	border-radius: 4px;
	border: 1px solid #feced3;
	background-color: #fff;
}

.border-title .more-link {
	margin-top: 18px;
}

.line-title .section-title {
	height: inherit;
	line-height: 2;
	padding: 0;
	border-bottom: 1px solid #ea5151 !important;
	background: none;
}

.line-title .section-title>span {
	position: relative;
}

.line-title .section-title>span:after {
	position: absolute;
	left: 0;
	bottom: -11px;
	content: "";
	width: 100%;
	height: 3px;
	background-color: #ea5151;
}

.msg-title {
	display: inline-block;
	padding: 10px 30px;
	border: 1px solid #dadada;
}

.msg-title .section-title {
	height: inherit;
	font-size: 24px;
	line-height: inherit;
	padding: 0;
	background: none;
}

.msg-title .section-title:after {
	position: absolute;
	left: 50%;
	top: 45px;
	transform: translate(-50%);
	content: "";
	height: 0px;
	width: 0px;
	border-top: 20px solid #dadada;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
}

.msg-title .section-title>span:after {
	position: absolute;
	left: 50%;
	top: 43px;
	transform: translate(-50%);
	content: "";
	border-top: 20px solid #fff;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	z-index: 999;
}


/*title-box e*/


/*section-sub-title s*/

section .section-sub-title {
	position: relative;
	width: 100%;
	float: left;
	color: #222;
	font-size: 24px;
	font-weight: bold;
	line-height: 2;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
	overflow: hidden;
}

section .section-sub-title:before {
	margin-left: -100%;
	right: 15px;
}

section .section-sub-title:after {
	margin-right: -100%;
	left: 15px;
}

section .section-sub-title:before,
section .section-sub-title:after {
	position: relative;
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	height: 1px;
	background-color: #999;
}

section .section-sub-title-noline:before,
section .section-sub-title-noline:after {
	display: none;
}

section .section-sub-title .more-link {
	display: inline-block;
	float: right;
	font-size: 14px;
	font-weight: lighter;
	line-height: 1;
	text-decoration: none;
	padding: 5px 12px;
	margin-top: 12px;
	border-radius: 15px;
}


/*section-sub-title e*/


/*default-content s*/

.default-content .title-box {
	box-shadow: 4px 1px 0 #f37e7e;
}

.default-content .normal-title {
	box-shadow: none;
}

.default-content .normal-title .section-title {
	color: #ec6a6a;
}

.default-content .border-title .section-title {
	border-color: #f56a6a;
}


/*default-content e*/


/*section-page-info s*/

.section-page-info {
	padding: 15px 25px;
	border: 4px solid #f37e7e;
}

.section-page-info .title {
	color: #f37e7e;
	font-size: 20px;
	font-weight: bold;
}

.section-page-info p {
	font-size: 14px;
	line-height: 2;
}


/*section-page-info e*/


/*policy-box s*/

.policy-box {
	padding: 10px;
	border-radius: 5px;
	border: 1px solid #1f1e1e;
}

.policy-box b {
	display: block;
	line-height: 2;
	width: 100%;
	border-bottom: 1px solid #ddd;
	margin-bottom: 15px;
}

.policy-box .table-responsive {
	margin-top: 20px;
}

.policy-box .table-responsive .table>thead>tr>th {
	color: #fff;
	background-color: #333;
}

.policy-box .table-responsive .table>tbody>tr>td {
	background-color: #fff;
}

.policy-box .title {
	width: 100%;
	float: left;
	font-size: 18px;
	font-weight: bold;
	line-height: 36px;
	padding-left: 10px;
	margin-bottom: 15px;
	border-left: 5px solid #ec6a6a;
	/*border-bottom: 1px solid #f9f9f9;*/
}

.policy-box .block-box .sub-title {
	font-size: 16px;
}

.policy-box .block-box .sub-title .fa {
	color: #f56a6a;
	font-size: 22px;
	margin-right: 10px;
}

.policy-box .block-box .summary {
	line-height: 2;
}

.policy-box .block-box img,
.policy-box .table img {
	width: auto;
	height: 100%;
}

.policy-box .table>tbody>tr>th,
.policy-box .table>tbody>tr>td {
	border: 1px solid #999;
	background-color: transparent;
}


/*policy-box e*/


/*breadcrumb s*/

.breadcrumb {
	width: 100%;
	float: left;
	list-style: none;
	padding: 8px 0;
	margin-bottom: 10px;
	margin-top: 10px;
	border-radius: 0px;
	background-color: transparent;
}

.breadcrumb>li>a {
	color: #f56a6a;
}

.breadcrumb>li.active {
	color: #8d8d8d;
	font-weight: bold;
}

.right .breadcrumb {
	display: none;
}


/*breadcrumb e*/


/*option-box s*/

.option-box {
	width: 100%;
	float: left;
	margin-bottom: 20px;
}

.grid-choice {
	position: absolute;
	top: 15px;
	right: 0;
}

.grid-choice .form-control {
	display: inline-block;
	width: calc(50% - 10px);
	min-width: 100px;
	float: left;
	margin-right: 10px;
	border: 1px solid #999;
}


/*option-box e*/

.product-grid,
.product-list {
	width: 100%;
	float: left;
}


/*product-box s*/

.product-box {
	position: relative;
	width: 100%;
	float: left;
	padding: 1px;
	margin-bottom: 5px;
}

.product-box:hover {
	border: 1px solid #f37e7e;
}

.product-box .corner {
	position: absolute;
	top: -5px;
	left: 10px;
	width: 34px;
	z-index: 999;
}

.product-box .corner span {
	position: absolute;
	top: 12px;
	left: 50%;
	transform: translate(-50%);
	color: #fff;
	font-size: 16px;
	z-index: 99;
}

.product-box .corner:after {
	position: absolute;
	top: -6px;
	left: 0;
	content: "\f02e";
	color: #2f8eef;
	font-family: FontAwesome;
	font-size: 48px;
}

.product-box .pic-box {
	display: block;
	margin-bottom: 10px;
	overflow: hidden;
}

.product-box:hover .pic-box img {
	transform: scale(1.2, 1.2);
}

.product-box .title,
.product-box .title-box .title {
	display: block;
	color: #f37e7e;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-decoration: none;
	margin-bottom: 10px;
	overflow: hidden;
}

.product-box .title-2-line {
	display: -webkit-box;
	height: 40px;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	white-space: inherit;
}

.product-box .title,
.product-box .title-box .title {
	/*font-weight: bold;*/
}

.product-box .summary {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	height: 46px;
	margin-bottom: 10px;
	overflow: hidden;
}

.product-box .price,
.product-box .price-box .price {
	/*width: 100%;
    float: left;
    height: 40px;
    color: #ff8d00;
    font-size: 16px;
    font-weight: bold;*/
}

.product-box .price span,
.product-box .price del,
.product-box .price-box .price span,
.product-box .price-box .price del {
	/*display: block;
    color: #777;
    font-size: 12px;
    font-weight: lighter;
    text-decoration: line-through;*/
}

.product-box .price,
.product-box .price span,
.product-box .price-box .price {
	width: 100%;
	float: left;
	font-size: 16px;
	font-weight: bold;
}

.abcd .product-box .price {
	width: 100%;
	float: left;
	font-size: 19px;
	font-weight: bold;
}

.product-box .price del,
.product-box .price-box .price del {
	display: block;
	font-size: 12px;
	font-weight: lighter;
	text-decoration: line-through;
}

.product-box .star {
	position: relative;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	overflow: hidden;
}

.product-box .star:before {
	margin-left: -100%;
	right: 10px;
}

.product-box .star:after {
	margin-right: -100%;
	left: 10px;
}

.product-box .star:before,
.product-box .star:after {
	position: relative;
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	height: 1px;
	background-color: #ebebeb;
}

.product-box .star .fa {
	padding-right: 2px;
}

.product-box .btn-click {
	display: block;
	color: #fff;
	padding: 8px 0;
	margin-top: 10px;
	border: none;
	border-radius: 10px;
	background: linear-gradient(#e9c1b2, #f7c5b3 5%, #f3ae9c 6%, #ef937f 10%, #ed8579 15%, #e65262 50%, #dd1242 98%, #db5e71 100%);
	box-shadow: 2px 1px 5px rgba(0, 0, 0, .4);
}


/*product-box e*/


/*product-box-center s*/

.product-box-center {
	text-align: center;
}

.product-box-center .price del {
	margin-right: 10px;
}

.product-box-center .btn-add-to-cart {
	margin-bottom: 10px;
}


/*product-box-center e*/


/*product-box-l-r s*/

.product-box-l-r .pic-box {
	width: 40%;
	float: left;
	margin-bottom: 0;
}

.product-box-l-r .info {
	width: 60%;
	float: left;
	padding-left: 15px;
}


/*product-box-l-r e*/


/*product-grid s*/

.product-grid .col-md-3 .product-box .title-box .status,
.product-grid .col-md-3 .product-box .title-box .summary {
	display: none;
}

.product-grid .col-md-12 .product-box .pic-box {
	display: block;
	width: 25%;
	min-height: 1px;
	float: left;
	box-shadow: none;
	margin-bottom: 0;
}

.product-grid .col-md-12 .title-box {
	position: relative;
	float: left;
	width: 55%;
	min-height: 1px;
	padding: 5px 30px;
}

.product-grid .col-md-12 .title-box .title {
	display: block;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.6;
}

.product-grid .col-md-12 .title-box .status {
	color: #999;
}

.product-grid .col-md-12 .title-box .status span {
	font-weight: bold;
	padding-left: 10px;
}

.product-grid .product-box:hover .summary {
	display: -webkit-box;
	color: #999;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
}

.product-grid .col-md-12 .price-box {
	width: 20%;
	float: left;
	text-align: center;
	padding-top: 20px;
}

.product-grid .col-md-12 .price-box .price {
	font-size: 22px;
	margin-bottom: 30px;
}

.product-grid .col-md-12 .price-box .price del {
	font-size: 14px;
}


/*product-grid e*/


/*video-list s*/

video {
	width: 100%;
	height: auto;
	max-height: 302px;
	background-color: #f5c8c8;
}

.product-detail-content video {
	width: auto;
	max-width: 750px;
	max-height: 640px;
	background-color: transparent;
}


/*video-list e*/


/*more-btn s*/

.more-btn {
	text-align: center;
}

.btn-more:after {
	content: "\f105";
	font-family: FontAwesome;
	padding-left: 5px;
}


/*more-btn e*/


/*page-nav s*/

.page-nav {
	width: 100%;
	float: left;
}

.pagination>li>a,
.pagination>li>span {
	color: #fd7f7f;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #fd7f7f;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover,
.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
	color: #fff;
	background-color: #fd7f7f;
	border-color: #fd7f7f;
	z-index: 2;
}


/*page-nav e*/


/*owl-carousel s*/

.owl-carousel {
	width: 100%;
	float: left;
}

.owl-carousel .owl-dots .owl-dot {
	outline: none;
}

.owl-carousel .owl-dots.disabled {
	display: block;
}

.owl-carousel .product-box {
	position: relative;
	margin-bottom: 0;
}

.owl-theme .owl-nav [class*=owl-] {
	color: #fff;
	background: #f37e7e;
}

.owl-theme .owl-nav [class*=owl-]:hover {
	color: #fff;
	text-decoration: none;
	background: #ec6a6a;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
	color: inherit;
	padding: 2px 12px !important;
	border: 1px solid #ddd;
	background-color: #fff;
}

.owl-theme .owl-nav [class*=owl-]:focus,
.owl-theme .owl-nav [class*=owl-]:hover {
	color: #fff;
	border: 1px solid #f37e7e;
	background: #f37e7e;
	transition: all .3s ease;
	outline: none;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #f37e7e;
	background: rgb(243, 126, 126);
}


/*owl-carousel e*/


/*aside-box s*/

.aside-box {
	width: 100%;
	float: left;
}

.aside-box-wide {
	padding: 10px;
	padding-top: 20px;
	border: none !important;
	border-radius: 8px 8px 0 0;
	background-color: #feced3;
	background: url(../img/title/semi-circle.png) 0 0 repeat-x;
	overflow: hidden;
}

.aside-box:last-child {
	margin-bottom: 0;
}

section.full-width .aside-box {
	background-color: #fff;
}

.aside-title {
	border-bottom: 1px solid #ddd;
	background: linear-gradient(#f9f9f9, #efefef);
}

section.full-width .aside-title {
	background: linear-gradient(#fff, #f9f9f9);
	background-color: #fff;
}


/*.aside-title {
    width: 100%;
    float: left;
    font-size: 16px;
    font-weight: bold;
    line-height: 40px;
    padding: 0 10px;
}*/

.aside-box .content {
	width: 100%;
	float: left;
	border: 1px solid #feced3;
}

.aside-box ul {
	width: 100%;
	float: left;
	padding: 15px;
	padding-top: 0;
	margin-bottom: 0;
}

.aside-box ul>li {
	position: relative;
	width: 100%;
	float: left;
	padding: 8px 0;
	border-bottom: 1px dashed #ddd;
}

.aside-box ul>li:last-child {
	border-bottom: none;
}

.aside-box ul>li a {
	display: inline-block;
	width: 100%;
	color: #222;
	text-decoration: none;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.aside-box ul>li a:hover {
	color: #f26829;
}

.aside-box ul>li .pic-box {
	width: 30%;
	float: left;
	padding: 0;
}

.aside-box ul>li .info {
	width: 70%;
	float: left;
	padding-left: 15px;
}

.aside-box .catalog-pic {
	position: relative;
	overflow: hidden;
}

.aside-box .catalog-pic .title {
	position: absolute;
	top: 35%;
	right: 5%;
	left: 5%;
	color: #333;
	text-align: center;
	background-color: rgba(255, 255, 255, .8);
	z-index: 999;
}

.aside-box .catalog-pic .title>span {
	display: block;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.6;
	/*padding: 6px;*/
}

.aside-box .catalog-pic:hover img {
	transform: scale(1.2, 1.2);
}

.aside-box .product-box {
	border: transparent;
}

.aside-box .product-box:hover {
	border: transparent;
}


/*.aside-box .product-box .title {
    display: -webkit-box;
    height: 42px;
    white-space: inherit;
    text-overflow: inherit;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 5px;
}*/

.aside-box .product-box+.product-box {
	border-top: 1px dashed #ddd;
}

.aside-box .product-box .info .title {
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-bottom: 1px;
	margin-top: 5px;
	font-size: 16px;
	overflow: hidden;
	color: #e8666b;
	font-weight: bold;
	padding-left: 10px;
}

.aside-box .product-box .info .price-box {
	padding: 0;
	margin-bottom: 0;
	padding-left: 10px;
}

.aside-box-wide ul {
	position: relative;
	padding-top: 140px;
	margin-bottom: 20px;
	border-radius: 5px;
	border: 1px solid #f38a8c;
	background-color: #ffebed;
}

.aside-box-wide ul:last-child {
	margin-bottom: 0;
}

.aside-box-wide ul>li {
	text-align: center;
	padding: 5px 0 !important;
	border-bottom: none !important;
}

.aside-box-wide ul>li:first-child {
	position: absolute;
	top: 20px;
	left: 50%;
	transform: translate(-50%);
	width: 100px;
	height: 100px;
	border-radius: 100%;
	background-color: #ec6a6a;
	box-shadow: 1px 3px 5px rgba(0, 0, 0, .3);
}

.aside-box-wide ul>li:first-child img {
	position: absolute;
	width: auto;
	height: auto;
	top: 20px;
	left: 50%;
	transform: translate(-50%);
}

.aside-box-wide ul>li:first-child span {
	position: absolute;
	top: 65px;
	left: 50%;
	transform: translate(-50%);
	color: #fff;
	font-size: 16px;
	white-space: nowrap;
}

.aside-box-wide .aside-menu-title {
	line-height: 2.5;
	border-bottom: 1px solid #ffebed;
}

.aside-box-wide .aside-menu-title>span {
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	line-height: 2.5;
	padding: 0 10px;
	margin-bottom: -1px;
	border-bottom: 1px solid #f37e7e;
}

.aside-box-wide .aside-menu {
	padding-top: 0;
}

.aside-box-wide .aside-menu>li {
	position: relative;
	width: 100%;
	float: left;
	text-align: left;
}

.aside-box-wide .aside-menu>li:first-child {
	position: relative;
	top: inherit;
	left: inherit;
	transform: inherit;
	width: 100%;
	height: inherit;
	border-radius: inherit;
	background-color: inherit;
	box-shadow: inherit;
}

.aside-box-wide .aside-menu>li>a {
	display: block;
	padding: 6px 20px;
	border-bottom: 1px dashed #feced3;
}

.aside-box-wide .aside-menu>li:last-child>a {
	border-bottom: none;
}

.aside-box-wide .aside-menu>li>a:before {
	position: absolute;
	top: 11px;
	left: 0;
	content: "\f138";
	font-family: FontAwesome;
}


/*aside-box e*/


/*---------- section e ----------*/


/*---------- footer s ----------*/

footer {
	width: 100%;
	float: left;
	padding: 0;
	padding-top: 20px;
    margin-top: 0px;
	background-color: #fff5f6;
}

.footer-box .title {
	position: relative;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

.footer-box .title:before {
	display: block;
	content: "";
	position: absolute;
	right: auto;
	bottom: 0;
	width: 50px;
	height: 1px;
	margin: 0;
	background-color: #cfcdc9;
}

.footer-box .pay .fa {
	color: rgb(193, 189, 183);
	font-size: 32px;
	margin-right: 15px;
}

.footer-box .menu-list {
	margin-bottom: 15px;
}

.footer-box .menu-list>li {
	line-height: 30px;
}

.footer-box .menu-list>li>a {
	display: block;
	color: #000;
	text-decoration: none;
}

.footer-box .menu-list>li>a .fa {
	font-size: 20px;
}

.menu-list>li>a:hover {
	color: #f37e7e;
}

.center .footer-box .menu-list>li>a:before {
	content: "\f0da";
	color: #ec6a6a;
	font: normal normal normal 14px/1 FontAwesome;
	padding-right: 8px;
}

.footer-box .menu-list>li:last-child {
	border-bottom: none;
}

.footer-bottom .policy-list {
	text-align: center;
}

.footer-bottom .policy-list a {
	position: relative;
	display: inline-block;
	color: #000;
	line-height: 2;
	text-decoration: none;
	margin: 0 20px;
}

.footer-bottom .policy-list a:after {
	position: absolute;
	top: 0;
	right: -25px;
	content: "|";
}

.footer-bottom .policy-list a:last-child:after {
	content: "";
}

.footer-bottom .copyright {
	text-align: center;
	line-height: 2;
	margin-bottom: 10px;
}

.footer-bottom .copyright a {
	text-decoration: none;
}

.footer-bottom .copyright,
.footer-bottom .copyright a {
	color: #999;
}

.footer-bottom .copyright a:hover,
.footer-bottom .policy-list a:hover {
	color: #ec6a6a;
}


/*---------- footer e ----------*/


/*---------- modal s ----------*/

.modal-content {
	/*max-height: 750px;
    overflow-y: auto;*/
}

.modal-header .content {
	padding: 15px 0;
}

.modal-body .choice-box .title {
	color: #333;
	font-size: 16px;
	font-weight: bold;
	line-height: 2.5;
	padding: 0 15px;
	background-color: #dadada;
}

.modal-body .choice-box .info .pic-box {
	width: auto;
	max-height: 150px;
	margin-right: 50px;
}


/*---------- modal e ----------*/


/*.sp-slides {
    width: 100%;
    float: left;
    overflow: hidden;
}*/

.sp-caption-container,
.sp-buttons {
	display: none;
}

.navbar-default .navbar-nav>li>span {
	display: block;
	height: 46px;
	font-size: 16px;
	font-weight: 500;
	padding: 12px 35px 18px 35px;
}

.navbar-default .navbar-nav>li>span:before {
	content: "";
	background: url(../img/icon/icon-navbar-01.png) 0 0 no-repeat;
	padding-right: 22px;
}

.dropdown>span:after {
	content: "\f107";
	font: normal normal normal 14px/1 FontAwesome;
	padding-left: 5px;
}

.section-title {
	margin: 0;
}

.product-content .content-title {
	margin: 0;
	line-height: initial;
}

.margin-b-10 {
	margin-top: 0;
}

.section-page-info h1 {
	font-size: 14px;
	/*line-height: 2;*/
}


/*chat-online s*/

.btn-chat {
	position: fixed;
	top: 85%;
	transform: translateY(-50%);
	right: 0;
	z-index: 99999;
}

.btn-chat {
	text-align: center;
	padding: 0;
	border: none;
	background-color: transparent;
}

.btn-chat:focus,
.btn-chat:hover,
.btn-chat:active:focus,
.btn-chat:active:hover {
	padding: 0;
	border: none;
	background-color: transparent;
}

.btn-chat img {
	width: auto;
	height: 100%;
}

.btn-chat img.normal-pic {
	display: block;
}

.btn-chat img.mobile-pic {
	display: none;
}

.chat-online .modal label>span {
	color: #f00;
}

.chat-online .modal .form-control {
	border: 1px solid #ddd;
}


/*chat-online e*/

.countdown {
	background: #ffeb3b;
	display: flex;
	margin-bottom: 15px;
	padding: 10px;
}
.countdown a.link-block {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #333;
	text-decoration: none;
}
.countdown a.link-block > * + * {
	margin-left: 30px;
}
.countdown a.link-block .title {
	display: block;
	font-size: 24px;
	font-weight: 600;
	font-style: italic;
}
.countdown a.link-block .countdown-box {
	display: flex;
	align-items: center;
	font-size: 24px;
	font-weight: 600;
}
.countdown a.link-block .countdown-box > * + * {
	margin-left: 5px;
}