﻿:root {
	--woocommerce: $woocommerce;
	--wc-green: $green;
	--wc-red: $red;
	--wc-orange: $orange;
	--wc-blue: $blue;
	--wc-primary: $primary;
	--wc-primary-text: $primarytext;
	--wc-secondary: $secondary;
	--wc-secondary-text: $secondarytext;
	--wc-highlight: $highlight;
	--wc-highligh-text: $highlightext;
	--wc-content-bg: $contentbg;
	--wc-subtext: $subtext
}

@font-face {
	font-family: star;
	src: url(../fonts/star.eot);
	src: url(../fonts/star.eot) format("embedded-opentype"), url(../fonts/star.woff) format("woff"), url(../fonts/star.ttf) format("truetype"), url(../fonts/star.svg#star) format("svg");
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: WooCommerce;
	src: url(../fonts/woocommerce.eot);
	src: url(../fonts/woocommerce.eot) format("embedded-opentype"), url(../fonts/woocommerce.woff) format("woff"), url(../fonts/woocommerce.ttf) format("truetype"), url(../fonts/woocommerce.svg#woocommerce) format("svg");
	font-weight: 400;
	font-style: normal
}

div.pp_woocommerce .pp_content_container {
	background: #fff;
	border-radius: 3px;
	box-shadow: 0 1px 30px rgba(0, 0, 0, .25);
	padding: 20px 0
}

div.pp_woocommerce .pp_content_container::after,
div.pp_woocommerce .pp_content_container::before {
	content: " ";
	display: table
}

div.pp_woocommerce .pp_content_container::after {
	clear: both
}

div.pp_woocommerce .pp_loaderIcon::before {
	height: 1em;
	width: 1em;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -.5em;
	margin-top: -.5em;
	content: "";
	-webkit-animation: spin 1s ease-in-out infinite;
	animation: spin 1s ease-in-out infinite;
	background: url(../fonts/loader.svg) center center;
	background-size: cover;
	line-height: 1;
	text-align: center;
	font-size: 2em;
	color: rgba(0, 0, 0, .75)
}

div.pp_woocommerce div.ppt {
	color: #000
}

div.pp_woocommerce .pp_gallery ul li a {
	border: 1px solid rgba(0, 0, 0, .5);
	background: #fff;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	border-radius: 2px;
	display: block
}

div.pp_woocommerce .pp_gallery ul li a:hover {
	border-color: #000
}

div.pp_woocommerce .pp_gallery ul li.selected a {
	border-color: #000
}

div.pp_woocommerce .pp_next::before,
div.pp_woocommerce .pp_previous::before {
	border-radius: 100%;
	height: 1em;
	width: 1em;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .5);
	background-color: #444;
	color: #fff !important;
	font-size: 16px !important;
	line-height: 1em;
	-webkit-transition: all ease-in-out .2s;
	transition: all ease-in-out .2s;
	font-family: WooCommerce;
	content: '\e00b';
	text-indent: 0;
	display: none;
	position: absolute;
	top: 50%;
	margin-top: -10px;
	text-align: center
}

div.pp_woocommerce .pp_next::before:hover,
div.pp_woocommerce .pp_previous::before:hover {
	background-color: #000
}

div.pp_woocommerce .pp_next:hover::before,
div.pp_woocommerce .pp_previous:hover::before {
	display: block
}

div.pp_woocommerce .pp_previous::before {
	left: 1em
}

div.pp_woocommerce .pp_next::before {
	right: 1em;
	font-family: WooCommerce;
	content: '\e008'
}

div.pp_woocommerce .pp_details {
	margin: 0;
	padding-top: 1em
}

div.pp_woocommerce .pp_description,
div.pp_woocommerce .pp_nav {
	font-size: 14px
}

div.pp_woocommerce .pp_arrow_next,
div.pp_woocommerce .pp_arrow_previous,
div.pp_woocommerce .pp_nav,
div.pp_woocommerce .pp_nav .pp_pause,
div.pp_woocommerce .pp_nav p,
div.pp_woocommerce .pp_play {
	margin: 0
}

div.pp_woocommerce .pp_nav {
	margin-right: 1em;
	position: relative
}

div.pp_woocommerce .pp_close {
	border-radius: 100%;
	height: 1em;
	width: 1em;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .5);
	background-color: #444;
	color: #fff !important;
	font-size: 16px !important;
	line-height: 1em;
	-webkit-transition: all ease-in-out .2s;
	transition: all ease-in-out .2s;
	top: -.5em;
	right: -.5em;
	font-size: 1.618em !important
}

div.pp_woocommerce .pp_close:hover {
	background-color: #000
}

div.pp_woocommerce .pp_close::before {
	font-family: WooCommerce;
	content: '\e013';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	text-indent: 0
}

div.pp_woocommerce .pp_arrow_next,
div.pp_woocommerce .pp_arrow_previous {
	border-radius: 100%;
	height: 1em;
	width: 1em;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .5);
	background-color: #444;
	color: #fff !important;
	font-size: 16px !important;
	line-height: 1em;
	-webkit-transition: all ease-in-out .2s;
	transition: all ease-in-out .2s;
	position: relative;
	margin-top: -1px
}

div.pp_woocommerce .pp_arrow_next:hover,
div.pp_woocommerce .pp_arrow_previous:hover {
	background-color: #000
}

div.pp_woocommerce .pp_arrow_next::before,
div.pp_woocommerce .pp_arrow_previous::before {
	font-family: WooCommerce;
	content: '\e00b';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	text-indent: 0
}

div.pp_woocommerce .pp_arrow_previous {
	margin-right: .5em
}

div.pp_woocommerce .pp_arrow_next {
	margin-left: .5em
}

div.pp_woocommerce .pp_arrow_next::before {
	content: '\e008'
}

div.pp_woocommerce a.pp_contract,
div.pp_woocommerce a.pp_expand {
	border-radius: 100%;
	height: 1em;
	width: 1em;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .5);
	background-color: #444;
	color: #fff !important;
	font-size: 16px !important;
	line-height: 1em;
	-webkit-transition: all ease-in-out .2s;
	transition: all ease-in-out .2s;
	right: auto;
	left: -.5em;
	top: -.5em;
	font-size: 1.618em !important
}

div.pp_woocommerce a.pp_contract:hover,
div.pp_woocommerce a.pp_expand:hover {
	background-color: #000
}

div.pp_woocommerce a.pp_contract::before,
div.pp_woocommerce a.pp_expand::before {
	font-family: WooCommerce;
	content: '\e005';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	text-indent: 0
}

div.pp_woocommerce a.pp_contract::before {
	content: '\e004'
}

div.pp_woocommerce #respond {
	margin: 0;
	width: 100%;
	background: 0 0;
	border: none;
	padding: 0
}

div.pp_woocommerce #respond .form-submit {
	margin-top: 0;
	float: none
}

div.pp_woocommerce .pp_inline {
	padding: 0 !important
}

.rtl div.pp_woocommerce .pp_content_container {
	text-align: right
}

@media only screen and (max-width:768px) {
	div.pp_woocommerce {
		left: 5% !important;
		right: 5% !important;
		box-sizing: border-box;
		width: 90% !important
	}

	div.pp_woocommerce .pp_contract,
	div.pp_woocommerce .pp_expand,
	div.pp_woocommerce .pp_gallery,
	div.pp_woocommerce .pp_next,
	div.pp_woocommerce .pp_previous {
		display: none !important
	}

	div.pp_woocommerce .pp_arrow_next,
	div.pp_woocommerce .pp_arrow_previous,
	div.pp_woocommerce .pp_close {
		height: 44px;
		width: 44px;
		font-size: 44px;
		line-height: 44px
	}

	div.pp_woocommerce .pp_arrow_next::before,
	div.pp_woocommerce .pp_arrow_previous::before,
	div.pp_woocommerce .pp_close::before {
		font-size: 44px
	}

	div.pp_woocommerce .pp_description {
		display: none !important
	}

	div.pp_woocommerce .pp_details {
		width: 100% !important
	}

	.pp_content {
		width: 100% !important
	}

	.pp_content #pp_full_res>img {
		width: 100% !important;
		height: auto !important
	}

	.currentTextHolder {
		line-height: 3
	}
}

div.pp_pic_holder a:focus {
	outline: 0
}

div.pp_overlay {
	background: #000;
	display: none;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 9999
}

div.pp_pic_holder {
	display: none;
	position: absolute;
	width: 100px;
	z-index: 10000
}

.pp_top {
	height: 20px;
	position: relative
}

* html .pp_top {
	padding: 0 20px
}

.pp_top .pp_left {
	height: 20px;
	left: 0;
	position: absolute;
	width: 20px
}

.pp_top .pp_middle {
	height: 20px;
	left: 20px;
	position: absolute;
	right: 20px
}

* html .pp_top .pp_middle {
	left: 0;
	position: static
}

.pp_top .pp_right {
	height: 20px;
	left: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 20px
}

.pp_content {
	height: 40px;
	min-width: 40px
}

* html .pp_content {
	width: 40px
}

.pp_fade {
	display: none
}

.pp_content_container {
	position: relative;
	text-align: left;
	width: 100%
}

.pp_content_container .pp_left {
	padding-left: 20px
}

.pp_content_container .pp_right {
	padding-right: 20px
}

.pp_content_container .pp_details {
	float: left;
	margin: 10px 0 2px
}

.pp_description {
	display: none;
	margin: 0
}

.pp_social {
	float: left;
	margin: 0
}

.pp_social .facebook {
	float: left;
	margin-left: 5px;
	width: 55px;
	overflow: hidden
}

.pp_social .twitter {
	float: left
}

.pp_nav {
	clear: right;
	float: left;
	margin: 3px 10px 0 0
}

.pp_nav p {
	float: left;
	margin: 2px 4px;
	white-space: nowrap
}

.pp_nav .pp_pause,
.pp_nav .pp_play {
	float: left;
	margin-right: 4px;
	text-indent: -10000px
}

a.pp_arrow_next,
a.pp_arrow_previous {
	display: block;
	float: left;
	height: 15px;
	margin-top: 3px;
	text-indent: -100000px;
	width: 14px
}

.pp_hoverContainer {
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2000
}

.pp_gallery {
	display: none;
	left: 50%;
	margin-top: -50px;
	position: absolute;
	z-index: 10000
}

.pp_gallery div {
	float: left;
	overflow: hidden;
	position: relative
}

.pp_gallery ul {
	float: left;
	height: 35px;
	margin: 0 0 0 5px;
	padding: 0;
	position: relative;
	white-space: nowrap
}

.pp_gallery ul a {
	border: 1px #000 solid;
	border: 1px rgba(0, 0, 0, .5) solid;
	display: block;
	float: left;
	height: 33px;
	overflow: hidden
}

.pp_gallery li.selected a,
.pp_gallery ul a:hover {
	border-color: #fff
}

.pp_gallery ul a img {
	border: 0
}

.pp_gallery li {
	display: block;
	float: left;
	margin: 0 5px 0 0;
	padding: 0
}

.pp_gallery li.default a {
	display: block;
	height: 33px;
	width: 50px
}

.pp_gallery li.default a img {
	display: none
}

.pp_gallery .pp_arrow_next,
.pp_gallery .pp_arrow_previous {
	margin-top: 7px !important
}

a.pp_next {
	display: block;
	float: right;
	height: 100%;
	text-indent: -10000px;
	width: 49%
}

a.pp_previous {
	display: block;
	float: left;
	height: 100%;
	text-indent: -10000px;
	width: 49%
}

a.pp_contract,
a.pp_expand {
	cursor: pointer;
	display: none;
	height: 20px;
	position: absolute;
	right: 30px;
	text-indent: -10000px;
	top: 10px;
	width: 20px;
	z-index: 20000
}

a.pp_close {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	text-indent: -10000px
}

.pp_bottom {
	height: 20px;
	position: relative
}

* html .pp_bottom {
	padding: 0 20px
}

.pp_bottom .pp_left {
	height: 20px;
	left: 0;
	position: absolute;
	width: 20px
}

.pp_bottom .pp_middle {
	height: 20px;
	left: 20px;
	position: absolute;
	right: 20px
}

* html .pp_bottom .pp_middle {
	left: 0;
	position: static
}

.pp_bottom .pp_right {
	height: 20px;
	left: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 20px
}

.pp_loaderIcon {
	display: block;
	height: 24px;
	left: 50%;
	margin: -12px 0 0 -12px;
	position: absolute;
	top: 50%;
	width: 24px
}

#pp_full_res .pp_inline {
	text-align: left
}

div.ppt {
	color: #fff !important;
	font-weight: 700;
	display: none;
	font-size: 17px;
	margin: 0 0 5px 15px;
	z-index: 9999
}

