.shop-section {
	overflow: hidden;
}
.shop-section ul {
	list-style: none;
}
.shop-section .ecommerce-toolbar-top {
	text-align: right;
	margin-bottom: 40px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	border: 1px solid var(--color-border);
	padding: 0 10px;
}
@media (max-width: 550px) {
	.shop-section .ecommerce-toolbar-top {
		text-align: center;
		padding: 10px;
   }
}
.shop-section .ecommerce-toolbar-top > p, .shop-section .ecommerce-toolbar-top > div, .shop-section .ecommerce-toolbar-top form {
	display: inline-block;
}
@media (max-width: 550px) {
	.shop-section .ecommerce-toolbar-top > p, .shop-section .ecommerce-toolbar-top > div, .shop-section .ecommerce-toolbar-top form, .shop-section .ecommerce-toolbar-top form select {
		width: 100%;
		display: block;
		float: none;
   }
	.shop-section .ecommerce-toolbar-top p {
		margin-bottom: 10px !important;
   }
}
.shop-section .ecommerce-toolbar-top p {
	float: left;
	margin: 0;
}
.shop-section .ecommerce-toolbar-top form {
	float: right;
	font-size: 15px;
	font-size: 1rem;
}
@media (max-width: 550px) {
	.shop-section .ecommerce-toolbar-top form {
		margin-top: 15px;
   }
}
.shop-section .ecommerce-toolbar-top form select {
	color: #555;
	border: none;
	height: auto;
	box-shadow: none;
	padding-right: 0;
}
.shop-section .ecommerce-toolbar-top > div {
	margin: 0 auto;
}
.shop-section .ecommerce-toolbar-top > div a {
	width: 23px;
	display: inline-block;
}
.shop-section .ecommerce-toolbar-top > div > a + a {
	margin-left: 7px;
}
.shop-section .ecommerce-toolbar-top .active {
	border-color: var(--color-black);
	color: #fff;
}
.shop-section .ecommerce-toolbar-top select {
	background-position: calc(100% - 15px) 17px;
	padding: 6px 15px;
}
@media (max-width: 1500px) {
	.shop-section .ecommerce-toolbar-top .grid-4 {
		display: none;
   }
}
.shop-section .ecommerce-toolbar-top .grid-draw {
	overflow: hidden;
	text-align: center;
}
.shop-section .ecommerce-toolbar-top .grid-draw span {
	width: 5px;
	height: 5px;
	background-color: #c3c3c3;
	float: left;
	margin: 0 0 1px 1px;
}
.shop-section .ecommerce-toolbar-top .products-sizes {
	padding: 7px 10px 2px 10px;
	margin-right: 15px;
	overflow: hidden;
}
@media (max-width: 550px) {
	.shop-section .ecommerce-toolbar-top .products-sizes {
		padding: 15px 0;
   }
}
.shop-section .ecommerce-toolbar-top .products-sizes .grid-draw > span:first-child {
	margin-left: 0;
}
.shop-section .ecommerce-toolbar-top .grid-draw-line {
	overflow: hidden;
}
.shop-section .ecommerce-toolbar-top .grid-draw-line span {
	width: 5px;
	height: 5px;
	background-color: #c3c3c3;
	float: left;
	margin: 0 0 1px 1px;
}
.shop-section .ecommerce-toolbar-top .products-sizes .grid-draw > span:first-child {
	margin-left: 0;
}
.shop-section .ecommerce-toolbar-top .grid-draw-line span:last-child {
	width: 16px;
	height: 1px;
	position: relative;
	top: 2px;
}
.shop-section .ecommerce-toolbar-top .products-sizes .active span {
	background-color: var(--color-black);
}
.shop-section .ecommerce-content-wrap {
	width: calc(100% - 260px);
	padding-right: 30px;
	float: left;
}
@media (max-width: 991px) {
	.shop-section .ecommerce-content-wrap {
		width: 100%;
		float: none;
		padding-right: 0;
		margin-bottom: 60px;
   }
}
.shop-section .shop-sidebar {
	width: 260px;
	float: left;
}
@media (max-width: 767px) {
	.shop-section .shop-sidebar {
		width: 100%;
   }
}
.shop-section .shop-sidebar .widget:not(:last-child) {
	margin-bottom: 40px;
}
@media (max-width: 991px) {
	.shop-section .shop-sidebar {
		float: none;
   }
	.shop-section .ecommerce-toolbar-top p {
		font-size: 14px;
   }
	.shop-section .products.list-view .product-info {
		padding-left: 30px !important;
		padding-right: 0 !important;
   }
}
.shop-section .product-description {
	display: none;
}
.shop-section .products {
	overflow: hidden;
	margin: 0 -15px;
}
.shop-section .products > li {
	width: calc(25% - 30px);
	float: left;
	margin: 0 15px 30px;
	padding: 20px;
	border: 1px solid var(--color-border);
	position: relative;
}
@media (max-width: 1500px) {
	.shop-section .products > li {
		width: calc(33.33% - 50px);
   }
}
@media (max-width: 1300px) {
	.shop-section .products > li {
		width: calc(50% - 30px);
   }
}
@media (max-width: 500px) {
	.shop-section .products > li {
		width: calc(100% - 30px);
		float: none;
   }
}
.shop-section .products.three-column > li {
	width: calc(33.33% - 30px);
}
.shop-section .products.three-column .product {
	border: 1px solid var(--color-border);
	padding: 30px;
}
@media (max-width: 1300px) {
	.shop-section .products.three-column > li {
		width: calc(50% - 30px);
   }
}
@media (max-width: 500px) {
	.shop-section .products.three-column > li {
		width: calc(100% - 30px);
		float: none;
   }
}
.shop-section .products.list-view {
	overflow: hidden;
	margin-top: -30px;
}
.shop-section .products.list-view > li {
	width: calc(100% - 30px);
	float: none;
	overflow: hidden;
	margin-top: 30px;
}
@media screen and (min-width: 600px) {
	.shop-section .products.list-view > li {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
   }
}
.shop-section .products.list-view .product-holder {
	max-width: 300px;
	float: left;
}
@media (max-width: 600px) {
	.shop-section .products.list-view .product-holder {
		max-width: auto;
		width: 100%;
		float: none;
   }
}
.shop-section .products.list-view .product-info {
	width: calc(100% - 300px);
	float: right;
	padding-left: 40px;
	padding-right: 40px;
	text-align: left;
}
@media (max-width: 600px) {
	.shop-section .products.list-view .product-info {
		width: 100%;
		float: none;
		padding-left: 0 !important;
   }
}
.shop-section .products.list-view .product-info h4 {
	font-size: 20px;
	margin-bottom: 0.7em;
}
.shop-section .products.list-view .product-description {
	margin: 1em 0;
	display: block;
}
.shop-section .products.list-view .product-description:last-child {
	margin-bottom: 0;
}
.shop-fullwidth .ecommerce-content-wrap {
	width: 100%;
	padding-left: 0;
}
@media screen and (min-width: 1200px) {
	.shop-right-sidebar .ecommerce-content-wrap {
		float: left;
		padding-left: 0;
		padding-right: 90px;
   }
}
.shop-area .product-holder {
	position: relative;
	text-align: center;
	height: 262px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.shop-area .product-holder img {
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.shop-area .product-holder .product__action {
	top: 0;
	right: 0;
}
.shop-area .product {
	position: relative;
}
.shop-area .product:hover .product__action li {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}
.shop-area .product:hover .plus-icon {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.shop-area .product:hover .product-holder img {
	-webkit-transform: scale(1.03);
	-ms-transform: scale(1.03);
	transform: scale(1.03);
}
.shop-area .product .product__action-wrap .plus-icon {
	color: var(--color-primary);
	background-color: rgba(0, 0, 0, );
}
.shop-area .default-column .product-holder {
	height: 170px;
}
.shop-area .product-holder > a {
	width: 100%;
	height: 100%;
	display: flex;
	position: relative;
	align-items: center;
	justify-content: center;
}
.shop-area .product-holder > a > div:last-child {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.shop-area .product-holder > a:hover > div:last-child {
	opacity: 1;
	visibility: visible;
}
.shop-area .product:hover .shop-action-wrap {
	opacity: 1;
	visibility: visible;
	bottom: 35px;
}
.shop-area .shop-action-wrap {
	position: absolute;
	text-align: right;
	right: 0;
	bottom: 15px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.shop-area .shop-action {
	display: inline-block;
}
.shop-area .shop-action > li {
	text-align: center;
}
.shop-area .shop-action > li + li {
	margin-top: 5px;
}
.shop-area .shop-action li a {
	background-color: #f1f2f4;
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: var(--color-default);
	display: inline-block;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	position: relative;
	z-index: 1;
	font-size: 14px;
	border: 1px solid var(--color-border);
}
.shop-area .shop-action li a:hover {
	background-color: var(--color-primary);
	border-color: var(--color-primary);
	color: #fff;
}
.shop-area .product-info h4 {
	font-size: 15px;
	font-weight: 500;
	margin: 0 0 0.3em;
	text-transform: capitalize;
}
.shop-area .product-info h4 a {
	color: var(--color-black);
}
.shop-area .product-info h4 a:hover {
	color: var(--color-black);
}
.shop-area .product-info .ecommerce-Price-amount {
	font-size: 16px;
	font-size: 1.0666666667rem;
	margin-bottom: 5px;
	color: currentColor;
}
.shop-area .product-info .ecommerce-Price-amount span {
	color: inherit;
}
.shop-area .product-info ins {
	font-weight: 500;
	color: var(--color-primary);
	text-decoration: none;
}
.shop-area .product-info del {
	display: inline-block;
	padding-left: 8px;
	color: #a9a9a9;
}
.shop-area .product-info .rating i:before {
	font-size: 12px;
	color: #ffab50;
}
.shop-area .product-info .rating > span {
	display: inline-block;
	padding-left: 5px;
	font-size: 13px;
	font-size: 0.8666666667rem;
	font-weight: 500;
}
.shop-area-style2 .shop-action-wrap, .shop-area-style3 .shop-action-wrap {
	width: 45px;
	left: 25px;
}
.shop-area-style2 .shop-action > li, .shop-area-style3 .shop-action > li {
	float: none;
}
.shop-area-style2 .shop-action > li + li, .shop-area-style3 .shop-action > li + li {
	margin-left: 0;
	margin-top: 5px;
}
.shop-area-style3 .shop-action-wrap {
	left: auto;
	right: 25px;
}
.shop-section .pagination {
	justify-content: center;
}
/* shop sidebar */
.shop-sidebar .widget_price_filter .filter-price {
	position: relative;
	font-size: 15px;
	font-size: 1rem;
}
.shop-sidebar .widget_price_filter .filter-price input {
	border: 0;
	padding: 0;
	display: inline-block;
	width: auto;
	position: absolute;
}
.shop-sidebar .widget_price_filter .filter-price input:focus {
	border: 0;
	outline: none;
}
.shop-sidebar .widget_price_filter .filter-price button {
	background-color: transparent;
	color: var(--color-default);
	font-size: 15px;
	font-size: 12px;
	font-weight: 600;
	padding: 0px 22px;
	text-transform: capitalize;
	letter-spacing: 0;
	display: inline-block;
	border: 0;
	outline: none;
	position: absolute;
	right: 0;
	bottom: 0;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	border-radius: 2px;
	border: 1px solid #ddd;
}
.shop-sidebar .widget_price_filter .filter-price #amount {
	color: var(--color-default);
	font-weight: 500;
	height: auto;
	box-shadow: none;
	background: transparent;
}
.shop-sidebar .widget_price_filter #slider-range {
	height: 6px;
	background: #eeeeed;
	border: 0;
	border-radius: 50px;
	margin-bottom: 25px;
}
.shop-sidebar .widget_price_filter #slider-range .ui-slider-range {
	background: var(--color-primary);
}
.shop-sidebar .widget_price_filter .ui-state-default, .shop-sidebar .widget_price_filter .ui-widget-content .ui-state-default, .shop-sidebar .widget_price_filter .ui-widget-header .ui-state-default {
	width: 5px;
	height: 14px;
	margin: 0;
	border: none;
	background: var(--color-primary);
	border-radius: 0;
	top: -4px;
}
.shop-sidebar .widget_price_filter .ui-state-default:focus, .shop-sidebar .widget_price_filter .ui-widget-content .ui-state-default:focus, .shop-sidebar .widget_price_filter .ui-widget-header .ui-state-default:focus {
	outline: none;
}
.product-single-wrap {
	display: flex;
	flex-wrap: wrap;
}
.product_details_img {
	width: 75%;
	border: 1px solid var(--color-border);
	padding: 60px;
	min-height: 520px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}
@media (max-width: 991px) {
	.product_details_img {
		min-height: 300px;
		padding: 15px;
   }
}
.shop_thumb_tab {
	width: 25%;
	padding-left: 20px;
}
.shop_thumb_tab ul li {
	margin-bottom: 20px;
}
.shop_thumb_tab ul li .nav-link {
	padding: 10px;
	border: 1px solid var(--color-border);
	height: 110px;
	padding: 10px;
	width: 110px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	box-shadow: 0px 10px 15px rgba(221, 221, 221, 0.15);
}
@media (max-width: 991px) {
	.shop_thumb_tab ul li .nav-link {
		width: 60px;
		height: 60px;
   }
}
.shop_thumb_tab ul li:last-child {
	margin-bottom: 0;
}
.shop_thumb_tab ul li button {
	padding: 0;
	border: transparent;
	overflow: hidden;
}
.shop_thumb_tab ul li button {
	max-width: 104px;
	height: auto;
	background: transparent;
}
.shop_thumb_tab ul li button.active {
	border-color: var(--color-primary);
}
.product_details_img .pl_thumb img {
	width: 100%;
}
.shop_details .details_content {
	padding-left: 40px;
}
.details_content .title {
	font-size: 45px;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.details_content .pl_list {
	margin-top: 25px;
	margin-bottom: 30px;
}
.details_content .price {
	font-size: 25px;
	margin-bottom: 6px;
	font-weight: 700;
}
.details_content .review_wrap {
	margin-bottom: 22px;
}
.details_content .review_wrap .review li {
	color: #ffab50;
	font-size: 13px;
	margin-right: 6px;
}
.product-details p {
	font-size: 15px;
	color: #434d55;
	line-height: 30px;
}
.product-details h2 {
	font-size: 30px;
	margin-bottom: 10px;
	font-weight: 500;
}
@media (max-width: 767px) {
	.product-details h2 {
		font-size: 24px;
   }
}
.shop-single-section .product-details .price {
	font-size: 18px;
	margin: 0.4em 0 0.7em;
	font-weight: 500;
	color: var(--color-black);
}
.shop-single-section .product-details .price span {
	color: currentColor;
}
.shop-single-section .product-details .price .old {
	font-size: 18px;
	font-weight: normal;
	color: var(--color-default);
	text-decoration: line-through;
	display: inline-block;
	margin-left: 5px;
}
.shop-single-section .product-details .rating {
	margin-bottom: 20px;
}
.product-details .rating i::before {
	font-size: 12px;
	color: #ffab50;
}
.shop-single-section .product-details .color-size span {
	font-size: 14px;
	font-size: 0.9333333333rem;
	font-weight: bold;
	color: var(--color-default);
	text-transform: uppercase;
	display: inline-block;
	padding-right: 15px;
	display: block;
	margin-bottom: 5px;
}
.shop-single-section .product-details .color-size select {
	min-width: 80px;
	height: 40px;
	border: 1px solid var(--color-border);
	color: var(--color-black);
	outline: 0;
	padding: 6px 15px;
	background-position: calc(100% - 15px) 17px;
}
.shop-single-section .product-details .color-size > div + div {
	margin-top: 15px;
}
.product-details .product-option .product-row {
	display: flex;
	align-items: center;
}
.product-details .product-option .product-row .thm-btn {
	margin-left: 20px;
}
.shop-single-section .product-details .product-option .product-row > div:first-child {
	width: 100px;
	height: 48px;
}
.shop-single-section .product-details .color-size {
	margin-bottom: 30px;
}
.shop-single-section .product-details .product-option .bootstrap-touchspin {
	width: 100px;
	border: 1px solid var(--color-border);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}
.shop-single-section .product-details .product-option .bootstrap-touchspin button {
	text-decoration: none;
	border: 0;
	height: 48px;
	line-height: 50px;
	padding: 0 10px;
	font-size: 16px;
	font-size: 1.0666666667rem;
	font-weight: 500;
	color: var(--color-default);
}
.shop-single-section .product-details .product-option .bootstrap-touchspin-down {
	left: 10px;
}
.shop-single-section .product-details .product-option .bootstrap-touchspin-up {
	right: 10px;
}
.shop-single-section .product-details .product-option .bootstrap-touchspin input {
	border: 0;
	height: 48px;
	line-height: 50px;
	text-align: center;
	font-size: 16px;
	font-size: 1.0666666667rem;
	font-weight: 500;
	color: var(--color-default);
	padding: 0;
}
.shop-single-section .product-details .product-count:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
}
.shop-single-section .thb-product-meta-before .product_meta > span {
	font-size: 16px;
	font-weight: 500;
	color: #232323;
	display: block;
	margin-bottom: 15px;
}
.shop-single-section .thb-product-meta-before .product_meta > span a {
	font-weight: 400;
	font-size: 15px;
	color: var(--color-default);
}
.shop-single-section .product-details .product-option {
	margin-top: 40px;
}
.shop-single-section .single-product-info {
	margin-top: 60px;
}
@media (max-width: 767px) {
	.shop-single-section .single-product-info .tablist {
		margin-bottom: 25px;
   }
}
.shop-single-section .single-product-info h4 {
	font-size: 18px;
	font-size: 1.2rem;
	font-weight: 400;
	margin: 0;
	line-height: 1.7em;
	font-weight: 500;
}
.shop-single-section .single-product-info p {
	margin-bottom: 1.3em;
}
.shop-single-section .single-product-info .tab-pane p:last-child {
	margin-bottom: 0;
}
.shop-single-section .single-product-info .nav-tabs {
	border: 0;
	display: inline-block;
	margin-top: 5px;
}
.shop-single-section .single-product-info .nav-tabs {
	margin-top: -10px;
}
.shop-single-section .single-product-info .nav-tabs li {
	float: left;
	margin-right: 30px;
	margin-top: 10px;
}
.shop-single-section .single-product-info .nav-tabs li:last-child {
	margin-right: 0;
}
.shop-single-section .single-product-info .nav-tabs button {
	background: transparent;
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
	color: #121416;
	display: block;
	border: 1px solid #f2f2f2;
	padding: 13px 32px;
}
.shop-single-section .single-product-info .nav-tabs button.active {
	background-color: var(--color-primary);
	border-color: var(--color-primary);
	color: var(--color-white);
}
@media (max-width: 767px) {
	.shop-single-section .single-product-info .nav-tabs button {
		font-size: 12px;
		padding: 8px 25px;
   }
}
.shop-single-section .single-product-info .nav-tabs a:hover, .shop-single-section .single-product-info .nav-tabs .active a {
	background-color: transparent;
	color: #00394f;
}
.shop-single-section .single-product-info .tab-content {
	padding: 35px 0;
	margin-top: -1px;
	text-align: left;
}
@media (max-width: 767px) {
	.shop-single-section .single-product-info .tab-content {
		border: 0;
		padding: 0;
		margin: 0;
   }
}
.shop-single-section .single-product-info .client-rv {
	overflow: hidden;
	margin-bottom: 30px;
}
.shop-single-section .single-product-info .client-rv:last-child {
	margin-bottom: 0;
}
.shop-single-section .single-product-info .client-rv .client-pic {
	width: 60px;
	float: left;
}
@media (max-width: 767px) {
	.shop-single-section .single-product-info .client-rv .client-pic {
		width: 100%;
		float: none;
		margin-bottom: 10px;
   }
}
.shop-single-section .single-product-info .client-rv .details {
	width: calc(100% - 80px);
	float: right;
}
@media (max-width: 767px) {
	.shop-single-section .single-product-info .client-rv .details {
		width: 100%;
		float: none;
   }
}
@media (max-width: 767px) {
	.shop-single-section .single-product-info .client-rv .name-rating-time {
		padding-bottom: 3px;
   }
}
.shop-single-section .single-product-info .client-rv .name-rating-time > div, .shop-single-section .single-product-info .client-rv .name-rating > div {
	display: inline-block;
	font-size: 14px;
	font-size: 0.9333333333rem;
}
@media (max-width: 767px) {
	.shop-single-section .single-product-info .client-rv .name-rating-time > div, .shop-single-section .single-product-info .client-rv .name-rating > div {
		font-size: 12px;
		font-size: 0.8rem;
		display: block;
   }
}
.shop-single-section .single-product-info .client-rv .rating .fi:before {
	font-size: 12px;
}
.shop-single-section .single-product-info .client-rv .rating {
	font-size: 12px;
	color: #e0a500;
	padding-left: 12px;
}
@media (max-width: 767px) {
	.shop-single-section .single-product-info .client-rv .rating {
		padding-left: 0;
		margin: 4px 0 7px;
   }
}
.shop-single-section .single-product-info .client-rv .name-rating-time .time {
	font-size: 14px;
	font-size: 0.9333333333rem;
	font-weight: 500;
	margin-top: 3px;
	display: block;
	color: #b3b3b3;
	text-transform: uppercase;
}
@media (max-width: 767px) {
	.shop-single-section .single-product-info .client-rv .name-rating-time .time {
		float: none;
   }
}
.shop-single-section .single-product-info .client-rv .review-body {
	padding-top: 12px;
}
.shop-single-section .single-product-info .review-form-wrapper {
	margin-top: 50px;
}
@media screen and (min-width: 1200px) {
	.shop-single-section .single-product-info .review-form-wrapper {
		padding-left: 15px;
   }
}
@media (max-width: 991px) {
	.shop-single-section .single-product-info .review-form {
		margin-top: 45px;
   }
}
.shop-single-section .single-product-info .review-form h4 {
	margin-bottom: 1.73em;
	font-weight: 500;
}
.shop-single-section .single-product-info .review-form form input, .shop-single-section .single-product-info .review-form form textarea {
	width: 100%;
	height: auto;
	border: 1px solid #ddd;
	border-radius: 0;
	padding: 12px 15px;
	-webkit-box-shadow: none;
	box-shadow: none;
}
@media (max-width: 991px) {
	.shop-single-section .single-product-info .review-form form input, .shop-single-section .single-product-info .review-form form textarea {
		padding: 10px 15px;
   }
}
.shop-single-section .single-product-info .review-form form input:focus, .shop-single-section .single-product-info .review-form form textarea:focus {
	border: 1px solid var(--color-primary);
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.shop-single-section .single-product-info .review-form form textarea {
	height: 130px;
}
.shop-single-section .single-product-info .review-form form > div {
	margin-bottom: 27px;
}
.shop-single-section .single-product-info .review-form form > div:last-child {
	margin-bottom: 0;
}
.shop-single-section .single-product-info .review-form form .rating-wrapper > div {
	display: inline-block;
}
@media (max-width: 767px) {
	.shop-single-section .single-product-info .review-form form .rating-wrapper > div {
		display: block;
		float: none !important;
   }
}
.shop-single-section .single-product-info .review-form form .rating-wrapper > div:last-child {
	float: right;
}
@media (max-width: 767px) {
	.shop-single-section .single-product-info .review-form form .rating-wrapper > div:last-child {
		margin-top: 20px;
   }
}
.shop-single-section .single-product-info .review-form form .rating a {
	font-size: 14px;
	color: #ccc;
	display: inline-block;
	margin-right: 5px;
}
@media (max-width: 767px) {
	.shop-single-section .single-product-info .review-form form .rating a {
		font-size: 12px;
   }
}
.shop-single-section .single-product-info .review-form form .rating a:last-child {
	margin: 0;
}
.shop-single-section .single-product-info .review-form form .rating a:hover {
	color: #e0a500;
}
.shop-single-section .single-product-info .review-form .submit button {
	border: 0;
	outline: none;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.shop-single-section .realted-porduct {
	margin-top: 20px;
}
.shop-area ul {
	list-style: none;
}
.shop-single-section .realted-porduct h3 {
	font-size: 28px;
	line-height: 0.95em;
	margin: 0 0 0.7em;
	position: relative;
	font-weight: 500;
	text-transform: capitalize;
	margin-bottom: 30px;
}
@media (max-width: 767px) {
	.shop-single-section .realted-porduct h3 {
		font-size: 24px;
   }
}
@media (max-width: 330px) {
	.shop-single-section .realted-porduct h3 {
		font-size: 20px;
   }
}
.shop-single-section .products {
	overflow: hidden;
	margin: 0 -15px;
}
.shop-single-section .products > li {
	width: calc(25% - 30px);
	float: left;
	margin: 0 15px 30px;
	margin: 0 15px 30px;
	padding: 30px;
	border: 1px solid var(--color-border);
}
@media (max-width: 1199px) {
	.shop-single-section .products > li {
		width: calc(50% - 30px);
   }
}
@media (max-width: 500px) {
	.shop-single-section .products > li {
		width: calc(100% - 30px);
		float: none;
   }
}
.shop-single-section .product-info {
	padding-top: 25px;
	padding-bottom: 0;
}
.ecommerce-cart .grop-page-content_warp .ecommerce {
	margin-top: 20px;
	margin-bottom: 41px;
}
.ecommerce .quantity {
	width: 76px;
}
.ecommerce-cart .ecommerce table.shop_table th {
	padding: 15px 19px 13px;
	text-transform: uppercase;
	color: var(--color-default);
	font-weight: 500;
}
.ecommerce table.shop_table {
	border: 0;
	border-radius: 0;
}
.shop_table tfoot tr th {
	font-weight: normal;
}
.ecommerce table.shop_table tbody th, .ecommerce table.shop_table tfoot td, .ecommerce table.shop_table tfoot th {
	font-weight: 500;
}
.shop_table {
	table-layout: auto;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	text-align: left;
}
.shop_table thead tr th:first-child {
	text-align: left;
}
.shop_table.ecommerce-checkout-review-order-table th, .shop_table.ecommerce-checkout-review-order-table td {
	padding-top: 15px;
	padding-bottom: 15px;
}
.shop_table th, .shop_table td {
	padding: 25px 0;
}
.shop_table.ecommerce-checkout-review-order-table th, .shop_table.ecommerce-checkout-review-order-table td {
	padding-top: 15px;
	padding-bottom: 15px;
}
.shop_table tbody tr td {
	padding-right: 25px;
}
.shop_table th, .shop_table td {
	padding: 25px 0;
}
.add_payment_method #payment, .ecommerce-cart #payment, .ecommerce-checkout #payment {
	background: #f5f5f5;
	border-radius: 0;
	padding: 25px;
}
#add_payment_method #payment ul.payment_methods, .ecommerce-cart #payment ul.payment_methods, .ecommerce-checkout #payment ul.payment_methods {
	padding: 0;
	list-style: none;
}
#add_payment_method #payment div.payment_box, .ecommerce-cart #payment div.payment_box, .ecommerce-checkout #payment div.payment_box {
	background-color: #e6e6e6;
}
#add_payment_method #payment div.payment_box:before, .ecommerce-cart #payment div.payment_box:before, .ecommerce-checkout #payment div.payment_box:before {
	border: 1em solid var(--color-border);
	border-right-color: transparent;
	border-left-color: transparent;
	border-top-color: transparent;
}
#add_payment_method #payment div.form-row, .ecommerce-cart #payment div.form-row, .ecommerce-checkout #payment div.form-row {
	padding-left: 0;
}
.ecommerce table.shop_table td {
	border-top: 1px solid var(--color-border);
}
.ecommerce-cart .ecommerce table.shop_table td.actions {
	padding-top: 19px;
	padding-bottom: 19px;
	text-align: right;
}
.ecommerce table.shop_table th, .ecommerce table.shop_table td {
	font-size: 15px;
	font-size: 1rem;
	padding: 17px 19px 15px;
}
.ecommerce-cart .ecommerce table.shop_table .cart_single td.product-name, .ecommerce-cart .ecommerce table.shop_table .cart_single td.product-name a {
	color: var(--color-default);
}
.ecommerce #content table.cart td.actions .coupon, .ecommerce table.cart td.actions .coupon, .ecommerce-page #content table.cart td.actions .coupon, .ecommerce-page table.cart td.actions .coupon {
	float: left;
}
.ecommerce table.cart td.actions .coupon {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
@media (max-width: 767px) {
	.ecommerce table.cart td.actions .coupon {
		display: unset;
   }
}
.widget_products .product-list-widget > li {
	display: flex;
	align-items: center;
	margin-bottom: 25px;
}
.widget_products .product-list-widget > li:last-child {
	margin-bottom: 0;
}
.widget_products .product-thumb {
	width: 80px;
	margin-right: 15px;
}
.rating_star li {
	font-size: 12px;
	color: #ffab50;
	margin-right: 2px;
}
.widget_products .rating_star {
	margin-bottom: 6px;
}
.widget_products .procuct-title {
	font-size: 16px;
	margin-bottom: 7px;
}
.widget_products .ecommerce-Price-amount.amount {
	font-size: 14px;
}
.widget_products .prodcut-content del {
	font-size: 15px;
	padding-left: 5px;
	color: var(--color-default);
}
.widget_products .prodcut-content ins {
	text-decoration: none;
	color: var(--color-black);
}
.product-single-wrap {
	display: flex;
	flex-wrap: wrap;
}
.product_details_img {
	width: 75%;
}
.shop_thumb_tab {
	width: 25%;
}
.shop_thumb_tab ul li {
	margin-bottom: 20px;
	padding-left: 20px;
}
@media (max-width: 1199px) {
	.shop_thumb_tab ul li {
		padding-left: 0;
   }
}
.ecommerce-cart .ecommerce table.shop_table td.actions .coupon label:first-child {
	display: none;
}
.ecommerce-cart .ecommerce table.shop_table td.actions #coupon_code {
	font-size: 14px;
	height: 52px;
	margin-right: 20px;
	padding-left: 18px;
	width: 227px;
	box-shadow: none;
	border: 1px solid var(--color-border);
	color: var(--color-black);
}
.ecommerce-cart .ecommerce table.shop_table td.actions input:focus {
	border-color: var(--color-primary) !important;
}
.ecommerce-cart .ecommerce table.shop_table tr.cart-subtotal td[data-title*=Subtotal], .ecommerce-cart .ecommerce table.shop_table tr.shipping td[data-title*=Subtotal], .ecommerce-cart .ecommerce table.shop_table tr.order-total td[data-title*=Subtotal] {
	color: var(--color-black);
}
.ecommerce-cart .ecommerce table.shop_table tr.cart-subtotal td[data-title*=Subtotal]::-webkit-input-placeholder, .ecommerce-cart .ecommerce table.shop_table tr.shipping td[data-title*=Subtotal]::-webkit-input-placeholder, .ecommerce-cart .ecommerce table.shop_table tr.order-total td[data-title*=Subtotal]::-webkit-input-placeholder {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
	color: var(--color-default);
}
.ecommerce-cart .ecommerce table.shop_table tr.cart-subtotal td[data-title*=Subtotal]::-moz-placeholder, .ecommerce-cart .ecommerce table.shop_table tr.shipping td[data-title*=Subtotal]::-moz-placeholder, .ecommerce-cart .ecommerce table.shop_table tr.order-total td[data-title*=Subtotal]::-moz-placeholder {
   /* Firefox 19+ */
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
	color: var(--color-default);
}
.ecommerce-cart .ecommerce table.shop_table tr.cart-subtotal td[data-title*=Subtotal]:-ms-input-placeholder, .ecommerce-cart .ecommerce table.shop_table tr.shipping td[data-title*=Subtotal]:-ms-input-placeholder, .ecommerce-cart .ecommerce table.shop_table tr.order-total td[data-title*=Subtotal]:-ms-input-placeholder {
   /* IE 10+ */
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
	color: var(--color-default);
}
.ecommerce-cart .ecommerce table.shop_table tr.cart-subtotal td[data-title*=Subtotal]:-moz-placeholder, .ecommerce-cart .ecommerce table.shop_table tr.shipping td[data-title*=Subtotal]:-moz-placeholder, .ecommerce-cart .ecommerce table.shop_table tr.order-total td[data-title*=Subtotal]:-moz-placeholder {
   /* Firefox 18- */
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
	color: var(--color-default);
}
.ecommerce-cart .ecommerce table.shop_table tr.cart-subtotal th, .ecommerce-cart .ecommerce table.shop_table tr.cart-subtotal td, .ecommerce-cart .ecommerce table.shop_table tr.shipping th, .ecommerce-cart .ecommerce table.shop_table tr.shipping td, .ecommerce-cart .ecommerce table.shop_table tr.order-total th, .ecommerce-cart .ecommerce table.shop_table tr.order-total td {
	padding: 16px 15px 14px;
}
.ecommerce-cart .ecommerce-shipping-calculator .shipping-calculator-button {
	color: var(--color-black);
	margin-top: 6px;
	display: block;
	margin-bottom: 12px;
}
.ecommerce-cart .shipping-calculator-form .form-row {
	margin: 0 0 13px;
}
.ecommerce-cart .shipping-calculator-form button.button {
	background-color: #000 !important;
	color: #fff !important;
	height: 45px;
	line-height: 45px;
	padding: 1px 27px 0;
	margin-top: 4px;
}
#add_payment_method table.cart img, .ecommerce-checkout table.cart img {
	width: 70px;
	object-fit: cover;
}
.ecommerce-cart .ecommerce table.shop_table .cart_single td a.remove {
	width: 18px;
	height: 18px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	line-height: 17px;
	color: #fff;
	border-radius: 50%;
	background: #dbdbdb;
}
.ecommerce-cart .ecommerce table.shop_table .cart_single td a.remove:hover {
	background-color: #000;
}
.ecommerce #respond input#submit.disabled, .ecommerce #respond input#submit:disabled, .ecommerce #respond input#submit[disabled]:disabled, .ecommerce a.button.disabled, .ecommerce a.button:disabled, .ecommerce a.button[disabled]:disabled, .ecommerce button.button.disabled, .ecommerce button.button:disabled, .ecommerce button.button[disabled]:disabled, .ecommerce input.button.disabled, .ecommerce input.button:disabled, .ecommerce input.button[disabled]:disabled {
	padding-top: 0;
	padding-bottom: 0;
}
.ecommerce .cart-collaterals .cart_totals, .ecommerce-page .cart-collaterals .cart_totals {
	margin-top: 50px;
}
.ecommerce .cart-collaterals .cart_totals > h2, .ecommerce-page .cart-collaterals .cart_totals > h2 {
	font-size: 24px;
	font-size: 1.6rem;
	margin: 0 0 1.3em;
}
#add_payment_method .cart-collaterals .cart_totals table select, .ecommerce-cart .cart-collaterals .cart_totals table select, .ecommerce-checkout .cart-collaterals .cart_totals table select {
	border: 1px solid var(--color-border);
	color: var(--color-default);
	font-size: 14px;
	height: 50px;
	width: 100%;
}
#add_payment_method .wc-proceed-to-checkout, .ecommerce-cart .wc-proceed-to-checkout, .ecommerce-checkout .wc-proceed-to-checkout {
	padding: 0;
	text-align: right;
}
#add_payment_method .wc-proceed-to-checkout, .ecommerce-cart .wc-proceed-to-checkout, .ecommerce-checkout .wc-proceed-to-checkout {
	padding: 0;
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button, .ecommerce-cart .wc-proceed-to-checkout a.checkout-button, .ecommerce-checkout .wc-proceed-to-checkout a.checkout-button {
	margin-bottom: 0;
	margin-top: 16px;
}
.ecommerce-cart .wc-proceed-to-checkout a.checkout-button {
	padding: 15px 30px;
}
.ecommerce-cart .input-text.qty.text {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.ecommerce-cart input::-webkit-outer-spin-button, .ecommerce-cart input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
@media (max-width: 600px) {
	.ecommerce-cart thead {
		display: none;
   }
	.ecommerce-cart table, .ecommerce-cart th, .ecommerce-cart td, .ecommerce-cart tr, .ecommerce-cart tbody {
		width: 100%;
		display: block;
		border: 0;
		text-align: center;
   }
	.ecommerce table.shop_table {
		border: 1px solid var(--color-border);
   }
	.quantity {
		margin: 0 auto;
   }
	.ecommerce table.shop_table td {
		border: 0;
   }
	.ecommerce-cart tbody > tr {
		position: relative;
   }
	.ecommerce-cart tbody > tr + tr {
		border-top: 1px solid var(--color-border);
   }
	.ecommerce-cart tbody > tr {
		padding: 30px 20px;
   }
	.ecommerce-cart .ecommerce table.shop_table .cart_single td {
		padding: 8px 10px;
   }
	.ecommerce-cart .ecommerce table.shop_table .cart_single td.product-remove {
		border-right: 0;
		width: auto;
   }
	.ecommerce-cart .ecommerce table.shop_table .cart_single td.product-remove {
		position: absolute;
		right: 15px;
		top: 15px;
   }
	.ecommerce-cart .ecommerce table.shop_table td.actions {
		text-align: center;
   }
	.ecommerce-cart .ecommerce table.shop_table td.actions input, .ecommerce-cart .ecommerce table.shop_table td.actions button {
		display: block;
		float: none;
   }
	.ecommerce-cart .coupon {
		float: none !important;
   }
	.ecommerce-cart .ecommerce table.shop_table td.actions input, .ecommerce-cart .ecommerce table.shop_table td.actions button {
		display: inline-block;
		float: none;
		margin-top: 10px;
   }
	.ecommerce-cart .ecommerce table.shop_table .cart_single td.product-name, .ecommerce-cart .ecommerce table.shop_table .cart_single td.product-name a, .ecommerce-cart .ecommerce table.shop_table .cart_single td, .ecommerce-cart .ecommerce table.shop_table .cart_single td a {
		font-weight: 500;
   }
}
@media (max-width: 767px) {
	.cart-section .container {
		max-width: 100%;
   }
}
@media (max-width: 600px) {
	.cart-section .wc-proceed-to-checkout {
		text-align: center;
   }
}
.cart-section .btn {
	padding: 7px 4px 7px 6px;
	font-size: 8px;
	font-weight: normal;
	position: relative;
}
.cart-section .btn:hover {
	background-color: #000 !important;
}
.cart-section .bootstrap-touchspin {
	border: 1px solid var(--color-border);
	width: 100px;
}
.cart-section .bootstrap-touchspin button {
	text-decoration: none;
	border: 0;
	height: 38px;
	line-height: 38px;
	padding: 0 10px;
	font-size: 16px;
	font-size: 1.0666666667rem;
	font-weight: 500;
	color: var(--color-default);
}
.cart-section .bootstrap-touchspin input {
	border: 0;
	height: 38px;
	line-height: 38px;
	text-align: center;
	font-size: 16px;
	font-size: 1.0666666667rem;
	font-weight: 500;
	color: var(--color-default);
	background: transparent;
}
.cart-section .bootstrap-touchspin-up {
	right: 10px;
}
.cart-section .bootstrap-touchspin-up:hover {
	background: transparent !important;
}
.cart-section .bootstrap-touchspin-down {
	left: 10px;
}
.cart-section .bootstrap-touchspin-down:hover {
	background: transparent !important;
}
/* Firefox */
.ecommerce-cart input[type=number] {
	-moz-appearance: textfield;
}
.ecommerce strong {
	font-weight: 500;
}
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up, .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
	border-radius: 0;
}
.checkout-section .checkout.ecommerce-checkout {
	overflow: hidden;
	clear: both;
}
@media screen and (min-width: 992px) {
	.checkout-section .checkout.ecommerce-checkout .col2-set {
		width: 70%;
		float: left;
		padding-right: 85px;
   }
	.checkout-section .checkout.ecommerce-checkout .ecommerce-checkout-review-order {
		width: 30%;
		float: right;
   }
	.checkout-section .checkout.ecommerce-checkout form .form-row.form-row-first, .checkout-section .checkout.ecommerce-checkout form .form-row.form-row-last, .checkout-section .checkout.ecommerce-checkout .form-row.form-row-first, .checkout-section .checkout.ecommerce-checkout .form-row.form-row-last {
		width: 50%;
		float: left;
   }
	.checkout-section .checkout.ecommerce-checkout form .form-row.form-row-first, .checkout-section .checkout.ecommerce-checkout .form-row.form-row-first {
		padding-right: 15px;
   }
	.checkout-section .checkout.ecommerce-checkout form .form-row.form-row-last, .checkout-section .checkout.ecommerce-checkout .form-row.form-row-last {
		padding-left: 15px;
   }
}
.checkout-section .checkout.ecommerce-checkout .form-row label.checkbox, .checkout-section .checkout.ecommerce-checkout .ecommerce-shipping-fields label.checkbox {
	display: inline-block;
}
.checkout-section .checkout.ecommerce-checkout .form-row textarea {
	height: 180px;
}
/*** ecommerce ***/
.ecommerce-Button, .ecommerce-button {
	background: rgba(0, 0, 0, 0.9);
	font-size: 12px;
	font-size: 0.8rem;
	font-weight: 500;
	font-weight: 500;
	padding: 12px 30px;
	color: #fff;
	margin-top: 20px;
	color: white;
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	text-transform: uppercase;
	letter-spacing: 3px;
	border: 0;
}
.ecommerce-Button:hover, .ecommerce-button:hover {
	background: #000;
}
.ecommerce-info:before {
	display: none;
}
.ecommerce-privacy-policy-text a {
	font-weight: 500;
	color: #e0a500;
	text-decoration: underline;
}
.ecommerce-error a, .ecommerce-info a, .ecommerce-message a, .lost_password a {
	color: var(--color-default);
}
.ecommerce-error a:hover, .ecommerce-info a:hover, .ecommerce-message a:hover, .lost_password a:hover {
	text-decoration: underline;
}
.ecommerce-error, .ecommerce-info, .ecommerce-message {
	background-color: rgba(191, 171, 112, 0.1);
	width: auto;
	padding: 15px 20px;
	border: 1px solid rgba(191, 171, 112, 0.2);
	padding: 15px 15px 15px 35px;
	margin: 0 0 2em;
	position: relative;
	color: var(--color-default);
	list-style: none;
	word-wrap: break-word;
}
@media (max-width: 767px) {
	.ecommerce-error, .ecommerce-info, .ecommerce-message {
		padding: 15px;
   }
}
.ecommerce form.checkout_coupon, .ecommerce form.login, .ecommerce form.register {
	padding: 34px 35px 33px;
	border: 1px solid var(--color-border);
	margin: 19px 0;
	text-align: left;
	border-radius: 0;
}
.ecommerce .login p {
	margin-bottom: 15px;
}
@media (max-width: 767px) {
	.ecommerce form.checkout_coupon, .ecommerce form.login, .ecommerce form.register {
		padding: 34px 20px 33px;
   }
}
.ecommerce form .form-row .required {
	color: red;
	font-weight: 600;
	border: 0;
}
.ecommerce form.login > p:not(.form-row) {
	margin-bottom: 2em;
}
#customer_login form.login > p:not(.form-row) {
	margin-top: 2em;
	margin-bottom: 0;
}
.ecommerce form.login input[type=submit], .ecommerce #respond input#submit, .ecommerce a.button, .ecommerce button.button, .ecommerce input.button {
	color: #fff;
	font-size: 12px;
	font-size: 0.8rem;
	font-weight: 600;
	padding: 14px 30px;
	text-transform: uppercase;
	letter-spacing: 2px;
	display: inline-block;
	border: 0;
	border-radius: 0;
	outline: 0;
}
.ecommerce .checkout_coupon input[type="submit"] {
	padding: 14px 30px;
	border: 0;
	margin-top: 10px;
}
.ecommerce form.login input[type=submit]:hover, .ecommerce form.login input[type=submit]:focus, .ecommerce form.login input[type=submit]:active, .ecommerce #respond input#submit:hover, .ecommerce #respond input#submit:focus, .ecommerce #respond input#submit:active, .ecommerce a.button:hover, .ecommerce a.button:focus, .ecommerce a.button:active, .ecommerce button.button:hover, .ecommerce button.button:focus, .ecommerce button.button:active, .ecommerce input.button:hover, .ecommerce input.button:focus, .ecommerce input.button:active {
	background-color: var(--color-primary-2);
	color: #fff;
}
.ecommerce form .form-row input.input-text, .ecommerce form .form-row textarea {
	padding: 12px 15px;
}
.ecommerce form .form-row label.inline {
	display: inline;
	padding-left: 15px;
}
.ecommerce h3 {
	font-size: 22px;
	font-size: 1.4666666667rem;
	margin: 1em 0 1.5em;
}
abbr, abbr[title] {
	border-bottom: 1px dotted #0a0a0a;
	cursor: help;
	text-decoration: none;
}
@media (max-width: 767px) {
	.ecommerce form .form-row label.inline {
		padding-left: 5px;
   }
}

