/*---------- section s ----------*/

.corner-all {
	position: absolute;
	top: -10px;
	right: -5px;
	width: 68px;
	height: 68px;
	background: url(../img/corner-pic.png) 0 0 no-repeat;
	z-index: 999;
}

.corner-all>span {
	display: block;
	text-align: center;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	line-height: 68px;
}

.corner-icon {
	position: absolute;
	top: 6px;
	right: 4px;
	z-index: 9999;
}

.product-infomation .corner-icon {
	top: 5px;
	right: 20px;
}

.corner-icon img {
	width: 60px;
}

.col-md-pull-9 {
	right: 80%;
}

.col-md-push-3 {
	left: 20%;
}


/*top3-box s*/

.top3-box .content-box {
	position: relative;
	overflow: hidden;
}

.top3-box .content-box .title {
	position: absolute;
	top: 20%;
	right: 0;
	z-index: 999;
}

.top3-box .content-box .catalog-title {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9999;
}

.top3-box .content-box .catalog-title>span {
	position: absolute;
	left: -100%;
}

.sub-top3-box .content-box .title {
	top: 80%;
}

.top3-box .content-box .title>span {
	color: #fff;
	padding: 15px 35px;
	border-radius: 30px 0 0 30px;
}

.top3-box .content-box .title>span.top-01 {
	background-color: rgb(244, 199, 19, .8);
}

.top3-box .content-box .title>span.top-02 {
	background-color: rgba(170, 173, 178, .8);
}

.top3-box .content-box .title>span.top-03 {
	background-color: rgba(169, 104, 28, .8);
}

.sub-top3-box .content-box .title>span {
	color: #fff;
	padding: 10px 20px;
	border-radius: 0;
}

.sub-top3-box .content-box .title>span {
	background-color: rgb(0, 0, 0, .6);
}

.top3-box .content-box .info {
	display: none;
	position: absolute;
	bottom: 0;
	left: -45%;
	min-width: 40%;
	text-align: center;
	padding: 15px 10px;
	background-color: rgba(214, 91, 86, .5);
	z-index: 999;
}

.top3-box .content-box:hover .info {
	display: block;
	position: absolute;
	bottom: 0;
	left: 10px;
	min-width: 40%;
	text-align: center;
	padding: 15px 10px;
}

.top3-box .content-box .info>span {
	display: block;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	line-height: 2;
	white-space: nowrap;
}

.top3-box .content-box img.logo {
	position: absolute;
	top: 10%;
	left: 10px;
	width: auto;
	height: 70px;
	z-index: 999;
}

.top3-box .content-box:hover img.logo {
	transform: none;
}

.top3-box .content-box:hover img {
	transform: scale(1.2, 1.2);
}


/*top3-box e*/


/*product-list s*/

.product-list-type02 .row {
	margin-left: -5px;
	margin-right: -5px;
}

.product-list-type02 .col-md-3 {
	padding-left: 5px;
	padding-right: 5px;
}

.product-list-type02 .product-box .info {
	display: none;
}

.product-list-type02 .product-box:hover .info {
	display: block;
	position: absolute;
	top: 40%;
	left: 5px;
	right: 5px;
	color: #fff;
	text-align: center;
	background-color: rgba(0, 0, 0, .5);
	z-index: 999;
}

.product-list-type02 .product-box .info>p {
	line-height: 2;
	margin-bottom: 0;
}

.product-list-type02 .product-box .info>p:first-child {
	text-align: center;
	font-size: 16px;
	line-height: 1.8;
	/*font-weight: bold;*/
}

.product-list-type02 .product-box .info>p>span {
	color: #ff6486;
	font-size: 18px;
	font-weight: bold;
}

.product-list-type02 .product-box .name {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 0;
	color: #ec6a6a;
}

.product-list-type02 .product-box .body {
	text-align: center;
}