@-webkit-keyframes spin {
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

@keyframes spin {
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button,
.woocommerce-page .woocommerce-error .button,
.woocommerce-page .woocommerce-info .button,
.woocommerce-page .woocommerce-message .button {
	float: right
}

.woocommerce .col2-set,
.woocommerce-page .col2-set {
	*zoom: 1;
	width: 100%
}

.woocommerce #content div.product #reviews .comment:after,
.woocommerce #content div.product #reviews .comment:before,
.woocommerce #content div.product .woocommerce-tabs ul.tabs:after,
.woocommerce #content div.product .woocommerce-tabs ul.tabs:before,
.woocommerce #content div.product div.thumbnails:after,
.woocommerce #content div.product div.thumbnails:before,
.woocommerce .col2-set:after,
.woocommerce .col2-set:before,
.woocommerce .woocommerce-pagination ul.page-numbers:after,
.woocommerce .woocommerce-pagination ul.page-numbers:before,
.woocommerce div.product #reviews .comment:after,
.woocommerce div.product #reviews .comment:before,
.woocommerce div.product .woocommerce-tabs ul.tabs:after,
.woocommerce div.product .woocommerce-tabs ul.tabs:before,
.woocommerce div.product div.thumbnails:after,
.woocommerce div.product div.thumbnails:before,
.woocommerce-page #content div.product #reviews .comment:after,
.woocommerce-page #content div.product #reviews .comment:before,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs:after,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs:before,
.woocommerce-page #content div.product div.thumbnails:after,
.woocommerce-page #content div.product div.thumbnails:before,
.woocommerce-page .col2-set:after,
.woocommerce-page .col2-set:before,
.woocommerce-page .woocommerce-pagination ul.page-numbers:after,
.woocommerce-page .woocommerce-pagination ul.page-numbers:before,
.woocommerce-page div.product #reviews .comment:after,
.woocommerce-page div.product #reviews .comment:before,
.woocommerce-page div.product .woocommerce-tabs ul.tabs:after,
.woocommerce-page div.product .woocommerce-tabs ul.tabs:before,
.woocommerce-page div.product div.thumbnails:after,
.woocommerce-page div.product div.thumbnails:before {
	content: " ";
	display: table
}

.woocommerce #content div.product div.thumbnails:after,
.woocommerce .col2-set:after,
.woocommerce div.product div.thumbnails:after,
.woocommerce-page #content div.product div.thumbnails:after,
.woocommerce-page .col2-set:after,
.woocommerce-page div.product div.thumbnails:after {
	clear: both
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
	float: left;
	width: 48%
}

.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
	float: right;
	width: 48%
}

.woocommerce img,
.woocommerce-page img {
	height: auto;
	max-width: 100%
}

.woocommerce #content div.product .entry-product,
.woocommerce div.product .entry-product,
.woocommerce-page #content div.product .entry-product,
.woocommerce-page div.product .entry-product {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 30px
}

@media (max-width:991px) {

	.woocommerce #content div.product .entry-product,
	.woocommerce div.product .entry-product,
	.woocommerce-page #content div.product .entry-product,
	.woocommerce-page div.product .entry-product {
		display: block
	}
}

.woocommerce #content div.product .entry-images,
.woocommerce div.product .entry-images,
.woocommerce-page #content div.product .entry-images,
.woocommerce-page div.product .entry-images {
	width: 320px;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

@media (max-width:991px) {

	.woocommerce #content div.product .entry-images,
	.woocommerce div.product .entry-images,
	.woocommerce-page #content div.product .entry-images,
	.woocommerce-page div.product .entry-images {
		width: 100%
	}
}

.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
	display: block !important;
	width: 100% !important;
	float: none !important
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs,
.woocommerce #content div.product div.thumbnails,
.woocommerce div.product .woocommerce-tabs ul.tabs,
.woocommerce div.product div.thumbnails,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs,
.woocommerce-page #content div.product div.thumbnails,
.woocommerce-page div.product .woocommerce-tabs ul.tabs,
.woocommerce-page div.product div.thumbnails {
	*zoom: 1
}

.woocommerce #content div.product div.thumbnails a,
.woocommerce div.product div.thumbnails a,
.woocommerce-page #content div.product div.thumbnails a,
.woocommerce-page div.product div.thumbnails a {
	float: left;
	width: 30.75%;
	margin-right: 3.8%;
	margin-bottom: 1em
}

.woocommerce #content div.product div.thumbnails a.last,
.woocommerce div.product div.thumbnails a.last,
.woocommerce-page #content div.product div.thumbnails a.last,
.woocommerce-page div.product div.thumbnails a.last {
	margin-right: 0
}

.woocommerce #content div.product div.thumbnails a.first,
.woocommerce div.product div.thumbnails a.first,
.woocommerce-page #content div.product div.thumbnails a.first,
.woocommerce-page div.product div.thumbnails a.first {
	clear: both
}

.woocommerce #content div.product div.thumbnails.columns-1 a,
.woocommerce div.product div.thumbnails.columns-1 a,
.woocommerce-page #content div.product div.thumbnails.columns-1 a,
.woocommerce-page div.product div.thumbnails.columns-1 a {
	width: 100%;
	margin-right: 0;
	float: none
}

.woocommerce #content div.product div.thumbnails.columns-2 a,
.woocommerce div.product div.thumbnails.columns-2 a,
.woocommerce-page #content div.product div.thumbnails.columns-2 a,
.woocommerce-page div.product div.thumbnails.columns-2 a {
	width: 48%
}

.woocommerce #content div.product div.thumbnails.columns-4 a,
.woocommerce div.product div.thumbnails.columns-4 a,
.woocommerce-page #content div.product div.thumbnails.columns-4 a,
.woocommerce-page div.product div.thumbnails.columns-4 a {
	width: 22.05%
}

.woocommerce #content div.product div.thumbnails.columns-5 a,
.woocommerce div.product div.thumbnails.columns-5 a,
.woocommerce-page #content div.product div.thumbnails.columns-5 a,
.woocommerce-page div.product div.thumbnails.columns-5 a {
	width: 16.9%
}

.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
	width: 100%;
	padding: 0 30px;
	-webkit-flex-shrink: 1;
	-ms-flex-negative: 1;
	flex-shrink: 1
}

@media (max-width:991px) {

	.woocommerce #content div.product div.summary,
	.woocommerce div.product div.summary,
	.woocommerce-page #content div.product div.summary,
	.woocommerce-page div.product div.summary {
		margin-top: 20px;
		padding: 0
	}
}

.woocommerce #content div.product .entry-contact,
.woocommerce div.product .entry-contact,
.woocommerce-page #content div.product .entry-contact,
.woocommerce-page div.product .entry-contact {
	width: 205px;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	border-radius: 2px;
	overflow: hidden
}
.shxia a{color:#666;}
.shxia span:nth-child(2){float:right;}
@media (max-width:991px) {

	.woocommerce #content div.product .entry-contact,
	.woocommerce div.product .entry-contact,
	.woocommerce-page #content div.product .entry-contact,
	.woocommerce-page div.product .entry-contact {
		display:none;
	}
	.shxia{display:none;}
}

.woocommerce #content div.product .entry-contact-title,
.woocommerce div.product .entry-contact-title,
.woocommerce-page #content div.product .entry-contact-title,
.woocommerce-page div.product .entry-contact-title {
	padding: 15px;
	margin: 0;
	font-size: 16px;
	line-height: 1;
	color: #fff;
	background: #2c3251
}

.woocommerce #content div.product .entry-contact-inner,
.woocommerce div.product .entry-contact-inner,
.woocommerce-page #content div.product .entry-contact-inner,
.woocommerce-page div.product .entry-contact-inner {
	padding: 15px;
	border: 1px solid #e5e5e5;
	border-top: 0;
	font-size: 14px;
	border-radius: 2px;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.woocommerce #content div.product .entry-contact-inner h4,
.woocommerce div.product .entry-contact-inner h4,
.woocommerce-page #content div.product .entry-contact-inner h4,
.woocommerce-page div.product .entry-contact-inner h4 {
	font-size: 14px;
	margin: 0 0 10px
}

.woocommerce #content div.product .entry-contact-inner p,
.woocommerce div.product .entry-contact-inner p,
.woocommerce-page #content div.product .entry-contact-inner p,
.woocommerce-page div.product .entry-contact-inner p {
	margin-bottom: 0;
	color: #ff0000;
	font-size:20px;
	font-weight:700;
}
.entry-contact-inner p.entry-contact-item span{
	margin-bottom: 0;
	font-size:14px;
	color: rgba(0, 0, 0, .6);
	font-weight:500;
}
.woocommerce #content div.product .entry-contact-inner p+h4,
.woocommerce div.product .entry-contact-inner p+h4,
.woocommerce-page #content div.product .entry-contact-inner p+h4,
.woocommerce-page div.product .entry-contact-inner p+h4 {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px dashed #e5e5e5
}

.woocommerce #content div.product .entry-contact-item,
.woocommerce div.product .entry-contact-item,
.woocommerce-page #content div.product .entry-contact-item,
.woocommerce-page div.product .entry-contact-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 12px !important;
	line-height: 28px
}

.woocommerce #content div.product .entry-contact-item:last-child,
.woocommerce div.product .entry-contact-item:last-child,
.woocommerce-page #content div.product .entry-contact-item:last-child,
.woocommerce-page div.product .entry-contact-item:last-child {
	margin-bottom: 0 !important
}

.woocommerce #content div.product .entry-contact-item .btn,
.woocommerce div.product .entry-contact-item .btn,
.woocommerce-page #content div.product .entry-contact-item .btn,
.woocommerce-page div.product .entry-contact-item .btn {
	padding-left: 10px;
	padding-right: 10px;
	color: #518cff;
	background: -o-linear-gradient(top, rgba(81, 140, 255, .1) 0, rgba(81, 140, 255, .3) 100%);
	background: linear-gradient(180deg, rgba(81, 140, 255, .1), rgba(81, 140, 255, .3));
	border: 1px solid #518cff;
	border-radius: 2px;
	-webkit-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s
}

.woocommerce #content div.product .entry-contact-item .btn:hover,
.woocommerce div.product .entry-contact-item .btn:hover,
.woocommerce-page #content div.product .entry-contact-item .btn:hover,
.woocommerce-page div.product .entry-contact-item .btn:hover {
	color: #fff;
	background: #518cff;
	-webkit-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s
}

.woocommerce #content div.product .entry-contact-item .wpcom-icon,
.woocommerce div.product .entry-contact-item .wpcom-icon,
.woocommerce-page #content div.product .entry-contact-item .wpcom-icon,
.woocommerce-page div.product .entry-contact-item .wpcom-icon {
	margin-right: 3px;
	width: 14px;
	font-size: 14px;
	vertical-align: top
}

.woocommerce #content div.product #reviews .comment:after,
.woocommerce #content div.product .woocommerce-tabs,
.woocommerce #content div.product .woocommerce-tabs ul.tabs:after,
.woocommerce div.product #reviews .comment:after,
.woocommerce div.product .woocommerce-tabs,
.woocommerce div.product .woocommerce-tabs ul.tabs:after,
.woocommerce-page #content div.product #reviews .comment:after,
.woocommerce-page #content div.product .woocommerce-tabs,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs:after,
.woocommerce-page div.product #reviews .comment:after,
.woocommerce-page div.product .woocommerce-tabs,
.woocommerce-page div.product .woocommerce-tabs ul.tabs:after {
	clear: both
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li {
	display: inline-block
}

.woocommerce #content div.product #reviews .comment,
.woocommerce .woocommerce-pagination ul.page-numbers,
.woocommerce div.product #reviews .comment,
.woocommerce-page #content div.product #reviews .comment,
.woocommerce-page .woocommerce-pagination ul.page-numbers,
.woocommerce-page div.product #reviews .comment,
.woocommerce-page ul.cart_list li,
.woocommerce-page ul.product_list_widget li {
	*zoom: 1
}

.woocommerce #content div.product #reviews .comment img,
.woocommerce div.product #reviews .comment img,
.woocommerce-page #content div.product #reviews .comment img,
.woocommerce-page div.product #reviews .comment img,
.woocommerce-page ul.cart_list li img,
.woocommerce-page ul.product_list_widget li img {
	float: right;
	height: auto
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	float: left;
	position: relative;
	width: 25%;
	margin: 0;
	padding: 10px
}

@media (max-width:991px) {

	.woocommerce ul.products li.product,
	.woocommerce-page ul.products li.product {
		width: 50%
	}
}

.woocommerce .woocommerce-pagination ul.page-numbers:after,
.woocommerce ul.products li.first,
.woocommerce-page .woocommerce-pagination ul.page-numbers:after,
.woocommerce-page ul.products li.first {
	clear: both
}

.woocommerce ul.products li.last,
.woocommerce-page ul.products li.last {
	margin-right: 0
}

.woocommerce-page.columns-1 ul.products .product-item,
.woocommerce-page.columns-1 ul.products li.product,
.woocommerce.columns-1 ul.products .product-item,
.woocommerce.columns-1 ul.products li.product {
	width: 100%;
	margin-right: 0
}

.woocommerce-page.columns-2 ul.products .product-item,
.woocommerce-page.columns-2 ul.products li.product,
.woocommerce.columns-2 ul.products .product-item,
.woocommerce.columns-2 ul.products li.product {
	width: 50%
}

.woocommerce-page.columns-3 ul.products .product-item,
.woocommerce-page.columns-3 ul.products li.product,
.woocommerce.columns-3 ul.products .product-item,
.woocommerce.columns-3 ul.products li.product {
	width: 33.333%
}

@media (max-width:991px) {

	.woocommerce-page.columns-3 ul.products .product-item,
	.woocommerce-page.columns-3 ul.products li.product,
	.woocommerce.columns-3 ul.products .product-item,
	.woocommerce.columns-3 ul.products li.product {
		width: 50%
	}
}

.woocommerce-page.columns-5 ul.products .product-item,
.woocommerce-page.columns-5 ul.products li.product,
.woocommerce.columns-5 ul.products .product-item,
.woocommerce.columns-5 ul.products li.product {
	width: 20%
}

@media (max-width:991px) {

	.woocommerce-page.columns-5 ul.products .product-item,
	.woocommerce-page.columns-5 ul.products li.product,
	.woocommerce.columns-5 ul.products .product-item,
	.woocommerce.columns-5 ul.products li.product {
		width: 50%
	}
}

.woocommerce-page.columns-6 ul.products .product-item,
.woocommerce-page.columns-6 ul.products li.product,
.woocommerce.columns-6 ul.products .product-item,
.woocommerce.columns-6 ul.products li.product {
	width: 16.666%
}

@media (max-width:991px) {

	.woocommerce-page.columns-6 ul.products .product-item,
	.woocommerce-page.columns-6 ul.products li.product,
	.woocommerce.columns-6 ul.products .product-item,
	.woocommerce.columns-6 ul.products li.product {
		width: 33.333%
	}
}

.woocommerce .woocommerce-result-count,
.woocommerce-page .woocommerce-result-count {
	float: left
}

.rtl .woocommerce .col2-set .col-1,
.rtl .woocommerce-page .col2-set .col-1,
.woocommerce #payment #place_order,
.woocommerce .woocommerce-ordering,
.woocommerce-page #payment #place_order,
.woocommerce-page .woocommerce-ordering {
	float: right
}

.woocommerce .woocommerce-pagination ul.page-numbers li,
.woocommerce-page .woocommerce-pagination ul.page-numbers li {
	display: inline-block
}

.woocommerce #content table.cart img,
.woocommerce table.cart img,
.woocommerce-page #content table.cart img,
.woocommerce-page table.cart img {
	height: auto
}

.woocommerce #content table.cart td.actions,
.woocommerce table.cart td.actions,
.woocommerce-page #content table.cart td.actions,
.woocommerce-page table.cart td.actions {
	text-align: right
}

.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
	width: 80px
}

.rtl .woocommerce .col2-set .col-2,
.rtl .woocommerce-page .col2-set .col-2,
.woocommerce #content table.cart td.actions .coupon,
.woocommerce table.cart td.actions .coupon,
.woocommerce-page #content table.cart td.actions .coupon,
.woocommerce-page table.cart td.actions .coupon {
	float: left
}

.woocommerce #content table.cart td.actions .coupon label,
.woocommerce table.cart td.actions .coupon label,
.woocommerce-page #content table.cart td.actions .coupon label,
.woocommerce-page table.cart td.actions .coupon label {
	display: none
}

.woocommerce .cart-collaterals,
.woocommerce-page .cart-collaterals {
	width: 300px;
	margin-left: 30px;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

@media (max-width:991px) {

	.woocommerce .cart-collaterals,
	.woocommerce-page .cart-collaterals {
		width: auto;
		margin-left: 0
	}
}

.woocommerce .cart-collaterals .shipping_calculator,
.woocommerce-page .cart-collaterals .shipping_calculator {
	width: 48%;
	*zoom: 1;
	clear: right;
	float: right
}

.woocommerce .cart-collaterals .shipping_calculator:after,
.woocommerce .cart-collaterals .shipping_calculator:before,
.woocommerce form .form-row:after,
.woocommerce form .form-row:before,
.woocommerce-page .cart-collaterals .shipping_calculator:after,
.woocommerce-page .cart-collaterals .shipping_calculator:before,
.woocommerce-page form .form-row:after,
.woocommerce-page form .form-row:before,
.woocommerce-page ul.cart_list li:after,
.woocommerce-page ul.cart_list li:before,
.woocommerce-page ul.product_list_widget li:after,
.woocommerce-page ul.product_list_widget li:before {
	content: " ";
	display: table
}

.woocommerce .cart-collaterals .shipping_calculator:after,
.woocommerce form .form-row:after,
.woocommerce-page .cart-collaterals .shipping_calculator:after,
.woocommerce-page form .form-row:after,
.woocommerce-page ul.cart_list li:after,
.woocommerce-page ul.product_list_widget li:after {
	clear: both
}

.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-1,
.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-2,
.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-1,
.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-2 {
	width: 47%
}

.woocommerce form .woocommerce-address-fields__field-wrapper,
.woocommerce form .woocommerce-billing-fields__field-wrapper,
.woocommerce-page form .woocommerce-address-fields__field-wrapper,
.woocommerce-page form .woocommerce-billing-fields__field-wrapper {
	margin: 0 -1%
}

@media (max-width:991px) {

	.woocommerce form .woocommerce-address-fields__field-wrapper,
	.woocommerce form .woocommerce-billing-fields__field-wrapper,
	.woocommerce-page form .woocommerce-address-fields__field-wrapper,
	.woocommerce-page form .woocommerce-billing-fields__field-wrapper {
		margin: 0
	}
}

.woocommerce-page form .form-row {
	margin: 0 0 15px
}

.woocommerce form .form-row,
.woocommerce-page form .form-row {
	float: left;
	width: 49.99%;
	padding: 0 1%;
	*zoom: 1
}

@media (max-width:991px) {

	.woocommerce form .form-row,
	.woocommerce-page form .form-row {
		width: 100%;
		float: none;
		padding: 0
	}
}

.woocommerce form .form-row.create-account,
.woocommerce-page form .form-row.create-account {
	line-height: 1
}

.woocommerce form .form-row.notes,
.woocommerce-page form .form-row.notes {
	width: 100%;
	float: none;
	padding-right: 0
}

.woocommerce form .form-row label,
.woocommerce ul.products li.product strong,
.woocommerce-page form .form-row label {
	display: block
}

.woocommerce form .form-row label.checkbox,
.woocommerce-page form .form-row label.checkbox {
	display: inline;
	padding-left: 20px;
	line-height: 20px;
	font-size: 12px
}

.woocommerce form .form-row label.checkbox span,
.woocommerce-page form .form-row label.checkbox span {
	font-size: 14px;
	line-height: 20px
}

.woocommerce-page form .form-row select {
	width: 100%
}

.woocommerce #review_form #respond textarea,
.woocommerce form .form-row .input-text,
.woocommerce-page form .form-row .input-text {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%
}

.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
	overflow: visible
}

.woocommerce #payment,
.woocommerce-page #payment {
	overflow: hidden
}

.woocommerce #payment .form-row select,
.woocommerce-page #payment .form-row select {
	width: auto
}

.woocommerce #payment .terms,
.woocommerce #payment .wc-terms-and-conditions,
.woocommerce-page #payment .terms,
.woocommerce-page #payment .wc-terms-and-conditions {
	text-align: left;
	padding: 0 1em 0 0;
	float: left
}

.woocommerce #payment .place-order,
.woocommerce-page #payment .place-order {
	float: right;
	margin: 0
}

@media (max-width:991px) {

	.woocommerce #payment #place_order,
	.woocommerce-page #payment #place_order {
		float: none;
		display: block;
		width: 100%;
		text-align: center
	}
}

.woocommerce #reviews #comments .add_review,
.woocommerce .woocommerce-billing-fields,
.woocommerce .woocommerce-shipping-fields,
.woocommerce-page .woocommerce-billing-fields,
.woocommerce-page .woocommerce-shipping-fields {
	*zoom: 1
}

.woocommerce .woocommerce-billing-fields:after,
.woocommerce .woocommerce-billing-fields:before,
.woocommerce .woocommerce-shipping-fields:after,
.woocommerce .woocommerce-shipping-fields:before,
.woocommerce-page .woocommerce-billing-fields:after,
.woocommerce-page .woocommerce-billing-fields:before,
.woocommerce-page .woocommerce-shipping-fields:after,
.woocommerce-page .woocommerce-shipping-fields:before {
	content: " ";
	display: table
}