#add_payment_method #payment ul.payment_methods li, .ecommerce-cart #payment ul.payment_methods li, .ecommerce-checkout #payment ul.payment_methods li {
	line-height: 2;
	text-align: left;
	margin: 0;
	font-weight: 400;
}
#add_payment_method #payment div.payment_box, .ecommerce-cart #payment div.payment_box, .ecommerce-checkout #payment div.payment_box {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	padding: 1em;
	margin: 1em 0;
	font-size: 0.92em;
	border-radius: 2px;
	line-height: 1.5;
	background-color: #e6e6e6;
	color: var(--color-default);
}
#add_payment_method #payment ul.payment_methods li img, .ecommerce-cart #payment ul.payment_methods li img, .ecommerce-checkout #payment ul.payment_methods li img {
	vertical-align: middle;
	margin: -2px 0 0 0.5em;
	padding: 0;
	position: relative;
	box-shadow: none;
}
#add_payment_method #payment .payment_method_paypal img, .ecommerce-cart #payment .payment_method_paypal img, .ecommerce-checkout #payment .payment_method_paypal img {
	max-height: 52px;
	vertical-align: middle;
}
#add_payment_method #payment .payment_method_paypal .about_paypal, .ecommerce-cart #payment .payment_method_paypal .about_paypal, .ecommerce-checkout #payment .payment_method_paypal .about_paypal {
	float: right;
	line-height: 52px;
	font-size: 0.83em;
	color: var(--color-default);
	margin-left: 10px;
}
#add_payment_method #payment ul.payment_methods li input, .ecommerce-cart #payment ul.payment_methods li input, .ecommerce-checkout #payment ul.payment_methods li input {
	margin: 0 5px 0 0;
}
#add_payment_method #payment div.payment_box::before, .ecommerce-cart #payment div.payment_box::before, .ecommerce-checkout #payment div.payment_box::before {
	border: 1em solid var(--color-border);
	border-right-color: transparent;
	border-left-color: transparent;
	border-top-color: transparent;
}
#add_payment_method #payment div.payment_box::before, .ecommerce-cart #payment div.payment_box::before, .ecommerce-checkout #payment div.payment_box::before {
	content: "";
	display: block;
	border: 1em solid var(--color-border);
	border-right-color: transparent;
	border-left-color: transparent;
	border-top-color: transparent;
	position: absolute;
	top: -0.75em;
	left: 0;
	margin: -1em 0 0 2em;
}
#add_payment_method #payment div.payment_box p:last-child, .ecommerce-cart #payment div.payment_box p:last-child, .ecommerce-checkout #payment div.payment_box p:last-child {
	margin-bottom: 0;
}
.ecommerce table.shop_table {
	border: 1px solid var(--color-border);
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
	border-collapse: separate;
	border-radius: 5px;
}
.cart_totals table.shop_table {
	border-top: 0;
}
.ecommerce table.shop_table tbody th, .ecommerce table.shop_table tfoot td, .ecommerce table.shop_table tfoot th {
	font-weight: 700;
	border-top: 1px solid var(--color-border);
}
.ecommerce-billing-fields p {
	margin-bottom: 15px;
}
.widget__title {
	font-size: 22px;
	margin-bottom: 20px;
	font-weight: 500;
	color: var(--color-black);
	padding-bottom: 10px;
	border-bottom: 1px solid var(--color-border);
	text-transform: capitalize;
}
.widget__title span {
	position: relative;
	color: currentColor;
	padding-right: 7px;
}
.widget__title span::before {
	position: absolute;
	bottom: -12px;
	left: 0;
	width: 100%;
	content: "";
	background-color: var(--color-primary);
	height: 1px;
}
.widget__search {
	position: relative;
}
.widget__search input {
	height: 50px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-width: 1px;
	border-color: #e1e0e0;
}
.widget__search a {
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: transparent;
	width: 50px;
	height: 100%;
	font-size: 15px;
	color: #a5a5a5;
}
.widget__color a {
	width: 30px;
	height: 30px;
	border: 1px solid #e5e5e5;
	padding: 2px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	display: inline-block;
	margin: 0 2px;
	position: relative;
	cursor: pointer;
}
.widget__color a::before {
	position: absolute;
	width: 22px;
	height: 22px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	content: "";
	background-color: var(--clr);
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
}
.widget__color a {
    font-size: 0;
}
.widget__category li:not(:last-child) {
	margin-bottom: 15px;
}
.widget__category li a {
	font-size: 16px;
	color: #232638;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.widget__category li a:hover {
	color: var(--color-primary);
}
.widget__category li a i {
	font-size: 12px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.widget__add {
	background-color: #f5f7fd;
	min-height: 487px;
	padding: 25px;
	position: relative;
}
.widget__add .content > span {
	font-size: 12px;
	font-weight: 500;
	display: inline-block;
	margin-bottom: 10px;
	background-color: var(--color-primary);
	color: var(--color-white);
	border-radius: 24px;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	-ms-border-radius: 24px;
	-o-border-radius: 24px;
	padding: 0px 11px;
	line-height: 24px;
}
.widget__add .content h3 {
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 30px;
}
.widget__add .content h3 span {
	color: var(--color-primary);
	text-decoration: underline;
}
.widget__add .content .thm-btn {
	font-size: 14px;
	text-transform: capitalize;
	padding: 10px 23px;
	background-color: #0e489f;
}
.widget__add .image {
	position: absolute;
	bottom: 13px;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
}
.widget__add .image .add_img {
	position: absolute;
	bottom: 20px;
	-webkit-transform: translateX(30px);
	-ms-transform: translateX(30px);
	transform: translateX(30px);
	max-width: 185px;
}
.checkbox__item:not(:last-child) {
	margin-bottom: 13px;
}
.checkbox__item label {
	font-size: 15px;
	color: #7e8285;
	-webkit-transform: translateY(2px);
	-ms-transform: translateY(2px);
	transform: translateY(2px);
}
.form-check-input {
	width: 15px;
	height: 15px;
	border: 1px solid #d9d9d9;
	margin-right: 10px;
}
.form-check-input:checked {
	background-color: var(--color-primary);
	border-color: var(--color-primary);
	box-shadow: none;
}
.form-check-input:focus {
	box-shadow: none;
	border-color: var(--color-primary);
}
.shop-left-sidebar {
	display: flex;
	flex-direction: row-reverse;
	flex-wrap: wrap;
}
@media (max-width: 991px) {
	.shop-left-sidebar {
		display: unset;
   }
}
.shop-section .shop-left-sidebar .ecommerce-content-wrap {
	width: calc(100% - 260px);
	padding-right: 0px;
	padding-left: 30px;
}
@media (max-width: 991px) {
	.shop-section .shop-left-sidebar .ecommerce-content-wrap {
		width: 100%;
		padding-left: 0;
   }
}
.model-option-wrap > span {
	font-size: 16px;
	font-weight: 500;
	color: #232323;
	margin-right: 8px;
}
.model-option {
	margin: -7px;
}
.model-option li {
	font-size: 12px;
	font-weight: 600;
	color: #8d8884;
	background-color: #f2f2f2;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	padding: 0px 13px;
	text-transform: uppercase;
	line-height: 24px;
	cursor: pointer;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	margin: 7px;
}
.model-option li.active {
	background-color: var(--color-primary);
	color: var(--color-white);
}
.product-share-wrap a {
	margin-left: 15px;
}
.product-share-wrap a:hover {
	color: var(--color-primary) !important;
}
.add-to-cart-btn .thm-btn {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	font-size: 14px;
	height: 48px;
}
.add-to-cart-btn .thm-btn span {
	color: var(--color-black);
}
.ecommerce-cart .actions .thm-btn {
	padding: 16px 33px;
	border: 0;
}

@charset "UTF-8";:root {
    --ecommerce: #a46497;
    --wc-green: #7ad03a;
    --wc-red: #a00;
    --wc-orange: #ffba00;
    --wc-blue: #2ea2cc;
    --wc-primary: #a46497;
    --wc-primary-text: white;
    --wc-secondary: #ebe9eb;
    --wc-secondary-text: #515151;
    --wc-highlight: #77a464;
    --wc-highligh-text: white;
    --wc-content-bg: #fff;
    --wc-subtext: #767676
}

@keyframes spin {
    100% {
        transform: rotate(360deg)
    }
}

@font-face {
    font-family: star;
    src: url(../fonts/star.eot);
    src: url(../fonts/star.eot?#iefix) 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: ecommerce;
    src: url(../fonts/ecommerce.eot);
    src: url(../fonts/ecommerce.eot?#iefix) format("embedded-opentype"),url(../fonts/ecommerce.woff) format("woff"),url(../fonts/ecommerce.ttf) format("truetype"),url(../fonts/ecommerce.svg#ecommerce) format("svg");
    font-weight: 400;
    font-style: normal
}

.ecommerce-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;
    box-shadow: 0 1px 1em rgba(0,0,0,.2);
    display: none
}

.ecommerce-store-notice a,p.demo_store a {
    color: #fff;
    text-decoration: underline
}

.screen-reader-text {
    clip: rect(1px,1px,1px,1px);
    height: 1px;
    overflow: hidden;
    position: absolute!important;
    width: 1px;
    word-wrap: normal!important
}

.admin-bar p.demo_store {
    top: 32px
}

.clear {
    clear: both
}

.ecommerce .blockUI.blockOverlay {
    position: relative
}

.ecommerce .blockUI.blockOverlay::before {
    height: 1em;
    width: 1em;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -.5em;
    margin-top: -.5em;
    content: "";
    animation: spin 1s ease-in-out infinite;
    background: url(../images/icons/loader.svg) center center;
    background-size: cover;
    line-height: 1;
    text-align: center;
    font-size: 2em;
    color: rgba(0,0,0,.75)
}

.ecommerce .loader::before {
    height: 1em;
    width: 1em;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -.5em;
    margin-top: -.5em;
    content: "";
    animation: spin 1s ease-in-out infinite;
    background: url(../images/icons/loader.svg) center center;
    background-size: cover;
    line-height: 1;
    text-align: center;
    font-size: 2em;
    color: rgba(0,0,0,.75)
}

.ecommerce a.remove {
    display: block;
    font-size: 1.5em;
    height: 1em;
    width: 1em;
    text-align: center;
    line-height: 1;
    border-radius: 100%;
    color: red!important;
    text-decoration: none;
    font-weight: 700;
    border: 0
}

.ecommerce a.remove:hover {
    color: #fff!important;
    background: red
}

.ecommerce small.note {
    display: block;
    color: #767676;
    font-size: .857em;
    margin-top: 10px
}

.ecommerce .ecommerce-breadcrumb {
    margin: 0 0 1em;
    padding: 0;
    font-size: .92em;
    color: #767676
}

.ecommerce .ecommerce-breadcrumb::after,.ecommerce .ecommerce-breadcrumb::before {
    content: " ";
    display: table
}

.ecommerce .ecommerce-breadcrumb::after {
    clear: both
}

.ecommerce .ecommerce-breadcrumb a {
    color: #767676
}

.ecommerce .quantity .qty {
    width: 3.631em;
    text-align: center
}

.ecommerce div.product {
    margin-bottom: 0;
    position: relative
}

.ecommerce div.product .product_title {
    clear: none;
    margin-top: 0;
    padding: 0
}

.ecommerce div.product p.price,.ecommerce div.product span.price {
    color: #77a464;
    font-size: 1.25em
}

.ecommerce div.product p.price ins,.ecommerce div.product span.price ins {
    background: inherit;
    font-weight: 700;
    display: inline-block
}

.ecommerce div.product p.price del,.ecommerce div.product span.price del {
    opacity: .5;
    display: inline-block
}

.ecommerce div.product p.stock {
    font-size: .92em
}

.ecommerce div.product .stock {
    color: #77a464
}

.ecommerce div.product .out-of-stock {
    color: red
}

.ecommerce div.product .ecommerce-product-rating {
    margin-bottom: 1.618em
}

.ecommerce div.product div.images {
    margin-bottom: 2em
}

.ecommerce div.product div.images img {
    display: block;
    width: 100%;
    height: auto;
    box-shadow: none
}

.ecommerce div.product div.images div.thumbnails {
    padding-top: 1em
}

.ecommerce div.product div.images.ecommerce-product-gallery {
    position: relative
}

.ecommerce div.product div.images .ecommerce-product-gallery__wrapper {
    transition: all cubic-bezier(.795,-.035,0,1) .5s;
    margin: 0;
    padding: 0
}

.ecommerce div.product div.images .ecommerce-product-gallery__wrapper .zoomImg {
    background-color: #fff;
    opacity: 0
}

.ecommerce div.product div.images .ecommerce-product-gallery__image--placeholder {
    border: 1px solid #f2f2f2
}

.ecommerce div.product div.images .ecommerce-product-gallery__image:nth-child(n+2) {
    width: 25%;
    display: inline-block
}

.ecommerce div.product div.images .ecommerce-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%;
    box-sizing: content-box
}

.ecommerce div.product div.images .ecommerce-product-gallery__trigger::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border: 2px solid #000;
    border-radius: 100%;
    position: absolute;
    top: 9px;
    left: 9px;
    box-sizing: content-box
}