.product-list-type02 .product-box .btn-click {
	display: block;
	color: #fff;
	padding: 8px 0;
	border: none;
	border-radius: 5px;
	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-list-type02 .product-box .btn-click>span {
	display: inline-block;
	color: #fff;
	padding: 2px 10px;
	margin-right: 10px;
	border: none;
	border-radius: 35px;
	background: linear-gradient(#dc0a42, #eb695b);
	/*box-shadow: 0px 1px 3px rgba(255, 255, 255, .8);*/
}

.product-list-type02 .product-box .price-box {
	display: block;
	text-align: center;
	color: #fff;
	text-decoration: none;
	padding: 10px;
	margin-bottom: 0;
	background-color: #fd7f7f;
}

.product-list-type02 .product-box .price-box>span {
	display: block;
}

.product-list-type03 .product-box .info {
	text-align: center;
}

.product-list-type03 .product-box .info .title {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	white-space: inherit;
	text-overflow: inherit;
	color: #333;
	overflow: hidden;
}

.product-list-type03 .product-box .info .price {
	color: #be0505;
}

.product-list-type03 .product-box {
	position: relative;
	border: 1px solid #ddd;
}

.product-list-type03 .product-box:hover {
	border: 1px solid #f37e7e;
}

.product-list-type03 .corner-icon {
	top: 0;
	left: 0;
}


/*product-list e*/


/*owl-carousel s*/

.owl-carousel-02 .product-box .info {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	transform: translate(0, -100%);
	color: #d66f7a;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	line-height: 3;
	background-color: rgba(255, 255, 255, .6);
	z-index: 999;
}


/*owl-carousel e*/


/*main-banner s*/

.main-banner {
	position: relative;
}

.main-banner .info {
	position: absolute;
	top: 20%;
	right: 10%;
	width: 45%;
	padding: 10px;
	background-color: rgba(255, 255, 255, .5);
}

.main-banner .info .title {
	text-align: center;
	font-size: 18px;
	font-weight: 500;
}

.main-banner .info .title {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}

.main-banner .info .summary {
	font-size: 14px;
	font-weight: bold;
	line-height: 2;
}

.main-banner .full-pic {
	display: block;
}

.main-banner .wide-pic {
	display: none;
}


/*main-banner e*/


/*section-page-info s*/

.section-page-info {
	padding: 10px;
	border-width: 1px;
	background-color: #ffffff;
}

.section-page-info p {
	font-size: 14px;
	line-height: 2;
}


/*section-page-info e*/

.btn-add-to-cart {
	font-size: 20px;
	padding: 15px 35px;
	border-radius: 10px;
}

.product-infomation .right .right .btn-add-to-cart {
	display: block;
	width: 100%;
	float: left;
}


/*---------- section e ----------*/


/*fotorama s*/

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus) {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus) {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
	opacity: 1;
}

.fotorama__wrap .fotorama__pointer {
	border-radius: 15px;
}

.fotorama__thumb {
	border-radius: 5px;
}

.fotorama__wrap--css3 .fotorama__nav__shaft,
.fotorama__wrap--css3 .fotorama__stage__shaft,
.fotorama__wrap--css3 .fotorama__thumb-border {
	border-radius: 5px;
}

.fotorama__nav-wrap {
	margin-top: 5px;
}


/*fotorama e*/


/*two-banner s*/

.two-banner {
	margin-bottom: 10px;
}

.two-banner .row {
	margin-left: 0;
	margin-right: 0;
}

.two-banner .row .col-md-6 {
	padding-left: 0;
	padding-right: 0;
}


/*two-banner e*/


/*section-wrapper s*/

.section-wrapper .left {
	width: 20%;
}

.section-wrapper .right {
	width: 80%;
}


/*section-wrapper e*/


/*product-box-tags s*/

.product-box-tags {
	padding: 2px;
}

.product-box-tags span {
	display: inline-block;
	color: #fff;
	font-size: 15px;
	padding: 2px;
	margin: 2px;
}

.product-box-tags span.type-01 {
	background-color: #f00;
}

.product-box-tags span.type-02 {
	background-color: #ff7f00;
}

.product-box-tags span.type-03 {
	background-color: #6cc;
}

.product-box-tags span.type-04 {
	background-color: #aa16e9;
}


/*product-box-tags e*/


/*product-box-frame s*/

.product-box-frame {
	position: relative;
	/*padding: 10px;*/
	border: none;
}

.product-box-frame:hover {
	border: none;
}

.product-box-frame:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/bg-frame.png) top left no-repeat;
	background-size: 100%;
	z-index: -1;
}