.woocommerce .woocommerce-billing-fields:after,
.woocommerce .woocommerce-shipping-fields:after,
.woocommerce-page .woocommerce-billing-fields:after,
.woocommerce-page .woocommerce-shipping-fields:after {
	clear: both
}

.woocommerce-account .woocommerce-MyAccount-navigation {
	float: left;
	width: 30%
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
	padding: 0;
	font-size: 15px;
	list-style: none
}

.woocommerce #review_form #respond .stars,
.woocommerce #reviews h3,
.woocommerce div.product div.social span span,
.woocommerce div.product .cart .group_table td label,
.woocommerce div.product .cart .variations label,
.woocommerce td.product-name .wc-item-meta dd,
.woocommerce td.product-name dl.variation dd,
.woocommerce-account .woocommerce-MyAccount-navigation li {
	margin: 0
}

.woocommerce-account .woocommerce-MyAccount-navigation li a {
	display: block;
	padding: 10px 20px;
	color: #666;
	background: #fafafa;
	-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, .1);
	box-shadow: 0 0 1px rgba(0, 0, 0, .1)
}

.woocommerce-account .woocommerce-MyAccount-navigation li a:hover {
	color: #333;
	background: #f6f6f6;
	text-decoration: none
}

.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a {
	color: #333;
	background: #f6f6f6
}

.woocommerce-account .woocommerce-MyAccount-content {
	float: right;
	width: 68%
}

.woocommerce-cart .entry .woocommerce {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

@media (max-width:991px) {
	.woocommerce-cart .entry .woocommerce {
		display: block
	}
}

@font-face {
	font-family: star;
	src: url(../fonts/star.eot);
	src: url(../fonts/star.eot) format("embedded-opentype"), url(../fonts/star.woff) format("woff"), url(../fonts/star.ttf) format("truetype"), url(../fonts/star.svg) format("svg");
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: WooCommerce;
	src: url(../fonts/woocommerce.eot);
	src: url(../fonts/woocommerce.eot) format("embedded-opentype"), url(../fonts/woocommerce.woff) format("woff"), url(../fonts/woocommerce.ttf) format("truetype"), url(../fonts/woocommerce.svg) format("svg");
	font-weight: 400;
	font-style: normal
}

.woocommerce-store-notice,
p.demo_store {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0;
	width: 100%;
	font-size: 1em;
	padding: 1em 0;
	text-align: center;
	background-color: #a46497;
	color: #fff;
	z-index: 99998;
	-webkit-box-shadow: 0 1px 1em rgba(0, 0, 0, .2);
	box-shadow: 0 1px 1em rgba(0, 0, 0, .2);
	display: none
}

.woocommerce-store-notice a,
p.demo_store a {
	color: #fff;
	text-decoration: underline
}

.admin-bar p.demo_store {
	top: 32px
}

.clear {
	clear: both
}

.woocommerce .blockUI.blockOverlay,
.woocommerce div.product div.images.woocommerce-product-gallery {
	position: relative
}

.woocommerce .blockUI.blockOverlay:before,
.woocommerce .loader:before {
	height: 1em;
	width: 1em;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -.5em;
	margin-top: -.5em;
	content: "";
	-webkit-animation: spin 1s ease-in-out infinite;
	animation: spin 1s ease-in-out infinite;
	background: url("data:image/svg+xml;charset=utf-8,%3Csvg class='icon' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cpath d='M512 85.333A42.667 42.667 0 01554.667 128v128a42.667 42.667 0 01-85.334 0V128A42.667 42.667 0 01512 85.333zm0 640A42.667 42.667 0 01554.667 768v128a42.667 42.667 0 01-85.334 0V768A42.667 42.667 0 01512 725.333zM938.667 512A42.667 42.667 0 01896 554.667H768a42.667 42.667 0 010-85.334h128A42.667 42.667 0 01938.667 512zm-640 0A42.667 42.667 0 01256 554.667H128a42.667 42.667 0 010-85.334h128A42.667 42.667 0 01298.667 512zm515.029 301.696a42.667 42.667 0 01-60.33 0L662.868 723.2a42.667 42.667 0 0160.331-60.33l90.496 90.453a42.667 42.667 0 010 60.373zM361.131 361.131a42.667 42.667 0 01-60.331 0l-90.453-90.454a42.667 42.667 0 0160.33-60.373l90.454 90.496a42.667 42.667 0 010 60.33zM210.347 813.696a42.667 42.667 0 010-60.33l90.496-90.497a42.667 42.667 0 1160.33 60.331l-90.453 90.496a42.667 42.667 0 01-60.373 0zm452.522-452.565a42.667 42.667 0 010-60.331l90.454-90.496a42.667 42.667 0 0160.373 60.33L723.2 361.132a42.667 42.667 0 01-60.33 0z' fill='%23fff'/%3E%3C/svg%3E") 50%;
	background-size: cover;
	line-height: 1;
	text-align: center;
	font-size: 2em;
	color: rgba(0, 0, 0, .75)
}

.woocommerce a.remove {
	display: block;
	font-size: 16px;
	height: 20px;
	width: 20px;
	margin: 0 auto;
	text-align: center;
	line-height: 20px;
	border-radius: 100%;
	color: rgba(0, 0, 0, .4);
	text-decoration: none;
	border: 0
}

.woocommerce a.remove:hover {
	color: rgba(0, 0, 0, .6)
}

.woocommerce a.remove .wi {
	margin: 0;
	vertical-align: top;
	color: inherit
}

.woocommerce small.note {
	display: block;
	color: #767676;
	font-size: .857em;
	margin-top: 10px
}

.woocommerce .woocommerce-breadcrumb {
	*zoom: 1;
	margin: 0 0 1em;
	padding: 0;
	font-size: .92em;
	color: #767676
}

.woocommerce #reviews #comments .add_review:after,
.woocommerce #reviews #comments .add_review:before,
.woocommerce #reviews #comments ol.commentlist li .comment-text:after,
.woocommerce #reviews #comments ol.commentlist li .comment-text:before,
.woocommerce #reviews #comments ol.commentlist:after,
.woocommerce #reviews #comments ol.commentlist:before,
.woocommerce .woocommerce-breadcrumb:after,
.woocommerce .woocommerce-breadcrumb:before,
.woocommerce div.product .cart:after,
.woocommerce div.product .cart:before,
.woocommerce div.product p.cart:after,
.woocommerce div.product p.cart:before {
	content: " ";
	display: table
}

.woocommerce #reviews #comments .add_review:after,
.woocommerce #reviews #comments ol.commentlist li .comment-text:after,
.woocommerce #reviews #comments ol.commentlist:after,
.woocommerce .woocommerce-breadcrumb:after,
.woocommerce div.product .cart:after,
.woocommerce div.product p.cart:after {
	clear: both
}

.woocommerce .woocommerce-breadcrumb a {
	color: #767676
}

.woocommerce .quantity {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex
}

.woocommerce .quantity .qty {
	display: inline-block;
	height: 30px;
	width: 3em;
	text-align: center;
	font-size: 14px;
	border: 0;
	border-top: 1px solid #dcdfe6;
	border-bottom: 1px solid #dcdfe6;
	outline: 0;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.woocommerce .quantity .qty-down,
.woocommerce .quantity .qty-up {
	display: inline-block;
	height: 30px;
	padding: 0 6px;
	font-size: 14px;
	line-height: 28px;
	color: #666;
	text-align: center;
	border: 1px solid #dcdfe6;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background: #f6f6f6;
	-webkit-flex-shrink: 1;
	-ms-flex-negative: 1;
	flex-shrink: 1
}

.woocommerce .quantity .qty-down:hover,
.woocommerce .quantity .qty-up:hover {
	background: #f3f3f3;
	cursor: pointer
}

.woocommerce div.product {
	margin-bottom: 0;
	position: relative
}

.woocommerce div.product .product_title {
	clear: none;
	margin-top: 0;
	padding: 0
}

.woocommerce div.product div.price,
.woocommerce div.product span.price {
	margin-bottom: 15px;
	font-size: 14px;
	color: #999;
	display:inline-block;
	width:100%;
}

.woocommerce div.product div.price,
.woocommerce div.product span.price {
	font-size: 14px;
	color: #999;
}

.woocommerce div.product p.price .amount,
.woocommerce div.product span.price .amount {
	font-size: 14px;
	font-weight: 500
}

.woocommerce div.product div.price .amount,
.woocommerce div.product span.price .amount {
	font-size: 14px;
	font-weight: 500;
	color:#f44336;
}
.woocommerce div.product div.price #users_price{color:#f44336;font-size: 40px; font-style:normal;font-weight:900;}

.woocommerce div.product div.price a{
	color:#999;
}

.woocommerce div.product div.price span{
	width:45%;
	display:block;
	float:left;
	line-height:40px;
	white-space: normal !important;
}
.woocommerce div.product div.price span:last-child{
	width:100%;
}
@media (max-width:767px) {

	.woocommerce div.product div.price .amount,
	.woocommerce div.product span.price .amount {
		font-size: 20px
	}
	.woocommerce div.product div.price span{
	width:100%;
	line-height:40px;
	white-space: normal !important;
}
}

.woocommerce div.product .cart .group_table .woocommerce-grouped-product-list-item__price ins,
.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
	text-decoration: none
}

.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
	margin-left: 5px;
	color: #666;
	opacity: .5
}

.woocommerce div.product p.price del .amount,
.woocommerce div.product span.price del .amount {
	font-size: 18px
}

.woocommerce div.product p.price .woocommerce-Price-currencySymbol,
.woocommerce div.product span.price .woocommerce-Price-currencySymbol {
	font-size: 16px;
	font-family: microsoft yahei, sans-serif
}

.woocommerce div.product p.stock {
	font-size: .92em
}

#add_payment_method .cart-collaterals .cart_totals .discount td,
.woocommerce div.product .stock,
.woocommerce-cart .cart-collaterals .cart_totals .discount td,
.woocommerce-checkout .cart-collaterals .cart_totals .discount td {
	color: #77a464
}

.woocommerce div.product .out-of-stock {
	color: red
}

.woocommerce div.product .woocommerce-product-rating {
	margin: 15px;
	float: right
}

@media (max-width:991px) {
	.woocommerce div.product .woocommerce-product-rating {
		float: none;
		margin: 0;
		padding: 15px 15px 0;
		background: #f2f2f2
	}
}

.woocommerce div.product div.images,
.woocommerce div.product div.summary {
	margin-bottom: 2em
}

.woocommerce div.product div.images img {
	display: block;
	width: 100%;
	height: auto;
	-webkit-box-shadow: none;
	box-shadow: none
}

.woocommerce div.product div.images div.thumbnails {
	padding-top: 1em
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
	-webkit-transition: all .5s cubic-bezier(.795, -.035, 0, 1);
	-o-transition: all cubic-bezier(.795, -.035, 0, 1) .5s;
	transition: all .5s cubic-bezier(.795, -.035, 0, 1)
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .zoomImg {
	background-color: #fff
}

.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
	width: 25%;
	display: inline-block
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
	position: absolute;
	top: .5em;
	right: .5em;
	font-size: 2em;
	z-index: 9;
	width: 36px;
	height: 36px;
	background: #fff;
	text-indent: -9999px;
	border-radius: 100%;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger:before {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border: 2px solid #000;
	border-radius: 100%;
	position: absolute;
	top: 9px;
	left: 9px;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger:after {
	content: "";
	display: block;
	width: 2px;
	height: 8px;
	background: #000;
	border-radius: 6px;
	position: absolute;
	top: 19px;
	left: 22px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

.woocommerce div.product div.images .flex-control-thumbs {
	overflow: hidden;
	zoom: 1;
	margin: 0;
	padding: 0
}

.woocommerce div.product div.images .flex-control-thumbs li {
	width: 25%;
	float: left;
	margin: 0;
	list-style: none
}

.woocommerce div.product div.images .flex-control-thumbs li img {
	cursor: pointer;
	opacity: .5;
	margin: 0
}

.woocommerce div.product div.images .flex-control-thumbs li img.flex-active,
.woocommerce div.product div.images .flex-control-thumbs li img:hover {
	opacity: 1
}

.woocommerce div.product .woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1),
.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1),
.woocommerce div.product .woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
	clear: left
}

.woocommerce div.product div.social {
	text-align: right;
	margin: 0 0 1em
}

.woocommerce div.product div.social span {
	margin: 0 0 0 2px
}

.woocommerce div.product div.social span .stButton .chicklets {
	padding-left: 16px;
	width: 0
}

.woocommerce div.product div.social iframe {
	float: left;
	margin-top: 3px
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
	list-style: none;
	padding: 0;
	margin: 0 0 20px;
	font-size: 0;
	overflow: hidden;
	position: relative;
	background: #f7f7f7;
	border: 0;
	border-bottom: 1px solid var(--theme-color)
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
	display: inline-block;
	position: relative;
	font-size: 14px;
	z-index: 0;
	margin-right: -1px;
	padding: 0 5px;
	border: 0;
	background-color: transparent
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	display: inline-block;
	padding: 0 20px;
	line-height: 38px;
	color: #666;
	text-decoration: none;
	-webkit-transition: all 0s ease-out 0s;
	-o-transition: all 0s ease-out 0s;
	transition: all 0s ease-out 0s
}