.ecommerce div.product div.images .ecommerce-product-gallery__trigger::after {
    content: "";
    display: block;
    width: 2px;
    height: 8px;
    background: #000;
    border-radius: 6px;
    position: absolute;
    top: 19px;
    left: 22px;
    transform: rotate(-45deg);
    box-sizing: content-box
}

.ecommerce div.product div.images .flex-control-thumbs {
    overflow: hidden;
    zoom:1;margin: 0;
    padding: 0
}

.ecommerce div.product div.images .flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0;
    list-style: none
}

.ecommerce div.product div.images .flex-control-thumbs li img {
    cursor: pointer;
    opacity: .5;
    margin: 0
}

.ecommerce div.product div.images .flex-control-thumbs li img.flex-active,.ecommerce div.product div.images .flex-control-thumbs li img:hover {
    opacity: 1
}

.ecommerce div.product .ecommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
    clear: left
}

.ecommerce div.product .ecommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
    clear: left
}

.ecommerce div.product .ecommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
    clear: left
}

.ecommerce div.product div.summary {
    margin-bottom: 2em
}

.ecommerce div.product div.social {
    text-align: right;
    margin: 0 0 1em
}

.ecommerce div.product div.social span {
    margin: 0 0 0 2px
}

.ecommerce div.product div.social span span {
    margin: 0
}

