/********************************************************
			Coderplace Custom Styles
********************************************************/
.tm-carousel {
	display: none;
	position: relative;
	float: left;
	width: 100%;
	margin: 0;
}

.owl-carousel .owl-wrapper {
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
	-ms-transform: translate3d(0px, 0px, 0px);
	-o-transform: translate3d(0px, 0px, 0px);
	-moz-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.owl-carousel .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	float: left;
	width: 100%;
	padding: 0;
}

.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-carousel .owl-item .manu_image a {
	display: inline-block;
}

.owl-carousel .owl-item .manu_image a img {
	max-width: 100%;
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
	/* fix */
	-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);
	text-align: center;
}

/* mouse grab icon */
.grabbing {
	cursor: url("../img/megnor/grabbing.png") 8 8, move;
}

.customNavigation {
	position: absolute;
	z-index: 9;
	width: 100%;
	top: 50%;
	direction: ltr !important;
	right: 0;
	left: auto;
	opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
}

.products .customNavigation {
	top: 48%;
}

.tmcategorylist .customNavigation,
.testimonial-block-part .customNavigation {
	top: 54%;
}

.tmcategorylist:hover .customNavigation {
	opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
}

.customNavigation a.prev::before {
	content: "\E314";
	font-family: "Material Icons";
	position: absolute;
	font-size: 20px;
	right: 5px;
	top: -1px;
	color: #808080;
}

.customNavigation a.next::before {
	content: "\E315";
	font-family: "Material Icons";
	position: absolute;
	font-size: 20px;
	position: absolute;
	right: 3px;
	top: -1px;
	color: #808080;
}

#tmtestimonialcmsblock .customNavigation {
	top: -24px;
	z-index: 5;
	right: 15px;
}

#index #tmtestimonialcmsblock .customNavigation {
	top: -40px;
	right: 0;
}

.special-products .customNavigation {
	top: 41%;
}

.special-products:hover .customNavigation,
.products:hover .customNavigation,
.testimonial-block-part:hover .customNavigation,
.tmblog-latest:hover .customNavigation,
#tminstagramblock:hover .customNavigation,
.product-accessories:hover .customNavigation {
	opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
}

.lastest_block .customNavigation {
	top: 44%;
}

/* .lastest_block .customNavigation {
	top: -70px;
	bottom: auto;
	right: 20px;
} */

.customNavigation i {
	color: #222 !important;
	cursor: pointer;
	font-size: 0;
	font-weight: 500;
	height: 38px;
	line-height: 32px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	text-align: center;
	width: 38px;
	background: transparent;
	border-radius: 0;
	font-style: unset;
	box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.11);
}

.customNavigation i.prev {
	background: transparent;
	right: auto;
	background: #fff;
	border-radius: 50%;
	left: -5px;
}

.customNavigation i.next {
	background: transparent;
	right: 0px;
	background: #fff;
	border-radius: 50%;
	right: -5px;
}

.tmcategorylist .customNavigation i.prev,
.testimonial-block-part .customNavigation i.prev,
#tminstagramblock .btn.prev.instagram_prev,
.special-products .customNavigation i.prev,
.btn.prev.accessories_prev {
	left: -20px;
}

.tmcategorylist .customNavigation i.next,
.testimonial-block-part .customNavigation i.next,
#tminstagramblock .btn.next.instagram_next,
.special-products .customNavigation i.next,
.btn.next.accessories_next {
	right: -20px;
}

.customNavigation i.prev::before {
	content: '';
	-webkit-mask-image: url(../img/megnor/pro-left.svg);
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	mask-image: url(../img/megnor/pro-left.svg);
	mask-position: center;
	mask-repeat: no-repeat;
	background-color: #000;
	mask-size: 14px;
	font-size: 14px;
	width: 38px;
	height: 38px;
	display: block;
	-webkit-mask-size: 14px;
}