@media (max-width:767px) {
	.woocommerce div.product .woocommerce-tabs ul.tabs li a {
		padding: 0 10px
	}
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
	color: var(--theme-hover);
	text-decoration: none
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	color: #fff;
	background: var(--theme-color);
	z-index: 2
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
	-webkit-transition: all 0s ease-out 0s;
	-o-transition: all 0s ease-out 0s;
	transition: all 0s ease-out 0s;
	color: inherit;
	text-shadow: inherit
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a:hover {
	color: #fff
}

.woocommerce div.product .woocommerce-tabs .panel {
	margin: 0 0 2em;
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
	border: 0;
	background: 0 0
}

.woocommerce div.product .woocommerce-tabs .wc-tab {
	overflow: hidden
}

.woocommerce div.product .woocommerce-tabs .wc-tab li{
	list-style:none;
	padding-left:50px;
	background:url(../picture/wen.png) no-repeat top left;
	margin-bottom:40px;
}
.woocommerce div.product .woocommerce-tabs .wc-tab li h5{
	font-size:18px;
	font-weight:900;
}
.woocommerce div.product .woocommerce-tabs .wc-tab li p{
	font-size:14px;
	color:#999;
}

.woocommerce div.product p.cart {
	margin-bottom: 2em;
	*zoom: 1
}

.woocommerce div.product .woocommerce-Price-currencySymbol {
	margin-right: 3px
}

.woocommerce div.product .woocommerce-product-details__short-description {
	margin-bottom: 10px;
	color: #666;
	font-size: 14px
}

.woocommerce div.product .woocommerce-product-details__short-description>p:last-child {
	margin-bottom: 0
}

.woocommerce div.product .product_meta,
.woocommerce div.product .product_meta a,
.woocommerce div.product .cart .group_table .woocommerce-grouped-product-list-item__price del {
	color: #999
}

.woocommerce div.product .product_meta span {
	margin-right: 5px
}

.woocommerce div.product .product_meta a:hover,
.woocommerce table.my_account_orders .orders-table__row-item-title a:hover {
	color: var(--theme-hover)
}

.woocommerce div.product .cart {
	margin-bottom: 20px;
	*zoom: 1
}

.woocommerce div.product .cart div.quantity {
	margin: 0 10px 10px 0
}

.woocommerce div.product .cart div.quantity .qty {
	height: 36px
}

.woocommerce div.product .cart div.quantity .qty-down,
.woocommerce div.product .cart div.quantity .qty-up {
	height: 36px;
	line-height: 34px
}

.woocommerce div.product .cart .product-cart-btn {
	margin: 20px 25%;
	overflow: hidden;
}

.woocommerce div.product .cart table {
	border-width: 0 0 1px
}

.woocommerce div.product .cart table td {
	padding-left: 0
}

.woocommerce div.product .cart table div.quantity {
	float: none;
	margin: 0
}

.woocommerce div.product .cart table small.stock {
	display: block;
	float: none
}

.woocommerce div.product .cart .variations {
	margin-bottom: 20px
}

.woocommerce div.product .cart .variations .tr-item {
	width: 100%;
	display: table;
	margin-bottom: 10px;
	table-layout: fixed
}

.woocommerce div.product .cart .variations .hidden-tag {
	display: none
}

.woocommerce div.product .cart .variations .label,
.woocommerce div.product .cart .variations .value {
	padding: 0;
	display: table-cell;
	vertical-align: top;
	text-align: left
}

.woocommerce div.product .cart .variations .value {
	line-height: 2em
}

.woocommerce div.product .cart .variations .label {
	width: 66px;
	padding-left: 10px;
	color: #999;
	font-weight: 400;
	font-size: 14px;
	line-height: 30px
}

.woocommerce div.product .cart .variations .value {
	padding-left: 10px
}

.woocommerce div.product .cart .variations .value .select-wrap {
	margin-bottom: -8px
}

.woocommerce div.product .cart .variations .value .select-option {
	display: inline-block;
	margin: 0 8px 8px 0;
	padding: 0 15px;
	font-size: 14px;
	line-height: 28px;
	color: #666;
	border: 1px solid #ccc;
	cursor: pointer;
	overflow: hidden;
	vertical-align: top
}

.woocommerce div.product .cart .variations .value .select-option.active {
	position: relative;
	border: 1px solid var(--theme-color)
}

.woocommerce div.product .cart .variations .value .select-option.active:after {
	position: absolute;
	content: ""
}

.woocommerce div.product .cart .variations .value .select-option.active:before {
	position: absolute;
	bottom: 0;
	content: "";
	width: 0;
	height: 0;
	right: -15px;
	line-height: 0;
	border: 15px solid #fff;
	border-bottom: 13px solid var(--theme-color)
}

.woocommerce div.product .cart .variations .value .select-option.active:after {
	width: 12px;
	height: 12px;
	right: -1px;
	bottom: -1px;
	background: url("data:image/svg+xml;charset=utf-8,%3Csvg class='icon' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Cpath d='M426.688 647.36L818.88 255.104l60.352 60.352L426.688 768 155.136 496.448l60.352-60.288z' fill='%23fff'/%3E%3C/svg%3E") no-repeat 100% 100%;
	background-size: 10px auto
}

.woocommerce div.product .cart .variations .value .select-option:hover {
	border: 1px solid var(--theme-hover)
}

.woocommerce div.product .cart .variations select {
	display: inline-block;
	height: 30px;
	margin-right: 1em;
	max-width: 100%;
	min-width: 75%;
	line-height: 30px;
	border-radius: 0;
	border: 1px solid #ddd;
	background: #fff;
	outline: 0
}

.woocommerce div.product .cart .woocommerce-variation {
	margin-bottom: 10px
}

.woocommerce div.product .cart .woocommerce-variation-description {
	color: rgba(0, 0, 0, .6)
}

.woocommerce div.product .cart .woocommerce-variation-description p,
.woocommerce div.product .cart .woocommerce-variation-price {
	margin-bottom: 20px
}

.woocommerce div.product .cart .reset_variations {
	visibility: hidden;
	font-size: .83em
}

.woocommerce div.product .cart .wc-no-matching-variations {
	display: none
}

.woocommerce div.product .cart .button {
	vertical-align: middle;
	float: left;
	height: 36px;
	line-height: 36px;
	padding: 0 18px
}

.woocommerce div.product .cart .group_table {
	margin-bottom: 15px
}

.woocommerce div.product .cart .group_table td.label {
	padding-right: 1em;
	padding-left: 1em
}

.woocommerce div.product .cart .group_table td {
	vertical-align: middle;
	padding: .5em 0;
	border: 0
}

.woocommerce div.product .cart .group_table td:first-child {
	text-align: left
}

.woocommerce div.product .cart .group_table td:first-child .quantity {
	width: 90px
}

.woocommerce div.product .cart .group_table .wc-grouped-product-add-to-cart-checkbox {
	display: inline-block;
	width: auto;
	margin: 0 auto;
	-webkit-transform: scale(1.5);
	-ms-transform: scale(1.5);
	transform: scale(1.5)
}

.woocommerce div.product .cart .group_table .woocommerce-grouped-product-list-item__label {
	padding-left: 10px;
	padding-right: 10px;
	width: 65%
}

@media (max-width:991px) {
	.woocommerce div.product .cart .group_table .woocommerce-grouped-product-list-item__label {
		line-height: 1.4
	}

	.woocommerce div.product .cart .group_table .woocommerce-grouped-product-list-item__label label {
		font-weight: 400
	}
}

.woocommerce div.product .cart .group_table .woocommerce-grouped-product-list-item__price {
	text-align: right
}

.woocommerce span.onsale {
	padding: 0 1em;
	position: absolute;
	text-align: center;
	line-height: 18px;
	top: 10px;
	left: 5px;
	margin: 0;
	font-size: 12px;
	font-weight: 600;
	background-color: #3ec47e;
	color: #fff;
	z-index: 1
}

.woocommerce .products ul,
.woocommerce ul.products {
	margin: 0 0 1em;
	padding: 0;
	list-style: none outside
}

.woocommerce ul.products {

	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	clear: both
}

.woocommerce .products ul li,
.woocommerce ul.products li {
	list-style: none outside;
  border:1px solid #ccc;
}

@media (max-width:991px) {
	.woocommerce ul.products {
		margin: -8px
	}
}

.woocommerce ul.products li.product .onsale {
	top: 10px;
	left: 10px
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
	padding: 10px 10px 5px;
	margin: 0;
	font-size: 16px;
	line-height: 1.4;
	font-weight: 400;
	color: #333;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap
}

.woocommerce ul.products li.product a {
	display: block;
	background: #fff;
	text-decoration: none;
	overflow: hidden;
	-webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 0 1px 0 rgba(0, 0, 0, .1)
}

.woocommerce ul.products li.product a:hover {
	background: #fcfcfc;
	-webkit-box-shadow: 0 0 3px 1px rgba(0, 0, 0, .2);
	box-shadow: 0 0 3px 1px rgba(0, 0, 0, .2)
}

.woocommerce ul.products li.product a,
.woocommerce ul.products li.product a img,
.woocommerce ul.products li.product a:hover,
.woocommerce ul.products li.product a:hover img {
	-webkit-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s
}

.woocommerce ul.products li.product a img {
	width: 100%;
	height: auto;
	display: block;
	margin: 0;
	-webkit-box-shadow: none;
	box-shadow: none
}

.woocommerce ul.products li.product .star-rating {
	float: right;
	margin-top: 9px;
	margin-right: 10px
}

@media (max-width:1024px) {
	.woocommerce ul.products li.product .star-rating {
		display: none
	}
}

.woocommerce ul.products li.product .button {
	margin-top: 1em
}

.woocommerce ul.products li.product .price {
	margin: 0;
	padding: 0 10px;
	font-size: 16px;
	color: #f44336;
	line-height: 30px;
	text-align: left
}

.woocommerce ul.products li.product .price del {
	display: inline-block;
	color: #999;
	font-size: 14px;
	line-height: 1.2
}

.woocommerce ul.products li.product .price ins {
	font-weight: 400;
	text-decoration: none
}

.woocommerce ul.products li.product .price .from {
	font-size: .67em;
	margin: -2px 0 0;
	text-transform: uppercase;
	color: rgba(132, 132, 132, .5)
}

.woocommerce .related.products>h2,
.woocommerce .upsells.products>h2 {
	font-size: 18px;
	margin: 30px 0 20px;
	font-weight: 500
}

.woocommerce .related.products .related-title,
.woocommerce .upsells.products .related-title {
	background: #f7f7f7;
	border: 0;
	border-bottom: 1px solid var(--theme-color)
}

.woocommerce .related.products .related-title span,
.woocommerce .upsells.products .related-title span {
	display: inline-block;
	padding: 0 20px;
	font-size: 14px;
	font-weight: 400;
	line-height: 38px;
	color: #fff;
	background: var(--theme-color);
	vertical-align: top
}

.woocommerce .related ul.products {

}

.woocommerce .woocommerce-noreviews {
	padding: 10px;
	margin-bottom: 20px;
	color: #999;
	text-align: center
}

.woocommerce .woocommerce-result-count {
	margin: 0 0 10px;
	color: rgba(0, 0, 0, .6);
	line-height: 28px
}

@media (max-width:767px) {
	.woocommerce .woocommerce-result-count {
		display: none
	}
}

.woocommerce #review_form #respond p,
.woocommerce .woocommerce-ordering {
	margin: 0 0 10px
}

@media (max-width:767px) {
	.woocommerce .woocommerce-ordering {
		margin: 0 0 15px;
		float: none
	}
}

.woocommerce .woocommerce-ordering label {
	margin: 0;
	font-weight: 400;
	color: #999;
	line-height: 28px
}

@media (max-width:767px) {
	.woocommerce .woocommerce-ordering label {
		color: #333;
		font-size: 14px;
		font-weight: 600;
		line-height: 24px
	}
}

.woocommerce .woocommerce-ordering select {
	height: 28px;
	color: #666;
	border: 1px solid #ddd;
	vertical-align: top;
	background: #fff;
	border-radius: 3px;
	outline: 0
}

@media (max-width:767px) {
	.woocommerce .woocommerce-ordering select {
		height: 24px;
		font-size: 12px;
		line-height: 22px;
		background: #fff;
		color: #333;
		border-radius: 0
	}
}

.woocommerce .woocommerce-ordering .filter-toggle {
	display: none;
	float: right;
	cursor: pointer
}

@media (max-width:767px) {
	.woocommerce .woocommerce-ordering .filter-toggle {
		display: inline-block;
		margin-left: 15px;
		color: var(--theme-color)
	}
}

.woocommerce .woocommerce-pagination,
.woocommerce nav.woocommerce-pagination {
	text-align: center
}

.woocommerce nav.woocommerce-pagination ul {
	display: inline-block;
	white-space: nowrap;
	padding: 0;
	clear: both;
	border: 1px solid #d3ced2;
	border-right: 0;
	margin: 1px
}

.woocommerce nav.woocommerce-pagination ul li {
	border-right: 1px solid #d3ced2;
	padding: 0;
	margin: 0;
	float: left;
	display: inline;
	overflow: hidden
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
	margin: 0;
	text-decoration: none;
	line-height: 1;
	font-size: 1em;
	font-weight: 400;
	padding: .5em;
	min-width: 1em;
	display: block
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
	background: #ebe9eb;
	color: #8a7e88
}

.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
	font-size: 100%;
	margin: 0;
	line-height: 1;
	cursor: pointer;
	position: relative;
	text-decoration: none;
	overflow: visible;
	padding: .618em 1em;
	border-radius: 3px;
	left: auto;
	color: #fff;
	background-color: var(--theme-color);
	border: 0;
	white-space: nowrap;
	display: inline-block;
	background-image: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	text-shadow: none;
	outline: 0;
	text-indent: 0
}

.woocommerce a.button.loading,
.woocommerce button.button.loading,
.woocommerce input.button.loading {
	opacity: .25;
	padding-right: 2.618em
}

.woocommerce a.button.loading:after,
.woocommerce button.button.loading:after,
.woocommerce input.button.loading:after {
	font-family: WooCommerce;
	content: "\e01c";
	vertical-align: top;
	-webkit-font-smoothing: antialiased;
	font-weight: 400;
	position: absolute;
	top: .618em;
	right: 1em;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite
}

.woocommerce a.button.added:after,
.woocommerce button.button.added:after,
.woocommerce input.button.added:after {
	font-family: WooCommerce;
	content: "\e017";
	margin-left: .53em;
	vertical-align: bottom
}

.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
	background-color: var(--theme-hover);
	text-decoration: none;
	background-image: none;
	color: #fff
}

.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
	background-color: var(--theme-color);
	color: #fff;
	-webkit-font-smoothing: antialiased
}

.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
	background-color: var(--theme-hover);
	color: #fff
}

.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt:disabled[disabled],
.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.alt:disabled[disabled]:hover {
	background-color: var(--theme-color);
	color: #fff
}

.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
	color: inherit;
	cursor: not-allowed;
	opacity: .5;
	padding: .618em 1em
}

.woocommerce a.button.disabled:hover,
.woocommerce a.button:disabled:hover,
.woocommerce a.button:disabled[disabled]:hover,
.woocommerce button.button.disabled:hover,
.woocommerce button.button:disabled:hover,
.woocommerce button.button:disabled[disabled]:hover,
.woocommerce input.button.disabled:hover,
.woocommerce input.button:disabled:hover,
.woocommerce input.button:disabled[disabled]:hover {
	color: inherit;
	background-color: #ebe9eb
}

.woocommerce a.button.add_to_cart_button,
.woocommerce button.button.add_to_cart_button,
.woocommerce input.button.add_to_cart_button {
	height: 36px;
	padding: 0 18px;
	line-height: 36px
}

@media (max-width:767px) {
	.woocommerce div.product .cart .product-cart-btn {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		margin: 0;
	}

}

.woocommerce #reviews #comments ol.commentlist ul.children .star-rating,
.woocommerce div.product .cart .product-cart-btn .added_to_cart,
.woocommerce div.product .cart .product-cart-btn .button:after,
.woocommerce div.product .cart .product-cart-btn .button:before,
.woocommerce form .form-row .woocommerce-input-wrapper input+i {
	display: none
}

.woocommerce div.product .cart .product-cart-btn .button {
	height: 40px;
	padding: 0 20px;
	font-size: 16px;
	line-height: 40px;
	border-radius: 0
}

.woocommerce div.product .cart .product-cart-btn .button .wi {
	margin-right: 5px;
	font-size: 1.2em;
	vertical-align: top
}

.woocommerce div.product .cart .product-cart-btn .button.loading .wi {
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite
}

@media (max-width:767px) {
	.woocommerce div.product .cart .product-cart-btn .button {
		height: 42px;
		line-height: 42px;
		width: 100%;
		-webkit-flex-shrink: 1;
		-ms-flex-negative: 1;
		flex-shrink: 1;
		text-align:center;
	}
}

.woocommerce div.product .cart .product-cart-btn .button.to-checkout {
	position: relative;
	margin-right: 65px;
	color: var(--theme-color);
	background: #fff;
	line-height: 38px;
	border: 1px solid var(--theme-color)
}

.woocommerce div.product .cart .product-cart-btn .button.to-checkout:before {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: var(--theme-color);
	opacity: .04;
	content: ""
}

@media (max-width:767px) {
	.woocommerce div.product .cart .product-cart-btn .button.to-checkout {
		margin-right: 0;
		text-align:center;
	}
	.woocommerce div.product .cart .product-cart-btn .button.to-checkout a{
		text-align:center;
	}
}

.woocommerce div.product .cart .product-cart-btn .button.to-checkout:hover {
	color: var(--theme-hover);
	border-color: var(--theme-hover)
}

.woocommerce .cart .button,
.woocommerce .cart input.button {
	float: none
}

.woocommerce a.added_to_cart {
	padding-top: .5em;
	white-space: nowrap;
	display: inline-block
}

.woocommerce #reviews h2 small {
	float: right;
	color: #767676;
	font-size: 15px;
	margin: 10px 0 0
}

.woocommerce #reviews h2 small a {
	text-decoration: none;
	color: #767676
}

.woocommerce #reviews #respond {
	margin: 0;
	border: 0;
	padding: 0
}

.woocommerce #reviews #comment {
	height: 80px;
	padding: 10px 15px
}

.woocommerce #reviews #comments h2 {
	clear: none
}

.woocommerce #reviews #comments ol.commentlist {
	*zoom: 1;
	margin: 0;
	padding: 0;
	width: 100%;
	background: 0 0;
	list-style: none
}

.woocommerce #reviews #comments ol.commentlist li {
	padding: 0;
	margin: 0 0 20px;
	border: 0;
	position: relative;
	background: 0;
	border-bottom: 1px solid #eee
}

.woocommerce #reviews #comments ol.commentlist li .meta {
	color: #767676;
	font-size: .75em
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
	float: left;
	position: absolute;
	top: 0;
	left: 0;
	width: 32px;
	height: auto;
	background: #ebe9eb;
	margin: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 3px
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
	margin: 0 0 0 50px;
	color: #666;
	padding: 0;
	*zoom: 1
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p {
	margin: 0 0 1em
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
	margin-bottom: 8px;
	font-size: .83em;
	color: #999;
	line-height: 14px
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta .woocommerce-review__author {
	color: #666
}

.woocommerce #reviews #comments ol.commentlist ul.children {
	list-style: none outside;
	margin: 20px 0 0 50px
}

.woocommerce #reviews #comments ol.commentlist #respond {
	border: 1px solid #e4e1e3;
	border-radius: 4px;
	padding: 1em 1em 0;
	margin: 20px 0 0 50px
}

.woocommerce #reviews #comments .commentlist>li:before {
	content: ""
}

.woocommerce .star-rating {
	float: right;
	overflow: hidden;
	position: relative;
	height: 1em;
	line-height: 1;
	font-size: 1em;
	width: 5.4em;
	color: #fec42d;
	font-family: star
}

.woocommerce .star-rating:before {
	content: "\73\73\73\73\73";
	color: #d3ced2;
	float: left;
	top: 0;
	left: 0;
	position: absolute
}

.woocommerce .star-rating span {
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	padding-top: 1.5em
}

.woocommerce .star-rating span:before,
.woocommerce p.stars a:before {
	content: "\53\53\53\53\53";
	top: 0;
	position: absolute;
	left: 0
}

.woocommerce .woocommerce-product-rating {
	*zoom: 1;
	line-height: 30px;
	display: block
}

.woocommerce #review_form #respond:after,
.woocommerce #review_form #respond:before,
.woocommerce .woocommerce-product-rating:after,
.woocommerce .woocommerce-product-rating:before,
.woocommerce ul.cart_list li dl:after,
.woocommerce ul.cart_list li dl:before,
.woocommerce ul.cart_list li:after,
.woocommerce ul.cart_list li:before,
.woocommerce ul.order_details:after,
.woocommerce ul.order_details:before,
.woocommerce ul.product_list_widget li dl:after,
.woocommerce ul.product_list_widget li dl:before,
.woocommerce ul.product_list_widget li:after,
.woocommerce ul.product_list_widget li:before {
	content: " ";
	display: table
}