.ecommerce div.product div.social span .stButton .chicklets {
    padding-left: 16px;
    width: 0
}

.ecommerce div.product div.social iframe {
    float: left;
    margin-top: 3px
}

.ecommerce div.product .ecommerce-tabs ul.tabs {
    list-style: none;
    padding: 0 0 0 1em;
    margin: 0 0 1.618em;
    overflow: hidden;
    position: relative
}

.ecommerce div.product .ecommerce-tabs ul.tabs li {
    border: 1px solid #d3ced2;
    background-color: #ebe9eb;
    color: #515151;
    display: inline-block;
    position: relative;
    z-index: 0;
    border-radius: 4px 4px 0 0;
    margin: 0 -5px;
    padding: 0 1em
}

.ecommerce div.product .ecommerce-tabs ul.tabs li a {
    display: inline-block;
    padding: .5em 0;
    font-weight: 700;
    color: #515151;
    text-decoration: none
}

.ecommerce div.product .ecommerce-tabs ul.tabs li a:hover {
    text-decoration: none;
    color: #6b6b6b
}

.ecommerce div.product .ecommerce-tabs ul.tabs li.active {
    background: #fff;
    color: #515151;
    z-index: 2;
    border-bottom-color: #fff
}

.ecommerce div.product .ecommerce-tabs ul.tabs li.active a {
    color: inherit;
    text-shadow: inherit
}

.ecommerce div.product .ecommerce-tabs ul.tabs li.active::before {
    box-shadow: 2px 2px 0 #fff
}

.ecommerce div.product .ecommerce-tabs ul.tabs li.active::after {
    box-shadow: -2px 2px 0 #fff
}

.ecommerce div.product .ecommerce-tabs ul.tabs li::after,.ecommerce div.product .ecommerce-tabs ul.tabs li::before {
    border: 1px solid #d3ced2;
    position: absolute;
    bottom: -1px;
    width: 5px;
    height: 5px;
    content: " ";
    box-sizing: border-box
}

.ecommerce div.product .ecommerce-tabs ul.tabs li::before {
    left: -5px;
    border-bottom-right-radius: 4px;
    border-width: 0 1px 1px 0;
    box-shadow: 2px 2px 0 #ebe9eb
}

.ecommerce div.product .ecommerce-tabs ul.tabs li::after {
    right: -5px;
    border-bottom-left-radius: 4px;
    border-width: 0 0 1px 1px;
    box-shadow: -2px 2px 0 #ebe9eb
}

.ecommerce div.product .ecommerce-tabs ul.tabs::before {
    position: absolute;
    content: " ";
    width: 100%;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #d3ced2;
    z-index: 1
}

.ecommerce div.product .ecommerce-tabs .panel {
    margin: 0 0 2em;
    padding: 0
}

.ecommerce div.product p.cart {
    margin-bottom: 2em
}

.ecommerce div.product p.cart::after,.ecommerce div.product p.cart::before {
    content: " ";
    display: table
}

.ecommerce div.product p.cart::after {
    clear: both
}

.ecommerce div.product form.cart {
    margin-bottom: 2em
}

.ecommerce div.product form.cart::after,.ecommerce div.product form.cart::before {
    content: " ";
    display: table
}

.ecommerce div.product form.cart::after {
    clear: both
}

.ecommerce div.product form.cart div.quantity {
    float: left;
    margin: 0 4px 0 0
}

.ecommerce div.product form.cart table {
    border-width: 0 0 1px
}

.ecommerce div.product form.cart table td {
    padding-left: 0
}

.ecommerce div.product form.cart table div.quantity {
    float: none;
    margin: 0
}

.ecommerce div.product form.cart table small.stock {
    display: block;
    float: none
}

.ecommerce div.product form.cart .variations {
    margin-bottom: 1em;
    border: 0;
    width: 100%
}

.ecommerce div.product form.cart .variations td,.ecommerce div.product form.cart .variations th {
    border: 0;
    line-height: 2em;
    vertical-align: top
}

.ecommerce div.product form.cart .variations label {
    font-weight: 700;
    text-align: left
}

.ecommerce div.product form.cart .variations select {
    max-width: 100%;
    min-width: 75%;
    display: inline-block;
    margin-right: 1em
}

.ecommerce div.product form.cart .variations td.label {
    padding-right: 1em
}

.ecommerce div.product form.cart .ecommerce-variation-description p {
    margin-bottom: 1em
}

.ecommerce div.product form.cart .reset_variations {
    visibility: hidden;
    font-size: .83em
}

.ecommerce div.product form.cart .wc-no-matching-variations {
    display: none
}

.ecommerce div.product form.cart .button {
    vertical-align: middle;
    float: left
}

.ecommerce div.product form.cart .group_table td.ecommerce-grouped-product-list-item__label {
    padding-right: 1em;
    padding-left: 1em
}

.ecommerce div.product form.cart .group_table td {
    vertical-align: top;
    padding-bottom: .5em;
    border: 0
}

.ecommerce div.product form.cart .group_table td:first-child {
    width: 4em;
    text-align: center
}

.ecommerce div.product form.cart .group_table .wc-grouped-product-add-to-cart-checkbox {
    display: inline-block;
    width: auto;
    margin: 0 auto;
    transform: scale(1.5,1.5)
}

.ecommerce span.onsale {
    min-height: 3.236em;
    min-width: 3.236em;
    padding: .202em;
    font-size: 1em;
    font-weight: 700;
    position: absolute;
    text-align: center;
    line-height: 3.236;
    top: -.5em;
    left: -.5em;
    margin: 0;
    border-radius: 100%;
    background-color: #77a464;
    color: #fff;
    font-size: .857em;
    z-index: 9
}

.ecommerce .products ul,.ecommerce ul.products {
    margin: 0 0 1em;
    padding: 0;
    list-style: none outside;
    clear: both
}

.ecommerce .products ul::after,.ecommerce .products ul::before,.ecommerce ul.products::after,.ecommerce ul.products::before {
    content: " ";
    display: table
}

.ecommerce .products ul::after,.ecommerce ul.products::after {
    clear: both
}

.ecommerce .products ul li,.ecommerce ul.products li {
    list-style: none outside
}

.ecommerce ul.products li.product .onsale {
    top: 0;
    right: 0;
    left: auto;
    margin: -.5em -.5em 0 0
}

.ecommerce ul.products li.product .ecommerce-loop-category__title,.ecommerce ul.products li.product .ecommerce-loop-product__title,.ecommerce ul.products li.product h3 {
    padding: .5em 0;
    margin: 0;
    font-size: 1em
}

.ecommerce ul.products li.product a {
    text-decoration: none
}