#tmtestimonialcmsblock .customNavigation i.prev::before {
	right: 1px;
	font-weight: 500;
}

#tmtestimonialcmsblock .customNavigation i.next::before {
	right: 0;
	font-weight: 500;
}

.customNavigation i.next::before {
	content: '';
	-webkit-mask-image: url(../img/megnor/pro-right.svg);
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	mask-image: url(../img/megnor/pro-right.svg);
	mask-position: center;
	mask-repeat: no-repeat;
	background-color: #000;
	mask-size: 14px;
	font-size: 14px;
	width: 38px;
	height: 38px;
	display: block;
	-webkit-mask-size: 14px;
}

.customNavigation i.next:hover::before {
	color: #fff;
}

.customNavigation i.prev:hover::before {
	color: #fff;
}

#tmleftbanner img,
#tmleftbanner1 img {
	max-width: 100%;
}

#tmleftbanner1 li,
#tmleftbanner li {
	overflow: hidden;
	position: relative;
	float: left;
}

#tmleftbanner li a,
#tmleftbanner1 li a {
	display: inline-block;
	position: relative;
	overflow: hidden;
	vertical-align: top;
}

.crosssell-products .customNavigation,
.productscategory-products .customNavigation {
	right: 0;
	top: 17px;
}

.footer-container .links.lastest_block .customNavigation i.prev:hover {
	color: #9bbab1 !important;
}

.footer-container .links.lastest_block .customNavigation i.next:hover {
	color: #9bbab1 !important;
}
/**/
@media (max-width: 1449px) {

	.tmcategorylist .customNavigation i.prev,
	.testimonial-block-part .customNavigation i.prev,
	#tminstagramblock .btn.prev.instagram_prev,
	.special-products .customNavigation i.prev,
	.btn.prev.accessories_prev {
		left: -15px;
	}

	.tmcategorylist .customNavigation i.next,
	.testimonial-block-part .customNavigation i.next,
	#tminstagramblock .btn.next.instagram_next,
	.special-products .customNavigation i.next,
	.btn.next.accessories_next {
		right: -15px;
	}

	.customNavigation i.next {
		right: 0;
	}

	.customNavigation i.prev {
		left: 0;
	}
}

@media (max-width: 1199px) {
	#tmtestimonialcmsblock .customNavigation {
		top: -36px;
		z-index: 5;
		right: -18px;
	}
}

@media (max-width: 991px) {

	#tmleftbanner li img,
	#tmleftbanner1 li a {
		width: auto;
	}

	#tmtestimonialcmsblock .customNavigation {
		top: 0;
		right: 0;
	}

	#main .images-container .js-qv-mask {
		margin: 0px;
	}
}
/* TODO 全局样式处理 */
.cart-summary-line.tax-excl{
    display: none;
}
/* 移动端样式 - 屏幕宽度小于768px */
@media (max-width: 767px) {
	.customNavigation {
		opacity: 1;
		-khtml-opacity: 1;
		-webkit-opacity: 1;
		-moz-opacity: 1;
	}

	.tmcategorylist .customNavigation i.prev,
	.testimonial-block-part .customNavigation i.prev,
	#tminstagramblock .btn.prev.instagram_prev,
	.special-products .customNavigation i.prev,
	.btn.prev.accessories_prev {
		left: 0;
	}

	.tmcategorylist .customNavigation i.next,
	.testimonial-block-part .customNavigation i.next,
	#tminstagramblock .btn.next.instagram_next,
	.special-products .customNavigation i.next,
	.btn.next.accessories_next {
		right: 0;
	}

	#main .images-container .js-qv-mask .customNavigation {
		top: 30%;
	}

	.quickview .mask.additional_slider .customNavigation i.prev {
		left: -10px !important;
	}

	.quickview .mask.additional_slider .customNavigation i.next {
		right: -10px !important;
	}

	.btn.next.brand_next {
		left: auto;
		right: 0;
		position: absolute;
	}

	.btn.prev.brand_prev {
		left: 0;
		right: auto;
	}

	.customNavigation i.next {
		left: auto;
		right: 0;
	}
}