.woocommerce #review_form #respond:after,
.woocommerce .woocommerce-product-rating:after,
.woocommerce ul.cart_list li dl:after,
.woocommerce ul.cart_list li:after,
.woocommerce ul.order_details:after,
.woocommerce ul.product_list_widget li dl:after,
.woocommerce ul.product_list_widget li:after {
	clear: both
}

.woocommerce .woocommerce-product-rating .star-rating {
	margin: .5em 4px 0 0;
	float: left
}

.woocommerce .products .star-rating {
	display: block;
	margin: 0 0 .5em;
	float: none
}

.woocommerce .hreview-aggregate .star-rating {
	margin: 10px 0 0
}

.woocommerce #review_form #respond {
	*zoom: 1;
	position: static;
	margin: 0;
	width: auto;
	padding: 0;
	font-size: 14px;
	background: 0 0;
	border: 0
}

.woocommerce #review_form #respond .form-submit input {
	left: auto
}

.woocommerce #review_form .avatar {
	display: inline-block
}

.woocommerce .comment-form-rating {
	padding: 10px 15px
}

.woocommerce .comment-form-rating label {
	position: static;
	width: auto;
	margin: 0 10px 0 0;
	font-size: 14px;
	line-height: 16px;
	vertical-align: top
}

.woocommerce p.stars {
	display: inline-block;
	line-height: 1;
	vertical-align: top
}

.woocommerce p.stars a {
	position: relative;
	height: 1em;
	width: 1em;
	text-indent: -999em;
	display: inline-block;
	text-decoration: none;
	color: #fec42d
}

.woocommerce p.stars a:before {
	display: block;
	width: 1em;
	height: 1em;
	line-height: 1;
	font-family: WooCommerce;
	content: "\e021";
	text-indent: 0
}

.woocommerce p.stars a:hover~a:before,
.woocommerce p.stars.selected a.active~a:before {
	content: "\e021"
}

.woocommerce p.stars.selected a.active:before,
.woocommerce p.stars:hover a:before {
	content: "\e020"
}

.woocommerce p.stars.selected a:not(.active):before {
	content: "\e020"
}

.woocommerce .woocommerce-verification-required {
	padding: 15px;
	text-align: center;
	font-size: 14px;
	color: #999
}

.woocommerce table.shop_attributes {
	font-size: 14px;
	border: 0;
	border-top: 1px dotted rgba(0, 0, 0, .1);
	margin-bottom: 1.618em;
	width: 100%;
	border-spacing: 0
}

.woocommerce table.shop_attributes td,
.woocommerce table.shop_attributes th {
	border-top: 0;
	border-bottom: 1px dotted rgba(0, 0, 0, .1);
	margin: 0;
	line-height: 1.5
}

.woocommerce table.shop_attributes th {
	width: 150px;
	font-weight: 700;
	padding: 8px
}

.woocommerce table.shop_attributes td {
	padding: 0
}

.woocommerce table.shop_attributes td p {
	margin: 0;
	padding: 8px 0
}

.woocommerce table.shop_attributes tr:nth-child(2n) td,
.woocommerce table.shop_attributes tr:nth-child(2n) th {
	background: rgba(0, 0, 0, .025)
}

.woocommerce .add_to_wishlist,
.woocommerce .yith-wcwl-add-to-wishlist {
	display: inline-block;
	line-height: 16px;
	vertical-align: top
}

.woocommerce .add_to_wishlist .fa {
	font-size: inherit;
	margin-right: 0
}

.woocommerce .yith-wcwl-add-to-wishlist {
	position: relative;
	margin: 0 0 20px;
	color: #666
}

.woocommerce .yith-wcwl-add-to-wishlist .ajax-loading {
	position: absolute;
	top: 0;
	left: 0;
	margin-right: 5px;
	margin-left: 0;
	margin-top: 0;
	vertical-align: top
}

.woocommerce .yith-wcwl-add-to-wishlist a:hover {
	text-decoration: none
}

.woocommerce table.shop_table {
	margin: 0 0 20px;
	font-size: .85em;
	text-align: left;
	width: 100%;
	border-collapse: collapse
}

.woocommerce table.shop_table th {
	font-weight: 700;
	padding: 9px 12px
}

@media (max-width:991px) {
	.woocommerce table.shop_table th {
		padding: 5px
	}
}

.woocommerce table.shop_table td {
	padding: 15px 12px;
	vertical-align: middle
}

@media (max-width:991px) {
	.woocommerce table.shop_table td {
		padding: 5px
	}

	.woocommerce table.shop_table td .product-name {
		font-size: 12px
	}
}

.woocommerce table.shop_table td small {
	font-weight: 400
}

.woocommerce table.shop_table td .button {
	margin-right: 5px;
	font-size: 13px
}

@media (max-width:991px) {
	.woocommerce table.shop_table td .button {
		margin: 1px 0
	}
}

.woocommerce table.shop_table td .button:last-child {
	margin-right: 0
}

#add_payment_method .cart-collaterals .cart_totals table tr:first-child td,
#add_payment_method .cart-collaterals .cart_totals table tr:first-child th,
.woocommerce table.shop_table tbody:first-child tr:first-child td,
.woocommerce table.shop_table tbody:first-child tr:first-child th,
.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child td,
.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child th,
.woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child td,
.woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child th {
	border-top: 0
}

.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th,
.woocommerce ul#shipping_method .amount {
	font-weight: 700
}

.woocommerce table.shop_table .cart_item {
	background: #f6f6f6
}

.woocommerce table.my_account_orders {
	font-size: .85em
}

.woocommerce table.my_account_orders td {
	padding: 10px;
	vertical-align: middle
}

.woocommerce table.my_account_orders th {
	vertical-align: middle
}

@media (max-width:991px) {

	.woocommerce table.my_account_orders td,
	.woocommerce table.my_account_orders th {
		padding: 5px
	}
}

.woocommerce table.my_account_orders th {
	padding: 8px 10px
}

@media (max-width:991px) {
	.woocommerce table.my_account_orders th {
		padding: 5px
	}
}

.woocommerce table.my_account_orders thead tr {
	background: #f6f6f6;
	border: 1px solid #eee
}

.woocommerce table.my_account_orders .button {
	white-space: nowrap
}

.woocommerce table.my_account_orders .woocommerce-orders-table__header-order-actions {
	min-width: 100px;
	text-align: center
}

.woocommerce table.my_account_orders .woocommerce-orders-table__cell-order-total,
.woocommerce table.my_account_orders .woocommerce-orders-table__header-order-total {
	padding-right: 20px;
	text-align: right
}

@media (max-width:768px) {

	.woocommerce table.my_account_orders .woocommerce-orders-table__cell-order-total,
	.woocommerce table.my_account_orders .woocommerce-orders-table__header-order-total {
		padding-right: 5px
	}
}

.woocommerce table.my_account_orders .orders-table__row-item-title a,
.woocommerce table.my_account_orders .woocommerce-orders-table__cell-order-total .amount,
.woocommerce table.my_account_orders .woocommerce-orders-table__header-order-total .amount {
	color: rgba(0, 0, 0, .8)
}

.woocommerce table.my_account_orders .order-actions {
	text-align: right
}

.woocommerce table.my_account_orders .order-actions .button {
	margin: .125em 0 .125em .25em
}

.woocommerce table.my_account_orders .woocommerce-orders-table__row-space {
	height: 20px
}

@media (max-width:768px) {
	.woocommerce table.my_account_orders .woocommerce-orders-table__row-space {
		display: none
	}
}

.woocommerce table.my_account_orders .woocommerce-orders-table__row {
	color: rgba(0, 0, 0, .6);
	background: #f6f6f6
}

@media (max-width:768px) {
	.woocommerce table.my_account_orders .woocommerce-orders-table__row .woocommerce-orders-table__cell-order-actions:before {
		display: none
	}
}

.woocommerce table.my_account_orders .woocommerce-orders-table__row td {
	border-top: 1px solid #eee
}

.woocommerce table.my_account_orders .woocommerce-orders-table__row td:first-child {
	border-left: 1px solid #eee
}

.woocommerce table.my_account_orders .woocommerce-orders-table__row td:last-child {
	border-right: 1px solid #eee
}

.woocommerce table.my_account_orders .woocommerce-orders-table__row-action {
	padding: 10px !important;
	text-align: center
}

@media (max-width:768px) {
	.woocommerce table.my_account_orders .woocommerce-orders-table__row-action {
		padding: 15px 10px !important
	}
}

.woocommerce table.my_account_orders .woocommerce-orders-table__row-items {
	border: 1px solid #eee;
	border-top: 0
}

@media (max-width:768px) {
	.woocommerce table.my_account_orders .woocommerce-orders-table__row-items {
		margin-bottom: 10px
	}

	.woocommerce table.my_account_orders .woocommerce-orders-table__row-items:last-child {
		margin-bottom: 0
	}
}

.woocommerce table.my_account_orders .woocommerce-orders-table__row-items>td {
	padding: 0
}

@media (max-width:768px) {
	.woocommerce table.my_account_orders .woocommerce-orders-table__row-items>td:before {
		display: none
	}
}

.woocommerce table.my_account_orders .woocommerce-orders-table__row-items table {
	width: 100%;
	border-spacing: 0
}

@media (max-width:768px) {
	.woocommerce table.my_account_orders .woocommerce-orders-table__row-items table tr {
		display: table-row;
		text-align: left !important
	}

	.woocommerce table.my_account_orders .woocommerce-orders-table__row-items table td,
	.woocommerce table.my_account_orders .woocommerce-orders-table__row-items table th {
		display: table-cell;
		text-align: left !important
	}

	.woocommerce table.my_account_orders .woocommerce-orders-table__row-items table .orders-table__row-item-total {
		text-align: right !important
	}

	.woocommerce table.my_account_orders .woocommerce-orders-table__row-items table td:before {
		display: none
	}
}

.woocommerce table.my_account_orders .orders-table__row-item-img {
	width: 56px;
	padding-left: 10px;
	padding-right: 0;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

@media (max-width:768px) {
	.woocommerce table.my_account_orders .orders-table__row-item-img {
		width: 40px
	}
}

.woocommerce table.my_account_orders .orders-table__row-item-img img {
	width: 56px;
	height: auto;
	border: 1px solid #eee
}

@media (max-width:768px) {
	.woocommerce table.my_account_orders .orders-table__row-item-img img {
		width: 40px
	}

	.woocommerce table.my_account_orders .orders-table__row-item-title {
		width: 55%
	}
}

@media (max-width:768px) {
	.woocommerce table.my_account_orders .orders-table__row-item-quantity {
		padding: 0
	}
}

.woocommerce table.my_account_orders .orders-table__row-item-quantity strong {
	font-weight: 500;
	color: rgba(0, 0, 0, .6)
}

.woocommerce table.my_account_orders th.orders-table__row-item-total {
	padding-right: 20px;
	text-align: right;
	color: rgba(0, 0, 0, .6);
	white-space: nowrap
}

@media (max-width:768px) {
	.woocommerce table.my_account_orders th.orders-table__row-item-total {
		padding-right: 5px
	}
}

.woocommerce table.woocommerce-MyAccount-downloads td,
.woocommerce table.woocommerce-MyAccount-downloads th {
	vertical-align: top;
	text-align: center
}

.woocommerce table.woocommerce-MyAccount-downloads td:first-child,
.woocommerce table.woocommerce-MyAccount-downloads th:first-child {
	text-align: left
}

.woocommerce table.woocommerce-MyAccount-downloads td:last-child,
.woocommerce table.woocommerce-MyAccount-downloads th:last-child {
	text-align: left
}

.woocommerce table.woocommerce-MyAccount-downloads td .woocommerce-MyAccount-downloads-file:before,
.woocommerce table.woocommerce-MyAccount-downloads th .woocommerce-MyAccount-downloads-file:before {
	content: "\2193";
	display: inline-block
}

.woocommerce td.product-name dl.variation {
	line-height: 24px;
	list-style: none outside
}

.woocommerce td.product-name .wc-item-meta {
	list-style: none outside
}

.woocommerce td.product-name .wc-item-meta .wc-item-meta-label,
.woocommerce td.product-name .wc-item-meta dt,
.woocommerce td.product-name dl.variation .wc-item-meta-label,
.woocommerce td.product-name dl.variation dt {
	float: left;
	clear: both;
	margin-right: .25em;
	display: inline-block;
	line-height: inherit;
	list-style: none outside
}

#add_payment_method #payment div.payment_box p:last-child,
.woocommerce td.product-name .wc-item-meta p,
.woocommerce td.product-name .wc-item-meta:last-child,
.woocommerce td.product-name dl.variation p,
.woocommerce td.product-name dl.variation:last-child,
.woocommerce ul.cart_list li dl dd p:last-child,
.woocommerce ul.product_list_widget li dl dd p:last-child,
.woocommerce-account ol.commentlist.notes li.note .description p:last-child,
.woocommerce-cart #payment div.payment_box p:last-child,
.woocommerce-checkout #payment div.payment_box p:last-child {
	margin-bottom: 0
}

.woocommerce td.product-name p.backorder_notification {
	font-size: .83em
}

.woocommerce .product-quantity {
	text-align: center
}

.woocommerce .product-quantity .quantity {
	width: 84px
}

@media (max-width:991px) {
	.woocommerce .product-quantity .quantity {
		width: auto
	}
}

.woocommerce ul.cart_list,
.woocommerce ul.product_list_widget {
	list-style: none outside;
	padding: 0;
	margin: 0
}

.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li {
	*zoom: 1;
	list-style: none;
	padding-left: 0
}

.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a {
	display: block;
	font-weight: 700
}

.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
	float: none;
	width: 32px;
	height: auto;
	-webkit-box-shadow: none;
	box-shadow: none
}

.woocommerce ul.cart_list li dl,
.woocommerce ul.product_list_widget li dl {
	margin: 8px 0 0;
	font-size: 12px;
	color: #999;
	padding-left: 60px;
	*zoom: 1
}

.woocommerce ul.cart_list li dl dd,
.woocommerce ul.cart_list li dl dt,
.woocommerce ul.product_list_widget li dl dd,
.woocommerce ul.product_list_widget li dl dt {
	display: inline-block;
	float: left
}

.woocommerce ul.cart_list li dl dt,
.woocommerce ul.product_list_widget li dl dt {
	font-weight: 700;
	padding: 0 0 .25em;
	margin: 0 4px 0 0;
	clear: left
}

.woocommerce ul.cart_list li dl dd,
.woocommerce ul.product_list_widget li dl dd {
	padding: 0 0 .25em
}

.woocommerce ul.cart_list li .star-rating,
.woocommerce ul.product_list_widget li .star-rating {
	float: none
}

.woocommerce form .form-row {
	margin: 0 0 10px;
	text-indent: 0
}

.woocommerce form .form-row [placeholder]:focus::-webkit-input-placeholder {
	-webkit-transition: opacity .5s ease .5s;
	transition: opacity .5s ease .5s;
	opacity: 0
}

.woocommerce form .form-row label {
	font-size: 14px;
	font-weight: 500;
	line-height: 2
}

.woocommerce form .form-row label.hidden {
	visibility: hidden
}

.woocommerce form .form-row label.inline,
.woocommerce ul#shipping_method li label {
	display: inline
}

.woocommerce form .form-row select {
	cursor: pointer
}

.woocommerce form .form-row .required {
	color: red;
	border: 0;
	text-decoration: none
}

.woocommerce form .form-row .input-checkbox {
	display: inline;
	text-align: center;
	vertical-align: middle
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row select {
	display: block;
	line-height: 18px
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row select,
.woocommerce form .form-row textarea {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	padding: 10px 15px;
	margin: 0;
	font-size: 14px;
	outline: 0;
	color: rgba(0, 0, 0, .6);
	border: 1px solid #dcdfe6;
	border-radius: 4px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row select:focus,
.woocommerce form .form-row textarea:focus {
	border-color: var(--theme-hover)
}

.woocommerce form .form-row textarea {
	height: 5em;
	line-height: 1.5;
	display: block;
	-webkit-box-shadow: none;
	box-shadow: none
}

.woocommerce form .form-row .woocommerce-input-wrapper {
	position: relative;
	display: block
}

.woocommerce form .form-row .woocommerce-input-wrapper>i {
	position: absolute;
	right: 6px;
	top: 0;
	width: 16px;
	height: 40px;
	background-image: url(../fonts/d049c4256b52429c835c7a0af0f76ebc.woff);
	background-size: 16px;
	background-position: 50%;
	background-repeat: no-repeat;
	opacity: .5;
	content: ""
}

.woocommerce form .form-row.woocommerce-invalid label {
	color: #a00
}

.woocommerce form .form-row.woocommerce-invalid .select2-container .select2-selection,
.woocommerce form .form-row.woocommerce-invalid input.input-text,
.woocommerce form .form-row.woocommerce-invalid select {
	border-color: #a00 !important
}

.woocommerce form .form-row ::-webkit-input-placeholder {
	line-height: normal
}

.woocommerce form .form-row :-moz-placeholder {
	line-height: normal
}

.woocommerce form .form-row :-ms-input-placeholder {
	line-height: normal
}

.woocommerce .checkout_coupon{
	border: 1px solid #d3ced2;
	padding: 20px;
	margin: 2em 0;
	text-align: left;
	border-radius: 5px
}

.woocommerce ul#shipping_method {
	list-style: none outside;
	margin: 0;
	padding: 0
}

.woocommerce ul#shipping_method li {
	margin: 0;
	padding: .25em 0 .25em 22px;
	text-indent: -22px;
	list-style: none outside
}

.woocommerce ul#shipping_method li input {
	margin: 3px .5ex
}