.ecommerce ul.products li.product a img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 0 1em;
    box-shadow: none
}

.ecommerce ul.products li.product strong {
    display: block
}

.ecommerce ul.products li.product .ecommerce-placeholder {
    border: 1px solid #f2f2f2
}

.ecommerce ul.products li.product .star-rating {
    font-size: .857em
}

.ecommerce ul.products li.product .button {
    display: inline-block;
    margin-top: 1em
}

.ecommerce ul.products li.product .price {
    color: #77a464;
    display: block;
    font-weight: 400;
    margin-bottom: .5em;
    font-size: .857em
}

.ecommerce ul.products li.product .price del {
    color: inherit;
    opacity: .5;
    display: inline-block
}

.ecommerce ul.products li.product .price ins {
    background: 0 0;
    font-weight: 700;
    display: inline-block
}

.ecommerce ul.products li.product .price .from {
    font-size: .67em;
    margin: -2px 0 0 0;
    text-transform: uppercase;
    color: rgba(132,132,132,.5)
}

.ecommerce .ecommerce-result-count {
    margin: 0 0 1em
}

.ecommerce .ecommerce-ordering {
    margin: 0 0 1em
}

.ecommerce .ecommerce-ordering select {
    vertical-align: top
}

.ecommerce nav.ecommerce-pagination {
    text-align: center
}

.ecommerce nav.ecommerce-pagination ul {
    display: inline-block;
    white-space: nowrap;
    padding: 0;
    clear: both;
    border: 1px solid #d3ced2;
    border-right: 0;
    margin: 1px
}

.ecommerce nav.ecommerce-pagination ul li {
    border-right: 1px solid #d3ced2;
    padding: 0;
    margin: 0;
    float: left;
    display: inline;
    overflow: hidden
}

.ecommerce nav.ecommerce-pagination ul li a,.ecommerce nav.ecommerce-pagination ul li span {
    margin: 0;
    text-decoration: none;
    padding: 0;
    line-height: 1;
    font-size: 1em;
    font-weight: 400;
    padding: .5em;
    min-width: 1em;
    display: block
}

.ecommerce nav.ecommerce-pagination ul li a:focus,.ecommerce nav.ecommerce-pagination ul li a:hover,.ecommerce nav.ecommerce-pagination ul li span.current {
    background: #ebe9eb;
    color: #8a7e88
}

.ecommerce .cart .button,.ecommerce .cart input.button {
    float: none
}

.ecommerce a.added_to_cart {
    padding-top: .5em;
    display: inline-block
}

.ecommerce #reviews h2 small {
    float: right;
    color: #767676;
    font-size: 15px;
    margin: 10px 0 0
}

.ecommerce #reviews h2 small a {
    text-decoration: none;
    color: #767676
}

.ecommerce #reviews h3 {
    margin: 0
}

.ecommerce #reviews #respond {
    margin: 0;
    border: 0;
    padding: 0
}

.ecommerce #reviews #comment {
    height: 75px
}

.ecommerce #reviews #comments .add_review::after,.ecommerce #reviews #comments .add_review::before {
    content: " ";
    display: table
}

.ecommerce #reviews #comments .add_review::after {
    clear: both
}

.ecommerce #reviews #comments h2 {
    clear: none
}

.ecommerce #reviews #comments ol.commentlist {
    margin: 0;
    width: 100%;
    background: 0 0;
    list-style: none
}

.ecommerce #reviews #comments ol.commentlist::after,.ecommerce #reviews #comments ol.commentlist::before {
    content: " ";
    display: table
}

.ecommerce #reviews #comments ol.commentlist::after {
    clear: both
}

.ecommerce #reviews #comments ol.commentlist li {
    padding: 0;
    margin: 0 0 20px;
    border: 0;
    position: relative;
    background: 0;
    border: 0
}

.ecommerce #reviews #comments ol.commentlist li .meta {
    color: #767676;
    font-size: .75em
}

.ecommerce #reviews #comments ol.commentlist li img.avatar {
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    padding: 3px;
    width: 32px;
    height: auto;
    background: #ebe9eb;
    border: 1px solid #e4e1e3;
    margin: 0;
    box-shadow: none
}

.ecommerce #reviews #comments ol.commentlist li .comment-text {
    margin: 0 0 0 50px;
    border: 1px solid #e4e1e3;
    border-radius: 4px;
    padding: 1em 1em 0
}

.ecommerce #reviews #comments ol.commentlist li .comment-text::after,.ecommerce #reviews #comments ol.commentlist li .comment-text::before {
    content: " ";
    display: table
}

.ecommerce #reviews #comments ol.commentlist li .comment-text::after {
    clear: both
}

.ecommerce #reviews #comments ol.commentlist li .comment-text p {
    margin: 0 0 1em
}

.ecommerce #reviews #comments ol.commentlist li .comment-text p.meta {
    font-size: .83em
}

.ecommerce #reviews #comments ol.commentlist ul.children {
    list-style: none outside;
    margin: 20px 0 0 50px
}

.ecommerce #reviews #comments ol.commentlist ul.children .star-rating {
    display: none
}

.ecommerce #reviews #comments ol.commentlist #respond {
    border: 1px solid #e4e1e3;
    border-radius: 4px;
    padding: 1em 1em 0;
    margin: 20px 0 0 50px
}

.ecommerce #reviews #comments .commentlist>li::before {
    content: ""
}

.ecommerce .star-rating {
    float: right;
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: 1em;
    width: 5.4em;
    font-family: star
}

.ecommerce .star-rating::before {
    content: "sssss";
    color: #d3ced2;
    float: left;
    top: 0;
    left: 0;
    position: absolute
}

.ecommerce .star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em
}

.ecommerce .star-rating span::before {
    content: "SSSSS";
    top: 0;
    position: absolute;
    left: 0
}

.ecommerce .ecommerce-product-rating {
    line-height: 2;
    display: block
}

.ecommerce .ecommerce-product-rating::after,.ecommerce .ecommerce-product-rating::before {
    content: " ";
    display: table
}

.ecommerce .ecommerce-product-rating::after {
    clear: both
}

.ecommerce .ecommerce-product-rating .star-rating {
    margin: .5em 4px 0 0;
    float: left
}

.ecommerce .products .star-rating {
    display: block;
    margin: 0 0 .5em;
    float: none
}

.ecommerce .hreview-aggregate .star-rating {
    margin: 10px 0 0
}

.ecommerce #review_form #respond {
    position: static;
    margin: 0;
    width: auto;
    padding: 0;
    background: transparent none;
    border: 0
}

.ecommerce #review_form #respond::after,.ecommerce #review_form #respond::before {
    content: " ";
    display: table
}

.ecommerce #review_form #respond::after {
    clear: both
}

.ecommerce #review_form #respond p {
    margin: 0 0 10px
}

.ecommerce #review_form #respond .form-submit input {
    left: auto
}

.ecommerce #review_form #respond textarea {
    box-sizing: border-box;
    width: 100%
}

.ecommerce p.stars a {
    position: relative;
    height: 1em;
    width: 1em;
    text-indent: -999em;
    display: inline-block;
    text-decoration: none
}

.ecommerce p.stars a::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1em;
    height: 1em;
    line-height: 1;
    font-family: ecommerce;
    content: "\e021";
    text-indent: 0
}

.ecommerce p.stars a:hover~a::before {
    content: "\e021"
}

.ecommerce p.stars:hover a::before {
    content: "\e020"
}

.ecommerce p.stars.selected a.active::before {
    content: "\e020"
}

.ecommerce p.stars.selected a.active~a::before {
    content: "\e021"
}

.ecommerce p.stars.selected a:not(.active)::before {
    content: "\e020"
}

.ecommerce table.shop_attributes {
    border: 0;
    border-top: 1px dotted rgba(0,0,0,.1);
    margin-bottom: 1.618em;
    width: 100%
}

.ecommerce table.shop_attributes th {
    width: 150px;
    font-weight: 700;
    padding: 8px;
    border-top: 0;
    border-bottom: 1px dotted rgba(0,0,0,.1);
    margin: 0;
    line-height: 1.5
}

.ecommerce table.shop_attributes td {
    font-style: italic;
    padding: 0;
    border-top: 0;
    border-bottom: 1px dotted rgba(0,0,0,.1);
    margin: 0;
    line-height: 1.5
}

.ecommerce table.shop_attributes td p {
    margin: 0;
    padding: 8px 0
}

.ecommerce table.shop_attributes tr:nth-child(even) td,.ecommerce table.shop_attributes tr:nth-child(even) th {
    background: rgba(0,0,0,.025)
}

.ecommerce table.shop_table {
    border: 1px solid rgba(0,0,0,.1);
    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    border-radius: 5px
}

.ecommerce table.shop_table th {
    font-weight: 700;
    padding: 9px 12px;
    line-height: 1.5em
}

.ecommerce table.shop_table td {
    border-top: 1px solid rgba(0,0,0,.1);
    padding: 9px 12px;
    vertical-align: middle;
    line-height: 1.5em
}

.ecommerce table.shop_table td small {
    font-weight: 400
}

.ecommerce table.shop_table td del {
    font-weight: 400
}

.ecommerce table.shop_table tbody:first-child tr:first-child td,.ecommerce table.shop_table tbody:first-child tr:first-child th {
    border-top: 0
}

.ecommerce table.shop_table tbody th,.ecommerce table.shop_table tfoot td,.ecommerce table.shop_table tfoot th {
    font-weight: 700;
    border-top: 1px solid rgba(0,0,0,.1)
}

.ecommerce table.my_account_orders {
    font-size: .85em
}

.ecommerce table.my_account_orders td,.ecommerce table.my_account_orders th {
    padding: 4px 8px;
    vertical-align: middle
}

.ecommerce table.my_account_orders .button {
    white-space: nowrap
}

.ecommerce table.ecommerce-MyAccount-downloads td,.ecommerce table.ecommerce-MyAccount-downloads th {
    vertical-align: top;
    text-align: center
}

.ecommerce table.ecommerce-MyAccount-downloads td:first-child,.ecommerce table.ecommerce-MyAccount-downloads th:first-child {
    text-align: left
}

.ecommerce table.ecommerce-MyAccount-downloads td:last-child,.ecommerce table.ecommerce-MyAccount-downloads th:last-child {
    text-align: left
}

.ecommerce table.ecommerce-MyAccount-downloads td .ecommerce-MyAccount-downloads-file::before,.ecommerce table.ecommerce-MyAccount-downloads th .ecommerce-MyAccount-downloads-file::before {
    content: "↓";
    display: inline-block
}

.ecommerce td.product-name .wc-item-meta,.ecommerce td.product-name dl.variation {
    list-style: none outside
}

.ecommerce td.product-name .wc-item-meta .wc-item-meta-label,.ecommerce td.product-name .wc-item-meta dt,.ecommerce td.product-name dl.variation .wc-item-meta-label,.ecommerce td.product-name dl.variation dt {
    float: left;
    clear: both;
    margin-right: .25em;
    display: inline-block;
    list-style: none outside
}

.ecommerce td.product-name .wc-item-meta dd,.ecommerce td.product-name dl.variation dd {
    margin: 0
}

.ecommerce td.product-name .wc-item-meta p,.ecommerce td.product-name .wc-item-meta:last-child,.ecommerce td.product-name dl.variation p,.ecommerce td.product-name dl.variation:last-child {
    margin-bottom: 0
}

.ecommerce td.product-name p.backorder_notification {
    font-size: .83em
}

.ecommerce td.product-quantity {
    min-width: 80px
}

.ecommerce ul.cart_list,.ecommerce ul.product_list_widget {
    list-style: none outside;
    padding: 0;
    margin: 0
}

.ecommerce ul.cart_list li,.ecommerce ul.product_list_widget li {
    padding: 4px 0;
    margin: 0;
    list-style: none
}

.ecommerce ul.cart_list li::after,.ecommerce ul.cart_list li::before,.ecommerce ul.product_list_widget li::after,.ecommerce ul.product_list_widget li::before {
    content: " ";
    display: table
}

.ecommerce ul.cart_list li::after,.ecommerce ul.product_list_widget li::after {
    clear: both
}

.ecommerce ul.cart_list li a,.ecommerce ul.product_list_widget li a {
    display: block;
    font-weight: 700
}

.ecommerce ul.cart_list li img,.ecommerce ul.product_list_widget li img {
    float: right;
    margin-left: 4px;
    width: 32px;
    height: auto;
    box-shadow: none
}

.ecommerce ul.cart_list li dl,.ecommerce ul.product_list_widget li dl {
    margin: 0;
    padding-left: 1em;
    border-left: 2px solid rgba(0,0,0,.1)
}

.ecommerce ul.cart_list li dl::after,.ecommerce ul.cart_list li dl::before,.ecommerce ul.product_list_widget li dl::after,.ecommerce ul.product_list_widget li dl::before {
    content: " ";
    display: table
}

.ecommerce ul.cart_list li dl::after,.ecommerce ul.product_list_widget li dl::after {
    clear: both
}

.ecommerce ul.cart_list li dl dd,.ecommerce ul.cart_list li dl dt,.ecommerce ul.product_list_widget li dl dd,.ecommerce ul.product_list_widget li dl dt {
    display: inline-block;
    float: left;
    margin-bottom: 1em
}

.ecommerce ul.cart_list li dl dt,.ecommerce ul.product_list_widget li dl dt {
    font-weight: 700;
    padding: 0 0 .25em;
    margin: 0 4px 0 0;
    clear: left
}

.ecommerce ul.cart_list li dl dd,.ecommerce ul.product_list_widget li dl dd {
    padding: 0 0 .25em
}

.ecommerce ul.cart_list li dl dd p:last-child,.ecommerce ul.product_list_widget li dl dd p:last-child {
    margin-bottom: 0
}

.ecommerce ul.cart_list li .star-rating,.ecommerce ul.product_list_widget li .star-rating {
    float: none
}

.ecommerce .widget_shopping_cart .total,.ecommerce.widget_shopping_cart .total {
    border-top: 3px double #ebe9eb;
    padding: 4px 0 0
}

.ecommerce .widget_shopping_cart .total strong,.ecommerce.widget_shopping_cart .total strong {
    min-width: 40px;
    display: inline-block
}

.ecommerce .widget_shopping_cart .cart_list li,.ecommerce.widget_shopping_cart .cart_list li {
    padding-left: 2em;
    position: relative;
    padding-top: 0
}

.ecommerce .widget_shopping_cart .cart_list li a.remove,.ecommerce.widget_shopping_cart .cart_list li a.remove {
    position: absolute;
    top: 0;
    left: 0
}

.ecommerce .widget_shopping_cart .buttons::after,.ecommerce .widget_shopping_cart .buttons::before,.ecommerce.widget_shopping_cart .buttons::after,.ecommerce.widget_shopping_cart .buttons::before {
    content: " ";
    display: table
}

.ecommerce .widget_shopping_cart .buttons::after,.ecommerce.widget_shopping_cart .buttons::after {
    clear: both
}

.ecommerce .widget_shopping_cart .buttons a,.ecommerce.widget_shopping_cart .buttons a {
    margin-right: 5px;
    margin-bottom: 5px
}

.ecommerce form .form-row {
    padding: 3px;
    margin: 0 0 6px
}

.ecommerce form .form-row [placeholder]:focus::-webkit-input-placeholder {
    -webkit-transition: opacity .5s .5s ease;
    transition: opacity .5s .5s ease;
    opacity: 0
}

.ecommerce form .form-row label {
    line-height: 2
}

.ecommerce form .form-row label.hidden {
    visibility: hidden
}

.ecommerce form .form-row label.inline {
    display: inline
}

.ecommerce form .form-row .ecommerce-input-wrapper .description {
    background: #1e85be;
    color: #fff;
    border-radius: 3px;
    padding: 1em;
    margin: .5em 0 0;
    clear: both;
    display: none;
    position: relative
}

.ecommerce form .form-row .ecommerce-input-wrapper .description a {
    color: #fff;
    text-decoration: underline;
    border: 0;
    box-shadow: none
}

.ecommerce form .form-row .ecommerce-input-wrapper .description::before {
    left: 50%;
    top: 0;
    margin-top: -4px;
    transform: translateX(-50%) rotate(180deg);
    content: "";
    position: absolute;
    border-width: 4px 6px 0 6px;
    border-style: solid;
    border-color: #1e85be transparent transparent transparent;
    z-index: 100;
    display: block
}

.ecommerce form .form-row select {
    cursor: pointer;
    margin: 0
}

.ecommerce form .form-row .required {
    color: red;
    font-weight: 700;
    border: 0!important;
    text-decoration: none;
    visibility: hidden
}