.product-box-frame .info .title {
	width: 100%;
	height: 45px;
	text-align: center;
	line-height: 40px;
	margin-bottom: 0;
	background: url(../img/bg-ribbon.png) top left no-repeat;
	background-size: 100%;
}

.product-box-frame .pic-box {
	padding: 10px;
	z-index: 1;
}

.product-box-frame:hover .pic-box img {
	transform: scale(1.05, 1.05);
}

.product-box-frame .corner-icon {
	position: absolute;
	top: 0;
	left: 0;
	width: 80px;
	height: 80px;
	z-index: 9999;
}

.product-box-frame .corner-icon img {
	display: inline-block !important;
	width: 80px;
}

.product-list .product-box {
	margin-bottom: 10px;
}

.product-list .button-box {
	text-align: center;
}

.product-box .price del {
	display: inline-block;
	margin-left: 15px;
	font-size: 18px;
}

.product-list .button-box .more-link {
	float: inherit;
	border-radius: 4px;
}


/*product-box-frame e*/


/*title s*/

.title-default-box {
	height: 45px;
	text-align: center;
	border-radius: 8px 8px 0 0;
	background-color: #feced3;
	/*background-color: #ec6a6a;*/
}

.title-default-box .section-title {
	color: #222 !important;
	/*color: #fff !important;*/
	line-height: 45px;
}


/*title e*/


/*section-page-info s*/

.section-page-info p img {
	float: left;
	width: 250px;
	height: auto;
	padding: 0 20px 20px 0;
}


/*section-page-info e*/


/*content-video s*/

.content-video {}

.content-video .item-box {
	padding: 5px;
	border: 1px solid #f37e7e;
}

.content-video .video-box {
	width: 100%;
	height: auto;
	float: left;
}


/*content-video e*/


/*aside s*/

.aside-box .blog-list-box {
	padding: 0;
}

.aside-box .blog-list-box .pic-box {
	border-radius: 4px;
}

.aside-box .blog-list-box .pic-box:hover img {
	transform: scale(1.2, 1.2);
}

.aside-box .blog-list-box .info .title {
	display: -webkit-box;
	height: 40px;
	white-space: inherit;
	text-overflow: inherit;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.aside-box .blog-list-box .info .date {
	position: absolute;
	bottom: 4px;
	color: #fb7a7a;
	font-size: 14px;
}


/*aside e*/


/*footer s*/

footer .top .footer-box {
	text-align: center;
	/*border: 1px solid #feced3;
    background-color: #fff;*/
}

footer .top .footer-box img {
	width: auto;
	height: 100%;
	margin-bottom: 10px;
}

.footer-box .menu-list>li>a {
	display: inline-block;
	color: #000;
	text-decoration: none;
}

.tips-list {
	width: 100%;
	float: left;
	column-count: 2;
}

.tips-list .tips-box {
	display: block;
	width: 100%;
	height: 100%;
	/*float: left;*/
	overflow: hidden;
}

.tips-list .tips-box .title {
	width: 100%;
	float: left;
	line-height: 2;
	padding-left: 15px;
	margin-bottom: 15px;
	border-left: 3px solid #ec6a6a;
	background-color: #feced3;
}

.tips-list .pay .fa {
	color: rgb(193, 189, 183);
	font-size: 32px;
	margin-right: 15px;
}


/*footer e*/

.width-50p {
	width: 50%;
	float: left;
}

.padding-l-5 {
	padding-left: 5px;
}

.padding-r-5 {
	padding-right: 5px;
}

.column {
	width: 100%;
	float: left;
	margin-bottom:20px;
}

.column>* {
	width: 100%;
	height: 100%;
	overflow: auto;
}

.column.two {
	column-count: 2;
}

@media (max-width: 1199px) {}

@media (max-width: 991px) {}

@media (max-width: 767px) {}

@media (max-width: 479px) {
	.width-100p-xs {
		width: 100%;
		float: left;
	}
	.padding-l-0-xs {
		padding-left: 0;
	}
	.padding-r-0-xs {
		padding-right: 0;
	}
	.column.one-xs {
		column-count: 1;
	}
}

@media (max-width: 319px) {}