/* 桌面端样式 - 屏幕宽度大于768px */
@media (min-width: 768px) {
  .cart_custom {
      display: none;
  }
  #_desktop_cart{
      margin: 26px 18px 0;
  }
  #columns_inner{
      margin-top:150px;
  }
  #product #main .product-goods-rating {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 2px;
        clear: both;
        margin: 0;
    }
  #product #main .product-goods-rating .rating .star:before {
     content: "\E686";
  }
  #product #main .product-goods-rating .rating .star {
     margin-right: 4px;
     font-size: 15px;
     color: #ffcc41;
  }
    .product-goods-rating .comment {
        text-decoration-line: underline;
        color: #039e2f;
        display: none;
    }
}

@media (max-width: 480px) {

	#product .product-cover img {
		height: 370px;
		width: 100%;
	}

	#product .swiper-pagination {
		font-size: 12px;
		left: auto;
		top: 290px;
		right: 30px;
		color: white;
		background: #aaa;
		width: fit-content;
		padding: 1px 10px;
		border-radius: 8px;
		height: min-content;
	}

	#header .cart_custom {
		display: none
	}

	#wrapper {
		/* height: calc(100vh - 120px); */
		padding: 120px 0px 10px 0px;
		overflow: hidden;
		overflow-y: auto;
	}

	.product-goods-rating .comment {
		text-decoration-line: underline;
		color: #039e2f;
	}

	.product-shipping-tips {
		color: #039e2f;
	}

	#header .header-nav {
		height: 40px;
	}

	#checkout #breadcrumb_wrapper {
		display: none;
	}


	#header .header-top {
		padding: 10px 0px;
	}

	#_desktop_cart {
		padding-top: 3px;
		margin: 0;
	}

	#product .page-content .product-leftside {
		margin: 0;
	}

	.product-leftside .product-cover {
		width: 100%;
		height: 320px;
	}
}

#header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
}

#header .header-nav {
	display: none;
}

.product-information .product-buy-num input {
	width: 40px;
	height: 28px;
	font-size: 15px;
	color: #666;
}

#footer {
	/* display: none !important; */
	margin: 0;
}

.product-brand {
	display: none;
}

#tmcms2_block .qtyprogress {
	display: none !important;
}

.special-products .product-description .product-price-and-shipping .price {
	color: #f25c05;
}


.owl-carousel .owl-item {
	width: 50% !important;
}

.iconfont.icon-cart {
	background-size: 35px 35px;
	width: 36px;
	height: 36px;
}

.cart-products-counthome {
	top: 14px;
	left: 6px;
	text-align: center;
	width: 23px;
}

.highlighted-informations {
	display: none;
}

.footer-container.parallax-bg>.container {
	padding: 40px 20px 20px 20px;
}

.product-price-and-comment {
	display: flex;
	justify-content: space-between;
}

.discount-list {
	display: flex;
	justify-content: space-between;
}

.discount-list .img {
	width: 75px;
	height: 75px;
}

.discount-list .img img {
	/* width: 100%; */
}

@keyframes shake {

	/* 定义动画的关键帧 */
	0% {
		transform: translateX(0);
	}

	50% {
		/* transform: translateX(-20px); */
		transform: rotate(-5deg);
	}

	100% {
		transform: rotate(5deg);
		/* transform: translateX(0); */
	}
}

.product-quantity .add .add-to-cart .btn-cart-num,.carthome-old.iconfont.icon-cart {
	animation: shake 0.2s ease-in-out 0s infinite;
}

.flexslider{
	margin-top: 120px;
}

#breadcrumb_wrapper ol{
	display: none;
}
#cart .product-line-grid .col-md-6.col-xs-2.price{
	display: none;
}
#cart .product-discount{
	display: none;
}