.ecommerce form .form-row .optional {
    visibility: visible
}

.ecommerce form .form-row .input-checkbox {
    display: inline;
    margin: -2px 8px 0 0;
    text-align: center;
    vertical-align: middle
}

.ecommerce form .form-row input.input-text,.ecommerce form .form-row textarea {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    outline: 0;
    line-height: normal
}

.ecommerce form .form-row textarea {
    height: 4em;
    line-height: 1.5;
    display: block;
    box-shadow: none
}

.ecommerce form .form-row .select2-container {
    width: 100%;
    line-height: 2em
}

.ecommerce form .form-row.ecommerce-invalid label {
    color: #a00
}

.ecommerce form .form-row.ecommerce-invalid .select2-container,.ecommerce form .form-row.ecommerce-invalid input.input-text,.ecommerce form .form-row.ecommerce-invalid select {
    border-color: #a00
}

.ecommerce form .form-row.ecommerce-validated .select2-container,.ecommerce form .form-row.ecommerce-validated input.input-text,.ecommerce form .form-row.ecommerce-validated select {
    border-color: #6dc22e
}

.ecommerce form .form-row ::-webkit-input-placeholder {
    line-height: normal
}

.ecommerce form .form-row :-moz-placeholder {
    line-height: normal
}

.ecommerce form .form-row :-ms-input-placeholder {
    line-height: normal
}

.ecommerce form.checkout_coupon,.ecommerce form.login,.ecommerce form.register {
    border: 1px solid #d3ced2;
    padding: 20px;
    margin: 2em 0;
    text-align: left;
    border-radius: 5px
}

.ecommerce ul#shipping_method {
    list-style: none outside;
    margin: 0;
    padding: 0
}

.ecommerce ul#shipping_method li {
    margin: 0 0 .5em;
    line-height: 1.5em;
    list-style: none outside
}

.ecommerce ul#shipping_method li input {
    margin: 3px .4375em 0 0;
    vertical-align: top
}

.ecommerce ul#shipping_method li label {
    display: inline
}

.ecommerce ul#shipping_method .amount {
    font-weight: 700
}

.ecommerce p.ecommerce-shipping-contents {
    margin: 0
}

.ecommerce ul.order_details {
    margin: 0 0 3em;
    list-style: none
}

.ecommerce ul.order_details::after,.ecommerce ul.order_details::before {
    content: " ";
    display: table
}

.ecommerce ul.order_details::after {
    clear: both
}

.ecommerce ul.order_details li {
    float: left;
    margin-right: 2em;
    text-transform: uppercase;
    font-size: .715em;
    line-height: 1;
    border-right: 1px dashed #d3ced2;
    padding-right: 2em;
    margin-left: 0;
    padding-left: 0;
    list-style-type: none
}

.ecommerce ul.order_details li strong {
    display: block;
    font-size: 1.4em;
    text-transform: none;
    line-height: 1.5
}

.ecommerce ul.order_details li:last-of-type {
    border: none
}

.ecommerce .wc-bacs-bank-details-account-name {
    font-weight: 700
}

.ecommerce .ecommerce-customer-details,.ecommerce .ecommerce-order-details,.ecommerce .ecommerce-order-downloads {
    margin-bottom: 2em
}

.ecommerce .ecommerce-customer-details :last-child,.ecommerce .ecommerce-order-details :last-child,.ecommerce .ecommerce-order-downloads :last-child {
    margin-bottom: 0
}

.ecommerce .ecommerce-customer-details address {
    font-style: normal;
    margin-bottom: 0;
    border: 1px solid rgba(0,0,0,.1);
    border-bottom-width: 2px;
    border-right-width: 2px;
    text-align: left;
    width: 100%;
    border-radius: 5px;
    padding: 6px 12px
}

.ecommerce .ecommerce-customer-details .ecommerce-customer-details--email,.ecommerce .ecommerce-customer-details .ecommerce-customer-details--phone {
    margin-bottom: 0;
    padding-left: 1.5em
}

.ecommerce .ecommerce-customer-details .ecommerce-customer-details--phone::before {
    font-family: ecommerce;
    speak: never;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: .618em;
    content: "\e037";
    text-decoration: none;
    margin-left: -1.5em;
    line-height: 1.75;
    position: absolute
}

.ecommerce .ecommerce-customer-details .ecommerce-customer-details--email::before {
    font-family: ecommerce;
    speak: never;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: .618em;
    content: "\e02d";
    text-decoration: none;
    margin-left: -1.5em;
    line-height: 1.75;
    position: absolute
}

.ecommerce .ecommerce-widget-layered-nav-list {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none outside
}

.ecommerce .ecommerce-widget-layered-nav-list .ecommerce-widget-layered-nav-list__item {
    padding: 0 0 1px;
    list-style: none
}

.ecommerce .ecommerce-widget-layered-nav-list .ecommerce-widget-layered-nav-list__item::after,.ecommerce .ecommerce-widget-layered-nav-list .ecommerce-widget-layered-nav-list__item::before {
    content: " ";
    display: table
}

.ecommerce .ecommerce-widget-layered-nav-list .ecommerce-widget-layered-nav-list__item::after {
    clear: both
}

.ecommerce .ecommerce-widget-layered-nav-list .ecommerce-widget-layered-nav-list__item a,.ecommerce .ecommerce-widget-layered-nav-list .ecommerce-widget-layered-nav-list__item span {
    padding: 1px 0
}

.ecommerce .ecommerce-widget-layered-nav-list .ecommerce-widget-layered-nav-list__item--chosen a::before {
    font-family: ecommerce;
    speak: never;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: .618em;
    content: "\e013";
    text-decoration: none;
    color: #a00
}

.ecommerce .ecommerce-widget-layered-nav-dropdown__submit {
    margin-top: 1em
}

.ecommerce .widget_layered_nav_filters ul {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none outside;
    overflow: hidden;
    zoom:1}

.ecommerce .widget_layered_nav_filters ul li {
    float: left;
    padding: 0 1em 1px 1px;
    list-style: none
}

.ecommerce .widget_layered_nav_filters ul li a {
    text-decoration: none
}

.ecommerce .widget_layered_nav_filters ul li a::before {
    font-family: ecommerce;
    speak: never;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: .618em;
    content: "\e013";
    text-decoration: none;
    color: #a00;
    vertical-align: inherit;
    margin-right: .5em
}

.ecommerce .widget_price_filter .price_slider {
    margin-bottom: 1em
}

.ecommerce .widget_price_filter .price_slider_amount {
    text-align: right;
    line-height: 2.4;
    font-size: .8751em
}

.ecommerce .widget_price_filter .price_slider_amount .button {
    font-size: 1.15em;
    float: left
}

.ecommerce .widget_price_filter .ui-slider {
    position: relative;
    text-align: left;
    margin-left: .5em;
    margin-right: .5em
}

.ecommerce .widget_price_filter .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1em;
    height: 1em;
    background-color: #a46497;
    border-radius: 1em;
    cursor: ew-resize;
    outline: 0;
    top: -.3em;
    margin-left: -.5em
}

.ecommerce .widget_price_filter .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    border-radius: 1em;
    background-color: #a46497
}

.ecommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    border-radius: 1em;
    background-color: #462940;
    border: 0
}

.ecommerce .widget_price_filter .ui-slider-horizontal {
    height: .5em
}

.ecommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%
}

.ecommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
    left: -1px
}

.ecommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
    right: -1px
}

.ecommerce .widget_rating_filter ul {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none outside
}

.ecommerce .widget_rating_filter ul li {
    padding: 0 0 1px;
    list-style: none
}

.ecommerce .widget_rating_filter ul li::after,.ecommerce .widget_rating_filter ul li::before {
    content: " ";
    display: table
}

.ecommerce .widget_rating_filter ul li::after {
    clear: both
}

.ecommerce .widget_rating_filter ul li a {
    padding: 1px 0;
    text-decoration: none
}

.ecommerce .widget_rating_filter ul li .star-rating {
    float: none;
    display: inline-block
}

.ecommerce .widget_rating_filter ul li.chosen a::before {
    font-family: ecommerce;
    speak: never;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: .618em;
    content: "\e013";
    text-decoration: none;
    color: #a00
}

.ecommerce .ecommerce-form-login .ecommerce-form-login__submit {
    float: left;
    margin-right: 1em
}

.ecommerce .ecommerce-form-login .ecommerce-form-login__rememberme {
    display: inline-block
}

.ecommerce:where(body:not(.ecommerce-block-theme-has-button-styles)) #respond input#submit,.ecommerce:where(body:not(.ecommerce-block-theme-has-button-styles)) a.button,.ecommerce:where(body:not(.ecommerce-block-theme-has-button-styles)) button.button,.ecommerce:where(body:not(.ecommerce-block-theme-has-button-styles)) input.button,:where(body:not(.ecommerce-block-theme-has-button-styles)) .ecommerce #respond input#submit,:where(body:not(.ecommerce-block-theme-has-button-styles)) .ecommerce a.button,:where(body:not(.ecommerce-block-theme-has-button-styles)) .ecommerce button.button,:where(body:not(.ecommerce-block-theme-has-button-styles)) .ecommerce input.button {
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: .618em 1em;
    font-weight: 700;
    border-radius: 3px;
    left: auto;
    color: #515151;
    background-color: #ebe9eb;
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none
}

.ecommerce:where(body:not(.ecommerce-block-theme-has-button-styles)) #respond input#submit.loading,.ecommerce:where(body:not(.ecommerce-block-theme-has-button-styles)) a.button.loading,.ecommerce:where(body:not(.ecommerce-block-theme-has-button-styles)) button.button.loading,.ecommerce:where(body:not(.ecommerce-block-theme-has-button-styles)) input.button.loading,:where(body:not(.ecommerce-block-theme-has-button-styles)) .ecommerce #respond input#submit.loading,:where(body:not(.ecommerce-block-theme-has-button-styles)) .ecommerce a.button.loading,:where(body:not(.ecommerce-block-theme-has-button-styles)) .ecommerce button.button.loading,:where(body:not(.ecommerce-block-theme-has-button-styles)) .ecommerce input.button.loading {
    opacity: .25;
    padding-right: 2.618em
}

.ecommerce:where(body:not(.ecommerce-block-theme-has-button-styles)) #respond input#submit.loading::after,.ecommerce:where(body:not(.ecommerce-block-theme-has-button-styles)) a.button.loading::after,.ecommerce:where(body:not(.ecommerce-block-theme-has-button-styles)) button.button.loading::after,.ecommerce:where(body:not(.ecommerce-block-theme-has-button-styles)) input.button.loading::after,:where(body:not(.ecommerce-block-theme-has-button-styles)) .ecommerce #respond input#submit.loading::after,:where(body:not(.ecommerce-block-theme-has-button-styles)) .ecommerce a.button.loading::after,:where(body:not(.ecommerce-block-theme-has-button-styles)) .ecommerce button.button.loading::after,:where(body:not(.ecommerce-block-theme-has-button-styles)) .ecommerce input.button.loading::after {
    font-family: ecommerce;
    content: "\e01c";
    vertical-align: top;
    font-weight: 400;
    position: absolute;
    top: .618em;
    right: 1em;
    animation: spin 2s linear infinite
}

.ecommerce:where(body:not(.ecommerce-block-theme-has-button-styles)) #respond input#submit.added::after,.ecommerce:where(body:not(.ecommerce-block-theme-has-button-styles)) a.button.added::after,.ecommerce:where(body:not(.ecommerce-block-theme-has-button-styles)) button.button.added::after,.ecommerce:where(body:not(.ecommerce-block-theme-has-button-styles)) input.button.added::after,:where(body:not(.ecommerce-block-theme-has-button-styles)) .ecommerce #respond input#submit.added::after,:where(body:not(.ecommerce-block-theme-has-button-styles)) .ecommerce a.button.added::after,:where(body:not(.ecommerce-block-theme-has-button-styles)) .ecommerce button.button.added::after,:where(body:not(.ecommerce-block-theme-has-button-styles)) .ecommerce input.button.added::after {
    font-family: ecommerce;
    content: "\e017";
    margin-left: .53em;
    vertical-align: bottom
}

.ecommerce:where(body:not(.ecommerce-block-theme-has-button-styles)) #respond input#submit:hover,.ecommerce:where(body:not(.ecommerce-block-theme-has-button-styles)) a.button:hover,.ecommerce:where(body:not(.ecommerce-block-theme-has-button-styles)) button.button:hover,.ecommerce:where(body:not(.ecommerce-block-theme-has-button-styles)) input.button:hover,:where(body:not(.ecommerce-block-theme-has-button-styles)) .ecommerce #respond input#submit:hover,:where(body:not(.ecommerce-block-theme-has-button-styles)) .ecommerce a.button:hover,:where(body:not(.ecommerce-block-theme-has-button-styles)) .ecommerce button.button:hover,:where(body:not(.ecommerce-block-theme-has-button-styles)) .ecommerce input.button:hover {
    background-color: #dfdcde;
    text-decoration: none;
    background-image: none;
    color: #515151
}

.ecommerce:where(body:not(.ecommerce-block-theme-has-button-styles)) #respond input#submit.alt,.ecommerce:where(body:not(.ecommerce-block-theme-has-button-styles)) a.button.alt,.ecommerce:where(body:not(.ecommerce-block-theme-has-button-styles)) button.button.alt,.ecommerce:where(body:not(.ecommerce-block-theme-has-button-styles)) input.button.alt,:where(body:not(.ecommerce-block-theme-has-button-styles)) .ecommerce #respond input#submit.alt,:where(body:not(.ecommerce-block-theme-has-button-styles)) .ecommerce a.button.alt,:where(body:not(.ecommerce-block-theme-has-button-styles)) .ecommerce button.button.alt,:where(body:not(.ecommerce-block-theme-has-button-styles)) .ecommerce input.button.alt {
    background-color: #a46497;
    color: #fff;
    -webkit-font-smoothing: antialiased
}