.woocommerce p.woocommerce-shipping-contents {
	margin: 0
}

.woocommerce ul.order_details {
	*zoom: 1;
	margin: 0 0 3em;
	padding: 0;
	list-style: none
}

.woocommerce ul.order_details li {
	width: 25%;
	float: left;
	text-transform: uppercase;
	font-size: .715em;
	line-height: 1;
	border-right: 1px dashed #d3ced2;
	padding: 0 2em;
	margin-left: 0;
	list-style-type: none
}

@media (max-width:767px) {
	.woocommerce ul.order_details li {
		width: 50%;
		padding: 0 1em
	}

	.woocommerce ul.order_details li:nth-child(2n) {
		border-right: 0
	}
}

.woocommerce ul.order_details li strong {
	display: block;
	font-size: 1.4em;
	text-transform: none;
	line-height: 1.5
}

.woocommerce ul.order_details li:last-of-type {
	border: 0
}

.woocommerce .wc-bacs-bank-details-account-name {
	font-weight: 700
}

.woocommerce .widget_layered_nav ul {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none outside
}

.woocommerce .widget_layered_nav ul li {
	*zoom: 1;
	padding: 0 0 1px;
	list-style: none
}

.woocommerce .widget_layered_nav ul li:after,
.woocommerce .widget_layered_nav ul li:before {
	content: " ";
	display: table
}

.woocommerce .widget_layered_nav ul li:after {
	clear: both
}

.woocommerce .widget_layered_nav ul li a,
.woocommerce .widget_layered_nav ul li span {
	padding: 1px 0
}

.woocommerce .widget_layered_nav ul li.chosen a:before,
.woocommerce .widget_layered_nav_filters ul li a:before,
.woocommerce .widget_rating_filter ul li.chosen a:before {
	font-family: WooCommerce;
	speak: none;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	margin-right: .618em;
	content: "";
	text-decoration: none;
	color: #a00
}

.woocommerce .widget_layered_nav_filters ul {
	overflow: hidden;
	zoom: 1
}

.woocommerce .widget_layered_nav_filters ul li {
	float: left;
	padding: 0 1px 1px 0;
	list-style: none
}

.shopping-cart a,
.woocommerce .widget_layered_nav_filters ul li a {
	text-decoration: none
}

.woocommerce .widget_price_filter .price_slider {
	margin-bottom: 1em
}

.woocommerce .widget_price_filter .price_slider_amount {
	text-align: right;
	line-height: 2.4;
	font-size: .8751em
}

.woocommerce .widget_price_filter .price_slider_amount .button {
	font-size: 1.15em;
	float: left
}

.woocommerce .widget_price_filter .price_slider_amount .price_label {
	color: #666
}

.woocommerce .widget_price_filter .ui-slider {
	position: relative;
	text-align: left;
	margin-left: .5em;
	margin-right: .5em
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 8px;
	height: 8px;
	background-color: #fff;
	border-radius: 10px;
	cursor: ew-resize;
	outline: 0;
	top: -3px;
	margin-left: -5px;
	-webkit-box-shadow: 0 0 0 2px var(--theme-color);
	box-shadow: 0 0 0 2px var(--theme-color)
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	border-radius: 5px;
	background-color: var(--theme-color)
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
	border-radius: 5px;
	background-color: var(--theme-hover);
	border: 0
}

.woocommerce .widget_price_filter .price_slider_wrapper {
	padding-top: 5px
}

.woocommerce .widget_price_filter .ui-slider-horizontal {
	margin-top: 5px;
	height: 2px
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
	left: -1px
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
	right: -1px
}

.woocommerce .widget_layered_nav_filters ul,
.woocommerce .widget_rating_filter ul {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none outside
}

.woocommerce .widget_rating_filter ul li {
	*zoom: 1;
	padding: 0 0 1px;
	list-style: none
}

.woocommerce .widget_rating_filter ul li:after,
.woocommerce .widget_rating_filter ul li:before {
	content: " ";
	display: table
}

.woocommerce .widget_rating_filter ul li:after {
	clear: both
}

.woocommerce .widget_rating_filter ul li a {
	padding: 1px 0;
	text-decoration: none
}

.woocommerce .widget_rating_filter ul li .star-rating {
	float: none;
	display: inline-block
}

.woocommerce .special-head {
	padding: 50px 50px 30px
}

#add_payment_method table.cart,
.woocommerce .wc-tabs,
.woocommerce-cart table.cart,
.woocommerce-checkout table.cart {
	font-size: 14px
}

.woocommerce .entry-summary ol,
.woocommerce .entry-summary ul {
	padding-left: 2em
}

.woocommerce .entry-summary>.price {
	padding: 15px 10px 15px 10px;
	background: #fffbf1
}

.woocommerce .entry-summary .label {
	width: 66px;
	padding: 0 0 0 10px;
	margin-right: 10px;
	font-size: 14px;
	font-weight: 400;
	text-align: left;
	color: #999
}

.woocommerce .entry-summary .price a{
	padding:5px 10px;
	border:1px #999 solid;
	white-space: nowrap;
	line-height:40px;
	color:#999;
}
.woocommerce .entry-summary .price a.active{
	color:#ff0000;
	border:1px #ff0000 solid;
}

@media (max-width:991px) {
	.woocommerce .entry-summary .price a{
		padding:5px 10px;
		border:1px #999 solid;
		white-space: nowrap;
		line-height:40px;
	}
}

.woocommerce .flex-control-nav {
	height: auto
}

.woocommerce .checkout_coupon_input {
	width: 100%;
	margin: 0 !important;
	padding: 0 8em 0 0
}

.woocommerce .checkout_coupon_input input {
	width: 100%;
	padding: .37em .6em;
	line-height: 1.4;
	outline: 0;
	border: 1px solid #dcdfe6
}

.woocommerce .checkout_coupon_submit {
	margin: 0 !important
}

.woocommerce .select2.select2-container:focus {
	outline: 0
}

.woocommerce .select2.select2-container .select2-selection {
	height: auto;
	border-width: 1px !important;
	border-radius: 4px;
	border-color: #dcdfe6
}

.woocommerce .select2.select2-container .select2-selection:focus {
	outline: 0;
	border-color: var(--theme-hover)
}

.woocommerce .select2.select2-container .select2-selection[aria-expanded=true] {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}

.woocommerce .select2.select2-container .select2-selection .select2-selection__arrow {
	height: 38px
}

.woocommerce .select2.select2-container .select2-selection .select2-selection__arrow:before {
	line-height: 38px;
	font-size: 20px !important
}

.woocommerce .select2.select2-container .select2-selection--single .select2-selection__rendered {
	padding: 10px 15px;
	font-size: 14px;
	height: 38px
}

.woocommerce .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 1.4;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.woocommerce .cart-empty,
.woocommerce .lost_reset_password,
.woocommerce .return-to-shop {
	text-align: center
}

.woocommerce .checkout_coupon p,
.woocommerce .lost_reset_password p,
.woocommerce .wc_payment_method p,
.woocommerce .woocomerce-form p,
.woocommerce .woocommerce-MyAccount-content p,
.woocommerce .woocommerce-order p {
	text-indent: 0
}

.woocommerce .lost_reset_password .woocommerce-form-row {
	margin: 0 auto;
	float: none !important
}

.woocommerce .woocommerce-customer-details .addr-detial,
.woocommerce .woocommerce-customer-details .addr-name {
	display: block
}

body .select2-container--default .select2-search--dropdown .select2-search__field {
	outline: 0 !important;
	border: 1px solid #dcdfe6 !important
}

body .select2-container.select2-container--open .select2-dropdown {
	border-width: 1px !important;
	border-color: #dcdfe6
}

body .select2-results__option {
	padding: 10px
}

body .select2-container--default .select2-results__option--highlighted[aria-selected],
body .select2-container--default .select2-results__option--highlighted[data-selected] {
	background-color: var(--theme-color);
	outline: 0
}

.pswp {
	z-index: 999999
}

.woocommerce img.pswp__img,
.woocommerce-page img.pswp__img {
	max-width: none
}

button.pswp__button {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	background-image: url(../images/default-skin.png) !important
}

button.pswp__button,
button.pswp__button--arrow--left:before,
button.pswp__button--arrow--right:before,
button.pswp__button:hover {
	background-color: transparent !important
}

button.pswp__button--arrow--left,
button.pswp__button--arrow--left:hover,
button.pswp__button--arrow--right,
button.pswp__button--arrow--right:hover {
	background-image: none !important
}

button.pswp__button--close:hover {
	background-position: 0 -44px
}

button.pswp__button--zoom:hover {
	background-position: -88px 0
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
	padding: 1em 2em 1em 3.5em;
	margin: 0 0 2em;
	position: relative;
	background-color: #f7f6f7;
	color: #515151;
	border-top: 3px solid var(--theme-color);
	list-style: none outside;
	*zoom: 1;
	width: auto;
	word-wrap: break-word
}

.woocommerce-account .addresses .title:after,
.woocommerce-account .addresses .title:before,
.woocommerce-account .woocommerce:after,
.woocommerce-account .woocommerce:before,
.woocommerce-error:after {
	content: " ";
	display: table
}

.woocommerce-error:before {
	display: table
}

.woocommerce-info:after {
	content: " ";
	display: table
}

.woocommerce-info:before {
	display: table
}

.woocommerce-message:after {
	content: " ";
	display: table
}

.woocommerce-message:before {
	display: table
}

.woocommerce-account .addresses .title:after,
.woocommerce-account .woocommerce:after,
.woocommerce-error:after,
.woocommerce-info:after,
.woocommerce-message:after {
	clear: both
}

.woocommerce-error:before,
.woocommerce-info:before,
.woocommerce-message:before {
	font-family: WooCommerce;
	display: inline-block;
	position: absolute;
	top: 1em;
	left: 1.5em
}

.woocommerce-info:before,
.woocommerce-message:before {
	content: "\e028"
}

.woocommerce-message:before {
	content: "\e015";
	color: #8fae1b
}

.rtl.woocommerce div.product div.images .flex-control-thumbs li,
.woocommerce-account ul.digital-downloads li .count,
.woocommerce-error .button,
.woocommerce-info .button,
.woocommerce-message .button {
	float: right
}

.woocommerce-error li,
.woocommerce-info li,
.woocommerce-message li {
	list-style: none outside !important;
	padding-left: 0 !important;
	margin-left: 0 !important
}

.woocommerce-message {
	border-top-color: #8fae1b
}

.woocommerce-info {
	border-top-color: #1e85be
}

.woocommerce-info:before {
	color: #1e85be
}

.woocommerce-error {
	border-top-color: #b81c23
}

.woocommerce-error:before {
	content: "\e016";
	color: #b81c23
}

.woocommerce-account .addresses .title,
.woocommerce-account .woocommerce {
	*zoom: 1
}

.woocommerce-account .addresses .title h3 {
	float: left;
	margin: 0 0 10px
}

.woocommerce-account .addresses .title .edit {
	float: right;
	font-size: 14px
}

.woocommerce-account .addresses .address-item {
	cursor: default
}

.woocommerce-account .addresses .address-item.selected:after {
	display: none
}

#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,
#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label,
.woocommerce-account .addresses .address-item.j-add-address,
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label {
	cursor: pointer
}

.woocommerce-account .addresses .address-item.j-add-address:hover {
	border-color: var(--theme-hover)
}

.woocommerce-account ol.commentlist.notes li.note p.meta {
	font-weight: 700;
	margin-bottom: 0
}

.woocommerce-account ul.digital-downloads {
	margin-left: 0;
	padding-left: 0
}

.woocommerce-account ul.digital-downloads li {
	list-style: none;
	margin-left: 0;
	padding-left: 0
}

.woocommerce-account ul.digital-downloads li:before {
	font-family: WooCommerce;
	speak: none;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	margin-right: .618em;
	content: "";
	text-decoration: none
}

.member-account .member-account-wrap .addresses {
	margin: 0
}

.member-account .member-account-wrap .address-item {
	width: 100%;
	float: none;
	margin: 0 0 15px
}

@media (max-width:991px) {

	#add_payment_method table.cart,
	.woocommerce-cart table.cart,
	.woocommerce-checkout table.cart {
		font-size: 12px
	}
}

#add_payment_method table.cart .product-thumbnail,
.woocommerce-cart table.cart .product-thumbnail,
.woocommerce-checkout table.cart .product-thumbnail {
	min-width: 80px
}

@media (max-width:991px) {

	#add_payment_method table.cart .product-thumbnail,
	.woocommerce-cart table.cart .product-thumbnail,
	.woocommerce-checkout table.cart .product-thumbnail {
		min-width: 50px
	}
}

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
	width: 50px;
	-webkit-box-shadow: none;
	box-shadow: none
}

@media (max-width:991px) {

	#add_payment_method table.cart img,
	.woocommerce-cart table.cart img,
	.woocommerce-checkout table.cart img {
		width: 30px
	}
}

#add_payment_method table.cart td,
#add_payment_method table.cart th,
.woocommerce-cart table.cart td,
.woocommerce-cart table.cart th,
.woocommerce-checkout table.cart td,
.woocommerce-checkout table.cart th {
	vertical-align: middle
}

#add_payment_method table.cart td.actions,
.woocommerce-cart table.cart td.actions,
.woocommerce-checkout table.cart td.actions {
	padding: 20px 0
}

#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text {
	float: left;
	width: 120px;
	font-size: 14px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #dcdfe6;
	padding: 6px 10px;
	margin: 0 10px 0 0;
	outline: 0;
	line-height: 18px
}

@media (max-width:991px) {

	#add_payment_method table.cart td.actions .coupon .input-text,
	.woocommerce-cart table.cart td.actions .coupon .input-text,
	.woocommerce-checkout table.cart td.actions .coupon .input-text {
		font-size: 12px;
		padding: 4px
	}
}

#add_payment_method table.cart td.actions .button,
.woocommerce-cart table.cart td.actions .button,
.woocommerce-checkout table.cart td.actions .button {
	height: 32px;
	font-size: 14px;
	padding: 0 10px;
	margin: 0;
	line-height: 32px;
	border-radius: 0
}

@media (max-width:991px) {

	#add_payment_method table.cart td.actions .button,
	.woocommerce-cart table.cart td.actions .button,
	.woocommerce-checkout table.cart td.actions .button {
		font-size: 12px;
		height: 28px;
		line-height: 28px
	}
}

#add_payment_method table.cart td.actions .button:disabled,
#add_payment_method table.cart td.actions .button:disabled[disabled],
.woocommerce-cart table.cart td.actions .button:disabled,
.woocommerce-cart table.cart td.actions .button:disabled[disabled],
.woocommerce-checkout table.cart td.actions .button:disabled,
.woocommerce-checkout table.cart td.actions .button:disabled[disabled] {
	color: #fff
}

#add_payment_method table.cart input,
.woocommerce-cart table.cart input,
.woocommerce-checkout table.cart input {
	margin: 0;
	vertical-align: middle;
	line-height: 1
}

#add_payment_method .wc-proceed-to-checkout,
.woocommerce-cart .wc-proceed-to-checkout,
.woocommerce-checkout .wc-proceed-to-checkout {
	*zoom: 1;
	padding: 1em 0 0
}

#add_payment_method #payment ul.payment_methods:after,
#add_payment_method #payment ul.payment_methods:before,
#add_payment_method .wc-proceed-to-checkout:after,
#add_payment_method .wc-proceed-to-checkout:before,
.woocommerce-cart #payment ul.payment_methods:after,
.woocommerce-cart #payment ul.payment_methods:before,
.woocommerce-cart .wc-proceed-to-checkout:after,
.woocommerce-cart .wc-proceed-to-checkout:before,
.woocommerce-checkout #payment ul.payment_methods:after,
.woocommerce-checkout #payment ul.payment_methods:before,
.woocommerce-checkout .wc-proceed-to-checkout:after,
.woocommerce-checkout .wc-proceed-to-checkout:before {
	content: " ";
	display: table
}

