/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.owl-controls .owl-page, .owl-controls .owl-buttons div {
    cursor: pointer;
}
.owl-prev, .owl-next {
    position: absolute;
    z-index: 9;
    top: 25%;
    left: 10px;
    width: 24px;
    height: 48px;
    text-align: center;
}
.owl-next {
    left: auto;
    right: 0px;
}
.owl-controls i.fa {
    color: #dedede;
}
/* mouse grab icon */
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}


@media screen and (max-width: 767px) {
}@media (min-width: 768px) {
}@media (min-width: 768px) {
}@media (max-width: 767px) {
}@media (min-width: 768px) {
}@media (min-width: 768px) {
}@media (min-width: 768px) {
}@media (max-width: 767px) {
}@media (max-width: 767px) {
}@font-face {
  font-family: UTM_Centur;
  src: url('/Content/frontend/fonts/UTM Centur.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
.home-page {
  background: #f7f7f7;
  margin-top: 20px;
}
.home-page .product-item {
  text-align: center;
}
.home-page .product-item .name {
  font-size: 14px;
  margin: 15px 0;
}
.home-page .product-item .price {
  text-align: left;
}
.home-page .product-item .del {
  font-size: 12px;
  text-decoration: line-through;
  opacity: 0.5;
  text-align: left;
}
/***************banner slide******************/
.banner-slides {
  margin: -10px auto 0 auto;
}
.banner-slides .r {
  position: relative;
  float: right;
}
@media screen and (min-width: 1200px) {
  .banner-slides .r {
    width: 880px;
    height: 320px;
  }
}
@media screen and (max-width: 1200px) {
  .banner-slides .r {
    width: 740px;
    height: 318px;
  }
}
@media screen and (max-width: 980px) {
  .banner-slides .r {
    width: 100%;
    height: 318px;
  }
}
@media screen and (max-width: 700px) {
  .banner-slides .r {
    width: 100%;
    height: 250px;
  }
}
@media screen and (max-width: 400px) {
  .banner-slides .r {
    width: 100%;
    height: 160px;
  }
}
.banner-slides .r > ul {
  list-style-type: none;
}
.banner-slides .r > ul li {
  display: block;
}
@media screen and (min-width: 1200px) {
  .banner-slides .r > ul li {
    width: 890px;
    height: 400px;
  }
}
@media screen and (max-width: 1200px) {
  .banner-slides .r > ul li {
    width: 690px;
    height: 318px;
  }
}
.banner-slides .r > ul li a img {
  max-width: 100%;
  height: auto;
}
.banner-slides .r .owl-carousel {
  width: 100%;
  height: 100%;
}
.banner-slides .r .owl-carousel .item img {
  display: block;
  max-width: 100%;
  height: auto;
}
.banner-slides .r .owl-carousel .autoHeight {
  height: 100% !important;
}
.banner-slides .r .controls {
  position: absolute;
  bottom: 0;
  background: #f5f3ec;
  opacity: 0.8;
  z-index: 1;
  width: 100%;
}
@media screen and (max-width: 980px) {
  .banner-slides .r .controls {
    display: none;
  }
}
.banner-slides .r .controls ul {
  list-style: none;
}
.banner-slides .r .controls ul li {
  float: left;
  padding: 5px;
}
.banner-slides .r .controls ul li a {
  cursor: pointer;
}
.banner-slides .r .controls ul li.active {
  position: relative;
  background: #f15c22;
  border: 1px solid #f14a29;
}
.banner-slides .r .controls ul li.active:after,
.banner-slides .r .controls ul li.active .arrow_box:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.banner-slides .r .controls ul li.active:after {
  border-color: rgba(241, 92, 34, 0);
  border-bottom-color: #f15c22;
  border-width: 10px;
  margin-left: -10px;
}
.banner-slides .r .controls ul li.active:before {
  border-color: rgba(241, 74, 41, 0);
  border-bottom-color: #f14a29;
  border-width: 11px;
  margin-left: -11px;
}
.banner-slides .r .controls ul li.active a {
  color: #ffffff;
  font-weight: bold;
}
.banner-slides .l {
  float: left;
  width: 238px;
}
@media screen and (min-width: 1200px) {
  .banner-slides .l .item {
    margin-bottom: 33px;
  }
}
@media screen and (max-width: 1200px) {
  .banner-slides .l .item {
    margin-bottom: 6px;
  }
}
.banner-slides .l .promote {
  display: block;
  background: url(/Images/frontend/home/promote_banner.jpg) left top no-repeat;
  width: 238px;
  height: 75px;
}
.banner-slides .l .promote2 {
  position: relative;
}
.banner-slides .l .promote2 .bbxupromote {
  background: url(/Images/frontend/home/banner-arrow.png) left top no-repeat;
  width: 238px;
  height: 75px;
  display: block;
  cursor: pointer;
}
.banner-slides .l .promote2 ul {
  list-style-type: none;
  position: absolute;
  display: block;
  border: 2px solid #845849;
  border-bottom: none;
  background: #ffffff;
  width: 230px;
  right: 0px;
  z-index: 999999;
  position: relative;
  background: #fff;
}
.banner-slides .l .promote2 ul:after,
.banner-slides .l .promote2 ul:before {
  bottom: 100%;
  left: 70%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.banner-slides .l .promote2 ul:after {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}
.banner-slides .l .promote2 ul:before {
  border-color: rgba(132, 88, 73, 0);
  border-bottom-color: #845849;
  border-width: 13px;
  margin-left: -13px;
  height: 30px;
}
.banner-slides .l .promote2 ul .content-news {
  border-bottom: 2px solid #845849;
  padding: 15px 0px 15px 10px;
  font-family: 'UTM_Centur';
}
.banner-slides .l .promote2 ul .content-news a {
  color: #976f61;
  font-size: 16px;
}
.banner-slides .l .promote2 ul .content-news a span {
  color: #976f61;
  font-size: 18px;
}
.banner-slides .l .desired-order {
  background: url(/Images/frontend/home/desired_order_banner.jpg) left top no-repeat;
  width: 238px;
  height: 75px;
  display: block;
}
.banner-slides .l .newsletter {
  background: url(/Images/frontend/home/newsletter_banner.jpg) left top no-repeat;
  width: 238px;
  height: 75px;
  display: block;
  cursor: pointer;
  margin-bottom: 0;
}
.categories {
  width: 100%;
  border-top: 1px solid #E9E9E9;
  max-width: 1140px;
}
.categories ul {
  list-style-type: none;
  font-size: 14px;
  margin: 0 auto;
  width: 100%;
}
.categories ul li {
  float: left;
  padding: 10px 0 0 0;
}
.categories ul li a {
  padding: 0 10px;
  border-right: 1px solid #E9E9E9;
}
.categories ul li.item-first {
  font-size: 12px;
}
.categories ul li.item-last a {
  border-right: none;
  padding-right: 0;
}
/******************banners group 1*****************/
/*.promote-banners {
	@media screen and (max-width:980px) {
		display: none;
	}

	margin: @spacing20 auto 0 auto;

	.item {
		@media screen and (min-width:1200px) {*/
/*width: 325px;*/
/*width: 32.3%;
			height: 156px;
		}

		@media screen and (max-width:1200px) {
			width: 300px;
			height: 130px;
		}

		a {
			img {
				max-width: 100%;
				height: auto;
				width: 100%;
			}
		}
	}

	.item1 {
		float: left;
	}

	.item2 {
		float: left;

		@media screen and (min-width:1200px) {
			margin-left: 18px;
		}

		@media screen and (max-width:1200px) {
			margin-left: 10px;
		}
	}

	.item3 {
		float: right;
	}
}

.promote-banners {
	margin: 20px auto 0 auto;
}

.promote-banners .item1 {
	float: left;
}

@media screen and (min-width: 1200px) {
	.promote-banners .item {
		width: 325px;
		height: 156px;
	}
}

@media screen and (min-width: 1200px) {
	.item {
		margin-bottom: 33px;
	}
}

.promote-banners .item a img {
	max-width: 100%;
	height: auto;
	border-radius: 7px;
}

@media screen and (min-width: 1200px) {
	.promote-banners .item2 {
		margin-left: 18px;
	}
}

.promote-banners .item2 {
	float: left;
}

.promote-banners .item3 {
	float: right;
}

@media screen and (min-width: 1200px) {
	.promote-banners .item3 {
		margin-left: 17px;
	}
}

@media screen and (max-width: 990px) {
	.item {
		width: 100%;
		text-align: center;
	}
}*/
/*==========iPhone 6/7/8/ Plus============*/
/*@media screen and (max-width: 414px) {
	
	.promote-banners .container {
		scroll-behavior: smooth;
		display: flex;
		flex-wrap: nowrap;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}

	.promote-banners .container .item {
		width: 90%;
		text-align: center;
		flex: 0 0 auto;
		padding: 12px;
		transition: all 0.3s ease-in-out;
		cursor: pointer;
	}
}*/
.promote-banners .container {
  display: flex;
  justify-content: center;
  margin: 30px auto;
}
.promote-banners .container .banner-item {
  margin-right: 15px;
}
.promote-banners .container .banner-item:last-child {
  margin-right: 0 !important;
}
.promote-banners .container .banner-item img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media screen and (max-width: 400px) {
  .promote-banners .container {
    flex-direction: column;
  }
  .promote-banners .banner-item {
    margin-right: 0 !important;
    margin-bottom: 15px;
  }
  .promote-banners .banner-item:last-child {
    margin-bottom: 0 !important;
  }
}
/************b0ook topic group*****************/
.booktopic-group {
  margin: 0px auto 0 auto;
}
.booktopic-group .body .items {
  margin-top: 0px;
  height: 200px;
  text-align: center;
}
.booktopic-group .body .items ul {
  list-style-type: none;
}
.booktopic-group .body .items ul li {
  float: left;
  font-weight: 200;
  font-size: 16px;
}
.booktopic-group .body .items ul li.item {
  width: 24.14%;
}
@media screen and (max-width: 980px) {
  .booktopic-group .body .items ul li.item {
    width: 49%;
  }
}
.booktopic-group .body .items ul li.item .product-item {
  padding: 0;
}
.booktopic-group .body .items ul li.item .product-item h3 {
  font-size: 1.75rem;
}
@media screen and (max-width: 768px) {
  .booktopic-group .body .items ul li.item .product-item h3 {
    font-size: 1.5rem;
  }
}
.booktopic-group .body .items ul li.item .product-item .name {
  padding: 0 20px;
  text-align: left;
}
.booktopic-group .body .items ul li.item .product-item .n-view {
  color: #f51919;
  padding: 0 20px;
  text-align: left;
  margin-bottom: 10px;
}
.booktopic-group .body .items ul li.item .product-item .price {
  text-align: left;
}
.booktopic-group .body .items ul li.item .product-item .del {
  text-align: left;
}
.booktopic-group .body .items ul li.item .product-item .label-con {
  position: relative;
  font-size: 37px;
  color: red;
  padding-left: 40px;
}
.booktopic-group .body .items ul li.item .product-item .label-con.icon-ic_circle span {
  font-size: 12px;
  position: absolute;
  top: 13px;
  right: 19px;
  color: #fff;
  line-height: 1;
  font-weight: bold;
  width: 15px;
  font-style: initial;
}
.booktopic-group .body .items ul li.item .product-item .label-con.icon-ic_circle .like {
  top: 8px;
}
.booktopic-group .body .items ul li.item .product-item .label-con.icon-ic_circle .like .icon-ic_like {
  font-size: 20px;
  padding-left: 5px;
  margin-bottom: 10px;
}
.booktopic-group .body .items ul li.item .product-item .label-con.icon-ic_circle .fire {
  top: 8px;
}
.booktopic-group .body .items ul li.item .product-item .label-con.icon-ic_circle .fire .icon-ic_fire {
  font-size: 20px;
  padding-left: 5px;
}
.booktopic-group .body .items ul li.item .product-item .label-con.icon-ic_store-new-badges span {
  font-size: 12px;
  position: absolute;
  top: 8px;
  right: 19px;
  color: #fff;
  line-height: 1;
  font-weight: bold;
  width: 15px;
  font-style: initial;
}
.booktopic-group .body .items ul li.item a.view-more {
  margin-top: 20px;
  font-size: 12px;
  display: block;
  padding-left: 30px;
}
.booktopic-group .body .items ul li.ver-line {
  width: 1px;
  height: 140px;
  background: url(/Images/frontend/home/ver_line_body.jpg) left top no-repeat;
}
.booktopic-group .body .bg-bottom {
  height: 14px;
  background: url(/Images/frontend/home/topic_bottom_bg.jpg) left top no-repeat;
  background-size: 100% auto;
}
.booktopic-group .body .items ul {
  list-style-type: none;
}
.booktopic-group .body .items ul li.item {
  width: 24%;
  max-width: 100%;
}
.booktopic-group .body .items ul li {
  float: left;
  font-weight: 200;
  font-size: 16px;
}
@media screen and (max-width: 1199px) {
  .booktopic-group .body .items ul li.item {
    width: 48.7%;
    max-width: 100%;
  }
  .product-item .b1 {
    padding-left: 50px;
  }
  .booktopic-group .body .items ul li .product-item .p2 {
    margin-top: 35px;
  }
  .booktopic-group .body .items ul li.b3 {
    display: none;
  }
  .booktopic-group .body .items ul li.b4 {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .item {
    margin-bottom: 33px;
  }
}
.it {
  margin-left: 13px;
}
.booktopic-group .body .items ul li.item .product-item {
  background-color: #fff;
  padding: 0;
}
.booktopic-group .body .items ul li.item .product-item h3 {
  text-align: center;
  padding-top: 15px;
  font-weight: bold;
}
.booktopic-group .body .items ul li.item .product-item .plus {
  padding: 15px 15px 0 0;
  text-decoration: none;
  color: #eb7c26;
  font-size: 13px;
  font-weight: bold;
  float: right;
}
@media screen and (max-width: 768px) {
  .booktopic-group .body .items ul li.item .product-item .plus {
    display: none;
  }
}
.booktopic-group .body .items .item .product-item {
  position: relative;
  border: 1px solid #fff;
}
.booktopic-group .body .items .item .product-item .img-view {
  display: inline-block;
  position: relative;
  background: #fff;
  padding-top: 30px;
}
.booktopic-group .body .items .item .product-item .img-view span.icon-highlight {
  font-size: 50px;
  right: -40px;
  line-height: 7;
  color: #ff5023;
}
.booktopic-group .body .items .item .product-item .img-view span.discount {
  position: absolute;
  right: -40px;
  top: 10px;
  line-height: inherit;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.booktopic-group .body .items .item .product-item .img-view span.discount .icon-vectorpaint {
  position: relative;
  font-size: 37px;
  color: red;
  padding-left: 40px;
}
.booktopic-group .body .items .item .product-item .img-view span.discount .icon-vectorpaint span {
  font-size: 12px;
  position: absolute;
  top: 13px;
  right: 19px;
  color: #fff;
  line-height: 1;
  font-weight: bold;
  width: 15px;
  font-style: initial;
}
.booktopic-group .body .items .item .product-item .img-view span.discount .icon-vectorpaint span.like {
  font-size: 12px;
  position: absolute;
  top: 8px;
  right: 19px;
  color: #fff;
  line-height: 1;
  font-weight: bold;
  width: 15px;
  font-style: initial;
}
.booktopic-group .body .items .item .product-item .img-view span.discount .icon-vectorpaint span .icon-ic_like {
  font-size: 20px;
  padding-left: 5px;
  margin-bottom: 10px;
}
.booktopic-group .body .items .item .product-item .img-view span.discount .icon-vectorpaint span.fire {
  font-size: 12px;
  position: absolute;
  top: 8px;
  right: 19px;
  color: #fff;
  line-height: 1;
  font-weight: bold;
  width: 15px;
  font-style: initial;
}
.booktopic-group .body .items .item .product-item .img-view span.discount .icon-vectorpaint span .icon-ic_fire {
  font-size: 20px;
  padding-left: 5px;
}
.booktopic-group .body .items .item .product-item .img-view .gift-img {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}
.booktopic-group .body .items .item .product-item .img-view .gift-img img {
  width: 100%;
}
.booktopic-group .body .items .item .product-item .img-view i.gift,
.product-item .img-view i.gift-delay {
  color: #f15c22;
  position: absolute;
  top: 0;
  left: 40%;
  cursor: pointer;
  font-size: 30px;
}
.booktopic-group .body .items .item .product-item .img-view span.comming-soon {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  background: url('cms.png') left top no-repeat;
  width: 35px;
  height: 77px;
}
.booktopic-group .body .items .item .product-item .img-view a {
  display: block;
}
.booktopic-group .body .items .item .product-item .img-view a img {
  width: 170px;
  max-width: 100%;
  height: 220px;
}
.booktopic-group .body .items ul li.item .product-item .name {
  font-size: 14px;
  text-align: center;
  margin: 15px 0;
}
.booktopic-group .body .items ul li.item .product-item .price {
  padding-left: 20px;
  font-weight: bold;
  color: #eb7c26;
}
.booktopic-group .body .items ul li.item .product-item .del {
  font-size: 12px;
  padding-left: 20px;
  text-decoration: line-through;
  opacity: 0.5;
}
@media screen and (max-width: 990px) {
  .booktopic-group .body .items ul li .product-item .b22 {
    margin-right: 50px;
  }
}
@media screen and (max-width: 768px) {
  .booktopic-group {
    margin-top: 30px;
  }
}
/*==========iPhone 6/7/8/X ============*/
@media screen and (max-width: 320px) {
  .booktopic-group .body .items ul li.item .product-item .i5 {
    font-size: 12px;
  }
  .booktopic-group .body .items .item .product-item .img-view a img {
    width: 100px;
    max-width: 100%;
    height: 137px;
  }
  .booktopic-group .body .items ul li.item .product-item .price {
    padding-left: 0;
  }
  .booktopic-group .body .items ul li.item .product-item .del {
    padding-left: 0;
  }
}
@media screen and (max-width: 375px) {
  .booktopic-group .body .items ul li.item .product-item h3 {
    font-size: 14px;
  }
  .booktopic-group .body .items .item .product-item .b11 {
    padding-left: 10px;
    margin-top: 10px;
  }
  .booktopic-group .body .items .item .product-item .img-view span.discount .icon-vectorpaint {
    padding: 0;
  }
  .booktopic-group .body .items ul li.item {
    margin: 0;
  }
  .booktopic-group .body .items ul li.item .product-item .plus {
    padding-top: 0;
  }
  .booktopic-group .body .items .item .product-item .b22 {
    padding-top: 20px;
    margin: 0;
    padding-left: 10px;
    padding-right: 10px;
  }
  .booktopic-group .body .items .item .product-item .img-view span.discount {
    right: -5px;
  }
  .booktopic-group .body .items .item .product-item .b11 span.discount {
    top: 20px;
  }
  .booktopic-group .body .items ul li .product-item .p2 {
    margin-top: 35px;
  }
}
@media screen and (max-width: 375px) and screen and (max-width: 768px) {
  .booktopic-group .body .items .item .product-item .b22 {
    padding-top: 30px;
  }
}
/*==========iPhone 6/7/8/ Plus============*/
@media screen and (max-width: 414px) {
  .booktopic-group .body .items ul li.item .product-item h3 {
    font-size: 14px;
  }
  .booktopic-group .body .items .item .product-item .img-view {
    padding-left: 0;
  }
  .booktopic-group .body .items ul li.b2 {
    margin-left: 0;
  }
  .booktopic-group .body .items ul li .product-item .b22 {
    margin-right: 0;
  }
  .booktopic-group .body .items ul li .product-item .p2 {
    margin-top: 35px;
  }
  .booktopic-group .body .items .item .product-item .img-view span.discount .icon-vectorpaint {
    padding-left: 0;
  }
}
.block-product .content-template {
  background-color: #fff;
}
.block-product .content-template .slide-hol-new {
  float: left;
}
.block-product .content-template .slide-hol-new .carousel-inner .items ul {
  list-style-type: none;
}
.block-product .content-template .slide-hol-new .carousel-inner .items ul li {
  float: left;
  font-weight: 200;
  font-size: 14px;
}
.block-product .content-template .slide-hol-new .carousel-inner .items ul li.item {
  width: 33.333%;
  max-width: 100%;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .block-product .content-template .slide-hol-new {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  .block-product .content-template .slide-hol-new {
    width: 100%;
  }
}
.block-product .banner {
  float: left;
  padding-left: 20px;
  width: 30%;
  padding-top: 20px;
}
.block-product .banner.right-banner {
  float: right;
  padding-right: 20px;
}
.block-product .banner .banner-item img {
  width: 100%;
}
.block-product .viewport-new {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.block-product .viewport-new li .product-item {
  padding: 0;
}
@media screen and (max-width: 768px) {
  .block-product .viewport-new li .product-item {
    padding: 2px;
    border: 0.5px solid rgba(0, 0, 0, 0.05);
  }
}
@media screen and (min-width: 1200px) {
  .block-product .viewport-new li .product-item {
    padding: 10px;
  }
}
.block-product .viewport-new li .product-item .img-view img {
  width: 100%;
}
.block-product .owl-prev {
  top: 50%;
  transform: translateY(-50%);
}
.block-product .owl-next {
  top: 50%;
  transform: translateY(-50%);
}
.block-product .header {
  margin: 0px auto 0px auto;
  padding: 15px 0 10px 0;
  background-color: #fff;
  border-bottom: 1px solid #f8f8f8;
}
.block-product .header .header-l {
  float: left;
  padding-left: 20px;
}
.block-product .header .header-l span {
  display: block;
  float: left;
  margin-right: 5px;
  background: url(/Images/frontend/home/icon_title.gif) left top no-repeat;
  width: 19px;
  height: 18px;
}
.block-product .header .header-l h1 {
  float: left;
  color: #645E5E;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 700px) {
  .block-product .header .header-l h1 {
    font-size: 12px;
  }
}
.block-product .header .list-nav {
  float: right;
  font-size: 16px;
}
@media screen and (max-width: 700px) {
  .block-product .header .list-nav {
    font-size: 10px;
  }
}
@media screen and (max-width: 350px) {
  .block-product .header .list-nav {
    display: none;
  }
}
.block-product .header .list-nav ul {
  list-style-type: none;
}
.block-product .header .list-nav ul li {
  float: left;
}
.block-product .header .list-nav ul li.item-link {
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #E9E9E9;
  opacity: 0.8;
}
@media screen and (max-width: 400px) {
  .block-product .header .list-nav ul li.item-link {
    margin-right: 4px;
    padding-right: 4px;
  }
}
.block-product .header .list-nav ul li.item-link:last-child {
  border-right: none;
}
.block-product .header .list-nav ul li a {
  cursor: pointer;
}
.block-product .header .list-nav ul li a.current {
  color: #f15c22;
}
.bg-white {
  background: #fff;
}
/*********week book******************/
.week-book .viewport-new {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.week-book .viewport-new li .product-item {
  padding: 0;
}
@media screen and (min-width: 1200px) {
  .week-book .viewport-new li .product-item {
    padding: 10px;
  }
}
.week-book .viewport-new li .product-item .img-view img {
  width: 100%;
}
.week-book .owl-prev {
  top: 40%;
}
.week-book .owl-next {
  top: 40%;
}
.week-book .header {
  margin: 0px auto 0px auto;
  padding: 15px 0 10px 0;
}
.week-book .header .book-header {
  float: left;
}
.week-book .header .book-header span {
  display: block;
  float: left;
  margin-right: 5px;
  background: url(/Images/frontend/home/icon_title.gif) left top no-repeat;
  width: 19px;
  height: 18px;
}
.week-book .header .book-header h1 {
  float: left;
  color: #645E5E;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .week-book .header .book-header h1 {
    font-size: 12px;
  }
}
.week-book .header .list-nav {
  float: right;
  font-size: 16px;
}
@media screen and (max-width: 700px) {
  .week-book .header .list-nav {
    font-size: 10px;
  }
}
@media screen and (max-width: 350px) {
  .week-book .header .list-nav {
    display: none;
  }
}
.week-book .header .list-nav ul {
  list-style-type: none;
}
.week-book .header .list-nav ul li {
  float: left;
}
.week-book .header .list-nav ul li.item1 {
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #E9E9E9;
}
@media screen and (max-width: 400px) {
  .week-book .header .list-nav ul li.item1 {
    margin-right: 4px;
    padding-right: 4px;
  }
}
.week-book .header .list-nav ul li.item2 {
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #E9E9E9;
}
@media screen and (max-width: 400px) {
  .week-book .header .list-nav ul li.item2 {
    margin-right: 4px;
    padding-right: 4px;
  }
}
.week-book .header .list-nav ul li.item4 {
  margin-left: 10px;
}
@media screen and (max-width: 400px) {
  .week-book .header .list-nav ul li.item4 {
    margin-left: 4px;
  }
}
.week-book .header .list-nav ul li a {
  cursor: pointer;
}
.week-book .header .list-nav ul li a.current {
  color: #f15c22;
}
.week-book .week-book1 {
  position: relative;
  text-align: center;
  padding-bottom: 10px;
}
.week-book .week-book2 {
  padding-bottom: 10px;
}
.week-book .week-book2 .product-item {
  /*height: 330px;*/
}
.week-book .week-book2 .product-item .img-view a img {
  width: 135px;
  max-width: 100%;
}
.week-book .week-book2 .product-item .t-view {
  text-align: left;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .week-book .week-book2 .product-item .t-view {
    padding: 0 10px;
  }
}
.week-book .week-book2 .product-item .au-view {
  text-align: left;
  font-size: 12px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .week-book .week-book2 .product-item .au-view {
    padding: 0 10px;
  }
}
@media screen and (max-width: 768px) {
  .week-book .week-book2 .product-item .p-view {
    padding: 0 10px;
  }
}
.week-book .week-book2 .product-item .p-view .price {
  text-align: left;
  text-decoration: none;
  font-size: 16px;
  color: #f15c22;
  font-weight: bold;
}
.week-book .week-book2 .product-item .p-view .del {
  text-align: left;
}
.week-book .header {
  margin: 0 auto 0 auto;
  padding: 15px 0 10px 0;
  background-color: #fff;
  border-bottom: 1px solid #f8f8f8;
}
.week-book .header .book-header {
  padding-left: 20px;
  float: left;
}
.week-book .header .book-header h1 {
  float: left;
  font-weight: bold;
  font-size: 18px;
}
.week-book .header .list-nav {
  float: right;
  font-size: 15px;
}
.week-book .header .list-nav ul {
  list-style-type: none;
}
.week-book .header .list-nav ul li {
  float: left;
}
.week-book .header .list-nav ul li.item1 {
  opacity: 0.8;
  margin-right: 20px;
  padding-right: 20px;
}
.week-book .header .list-nav ul li a.current {
  color: #f15c22;
}
.week-book .header .list-nav ul li a {
  cursor: pointer;
}
.week-book .header .list-nav ul li.item2 {
  margin-right: 20px;
  padding-right: 20px;
  opacity: 0.5;
}
.week-book .header .list-nav ul li.item3 {
  padding-right: 10px;
  opacity: 0.5;
}
.week-book1 .week-book2 .items ul {
  list-style-type: none;
}
.week-book1 .week-book2 .items ul li.item {
  width: 20%;
  max-width: 100%;
  margin: 0;
}
.week-book1 .week-book2 .items ul li {
  float: left;
  font-weight: 200;
  font-size: 16px;
}
.it {
  margin-left: 13px;
}
.week-book1 .week-book2 .items ul li.item .product-item {
  background-color: #fff;
  padding: 0;
}
.week-book1 .week-book2 .items ul li.item .product-item h3 {
  text-align: center;
  padding-top: 15px;
  font-weight: bold;
}
.week-book1 .week-book2 .items ul li.item .product-item .plus {
  padding: 15px 15px 0 0;
  text-decoration: none;
  color: #eb7c26;
  font-size: 13px;
  font-weight: bold;
  float: right;
}
.week-book1 .week-book2 .items .item .product-item {
  position: relative;
  border: 1px solid #fff;
}
.week-book1 .week-book2 .items .item .product-item .img-view {
  display: inline-block;
  position: relative;
  background: #fff;
  padding-top: 15px;
  padding-left: 20px;
}
.week-book1 .week-book2 .items .item .product-item .img-view span.icon-highlight {
  font-size: 50px;
  right: -40px;
  line-height: 7;
  color: #ff5023;
}
.week-book1 .week-book2 .items .item .product-item .img-view span.discount {
  position: absolute;
  right: -40px;
  top: 10px;
  line-height: inherit;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.week-book1 .week-book2 .items .item .product-item .img-view span.discount .icon-vectorpaint {
  position: relative;
  font-size: 37px;
  color: red;
  padding-left: 40px;
}
.week-book1 .week-book2 .items .item .product-item .img-view span.discount .icon-vectorpaint span {
  font-size: 12px;
  position: absolute;
  top: 13px;
  right: 19px;
  color: #fff;
  line-height: 1;
  font-weight: bold;
  width: 15px;
  font-style: initial;
}
.week-book1 .week-book2 .items .item .product-item .img-view span.discount .icon-vectorpaint span.like {
  font-size: 12px;
  position: absolute;
  top: 8px;
  right: 19px;
  color: #fff;
  line-height: 1;
  font-weight: bold;
  width: 15px;
  font-style: initial;
}
.week-book1 .week-book2 .items .item .product-item .img-view span.discount .icon-vectorpaint span .icon-ic_like {
  font-size: 20px;
  padding-left: 5px;
  margin-bottom: 10px;
}
.week-book1 .week-book2 .items .item .product-item .img-view span.discount .icon-vectorpaint span.fire {
  font-size: 12px;
  position: absolute;
  top: 8px;
  right: 19px;
  color: #fff;
  line-height: 1;
  font-weight: bold;
  width: 15px;
  font-style: initial;
}
.week-book1 .week-book2 .items .item .product-item .img-view span.discount .icon-vectorpaint span .icon-ic_fire {
  font-size: 20px;
  padding-left: 5px;
}
.week-book1 .week-book2 .items .item .product-item .img-view .gift-img {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}
.week-book1 .week-book2 .items .item .product-item .img-view .gift-img img {
  width: 100%;
}
.week-book1 .week-book2 .items .item .product-item .img-view i.gift,
.product-item .img-view i.gift-delay {
  color: #f15c22;
  position: absolute;
  top: 0;
  left: 40%;
  cursor: pointer;
  font-size: 30px;
}
.week-book1 .week-book2 .items .item .product-item .img-view span.comming-soon {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  background: url('cms.png') left top no-repeat;
  width: 35px;
  height: 77px;
}
.week-book1 .week-book2 .items .item .product-item .img-view a {
  display: block;
}
.week-book1 .week-book2 .items .item .product-item .img-view a img {
  width: 135px;
  max-width: 100%;
  height: 205.5px;
}
.week-book1 .week-book2 .items ul li.item .product-item .name {
  width: 80%;
  font-size: 15px;
  text-align: left;
  margin: 15px 10%;
}
.week-book1 .week-book2 .items ul li.item .product-item .price {
  padding-left: 20px;
  font-weight: bold;
  color: #eb7c26;
}
.week-book1 .week-book2 .items ul li.item .product-item .del {
  font-size: 12px;
  padding-left: 20px;
  text-decoration: line-through;
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .week-book {
    margin-top: 30px;
  }
  .week-book1 .week-book2 .items ul li.b1 {
    width: 50%;
  }
  .week-book1 .week-book2 .items ul li.b2 {
    width: 50%;
  }
  .week-book1 .week-book2 .items ul li.item .product-item .name {
    text-align: center;
  }
  .week-book1 .week-book2 .items ul li.b3 {
    display: none;
  }
  .week-book1 .week-book2 .items ul li.b4 {
    display: none;
  }
}
/*==========iPhone 6/7/8/X ============*/
@media screen and (max-width: 320px) {
  .week-book1 .week-book2 .items .item .product-item .img-view a img {
    width: 100px;
    max-width: 100%;
    height: 150px;
  }
  .week-book1 .week-book2 .items ul li.item .product-item .name {
    font-size: 13px;
  }
  .week-book1 .week-book2 .items ul li.item .product-item .price {
    padding-left: 0;
  }
  .week-book1 .week-book2 .items ul li.item .product-item .del {
    padding-left: 0;
  }
}
@media screen and (max-width: 375px) {
  .week-book1 .week-book2 .items .item .product-item .img-view {
    padding-left: 0;
  }
  .week-book1 .week-book2 .items .item .product-item .img-view span.discount .icon-vectorpaint {
    padding-left: 0;
  }
}
/*==========iPhone 6/7/8/ Plus============*/
@media screen and (max-width: 414px) {
  .week-book1 .week-book2 .items .item .product-item .img-view {
    padding-left: 0;
  }
  .week-book1 .week-book2 .items .item .product-item .img-view span.discount .icon-vectorpaint {
    padding-left: 20px;
  }
  .week-book .header .list-nav ul,
  .block-product .header .list-nav ul {
    list-style-type: none;
    scroll-behavior: smooth;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .week-book .header .list-nav ul li,
  .block-product .header .list-nav ul li {
    float: left;
    flex: 0 0 auto;
    padding: 12px;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
  }
  .week-book .header .list-nav,
  .block-product .header .list-nav {
    width: 60%;
  }
}
/******centter banners**********/
.center-banners {
  margin-top: 20px;
}
.center-banners .item {
  float: left;
}
.center-banners .item a img {
  max-width: 100%;
  height: auto;
}
.center-banners .item2 {
  margin-left: 20px;
}
.center-banners .item3 {
  /*@media screen and (min-width:1200px){
            width:400px;
        }
        @media screen and (max-width:1200px){
            width:200px;
        }*/
  margin-left: 20px;
}
/*********************stationery*******************/
.gift-box,
.homeapp-box,
.fashion-box,
.tech-box,
.skld-box {
  margin-top: 20px;
}
.bg-bottom-ecaward {
  width: 564px;
  margin: 30px auto 0 auto;
  background: url(/Images/frontend/base/bg-bottom-ecaward.jpg) no-repeat;
  height: 28px;
}
.bg-bottom-ecaward ul {
  list-style-type: none;
  padding-left: 35px;
}
.bg-bottom-ecaward li {
  list-style-type: none;
  padding: 6px 20px;
  float: left;
}
.bg-bottom-ecaward a {
  color: #828282;
  font-size: 14px;
  font-family: centur;
}
.bg-bottom-ecaward a:hover {
  color: #ff0000;
}
.bb_popup-overlay_wrap .popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 999999;
}
.bb_popup-overlay_wrap .popup {
  padding: 20px 30px;
  border-radius: 8px;
  text-align: center;
  position: relative;
}
.bb_popup-overlay_wrap .popup-img_close {
  position: absolute;
  top: -15px;
  right: 0;
  cursor: pointer;
}
.bb_popup-overlay_wrap .popup-img_content img {
  border-radius: 7px;
}
.bb_popup-overlay_wrap .popup button {
  margin-top: 15px;
  padding: 10px 20px;
  background-color: #4CAF50;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}
bb_popup-overlay_wrap .popup button:hover {
  background-color: #45a049;
}
@media screen and (max-width: 576px) {
  .bb_popup-overlay_wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .bb_popup-overlay_wrap .popup-img_close {
    top: 0;
    right: 15px;
    width: 20px;
    height: 20px;
  }
  .bb_popup-overlay_wrap .popup-img_content a {
    display: block;
  }
}