.ecommerce:where(body:not(.ecommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover,.ecommerce:where(body:not(.ecommerce-block-theme-has-button-styles)) a.button.alt:hover,.ecommerce:where(body:not(.ecommerce-block-theme-has-button-styles)) button.button.alt:hover,.ecommerce:where(body:not(.ecommerce-block-theme-has-button-styles)) input.button.alt:hover,:where(body:not(.ecommerce-block-theme-has-button-styles)) .ecommerce #respond input#submit.alt:hover,:where(body:not(.ecommerce-block-theme-has-button-styles)) .ecommerce a.button.alt:hover,:where(body:not(.ecommerce-block-theme-has-button-styles)) .ecommerce button.button.alt:hover,:where(body:not(.ecommerce-block-theme-has-button-styles)) .ecommerce input.button.alt:hover {
    background-color: #96588a;
    color: #fff
}

.ecommerce:where(body:not(.ecommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled,.ecommerce:where(body:not(.ecommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled:hover,.ecommerce:where(body:not(.ecommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled,.ecommerce:where(body:not(.ecommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled:hover,.ecommerce:where(body:not(.ecommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled],.ecommerce:where(body:not(.ecommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled]:hover,.ecommerce:where(body:not(.ecommerce-block-theme-has-button-styles)) a.button.alt.disabled,.ecommerce:where(body:not(.ecommerce-block-theme-has-button-styles)) a.button.alt.disabled:hover,.ecommerce:where(body:not(.ecommerce-block-theme-has-button-styles)) a.button.alt:disabled,.ecommerce:where(body:not(.ecommerce-block-theme-has-button-styles)) a.button.alt:disabled:hover,.ecommerce:where(body:not(.ecommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled],.ecommerce:where(body:not(.ecommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled]:hover,.ecommerce:where(body:not(.ecommerce-block-theme-has-button-styles)) button.button.alt.disabled,.ecommerce:where(body:not(.ecommerce-block-theme-has-button-styles)) button.button.alt.disabled:hover,.ecommerce:where(body:not(.ecommerce-block-theme-has-button-styles)) button.button.alt:disabled,.ecommerce:where(body:not(.ecommerce-block-theme-has-button-styles)) button.button.alt:disabled:hover,.ecommerce:where(body:not(.ecommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled],.ecommerce:where(body:not(.ecommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled]:hover,.ecommerce:where(body:not(.ecommerce-block-theme-has-button-styles)) input.button.alt.disabled,.ecommerce:where(body:not(.ecommerce-block-theme-has-button-styles)) input.button.alt.disabled:hover,.ecommerce:where(body:not(.ecommerce-block-theme-has-button-styles)) input.button.alt:disabled,.ecommerce:where(body:not(.ecommerce-block-theme-has-button-styles)) input.button.alt:disabled:hover,.ecommerce:where(body:not(.ecommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled],.ecommerce:where(body:not(.ecommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled]:hover,:where(body:not(.ecommerce-block-theme-has-button-styles)) .ecommerce #respond input#submit.alt.disabled,:where(body:not(.ecommerce-block-theme-has-button-styles)) .ecommerce #respond input#submit.alt.disabled:hover,:where(body:not(.ecommerce-block-theme-has-button-styles)) .ecommerce #respond input#submit.alt:disabled,:where(body:not(.ecommerce-block-theme-has-button-styles)) .ecommerce #respond input#submit.alt:disabled:hover,:where(body:not(.ecommerce-block-theme-has-button-styles)) .ecommerce #respond input#submit.alt:disabled[disabled],:where(body:not(.ecommerce-block-theme-has-button-styles)) .ecommerce #respond input#submit.alt:disabled[disabled]:hover,:where(body:not(.ecommerce-block-theme-has-button-styles)) .ecommerce a.button.alt.disabled,:where(body:not(.ecommerce-block-theme-has-button-styles)) .ecommerce a.button.alt.disabled:hover,:where(body:not(.ecommerce-block-theme-has-button-styles)) .ecommerce a.button.alt:disabled,:where(body:not(.ecommerce-block-theme-has-button-styles)) .ecommerce a.button.alt:disabled:hover,:where(body:not(.ecommerce-block-theme-has-button-styles)) .ecommerce a.button.alt:disabled[disabled],:where(body:not(.ecommerce-block-theme-has-button-styles)) .ecommerce a.button.alt:disabled[disabled]:hover,:where(body:not(.ecommerce-block-theme-has-button-styles)) .ecommerce button.button.alt.disabled,:where(body:not(.ecommerce-block-theme-has-button-styles)) .ecommerce button.button.alt.disabled:hover,:where(body:not(.ecommerce-block-theme-has-button-styles)) .ecommerce button.button.alt:disabled,:where(body:not(.ecommerce-block-theme-has-button-styles)) .ecommerce button.button.alt:disabled:hover,:where(body:not(.ecommerce-block-theme-has-button-styles)) .ecommerce button.button.alt:disabled[disabled],:where(body:not(.ecommerce-block-theme-has-button-styles)) .ecommerce button.button.alt:disabled[disabled]:hover,:where(body:not(.ecommerce-block-theme-has-button-styles)) .ecommerce input.button.alt.disabled,:where(body:not(.ecommerce-block-theme-has-button-styles)) .ecommerce input.button.alt.disabled:hover,:where(body:not(.ecommerce-block-theme-has-button-styles)) .ecommerce input.button.alt:disabled,:where(body:not(.ecommerce-block-theme-has-button-styles)) .ecommerce input.button.alt:disabled:hover,:where(body:not(.ecommerce-block-theme-has-button-styles)) .ecommerce input.button.alt:disabled[disabled],:where(body:not(.ecommerce-block-theme-has-button-styles)) .ecommerce input.button.alt:disabled[disabled]:hover {
    background-color: #a46497;
    color: #fff
}

.ecommerce:where(body:not(.ecommerce-block-theme-has-button-styles)) #respond input#submit.disabled,.ecommerce:where(body:not(.ecommerce-block-theme-has-button-styles)) #respond input#submit:disabled,.ecommerce:where(body:not(.ecommerce-block-theme-has-button-styles)) #respond input#submit:disabled[disabled],.ecommerce:where(body:not(.ecommerce-block-theme-has-button-styles)) a.button.disabled,.ecommerce:where(body:not(.ecommerce-block-theme-has-button-styles)) a.button:disabled,.ecommerce:where(body:not(.ecommerce-block-theme-has-button-styles)) a.button:disabled[disabled],.ecommerce:where(body:not(.ecommerce-block-theme-has-button-styles)) button.button.disabled,.ecommerce:where(body:not(.ecommerce-block-theme-has-button-styles)) button.button:disabled,.ecommerce:where(body:not(.ecommerce-block-theme-has-button-styles)) button.button:disabled[disabled],.ecommerce:where(body:not(.ecommerce-block-theme-has-button-styles)) input.button.disabled,.ecommerce:where(body:not(.ecommerce-block-theme-has-button-styles)) input.button:disabled,.ecommerce:where(body:not(.ecommerce-block-theme-has-button-styles)) input.button:disabled[disabled],:where(body:not(.ecommerce-block-theme-has-button-styles)) .ecommerce #respond input#submit.disabled,:where(body:not(.ecommerce-block-theme-has-button-styles)) .ecommerce #respond input#submit:disabled,:where(body:not(.ecommerce-block-theme-has-button-styles)) .ecommerce #respond input#submit:disabled[disabled],:where(body:not(.ecommerce-block-theme-has-button-styles)) .ecommerce a.button.disabled,:where(body:not(.ecommerce-block-theme-has-button-styles)) .ecommerce a.button:disabled,:where(body:not(.ecommerce-block-theme-has-button-styles)) .ecommerce a.button:disabled[disabled],:where(body:not(.ecommerce-block-theme-has-button-styles)) .ecommerce button.button.disabled,:where(body:not(.ecommerce-block-theme-has-button-styles)) .ecommerce button.button:disabled,:where(body:not(.ecommerce-block-theme-has-button-styles)) .ecommerce button.button:disabled[disabled],:where(body:not(.ecommerce-block-theme-has-button-styles)) .ecommerce input.button.disabled,:where(body:not(.ecommerce-block-theme-has-button-styles)) .ecommerce input.button:disabled,:where(body:not(.ecommerce-block-theme-has-button-styles)) .ecommerce input.button:disabled[disabled] {
    color: inherit;
    cursor: not-allowed;
    opacity: .5;
    padding: .618em 1em
}

.ecommerce:where(body:not(.ecommerce-block-theme-has-button-styles)) #respond input#submit.disabled:hover,.ecommerce:where(body:not(.ecommerce-block-theme-has-button-styles)) #respond input#submit:disabled:hover,.ecommerce:where(body:not(.ecommerce-block-theme-has-button-styles)) #respond input#submit:disabled[disabled]:hover,.ecommerce:where(body:not(.ecommerce-block-theme-has-button-styles)) a.button.disabled:hover,.ecommerce:where(body:not(.ecommerce-block-theme-has-button-styles)) a.button:disabled:hover,.ecommerce:where(body:not(.ecommerce-block-theme-has-button-styles)) a.button:disabled[disabled]:hover,.ecommerce:where(body:not(.ecommerce-block-theme-has-button-styles)) button.button.disabled:hover,.ecommerce:where(body:not(.ecommerce-block-theme-has-button-styles)) button.button:disabled:hover,.ecommerce:where(body:not(.ecommerce-block-theme-has-button-styles)) button.button:disabled[disabled]:hover,.ecommerce:where(body:not(.ecommerce-block-theme-has-button-styles)) input.button.disabled:hover,.ecommerce:where(body:not(.ecommerce-block-theme-has-button-styles)) input.button:disabled:hover,.ecommerce:where(body:not(.ecommerce-block-theme-has-button-styles)) input.button:disabled[disabled]:hover,:where(body:not(.ecommerce-block-theme-has-button-styles)) .ecommerce #respond input#submit.disabled:hover,:where(body:not(.ecommerce-block-theme-has-button-styles)) .ecommerce #respond input#submit:disabled:hover,:where(body:not(.ecommerce-block-theme-has-button-styles)) .ecommerce #respond input#submit:disabled[disabled]:hover,:where(body:not(.ecommerce-block-theme-has-button-styles)) .ecommerce a.button.disabled:hover,:where(body:not(.ecommerce-block-theme-has-button-styles)) .ecommerce a.button:disabled:hover,:where(body:not(.ecommerce-block-theme-has-button-styles)) .ecommerce a.button:disabled[disabled]:hover,:where(body:not(.ecommerce-block-theme-has-button-styles)) .ecommerce button.button.disabled:hover,:where(body:not(.ecommerce-block-theme-has-button-styles)) .ecommerce button.button:disabled:hover,:where(body:not(.ecommerce-block-theme-has-button-styles)) .ecommerce button.button:disabled[disabled]:hover,:where(body:not(.ecommerce-block-theme-has-button-styles)) .ecommerce input.button.disabled:hover,:where(body:not(.ecommerce-block-theme-has-button-styles)) .ecommerce input.button:disabled:hover,:where(body:not(.ecommerce-block-theme-has-button-styles)) .ecommerce input.button:disabled[disabled]:hover {
    color: inherit;
    background-color: #ebe9eb
}

.ecommerce-no-js form.ecommerce-form-coupon,.ecommerce-no-js form.ecommerce-form-login {
    display: block!important
}

.ecommerce-no-js .showcoupon,.ecommerce-no-js .ecommerce-form-coupon-toggle,.ecommerce-no-js .ecommerce-form-login-toggle {
    display: none!important
}

.ecommerce-error,.ecommerce-info,.ecommerce-message {
    padding: 1em 2em 1em 3.5em;
    margin: 0 0 2em;
    position: relative;
    background-color: #f7f6f7;
    color: #515151;
    border-top: 3px solid #a46497;
    list-style: none outside;
    width: auto;
    word-wrap: break-word
}

.ecommerce-error::after,.ecommerce-error::before,.ecommerce-info::after,.ecommerce-info::before,.ecommerce-message::after,.ecommerce-message::before {
    content: " ";
    display: table
}

.ecommerce-error::after,.ecommerce-info::after,.ecommerce-message::after {
    clear: both
}

.ecommerce-error::before,.ecommerce-info::before,.ecommerce-message::before {
    font-family: ecommerce;
    content: "\e028";
    display: inline-block;
    position: absolute;
    top: 1em;
    left: 1.5em
}

.ecommerce-error .button,.ecommerce-info .button,.ecommerce-message .button {
    float: right
}

.ecommerce-error li,.ecommerce-info li,.ecommerce-message li {
    list-style: none outside!important;
    padding-left: 0!important;
    margin-left: 0!important
}

.rtl.ecommerce .price_label,.rtl.ecommerce .price_label span {
    direction: ltr;
    unicode-bidi: embed
}

.ecommerce-message {
    border-top-color: #8fae1b
}

.ecommerce-message::before {
    content: "\e015";
    color: #8fae1b
}

.ecommerce-info {
    border-top-color: #1e85be
}

.ecommerce-info::before {
    color: #1e85be
}

.ecommerce-error {
    border-top-color: #b81c23
}

.ecommerce-error::before {
    content: "\e016";
    color: #b81c23
}

.ecommerce-account .ecommerce::after,.ecommerce-account .ecommerce::before {
    content: " ";
    display: table
}

.ecommerce-account .ecommerce::after {
    clear: both
}

.ecommerce-account .addresses .title::after,.ecommerce-account .addresses .title::before {
    content: " ";
    display: table
}

.ecommerce-account .addresses .title::after {
    clear: both
}

.ecommerce-account .addresses .title h3 {
    float: left
}

.ecommerce-account .addresses .title .edit {
    float: right
}

.ecommerce-account ol.commentlist.notes li.note p.meta {
    font-weight: 700;
    margin-bottom: 0
}

.ecommerce-account ol.commentlist.notes li.note .description p:last-child {
    margin-bottom: 0
}

.ecommerce-account ul.digital-downloads {
    margin-left: 0;
    padding-left: 0
}

.ecommerce-account ul.digital-downloads li {
    list-style: none;
    margin-left: 0;
    padding-left: 0
}

.ecommerce-account ul.digital-downloads li::before {
    font-family: ecommerce;
    speak: never;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: .618em;
    content: "\e00a";
    text-decoration: none
}

.ecommerce-account ul.digital-downloads li .count {
    float: right
}

#add_payment_method table.cart .product-thumbnail,.ecommerce-cart table.cart .product-thumbnail,.ecommerce-checkout table.cart .product-thumbnail {
    min-width: 32px
}

#add_payment_method table.cart img, .ecommerce-checkout table.cart img {
    width: 32px;
    box-shadow: none
}

#add_payment_method table.cart td,#add_payment_method table.cart th,.ecommerce-cart table.cart td,.ecommerce-cart table.cart th,.ecommerce-checkout table.cart td,.ecommerce-checkout table.cart th {
    vertical-align: middle
}

#add_payment_method table.cart td.actions .coupon .input-text,.ecommerce-cart table.cart td.actions .coupon .input-text,.ecommerce-checkout table.cart td.actions .coupon .input-text {
    float: left;
    box-sizing: border-box;
    border: 1px solid #d3ced2;
    padding: 6px 6px 5px;
    margin: 0 4px 0 0;
    outline: 0
}

#add_payment_method table.cart input,.ecommerce-cart table.cart input,.ecommerce-checkout table.cart input {
    margin: 0;
    vertical-align: middle
}

#add_payment_method .wc-proceed-to-checkout,.ecommerce-cart .wc-proceed-to-checkout,.ecommerce-checkout .wc-proceed-to-checkout {
    padding: 1em 0
}

#add_payment_method .wc-proceed-to-checkout::after,#add_payment_method .wc-proceed-to-checkout::before,.ecommerce-cart .wc-proceed-to-checkout::after,.ecommerce-cart .wc-proceed-to-checkout::before,.ecommerce-checkout .wc-proceed-to-checkout::after,.ecommerce-checkout .wc-proceed-to-checkout::before {
    content: " ";
    display: table
}

#add_payment_method .wc-proceed-to-checkout::after,.ecommerce-cart .wc-proceed-to-checkout::after,.ecommerce-checkout .wc-proceed-to-checkout::after {
    clear: both
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button,.ecommerce-cart .wc-proceed-to-checkout a.checkout-button,.ecommerce-checkout .wc-proceed-to-checkout a.checkout-button {
    display: block;
    text-align: center;
    margin-bottom: 1em;
    font-size: 1.25em;
    padding: 1em
}

#add_payment_method .cart-collaterals .shipping-calculator-button,.ecommerce-cart .cart-collaterals .shipping-calculator-button,.ecommerce-checkout .cart-collaterals .shipping-calculator-button {
    float: none;
    margin-top: .5em;
    display: inline-block
}

#add_payment_method .cart-collaterals .shipping-calculator-button::after,.ecommerce-cart .cart-collaterals .shipping-calculator-button::after,.ecommerce-checkout .cart-collaterals .shipping-calculator-button::after {
    font-family: ecommerce;
    speak: never;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-left: .618em;
    content: "\e019";
    text-decoration: none
}

#add_payment_method .cart-collaterals .shipping-calculator-form,.ecommerce-cart .cart-collaterals .shipping-calculator-form,.ecommerce-checkout .cart-collaterals .shipping-calculator-form {
    margin: 1em 0 0 0
}

#add_payment_method .cart-collaterals .cart_totals p small,.ecommerce-cart .cart-collaterals .cart_totals p small,.ecommerce-checkout .cart-collaterals .cart_totals p small {
    color: #767676;
    font-size: .83em
}

#add_payment_method .cart-collaterals .cart_totals table,.ecommerce-cart .cart-collaterals .cart_totals table,.ecommerce-checkout .cart-collaterals .cart_totals table {
    border-collapse: separate;
    margin: 0 0 6px;
    padding: 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,.ecommerce-cart .cart-collaterals .cart_totals table tr:first-child td,.ecommerce-cart .cart-collaterals .cart_totals table tr:first-child th,.ecommerce-checkout .cart-collaterals .cart_totals table tr:first-child td,.ecommerce-checkout .cart-collaterals .cart_totals table tr:first-child th {
    border-top: 0
}

#add_payment_method .cart-collaterals .cart_totals table th,.ecommerce-cart .cart-collaterals .cart_totals table th,.ecommerce-checkout .cart-collaterals .cart_totals table th {
    width: 35%
}

#add_payment_method .cart-collaterals .cart_totals table td,#add_payment_method .cart-collaterals .cart_totals table th,.ecommerce-cart .cart-collaterals .cart_totals table td,.ecommerce-cart .cart-collaterals .cart_totals table th,.ecommerce-checkout .cart-collaterals .cart_totals table td,.ecommerce-checkout .cart-collaterals .cart_totals table th {
    vertical-align: top;
    border-left: 0;
    border-right: 0;
    line-height: 1.5em
}

#add_payment_method .cart-collaterals .cart_totals table small,.ecommerce-cart .cart-collaterals .cart_totals table small,.ecommerce-checkout .cart-collaterals .cart_totals table small {
    color: #767676
}