#add_payment_method #payment ul.payment_methods:after,
#add_payment_method .checkout .shipping_address,
#add_payment_method .wc-proceed-to-checkout:after,
.woocommerce-cart #payment ul.payment_methods:after,
.woocommerce-cart .checkout .shipping_address,
.woocommerce-cart .wc-proceed-to-checkout:after,
.woocommerce-checkout #payment ul.payment_methods:after,
.woocommerce-checkout .checkout .shipping_address,
.woocommerce-checkout .wc-proceed-to-checkout:after {
	clear: both
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
	font-size: 16px;
	border-radius: 0
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button .wi,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button .wi,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button .wi {
	margin-left: 5px
}

#add_payment_method .cart-collaterals .shipping_calculator .button,
.woocommerce-cart .cart-collaterals .shipping_calculator .button,
.woocommerce-checkout .cart-collaterals .shipping_calculator .button {
	width: 100%;
	float: none;
	display: block
}

#add_payment_method .cart-collaterals .shipping_calculator .shipping-calculator-button:after,
.woocommerce-cart .cart-collaterals .shipping_calculator .shipping-calculator-button:after,
.woocommerce-checkout .cart-collaterals .shipping_calculator .shipping-calculator-button:after {
	font-family: WooCommerce;
	speak: none;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	margin-left: .618em;
	content: "";
	text-decoration: none
}

#add_payment_method .cart-collaterals .cart_totals h2,
.woocommerce-cart .cart-collaterals .cart_totals h2,
.woocommerce-checkout .cart-collaterals .cart_totals h2 {
	margin: 0;
	padding-bottom: 9px;
	font-size: 18px;
	line-height: 30px;
	border-bottom: 0
}

#add_payment_method .cart-collaterals .cart_totals p small,
.woocommerce-cart .cart-collaterals .cart_totals p small,
.woocommerce-checkout .cart-collaterals .cart_totals p small {
	color: #767676;
	font-size: .83em
}

#add_payment_method .cart-collaterals .cart_totals table,
.woocommerce-cart .cart-collaterals .cart_totals table,
.woocommerce-checkout .cart-collaterals .cart_totals table {
	border-collapse: separate;
	margin: 0 0 6px;
	padding: 0
}

#add_payment_method .cart-collaterals .cart_totals table th,
.woocommerce-cart .cart-collaterals .cart_totals table th,
.woocommerce-checkout .cart-collaterals .cart_totals table th {
	width: 30%
}

#add_payment_method .cart-collaterals .cart_totals table td,
#add_payment_method .cart-collaterals .cart_totals table th,
.woocommerce-cart .cart-collaterals .cart_totals table td,
.woocommerce-cart .cart-collaterals .cart_totals table th,
.woocommerce-checkout .cart-collaterals .cart_totals table td,
.woocommerce-checkout .cart-collaterals .cart_totals table th {
	padding-top: 15px;
	vertical-align: top;
	border-left: 0;
	border-right: 0;
	line-height: 1.5em
}

#add_payment_method .cart-collaterals .cart_totals table small,
.woocommerce-cart .cart-collaterals .cart_totals table small,
.woocommerce-checkout .cart-collaterals .cart_totals table small {
	color: #767676
}

#add_payment_method .cart-collaterals .cart_totals table select,
.woocommerce-cart .cart-collaterals .cart_totals table select,
.woocommerce-checkout .cart-collaterals .cart_totals table select {
	width: 100%
}

#add_payment_method .cart-collaterals .cart_totals .shop_table_responsive,
.woocommerce-cart .cart-collaterals .cart_totals .shop_table_responsive,
.woocommerce-checkout .cart-collaterals .cart_totals .shop_table_responsive {
	margin: 0;
	padding: 10px 20px;
	background: #f6f6f6
}

#add_payment_method .cart-collaterals .cart_totals tr td,
#add_payment_method .cart-collaterals .cart_totals tr th,
.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-checkout .cart-collaterals .cart_totals tr td,
.woocommerce-checkout .cart-collaterals .cart_totals tr th {
	border-top: 1px solid #ebe9eb
}

#add_payment_method .cart-collaterals .cross-sells ul.products li.product,
.woocommerce-cart .cart-collaterals .cross-sells ul.products li.product,
.woocommerce-checkout .cart-collaterals .cross-sells ul.products li.product {
	margin-top: 0
}

#add_payment_method .cart-collaterals .order-total strong,
.woocommerce-cart .cart-collaterals .order-total strong,
.woocommerce-checkout .cart-collaterals .order-total strong {
	font-weight: 500
}

#add_payment_method .cart-collaterals .order-total .woocommerce-Price-amount,
.woocommerce-cart .cart-collaterals .order-total .woocommerce-Price-amount,
.woocommerce-checkout .cart-collaterals .order-total .woocommerce-Price-amount {
	font-size: 24px;
	color: #f44336
}

#add_payment_method .cart-collaterals .order-total .woocommerce-Price-currencySymbol,
.woocommerce-cart .cart-collaterals .order-total .woocommerce-Price-currencySymbol,
.woocommerce-checkout .cart-collaterals .order-total .woocommerce-Price-currencySymbol {
	font-size: 14px;
	margin-right: 3px
}

#add_payment_method .checkout .col-2 h3#ship-to-different-address,
.woocommerce-cart .checkout .col-2 h3#ship-to-different-address,
.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address {
	float: left;
	clear: none
}

#add_payment_method .checkout .col-2 .form-row-first,
#add_payment_method .checkout .col-2 .notes,
.woocommerce-cart .checkout .col-2 .form-row-first,
.woocommerce-cart .checkout .col-2 .notes,
.woocommerce-checkout .checkout .col-2 .form-row-first,
.woocommerce-checkout .checkout .col-2 .notes {
	clear: left
}

#add_payment_method .checkout .create-account small,
.woocommerce-cart .checkout .create-account small,
.woocommerce-checkout .checkout .create-account small {
	font-size: 11px;
	color: #767676;
	font-weight: 400
}

#add_payment_method .checkout div.shipping-address,
.woocommerce-cart .checkout div.shipping-address,
.woocommerce-checkout .checkout div.shipping-address {
	padding: 0;
	clear: left;
	width: 100%
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment,
.woocommerce-table--order-details thead {
	background: #f6f6f6
}

#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
	*zoom: 1;
	text-align: left;
	padding: 1em;
	border-bottom: 1px solid #e7e7e7;
	margin: 0;
	list-style: none outside
}

#add_payment_method #payment ul.payment_methods li,
.woocommerce-cart #payment ul.payment_methods li,
.woocommerce-checkout #payment ul.payment_methods li {
	line-height: 2;
	text-align: left;
	margin: 0;
	font-weight: 400
}

#add_payment_method #payment ul.payment_methods li input,
.woocommerce-cart #payment ul.payment_methods li input,
.woocommerce-checkout #payment ul.payment_methods li input {
	margin: 0 1em 0 0
}

#add_payment_method #payment ul.payment_methods li img,
.woocommerce-cart #payment ul.payment_methods li img,
.woocommerce-checkout #payment ul.payment_methods li img {
	vertical-align: middle;
	padding: 0;
	position: relative;
	-webkit-box-shadow: none;
	box-shadow: none
}

#add_payment_method #payment ul.payment_methods li img+img,
.woocommerce-cart #payment ul.payment_methods li img+img,
.woocommerce-checkout #payment ul.payment_methods li img+img {
	margin-left: 2px
}

#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice),
.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice),
.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice) {
	*zoom: 1
}

#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice):after,
#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice):before,
.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice):after,
.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice):before,
.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice):after,
.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice):before {
	content: " ";
	display: table
}

#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice):after,
.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice):after,
.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice):after {
	clear: both
}

#add_payment_method #payment div.form-row,
.woocommerce-cart #payment div.form-row,
.woocommerce-checkout #payment div.form-row {
	padding: 1em
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	padding: 1em;
	margin: 1em 0;
	font-size: .92em;
	border-radius: 2px;
	line-height: 1.5;
	background-color: #e7e7e7;
	color: #666
}

#add_payment_method #payment div.payment_box input.input-text,
#add_payment_method #payment div.payment_box textarea,
.woocommerce-cart #payment div.payment_box input.input-text,
.woocommerce-cart #payment div.payment_box textarea,
.woocommerce-checkout #payment div.payment_box input.input-text,
.woocommerce-checkout #payment div.payment_box textarea {
	border-color: #e3e3e3 #e7e7e7 #e7e7e7
}

#add_payment_method #payment div.payment_box ::-webkit-input-placeholder,
.woocommerce-cart #payment div.payment_box ::-webkit-input-placeholder,
.woocommerce-checkout #payment div.payment_box ::-webkit-input-placeholder {
	color: #bbb3b9
}

#add_payment_method #payment div.payment_box :-moz-placeholder,
.woocommerce-cart #payment div.payment_box :-moz-placeholder,
.woocommerce-checkout #payment div.payment_box :-moz-placeholder {
	color: #bbb3b9
}

#add_payment_method #payment div.payment_box :-ms-input-placeholder,
.woocommerce-cart #payment div.payment_box :-ms-input-placeholder,
.woocommerce-checkout #payment div.payment_box :-ms-input-placeholder {
	color: #bbb3b9
}

#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods,
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods {
	list-style: none outside;
	margin: 0
}

#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,
#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token,
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token {
	margin: 0 0 .5em
}

#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput,
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput {
	vertical-align: middle;
	margin: -3px 1em 0 0;
	position: relative
}