#add_payment_method .cart-collaterals .cart_totals table select,.ecommerce-cart .cart-collaterals .cart_totals table select,.ecommerce-checkout .cart-collaterals .cart_totals table select {
    width: 100%
}

#add_payment_method .cart-collaterals .cart_totals .discount td,.ecommerce-cart .cart-collaterals .cart_totals .discount td,.ecommerce-checkout .cart-collaterals .cart_totals .discount td {
    color: #77a464
}

#add_payment_method .cart-collaterals .cart_totals tr td,#add_payment_method .cart-collaterals .cart_totals tr th,.ecommerce-cart .cart-collaterals .cart_totals tr td,.ecommerce-cart .cart-collaterals .cart_totals tr th,.ecommerce-checkout .cart-collaterals .cart_totals tr td,.ecommerce-checkout .cart-collaterals .cart_totals tr th {
    border-top: 1px solid #ebe9eb
}

#add_payment_method .cart-collaterals .cart_totals .ecommerce-shipping-destination,.ecommerce-cart .cart-collaterals .cart_totals .ecommerce-shipping-destination,.ecommerce-checkout .cart-collaterals .cart_totals .ecommerce-shipping-destination {
    margin-bottom: 0
}

#add_payment_method .cart-collaterals .cross-sells ul.products li.product,.ecommerce-cart .cart-collaterals .cross-sells ul.products li.product,.ecommerce-checkout .cart-collaterals .cross-sells ul.products li.product {
    margin-top: 0
}

#add_payment_method .checkout .col-2 h3#ship-to-different-address,.ecommerce-cart .checkout .col-2 h3#ship-to-different-address,.ecommerce-checkout .checkout .col-2 h3#ship-to-different-address {
    float: left;
    clear: none
}

#add_payment_method .checkout .col-2 .notes,.ecommerce-cart .checkout .col-2 .notes,.ecommerce-checkout .checkout .col-2 .notes {
    clear: left
}

#add_payment_method .checkout .col-2 .form-row-first,.ecommerce-cart .checkout .col-2 .form-row-first,.ecommerce-checkout .checkout .col-2 .form-row-first {
    clear: left
}

#add_payment_method .checkout .create-account small,.ecommerce-cart .checkout .create-account small,.ecommerce-checkout .checkout .create-account small {
    font-size: 11px;
    color: #767676;
    font-weight: 400
}

#add_payment_method .checkout div.shipping-address,.ecommerce-cart .checkout div.shipping-address,.ecommerce-checkout .checkout div.shipping-address {
    padding: 0;
    clear: left;
    width: 100%
}

#add_payment_method .checkout .shipping_address,.ecommerce-cart .checkout .shipping_address,.ecommerce-checkout .checkout .shipping_address {
    clear: both
}

#add_payment_method #payment,.ecommerce-cart #payment,.ecommerce-checkout #payment {
    background: #ebe9eb;
    border-radius: 5px
}

#add_payment_method #payment ul.payment_methods,.ecommerce-cart #payment ul.payment_methods,.ecommerce-checkout #payment ul.payment_methods {
    text-align: left;
    padding: 1em;
    border-bottom: 1px solid #d3ced2;
    margin: 0;
    list-style: none outside
}

#add_payment_method #payment ul.payment_methods::after,#add_payment_method #payment ul.payment_methods::before,.ecommerce-cart #payment ul.payment_methods::after,.ecommerce-cart #payment ul.payment_methods::before,.ecommerce-checkout #payment ul.payment_methods::after,.ecommerce-checkout #payment ul.payment_methods::before {
    content: " ";
    display: table
}

#add_payment_method #payment ul.payment_methods::after,.ecommerce-cart #payment ul.payment_methods::after,.ecommerce-checkout #payment ul.payment_methods::after {
    clear: both
}

#add_payment_method #payment ul.payment_methods li,.ecommerce-cart #payment ul.payment_methods li,.ecommerce-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,.ecommerce-cart #payment ul.payment_methods li input,.ecommerce-checkout #payment ul.payment_methods li input {
    margin: 0 1em 0 0
}

#add_payment_method #payment ul.payment_methods li img,.ecommerce-cart #payment ul.payment_methods li img,.ecommerce-checkout #payment ul.payment_methods li img {
    vertical-align: middle;
    margin: -2px 0 0 .5em;
    padding: 0;
    position: relative;
    box-shadow: none
}

#add_payment_method #payment ul.payment_methods li img+img,.ecommerce-cart #payment ul.payment_methods li img+img,.ecommerce-checkout #payment ul.payment_methods li img+img {
    margin-left: 2px
}

#add_payment_method #payment ul.payment_methods li:not(.ecommerce-notice)::after,#add_payment_method #payment ul.payment_methods li:not(.ecommerce-notice)::before,.ecommerce-cart #payment ul.payment_methods li:not(.ecommerce-notice)::after,.ecommerce-cart #payment ul.payment_methods li:not(.ecommerce-notice)::before,.ecommerce-checkout #payment ul.payment_methods li:not(.ecommerce-notice)::after,.ecommerce-checkout #payment ul.payment_methods li:not(.ecommerce-notice)::before {
    content: " ";
    display: table
}

#add_payment_method #payment ul.payment_methods li:not(.ecommerce-notice)::after,.ecommerce-cart #payment ul.payment_methods li:not(.ecommerce-notice)::after,.ecommerce-checkout #payment ul.payment_methods li:not(.ecommerce-notice)::after {
    clear: both
}

#add_payment_method #payment div.form-row,.ecommerce-cart #payment div.form-row,.ecommerce-checkout #payment div.form-row {
    padding: 1em
}

#add_payment_method #payment div.payment_box,.ecommerce-cart #payment div.payment_box,.ecommerce-checkout #payment div.payment_box {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 1em;
    margin: 1em 0;
    font-size: .92em;
    border-radius: 2px;
    line-height: 1.5;
    background-color: #dfdcde;
    color: #515151
}

#add_payment_method #payment div.payment_box input.input-text,#add_payment_method #payment div.payment_box textarea,.ecommerce-cart #payment div.payment_box input.input-text,.ecommerce-cart #payment div.payment_box textarea,.ecommerce-checkout #payment div.payment_box input.input-text,.ecommerce-checkout #payment div.payment_box textarea {
    border-color: #c7c1c6;
    border-top-color: #bbb3b9
}

#add_payment_method #payment div.payment_box ::-webkit-input-placeholder,.ecommerce-cart #payment div.payment_box ::-webkit-input-placeholder,.ecommerce-checkout #payment div.payment_box ::-webkit-input-placeholder {
    color: #bbb3b9
}

#add_payment_method #payment div.payment_box :-moz-placeholder,.ecommerce-cart #payment div.payment_box :-moz-placeholder,.ecommerce-checkout #payment div.payment_box :-moz-placeholder {
    color: #bbb3b9
}

#add_payment_method #payment div.payment_box :-ms-input-placeholder,.ecommerce-cart #payment div.payment_box :-ms-input-placeholder,.ecommerce-checkout #payment div.payment_box :-ms-input-placeholder {
    color: #bbb3b9
}

#add_payment_method #payment div.payment_box .ecommerce-SavedPaymentMethods,.ecommerce-cart #payment div.payment_box .ecommerce-SavedPaymentMethods,.ecommerce-checkout #payment div.payment_box .ecommerce-SavedPaymentMethods {
    list-style: none outside;
    margin: 0
}

#add_payment_method #payment div.payment_box .ecommerce-SavedPaymentMethods .ecommerce-SavedPaymentMethods-new,#add_payment_method #payment div.payment_box .ecommerce-SavedPaymentMethods .ecommerce-SavedPaymentMethods-token,.ecommerce-cart #payment div.payment_box .ecommerce-SavedPaymentMethods .ecommerce-SavedPaymentMethods-new,.ecommerce-cart #payment div.payment_box .ecommerce-SavedPaymentMethods .ecommerce-SavedPaymentMethods-token,.ecommerce-checkout #payment div.payment_box .ecommerce-SavedPaymentMethods .ecommerce-SavedPaymentMethods-new,.ecommerce-checkout #payment div.payment_box .ecommerce-SavedPaymentMethods .ecommerce-SavedPaymentMethods-token {
    margin: 0 0 .5em
}

#add_payment_method #payment div.payment_box .ecommerce-SavedPaymentMethods .ecommerce-SavedPaymentMethods-new label,#add_payment_method #payment div.payment_box .ecommerce-SavedPaymentMethods .ecommerce-SavedPaymentMethods-token label,.ecommerce-cart #payment div.payment_box .ecommerce-SavedPaymentMethods .ecommerce-SavedPaymentMethods-new label,.ecommerce-cart #payment div.payment_box .ecommerce-SavedPaymentMethods .ecommerce-SavedPaymentMethods-token label,.ecommerce-checkout #payment div.payment_box .ecommerce-SavedPaymentMethods .ecommerce-SavedPaymentMethods-new label,.ecommerce-checkout #payment div.payment_box .ecommerce-SavedPaymentMethods .ecommerce-SavedPaymentMethods-token label {
    cursor: pointer
}

#add_payment_method #payment div.payment_box .ecommerce-SavedPaymentMethods .ecommerce-SavedPaymentMethods-tokenInput,.ecommerce-cart #payment div.payment_box .ecommerce-SavedPaymentMethods .ecommerce-SavedPaymentMethods-tokenInput,.ecommerce-checkout #payment div.payment_box .ecommerce-SavedPaymentMethods .ecommerce-SavedPaymentMethods-tokenInput {
    vertical-align: middle;
    margin: -3px 1em 0 0;
    position: relative
}

#add_payment_method #payment div.payment_box .wc-credit-card-form,.ecommerce-cart #payment div.payment_box .wc-credit-card-form,.ecommerce-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,.ecommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc,.ecommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry,.ecommerce-cart #payment div.payment_box .wc-credit-card-form-card-number,.ecommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc,.ecommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry,.ecommerce-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,.ecommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.visa,.ecommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.visa,.ecommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.visa,.ecommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.visa,.ecommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.visa,.ecommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.visa {
    background-image: url(../images/icons/credit-cards/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,.ecommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,.ecommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,.ecommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.mastercard,.ecommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,.ecommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,.ecommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.mastercard {
    background-image: url(../images/icons/credit-cards/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,.ecommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.laser,.ecommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.laser,.ecommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.laser,.ecommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.laser,.ecommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.laser,.ecommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.laser {
    background-image: url(../images/icons/credit-cards/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,.ecommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,.ecommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,.ecommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,.ecommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,.ecommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,.ecommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.dinersclub {
    background-image: url(../images/icons/credit-cards/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,.ecommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,.ecommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,.ecommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.maestro,.ecommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,.ecommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,.ecommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.maestro {
    background-image: url(../images/icons/credit-cards/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,.ecommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,.ecommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,.ecommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.jcb,.ecommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,.ecommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,.ecommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.jcb {
    background-image: url(../images/icons/credit-cards/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,.ecommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.amex,.ecommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.amex,.ecommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.amex,.ecommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.amex,.ecommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.amex,.ecommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.amex {
    background-image: url(../images/icons/credit-cards/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,.ecommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.discover,.ecommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.discover,.ecommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.discover,.ecommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.discover,.ecommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.discover,.ecommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.discover {
    background-image: url(../images/icons/credit-cards/discover.svg)
}

#add_payment_method #payment div.payment_box span.help,.ecommerce-cart #payment div.payment_box span.help,.ecommerce-checkout #payment div.payment_box span.help {
    font-size: .857em;
    color: #767676;
    font-weight: 400
}

#add_payment_method #payment div.payment_box .form-row,.ecommerce-cart #payment div.payment_box .form-row,.ecommerce-checkout #payment div.payment_box .form-row {
    margin: 0 0 1em
}

#add_payment_method #payment div.payment_box p:last-child,.ecommerce-cart #payment div.payment_box p:last-child,.ecommerce-checkout #payment div.payment_box p:last-child {
    margin-bottom: 0
}

#add_payment_method #payment div.payment_box::before,.ecommerce-cart #payment div.payment_box::before,.ecommerce-checkout #payment div.payment_box::before {
    content: "";
    display: block;
    border: 1em solid #dfdcde;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    position: absolute;
    top: -.75em;
    left: 0;
    margin: -1em 0 0 2em
}

#add_payment_method #payment .payment_method_paypal .about_paypal,.ecommerce-cart #payment .payment_method_paypal .about_paypal,.ecommerce-checkout #payment .payment_method_paypal .about_paypal {
    float: right;
    line-height: 52px;
    font-size: .83em
}

#add_payment_method #payment .payment_method_paypal img,.ecommerce-cart #payment .payment_method_paypal img,.ecommerce-checkout #payment .payment_method_paypal img {
    max-height: 52px;
    vertical-align: middle
}

.ecommerce-terms-and-conditions {
    border: 1px solid rgba(0,0,0,.2);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    background: rgba(0,0,0,.05)
}

.ecommerce-invalid #terms {
    outline: 2px solid red;
    outline-offset: 2px
}

.ecommerce-password-strength {
    text-align: center;
    font-weight: 600;
    padding: 3px .5em;
    font-size: 1em
}

.ecommerce-password-strength.strong {
    background-color: #c1e1b9;
    border-color: #83c373
}

.ecommerce-password-strength.short {
    background-color: #f1adad;
    border-color: #e35b5b
}

.ecommerce-password-strength.bad {
    background-color: #fbc5a9;
    border-color: #f78b53
}

.ecommerce-password-strength.good {
    background-color: #ffe399;
    border-color: #ffc733
}

.ecommerce-password-hint {
    margin: .5em 0 0;
    display: block
}

#content.twentyeleven .ecommerce-pagination a {
    font-size: 1em;
    line-height: 1
}

.single-product .twentythirteen #reply-title,.single-product .twentythirteen #respond #commentform,.single-product .twentythirteen .entry-summary {
    padding: 0
}

.single-product .twentythirteen p.stars {
    clear: both
}

.twentythirteen .ecommerce-breadcrumb {
    padding-top: 40px
}

.twentyfourteen ul.products li.product {
    margin-top: 0!important
}

body:not(.search-results) .twentysixteen .entry-summary {
    color: inherit;
    font-size: inherit;
    line-height: inherit
}

.twentysixteen .price ins {
    background: inherit;
    color: inherit
}

.saveorder.disabled {
    opacity: .6;
    user-select: none;
    pointer-events: none;
}

.comments .stars {
    position: relative;
    font-size: 1.5rem;
    width: 135px;
    height: 30px;
}

.comments .stars:before {
    content: "\f005\f005\f005\f005\f005";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    position: absolute;
    top: 0;
    left: 0;
    color: #c1bebe;
}

.comments .stars:after {
    content: "\f005\f005\f005\f005\f005";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    position: absolute;
    top: 0;
    left: 0;
    width: var(--w);
    color: #E0A500;
    overflow: hidden;
}

.comments .ratings .rating {
    display: flex;
    align-items: center;
    gap: 0 5px;
}

.comments .ratings .rating .progr {
    position: relative;
    width: 100%;
    height: 8px;
    background-color: #c1bebe;
    border-radius: 5rem;
    overflow: hidden;
}

.comments .ratings .rating .progr:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: var(--w);
    background-color: #E0A500;
    overflow: hidden;
}

.comments .rating_stars {
    display: flex;
    align-items: center;
    gap: 0 3px;
}

.comments .rating_stars > a {
    color: #c1bebe;
}

.comments .rating_stars > a:is(.active, :hover),
.comments .rating_stars > a:is(.active, :hover) ~ a {
    color: #E0A500;
}

.comments .rating_stars > a[data-star="1"] { order: 1; }
.comments .rating_stars > a[data-star="2"] { order: 2; }
.comments .rating_stars > a[data-star="3"] { order: 3; }
.comments .rating_stars > a[data-star="4"] { order: 4; }
.comments .rating_stars > a[data-star="5"] { order: 5; }

.comments:has(input:placeholder-shown) .send_comment,
.comments:has(textarea:placeholder-shown) .send_comment,
.comments .rating_stars:not(:has(a.active)) + div .send_comment {
    opacity: .3;
    pointer-events: none;
    user-select: none;
    filter: grayscale(1);
}

.comments .comment {
    position: relative;
    overflow: visible!important;
}

.comments :is(table, thead, tbody, th) {
    border: none!important;
}

.comments tbody > tr:not(:last-of-type) .comment::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -15px;
    height: 1px;
    background-color: rgba(193, 190, 190, .3);
}