#add_payment_method #payment div.payment_box .wc-credit-card-form,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form {
	border: 0;
	padding: 0;
	margin: 1em 0 0
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number {
	font-size: 1.5em;
	padding: 8px;
	background-repeat: no-repeat;
	background-position: right .618em center;
	background-size: 32px 20px
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.visa,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.visa,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.visa,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.visa,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.visa,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.visa,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.visa,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.visa,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.visa {
	background-image: url(../images/visa.svg)
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.mastercard,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.mastercard,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.mastercard {
	background-image: url(../fonts/mastercard.svg)
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.laser,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.laser,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.laser,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.laser,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.laser,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.laser,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.laser,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.laser,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.laser {
	background-image: url(../fonts/laser.svg)
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.dinersclub {
	background-image: url(../fonts/diners.svg)
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.maestro,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.maestro,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.maestro {
	background-image: url(../fonts/maestro.svg)
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.jcb,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.jcb,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.jcb {
	background-image: url(../fonts/jcb.svg)
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.amex,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.amex,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.amex,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.amex,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.amex,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.amex,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.amex,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.amex,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.amex {
	background-image: url(../fonts/amex.svg)
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.discover,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.discover,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.discover,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.discover,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.discover,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.discover,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.discover,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.discover,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.discover {
	background-image: url(../fonts/discover.svg)
}

#add_payment_method #payment div.payment_box span.help,
.woocommerce-cart #payment div.payment_box span.help,
.woocommerce-checkout #payment div.payment_box span.help {
	font-size: .857em;
	color: #767676;
	font-weight: 400
}

#add_payment_method #payment div.payment_box .form-row,
.woocommerce-cart #payment div.payment_box .form-row,
.woocommerce-checkout #payment div.payment_box .form-row {
	margin: 0 0 1em
}

#add_payment_method #payment div.payment_box:before,
.woocommerce-cart #payment div.payment_box:before,
.woocommerce-checkout #payment div.payment_box:before {
	content: "";
	display: block;
	border: 1em solid transparent;
	border-bottom-color: #e7e7e7;
	position: absolute;
	top: -.75em;
	left: 0;
	margin: -1em 0 0 2em
}

#add_payment_method #payment .payment_method_paypal .about_paypal,
.woocommerce-cart #payment .payment_method_paypal .about_paypal,
.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
	float: right;
	line-height: 52px;
	font-size: .83em
}

#add_payment_method #payment .payment_method_paypal img,
.woocommerce-cart #payment .payment_method_paypal img,
.woocommerce-checkout #payment .payment_method_paypal img {
	max-height: 52px;
	vertical-align: middle
}

.woocommerce .woocommerce-billing-fields {
	margin-bottom: 10px
}

.woocommerce .addresses {
	margin: 0 -1%;
	overflow: hidden
}

.woocommerce .addresses-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.woocommerce .address-item {
	position: relative;
	z-index: 0;
	padding: 30px 20px;
	margin: 0 1% 15px;
	width: 48%;
	font-size: 14px;
	color: rgba(0, 0, 0, .6);
	line-height: 1.4;
	border: 1px solid #ddd;
	cursor: pointer;
	overflow: hidden
}

.woocommerce .address-item br {
	display: block;
	content: "";
	margin-bottom: 5px
}

@media (max-width:991px) {
	.woocommerce .address-item {
		width: 100%;
		float: none;
		margin: 0 0 15px
	}
}

.woocommerce .address-item:hover {
	border-color: var(--theme-hover)
}

.woocommerce .address-item:hover .add-address {
	color: var(--theme-hover)
}

.woocommerce .address-item:hover .address-item-action {
	display: block
}

.woocommerce .address-item:nth-child(2n) {
	margin-right: 0
}

.cart_item_right h4,
.woocommerce .address-item span {
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis
}

.woocommerce .address-item span {
	display: block;
	white-space: nowrap
}

.woocommerce .address-item .addr-name {
	margin-bottom: 5px;
	font-size: 16px;
	color: #333
}

.woocommerce .address-item .add-address {
	line-height: 40px;
	text-align: center
}

.woocommerce .address-item.selected {
	color: rgba(0, 0, 0, .8);
	border-color: var(--theme-color);
	cursor: default
}

.woocommerce .address-item.selected .address-item-bg svg {
	fill: var(--theme-color)
}

.woocommerce .address-item.selected:after {
	position: absolute;
	right: -1px;
	bottom: -1px;
	width: 18px;
	height: 16px;
	content: "";
	border-top-left-radius: 2px;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg class='icon' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Cpath d='M426.688 647.36L818.88 255.104l60.352 60.352L426.688 768 155.136 496.448l60.352-60.288z' fill='%23fff'/%3E%3C/svg%3E");
	background-position: 50%;
	background-repeat: no-repeat;
	background-color: var(--theme-color);
	background-size: 16px auto
}

.woocommerce .address-item.selected.default:before {
	background-color: var(--theme-color)
}

.woocommerce .address-item.default {
	position: relative
}

.woocommerce .address-item.default:before {
	position: absolute;
	right: -1px;
	top: -1px;
	width: 60px;
	height: 16px;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	color: #fff;
	content: "\9ED8\8BA4\5730\5740";
	border-bottom-left-radius: 2px;
	background-color: #999
}

.woocommerce .address-item.default .action-def,
.woocommerce .address-item.default .action-del {
	display: none
}

.woocommerce .address-item.disabled {
	opacity: .5;
	cursor: default
}

.woocommerce .address-item-bg {
	position: absolute;
	z-index: -1;
	left: -2px;
	top: 0;
	width: 100%
}

.woocommerce .address-item-bg svg {
	display: block;
	fill: #999;
	width: auto;
	height: 4px
}

.woocommerce .address-item-action {
	display: none;
	position: absolute;
	right: 20px;
	top: 22px;
	font-size: 12px;
	line-height: 16px
}

@media (max-width:991px) {
	.woocommerce .address-item-action {
		display: block
	}
}

.woocommerce .address-item-action a {
	display: inline-block;
	margin-left: 5px
}

.woocommerce .add-address-fields {
	position: relative;
	overflow: hidden
}

.woocommerce .add-address-fields .add-address-close {
	position: absolute;
	right: -1px;
	top: -1px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 18px;
	color: #666;
	cursor: pointer
}

.woocommerce .add-address-fields .add-address-close:hover {
	color: #fff;
	background: var(--theme-hover)
}

.order_details-note-bd p,
.woocommerce .woocommerce-address-fields__field-wrapper {
	margin-bottom: 10px
}

.woocommerce .woocommerce-address-fields__field-wrapper:after,
.woocommerce .woocommerce-address-fields__field-wrapper:before {
	content: "";
	display: table
}

.woocommerce .woocommerce-address-fields__field-wrapper:after {
	clear: both
}

.woocommerce .woocommerce-additional-fields__field-wrapper .form-row {
	padding: 0
}

.product_list_widget:before,
.woocommerce .woocommerce-billing-fields__field-wrapper,
.woocommerce-address-fields button[name=save_address] {
	display: none
}

.woocommerce-password-strength {
	text-align: center;
	font-weight: 600;
	padding: 3px .5em;
	font-size: 1em
}

.woocommerce-password-strength.strong {
	background-color: #c1e1b9;
	border-color: #83c373
}

.woocommerce-password-strength.short {
	background-color: #f1adad;
	border-color: #e35b5b
}

.woocommerce-password-strength.bad {
	background-color: #fbc5a9;
	border-color: #f78b53
}

.woocommerce-password-strength.good {
	background-color: #ffe399;
	border-color: #ffc733
}

.woocommerce-password-hint {
	margin: .5em 0 0;
	display: block
}

.shopping-cart {
	display: inline-block;
	height: 36px;
	line-height: 34px;
	padding: 0;
	margin-left: 15px;
	text-align: center;
	font-size: 14px;
	vertical-align: top
}

@media (max-width:991px) {
	.shopping-cart {
		margin-top: 0;
		margin-left: 0;
		height: 32px;
		width: auto;
		line-height: 32px
	}
}

.shopping-cart .wi {
	font-size: 16px;
	margin-right: 3px;
	color: var(--theme-color);
	vertical-align: top
}

.shopping-cart .cart-content {
	display: block;
	padding: 0 15px;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, .08);
	-webkit-transition: none;
	-o-transition: none;
	transition: none
}
 
@media (max-width:991px) {
	.shopping-cart .cart-content {
		padding: 0 10px;
		color: rgba(0, 0, 0, .6);
		background: 0 0;
		border: 0
	}

	.shopping-cart .cart-content .wi {
		margin: 0;
		color: inherit
	}

	.shopping-cart .cart-content .shopping-count {
		display: inline-block;
		margin-top: 9px
	}
}

.widget_shopping_cart_content {
	font-size: 14px;
	color: #333;
	text-align: left
}

.widget_shopping_cart_content .total {
	padding: 5px 10px 0;
	text-align: center
}

.widget_shopping_cart_content .buttons {
	padding: 0 10px;
	text-align: center
}

.widget_shopping_cart_content .buttons .button {
	display: inline-block;
	margin-right: 10px
}

.widget_shopping_cart_content .empty {
	padding: 20px 10px !important;
	color: #999;
	text-align: center
}

.shopping-cart .widget_shopping_cart_content {
	position: fixed;
	z-index: 999999;
	top: 0;
	right: -321px;
	bottom: 0;
	width: 320px;
	padding: 0 20px;
	background: #fff;
	opacity: .8;
	-webkit-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}

.shopping-cart.active .widget_shopping_cart_content {
	opacity: 1;
	right: 0;
	-webkit-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}

.shopping-cart .woocommerce-mini-cart__buttons,
.shopping-cart .woocommerce-mini-cart__total {
	position: absolute;
	width: 100%;
	left: 0;
	margin: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.shopping-cart .woocommerce-mini-cart__total {
	bottom: 40px;
	padding: 10px 20px;
	line-height: 26px;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.shopping-cart .woocommerce-mini-cart__total .amount {
	font-size: 18px;
	color: #f44336;
	font-weight: 500
}

.shopping-cart .woocommerce-mini-cart__buttons {
	padding: 0;
	bottom: 0
}

.shopping-cart .woocommerce-mini-cart__buttons .wc-forward {
	width: 50%;
	margin: 0;
	border-radius: 0;
	padding: 12px;
	font-size: 16px;
	line-height: 1;
	background: #f6f6f6;
	color: rgba(0, 0, 0, .8)
}

.shopping-cart .woocommerce-mini-cart__buttons .checkout {
	background: var(--theme-color);
	color: #fff
}

.product_list_widget {
	padding: 0;
	list-style: none
}

.product_list_widget li:before {
	border: 0 !important
}

.mini_cart_item {
	padding: 10px 0 !important;
	overflow: hidden
}

.mini_cart_item:hover {
	background: #f6f6f6;
	margin: 0 -20px;
	padding: 10px 20px !important
}

.mini_cart_item:hover .remove {
	display: block !important
}

.mini_cart_item img {
	width: 50px !important;
	height: auto;
	margin: 0
}

.mini_cart_item .remove {
	display: none !important;
	float: right;
	margin-top: 8px !important;
	font-size: 16px !important;
	font-weight: 400 !important
}

.woocommerce-mini-cart-title {
	margin: 20px 0;
	font-size: 16px;
	color: rgba(0, 0, 0, .6)
}

.woocommerce-mini-cart-close {
	float: right;
	color: rgba(0, 0, 0, .6) !important
}

.woocommerce-mini-cart-close:hover {
	cursor: pointer;
	color: rgba(0, 0, 0, .8) !important
}

.cart_item_link {
	display: block
}

.cart_item_left {
	float: left;
	margin-right: 10px
}

.cart_item_right {
	float: left;
	width: 180px;
	line-height: 1
}

.cart_item_right h4 {
	max-height: 36px;
	margin: 0 0 2px;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.4;
	color: rgba(0, 0, 0, .8);
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 2
}

.cart_item_right .quantity {
	font-size: 12px;
	color: rgba(0, 0, 0, .4);
	font-weight: 400
}

.shopping-count {
	display: inline-block;
	margin-left: 5px;
	min-width: 14px;
	padding: 1px;
	margin-top: 10px;
	font-size: 10px;
	color: #fff;
	line-height: 1;
	text-align: center;
	background: var(--theme-color);
	border-radius: 10px;
	vertical-align: top
}

.wc.alert {
	position: relative;
	padding: 15px 20px;
	line-height: 30px
}

.wc.alert .button {
	float: right;
	font-weight: 400
}

.wc.alert .close {
	position: absolute;
	right: 10px;
	top: 15px;
	font-size: 18px;
	line-height: inherit;
	color: rgba(0, 0, 0, .4)
}

.wc.alert .close:hover {
	color: rgba(0, 0, 0, .6)
}

.wc.alert.alert-dismissible {
	padding: 15px 35px 15px 20px
}

ul.wc.alert {
	padding: 15px 20px 15px 40px !important
}

ul.wc.alert.alert-dismissible {
	padding: 15px 35px 15px 40px !important
}

ul.wc.alert li {
	line-height: 1.3;
	margin: 6px 0
}

.woocommerce-thankyou-order-received {
	padding: 10px 0 30px;
	font-size: 18px;
	color: green;
	text-align: center
}

.woocommerce-orders-table {
	margin-top: 20px
}

.woocommerce-orders-table .button {
	display: inline-block;
	font-size: 14px;
	margin: 0 5px 0 0
}

.widget_product_search .search-field {
	padding: 3px 10px;
	height: 34px;
	line-height: 28px;
	border: 1px solid #ddd;
	outline: 0
}

.order_details-note {
	margin-bottom: 20px
}

.order_details-note-hd {
	margin-bottom: 15px;
	font-size: 14px;
	color: #666
}

.order_details-note-hd span {
	color: #333
}

.order_details-note-bd {
	position: relative;
	padding: 15px;
	color: #333;
	border: 1px solid #efefef;
	border-radius: 3px;
	background: #fafafa
}

.order_details-note-bd:after,
.order_details-note-bd:before {
	position: absolute;
	left: 20px;
	border: 10px solid transparent;
	content: ""
}

.order_details-note-bd:before {
	top: -20px;
	border-bottom-color: #efefef
}

.order_details-note-bd:after {
	z-index: 1;
	top: -19px;
	border-bottom-color: #fafafa
}

.order_details-note-bd p:last-child {
	margin-bottom: 0
}

.woocommerce-cart,
.woocommerce-checkout {
	background: #fff
}

.woocommerce-cart .hentry.content,
.woocommerce-checkout .hentry.content {
	padding: 0;
	background: 0 0;
	border: 0
}

@media (max-width:991px) {

	.woocommerce-cart .hentry.content,
	.woocommerce-checkout .hentry.content {
		padding: 0 15px
	}
}

.woocommerce-cart .place-order .btn,
.woocommerce-checkout #order_comments,
.woocommerce-checkout .place-order .btn {
	border-radius: 0
}

.woocommerce-cart .woocommerce-cart-empty,
.woocommerce-cart-form-wrap,
.woocommerce-checkout .woocommerce-cart-empty {
	width: 100%
}

.woocommerce-checkout .woocommerce-checkout-review-order-table {
	margin-bottom: 0 !important;
	border: 1px solid rgba(0, 0, 0, .08)
}

.woocommerce-checkout .woocommerce-checkout-review-order-table tr {
	border-bottom: 1px solid rgba(0, 0, 0, .08)
}

.woocommerce-checkout .woocommerce-checkout-review-order-table td,
.woocommerce-checkout .woocommerce-checkout-review-order-table th {
	padding: 15px !important
}

.woocommerce-checkout .woocommerce-checkout-review-order-table thead th {
	padding: 10px 15px !important;
	background: #f6f6f6
}

.woocommerce-checkout .woocommerce-checkout-review-order-table .cart_item {
	background: 0 0 !important
}

.woocommerce-checkout .woocommerce-checkout-review-order-table .attachment-woocommerce_thumbnail {
	width: 50px;
	height: auto;
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle
}

.woocommerce-checkout .woocommerce-checkout-review-order-table .cart-product-name {
	font-size: 16px;
	color: rgba(0, 0, 0, .8)
}

.woocommerce-checkout .woocommerce-checkout-review-order-table .product-quantity {
	color: var(--theme-color);
	font-weight: 400
}

.woocommerce-checkout .order-total .amount {
	font-size: 28px;
	color: #f44336;
	font-weight: 500
}

.woocommerce-checkout .order-total .woocommerce-Price-currencySymbol {
	font-size: 14px;
	margin-right: 3px
}

.woocommerce-checkout .order_details {
	padding: 20px !important;
	background: #fffbf1
}

.woocommerce-checkout .order_details>li {
	font-size: 14px !important;
	color: rgba(0, 0, 0, .6)
}

.woocommerce-checkout .order_details>li strong {
	margin-top: 10px;
	font-size: 16px !important;
	font-weight: 500;
	color: rgba(0, 0, 0, .8)
}

.woocommerce-order-empty {
	line-height: 28px
}

.woocommerce-order-empty .btn {
	vertical-align: top
}

.woocommerce-order-empty .wi {
	margin-left: 5px
}

.woocommerce-table--order-details tbody tr,
table.wishlist_table .wishlist-items-wrapper tr {
	border-bottom: 1px solid #eee
}

.woocommerce-table--order-details tfoot td,
.woocommerce-table--order-details tfoot th {
	padding: 6px 12px !important
}

.woocommerce-order-details h2,
.woocommerce-order-details__title h2 {
	margin: 0 0 20px !important;
	font-size: 18px !important
}

.wishlist-title-with-form {
	display: none
}

table.wishlist_table thead th {
	border: 0;
	background: #f6f6f6
}

table.wishlist_table .product-price,
table.wishlist_table .product-stock-status {
	text-align: left
}

table.wishlist_table .product-add-to-cart .button {
	display: inline-block !important;
	padding: 0 15px !important;
	margin: 0 !important
}

@media (max-width:768px) {

	.woocommerce #content table.cart .product-thumbnail,
	.woocommerce table.cart .product-thumbnail,
	.woocommerce table.my_account_orders tr td.order-actions:before,
	.woocommerce table.shop_table_responsive tbody th,
	.woocommerce table.shop_table_responsive thead,
	.woocommerce table.shop_table_responsive tr td.actions:before,
	.woocommerce table.shop_table_responsive tr td.product-remove:before,
	.woocommerce ul.products li.product .star-rating,
	.woocommerce-page #content table.cart .product-thumbnail,
	.woocommerce-page table.cart .product-thumbnail,
	.woocommerce-page table.my_account_orders tr td.order-actions:before,
	.woocommerce-page table.shop_table_responsive tbody th,
	.woocommerce-page table.shop_table_responsive thead,
	.woocommerce-page table.shop_table_responsive tr td.actions:before,
	.woocommerce-page table.shop_table_responsive tr td.product-remove:before,
	.woocommerce-page ul.products li.product .star-rating,
	.woocommerce-page[class*=columns-] ul.products li.product .star-rating,
	.woocommerce[class*=columns-] ul.products li.product .star-rating {
		display: none
	}

	.woocommerce table.shop_table_responsive tbody tr:first-child td:first-child,
	.woocommerce-page table.shop_table_responsive tbody tr:first-child td:first-child {
		border-top: 0
	}

	.woocommerce table.shop_table_responsive tr,
	.woocommerce-page table.shop_table_responsive tr {
		display: block
	}

	.woocommerce table.shop_table_responsive tr td,
	.woocommerce-page table.shop_table_responsive tr td {
		display: block;
		text-align: right !important
	}

	.woocommerce table.shop_table_responsive tr td.order-actions,
	.woocommerce-page table.shop_table_responsive tr td.order-actions {
		text-align: left !important
	}

	.woocommerce table.shop_table_responsive tr td:before,
	.woocommerce-page table.shop_table_responsive tr td:before {
		content: attr(data-title) ": ";
		font-weight: 700;
		float: left
	}

	.woocommerce table.shop_table_responsive tr:nth-child(2n) td,
	.woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
		background-color: rgba(0, 0, 0, .025)
	}

	.woocommerce #content table.cart td.actions,
	.woocommerce table.cart td.actions,
	.woocommerce table.my_account_orders tr td.order-actions,
	.woocommerce-page #content table.cart td.actions,
	.woocommerce-page table.cart td.actions,
	.woocommerce-page table.my_account_orders tr td.order-actions {
		text-align: left
	}

	.woocommerce table.my_account_orders tr td.order-actions .button,
	.woocommerce-page table.my_account_orders tr td.order-actions .button {
		float: none;
		margin: .125em .25em .125em 0
	}

	.woocommerce .col2-set .col-1,
	.woocommerce .col2-set .col-2,
	.woocommerce-account .woocommerce-MyAccount-content,
	.woocommerce-account .woocommerce-MyAccount-navigation,
	.woocommerce-page .col2-set .col-1,
	.woocommerce-page .col2-set .col-2 {
		float: none;
		width: 100%
	}

	.woocommerce ul.products li.product,
	.woocommerce-page ul.products li.product,
	.woocommerce-page[class*=columns-] ul.products li.product,
	.woocommerce[class*=columns-] ul.products li.product {
		width: 50%;
		float: left;
		clear: both
	}

	.woocommerce ul.products li.product:nth-child(2n),
	.woocommerce-page ul.products li.product:nth-child(2n),
	.woocommerce-page[class*=columns-] ul.products li.product:nth-child(2n),
	.woocommerce[class*=columns-] ul.products li.product:nth-child(2n) {
		float: right;
		clear: none !important
	}

	.woocommerce #content table.cart td.actions .coupon,
	.woocommerce table.cart td.actions .coupon,
	.woocommerce-page #content table.cart td.actions .coupon,
	.woocommerce-page table.cart td.actions .coupon {
		float: none;
		*zoom: 1;
		padding-bottom: .5em
	}

	.woocommerce #content table.cart td.actions .coupon:after,
	.woocommerce #content table.cart td.actions .coupon:before,
	.woocommerce table.cart td.actions .coupon:after,
	.woocommerce table.cart td.actions .coupon:before,
	.woocommerce-page #content table.cart td.actions .coupon:after,
	.woocommerce-page #content table.cart td.actions .coupon:before,
	.woocommerce-page table.cart td.actions .coupon:after,
	.woocommerce-page table.cart td.actions .coupon:before {
		content: " ";
		display: table
	}

	.woocommerce #content table.cart td.actions .coupon:after,
	.woocommerce table.cart td.actions .coupon:after,
	.woocommerce-page #content table.cart td.actions .coupon:after,
	.woocommerce-page table.cart td.actions .coupon:after {
		clear: both
	}

	.woocommerce #content table.cart td.actions .coupon .button,
	.woocommerce #content table.cart td.actions .coupon .input-text,
	.woocommerce #content table.cart td.actions .coupon input,
	.woocommerce table.cart td.actions .coupon .button,
	.woocommerce table.cart td.actions .coupon .input-text,
	.woocommerce table.cart td.actions .coupon input,
	.woocommerce-page #content table.cart td.actions .coupon .button,
	.woocommerce-page #content table.cart td.actions .coupon .input-text,
	.woocommerce-page #content table.cart td.actions .coupon input,
	.woocommerce-page table.cart td.actions .coupon .button,
	.woocommerce-page table.cart td.actions .coupon .input-text,
	.woocommerce-page table.cart td.actions .coupon input {
		width: 48%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box
	}

	.woocommerce #content table.cart td.actions .coupon .button.alt,
	.woocommerce #content table.cart td.actions .coupon .input-text+.button,
	.woocommerce table.cart td.actions .coupon .button.alt,
	.woocommerce table.cart td.actions .coupon .input-text+.button,
	.woocommerce-page #content table.cart td.actions .coupon .button.alt,
	.woocommerce-page #content table.cart td.actions .coupon .input-text+.button,
	.woocommerce-page table.cart td.actions .coupon .button.alt,
	.woocommerce-page table.cart td.actions .coupon .input-text+.button {
		float: right
	}

	.woocommerce #content table.cart td.actions .button,
	.woocommerce table.cart td.actions .button,
	.woocommerce-page #content table.cart td.actions .button,
	.woocommerce-page table.cart td.actions .button {
		display: block;
		width: 100%
	}

	.woocommerce .cart-collaterals .cart_totals,
	.woocommerce .cart-collaterals .cross-sells,
	.woocommerce .cart-collaterals .shipping_calculator,
	.woocommerce-page .cart-collaterals .cart_totals,
	.woocommerce-page .cart-collaterals .cross-sells,
	.woocommerce-page .cart-collaterals .shipping_calculator {
		width: 100%;
		float: none;
		text-align: left
	}

	.woocommerce-page.woocommerce-checkout .login .form-row,
	.woocommerce.woocommerce-checkout .login .form-row {
		width: 100%;
		float: none
	}

	.woocommerce #payment .terms,
	.woocommerce-page #payment .terms {
		text-align: left;
		padding: 0
	}

	.woocommerce #payment #place_order,
	.woocommerce-page #payment #place_order {
		float: none;
		width: 100%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		margin-bottom: 1em
	}

	.woocommerce .lost_reset_password .form-row-first,
	.woocommerce .lost_reset_password .form-row-last,
	.woocommerce-page .lost_reset_password .form-row-first,
	.woocommerce-page .lost_reset_password .form-row-last {
		width: 100%;
		float: none;
		margin-right: 0
	}

	.single-product .twentythirteen .panel {
		padding-left: 20px !important;
		padding-right: 20px !important
	}
}
