/**
 * WooCommerce Styles
 *
 * Version: 1.0.0
 * License: MIT - http://www.amytheme.com
 */

.woocommerce .blockUI.blockOverlay,
.woocommerce-page .blockUI.blockOverlay {
	position: relative;
}

.woocommerce .blockUI.blockOverlay::before,
.woocommerce-page .blockUI.blockOverlay::before {
	animation: spin 1s ease-in-out infinite;
	height: 1em;
	width: 1em;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -0.5em;
	margin-top: -0.5em;
	content: "";
	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, 0.75);
}

.woocommerce .loader::before,
.woocommerce-page .loader::before {
	animation: spin 1s ease-in-out infinite;
	height: 1em;
	width: 1em;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -0.5em;
	margin-top: -0.5em;
	content: "";
	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, 0.75);
}

.woocommerce a.remove,
.woocommerce-page a.remove {
	font-size: 18px;
	color: rgba(0, 0, 0, 0.6);
}

.woocommerce a.remove:hover,
.woocommerce-page a.remove:hover {
	font-weight: 700;
}

.woocommerce .variation,
.woocommerce-page .variation {
	font-size: 15px;
	margin-top: 10px;
	margin-bottom: 0;
}

.woocommerce .variation dt,
.woocommerce-page .variation dt {
	float: left;
}

.woocommerce .variation dd,
.woocommerce-page .variation dd {
	margin-left: 100px;
}

.woocommerce .variation dd p,
.woocommerce-page .variation dd p {
	margin: 0;
}

.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message,
.woocommerce-page .woocommerce-error,
.woocommerce-page .woocommerce-info,
.woocommerce-page .woocommerce-message {
	padding: 16px 150px 16px 50px;
	margin: 0 0 30px;
	position: relative;
	min-height: 54px;
}

.woocommerce .woocommerce-error:before,
.woocommerce .woocommerce-info:before,
.woocommerce .woocommerce-message:before,
.woocommerce-page .woocommerce-error:before,
.woocommerce-page .woocommerce-info:before,
.woocommerce-page .woocommerce-message:before {
	font-family: FontAwesome;
	font-size: 20px;
	left: 20px;
	display: inline-block;
	position: absolute;
	top: 12px;
}

.woocommerce .woocommerce-error a.button,
.woocommerce .woocommerce-info a.button,
.woocommerce .woocommerce-message a.button,
.woocommerce-page .woocommerce-error a.button,
.woocommerce-page .woocommerce-info a.button,
.woocommerce-page .woocommerce-message a.button {
	position: absolute;
	top: 9px;
	right: 20px;
	margin: 0;
	background-color: #00a5b2;
	color: #fff;
	border: none;
	height: 36px;
}

.woocommerce .woocommerce-error a.button:hover,
.woocommerce .woocommerce-error a.button:active,
.woocommerce .woocommerce-error a.button:focus,
.woocommerce .woocommerce-info a.button:hover,
.woocommerce .woocommerce-info a.button:active,
.woocommerce .woocommerce-info a.button:focus,
.woocommerce .woocommerce-message a.button:hover,
.woocommerce .woocommerce-message a.button:active,
.woocommerce .woocommerce-message a.button:focus,
.woocommerce-page .woocommerce-error a.button:hover,
.woocommerce-page .woocommerce-error a.button:active,
.woocommerce-page .woocommerce-error a.button:focus,
.woocommerce-page .woocommerce-info a.button:hover,
.woocommerce-page .woocommerce-info a.button:active,
.woocommerce-page .woocommerce-info a.button:focus,
.woocommerce-page .woocommerce-message a.button:hover,
.woocommerce-page .woocommerce-message a.button:active,
.woocommerce-page .woocommerce-message a.button:focus {
	background-color: #008d99;
}

.woocommerce .woocommerce-message,
.woocommerce-page .woocommerce-message {
	background-color: rgba(76, 175, 80, 0.12);
}

.woocommerce .woocommerce-message:before,
.woocommerce-page .woocommerce-message:before {
	content: "\f058";
	color: #4caf50;
}

.woocommerce .woocommerce-info,
.woocommerce-page .woocommerce-info {
	background-color: rgba(33, 150, 243, 0.12);
}

.woocommerce .woocommerce-info:before,
.woocommerce-page .woocommerce-info:before {
	content: "\f05a";
	color: #2196f3;
}

.woocommerce .woocommerce-error,
.woocommerce-page .woocommerce-error {
	background-color: rgba(244, 67, 54, 0.12);
}

.woocommerce .woocommerce-error:before,
.woocommerce-page .woocommerce-error:before {
	content: "\f06a";
	color: #f44336;
}

.woocommerce small.note,
.woocommerce-page small.note {
	display: block;
	margin-top: 10px;
	font-size: .857em;
}

.woocommerce .woocommerce-breadcrumb,
.woocommerce-page .woocommerce-breadcrumb {
	display: none;
}

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

.woocommerce .col2-set:before,
.woocommerce .col2-set:after,
.woocommerce-page .col2-set:before,
.woocommerce-page .col2-set:after {
	content: " ";
	display: table;
}

.woocommerce .col2-set:after,
.woocommerce-page .col2-set:after {
	clear: both;
}

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

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

.woocommerce form .form-row:before,
.woocommerce form .form-row:after,
.woocommerce-page form .form-row:before,
.woocommerce-page form .form-row:after {
	content: " ";
	display: table;
}

.woocommerce form .form-row:after,
.woocommerce-page form .form-row:after {
	clear: both;
}

.woocommerce form .form-row label,
.woocommerce-page form .form-row label {
	display: block;
}

.woocommerce form .form-row label.checkbox,
.woocommerce-page form .form-row label.checkbox {
	display: inline;
}

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

.woocommerce form .form-row .input-text,
.woocommerce-page form .form-row .input-text {
	box-sizing: border-box;
	width: 100%;
}

.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
	float: left;
	width: 47%;
	overflow: visible;
}

.woocommerce form .form-row-last,
.woocommerce-page form .form-row-last {
	float: right;
}

.woocommerce form .form-row-wide,
.woocommerce-page form .form-row-wide {
	clear: both;
}

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

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

.woocommerce .products:before,
.woocommerce .products:after,
.woocommerce-page .products:before,
.woocommerce-page .products:after {
	content: " ";
	display: table;
}

.woocommerce .products:after,
.woocommerce-page .products:after {
	clear: both;
}

.woocommerce .products .first,
.woocommerce-page .products .first {
	clear: both;
}

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

.woocommerce .product .thumbnails:before,
.woocommerce .product .thumbnails:after,
.woocommerce-page .product .thumbnails:before,
.woocommerce-page .product .thumbnails:after {
	content: " ";
	display: table;
}

.woocommerce .product .thumbnails:after,
.woocommerce-page .product .thumbnails:after {
	clear: both;
}

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

.woocommerce .product .thumbnails a.first,
.woocommerce-page .product .thumbnails a.first {
	clear: both;
}

.woocommerce .product .thumbnails a.last,
.woocommerce-page .product .thumbnails a.last {
	margin-right: 0;
}

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

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

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

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

.woocommerce .product .woocommerce-tabs,
.woocommerce-page .product .woocommerce-tabs {
	clear: both;
}

.woocommerce .product .woocommerce-tabs ul.tabs:before,
.woocommerce .product .woocommerce-tabs ul.tabs:after,
.woocommerce-page .product .woocommerce-tabs ul.tabs:before,
.woocommerce-page .product .woocommerce-tabs ul.tabs:after {
	content: " ";
	display: table;
}

.woocommerce .product .woocommerce-tabs ul.tabs:after,
.woocommerce-page .product .woocommerce-tabs ul.tabs:after {
	clear: both;
}

.woocommerce .product .woocommerce-tabs ul.tabs li,
.woocommerce-page .product .woocommerce-tabs ul.tabs li {
	display: inline-block;
}

.woocommerce .woocommerce-MyAccount-navigation,
.woocommerce-page .woocommerce-MyAccount-navigation {
	float: left;
	width: 25%;
}

.woocommerce .woocommerce-MyAccount-navigation ul li,
.woocommerce-page .woocommerce-MyAccount-navigation ul li {
	list-style: none;
}

.woocommerce .woocommerce-MyAccount-navigation ul li a:hover,
.woocommerce-page .woocommerce-MyAccount-navigation ul li a:hover {
	color: #333;
}

.woocommerce .woocommerce-MyAccount-content,
.woocommerce-page .woocommerce-MyAccount-content {
	float: left;
	width: 75%;
}

@keyframes wc-spinner {
	to {
		transform: rotate(360deg);
	}
}

.woocommerce .add_to_cart_button,
.woocommerce .yith-wcwl-add-to-wishlist a.add_to_wishlist,
.woocommerce .yith-wcwl-wishlistaddedbrowse a,
.woocommerce .yith-wcwl-wishlistexistsbrowse a,
.woocommerce a.compare,
.woocommerce .yith-wcqv-button,
.woocommerce-page .add_to_cart_button,
.woocommerce-page .yith-wcwl-add-to-wishlist a.add_to_wishlist,
.woocommerce-page .yith-wcwl-wishlistaddedbrowse a,
.woocommerce-page .yith-wcwl-wishlistexistsbrowse a,
.woocommerce-page a.compare,
.woocommerce-page .yith-wcqv-button {
	display: inline-block;
	font-size: 0;
	background: #fff;
	color: #00a5b2;
	padding: 0;
	width: 36px;
	height: 36px;
	line-height: 34px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #f1f1f1;
	margin-right: 8px;
	margin-bottom: 0;
	border-radius: 4px;
	z-index: 1;
}

.woocommerce .add_to_cart_button:before,
.woocommerce .yith-wcwl-add-to-wishlist a.add_to_wishlist:before,
.woocommerce .yith-wcwl-wishlistaddedbrowse a:before,
.woocommerce .yith-wcwl-wishlistexistsbrowse a:before,
.woocommerce a.compare:before,
.woocommerce .yith-wcqv-button:before,
.woocommerce-page .add_to_cart_button:before,
.woocommerce-page .yith-wcwl-add-to-wishlist a.add_to_wishlist:before,
.woocommerce-page .yith-wcwl-wishlistaddedbrowse a:before,
.woocommerce-page .yith-wcwl-wishlistexistsbrowse a:before,
.woocommerce-page a.compare:before,
.woocommerce-page .yith-wcqv-button:before {
	display: inline-block;
	font-family: FontAwesome;
	font-size: 14px;
}

.woocommerce .add_to_cart_button:hover,
.woocommerce .add_to_cart_button:active,
.woocommerce .add_to_cart_button:focus,
.woocommerce .yith-wcwl-add-to-wishlist a.add_to_wishlist:hover,
.woocommerce .yith-wcwl-add-to-wishlist a.add_to_wishlist:active,
.woocommerce .yith-wcwl-add-to-wishlist a.add_to_wishlist:focus,
.woocommerce .yith-wcwl-wishlistaddedbrowse a:hover,
.woocommerce .yith-wcwl-wishlistaddedbrowse a:active,
.woocommerce .yith-wcwl-wishlistaddedbrowse a:focus,
.woocommerce .yith-wcwl-wishlistexistsbrowse a:hover,
.woocommerce .yith-wcwl-wishlistexistsbrowse a:active,
.woocommerce .yith-wcwl-wishlistexistsbrowse a:focus,
.woocommerce a.compare:hover,
.woocommerce a.compare:active,
.woocommerce a.compare:focus,
.woocommerce .yith-wcqv-button:hover,
.woocommerce .yith-wcqv-button:active,
.woocommerce .yith-wcqv-button:focus,
.woocommerce-page .add_to_cart_button:hover,
.woocommerce-page .add_to_cart_button:active,
.woocommerce-page .add_to_cart_button:focus,
.woocommerce-page .yith-wcwl-add-to-wishlist a.add_to_wishlist:hover,
.woocommerce-page .yith-wcwl-add-to-wishlist a.add_to_wishlist:active,
.woocommerce-page .yith-wcwl-add-to-wishlist a.add_to_wishlist:focus,
.woocommerce-page .yith-wcwl-wishlistaddedbrowse a:hover,
.woocommerce-page .yith-wcwl-wishlistaddedbrowse a:active,
.woocommerce-page .yith-wcwl-wishlistaddedbrowse a:focus,
.woocommerce-page .yith-wcwl-wishlistexistsbrowse a:hover,
.woocommerce-page .yith-wcwl-wishlistexistsbrowse a:active,
.woocommerce-page .yith-wcwl-wishlistexistsbrowse a:focus,
.woocommerce-page a.compare:hover,
.woocommerce-page a.compare:active,
.woocommerce-page a.compare:focus,
.woocommerce-page .yith-wcqv-button:hover,
.woocommerce-page .yith-wcqv-button:active,
.woocommerce-page .yith-wcqv-button:focus {
	background: #fff;
	color: #00a5b2;
	border-color: #00a5b2;
}

.woocommerce .add_to_cart_button:active,
.woocommerce .yith-wcwl-add-to-wishlist a.add_to_wishlist:active,
.woocommerce .yith-wcwl-wishlistaddedbrowse a:active,
.woocommerce .yith-wcwl-wishlistexistsbrowse a:active,
.woocommerce a.compare:active,
.woocommerce .yith-wcqv-button:active,
.woocommerce-page .add_to_cart_button:active,
.woocommerce-page .yith-wcwl-add-to-wishlist a.add_to_wishlist:active,
.woocommerce-page .yith-wcwl-wishlistaddedbrowse a:active,
.woocommerce-page .yith-wcwl-wishlistexistsbrowse a:active,
.woocommerce-page a.compare:active,
.woocommerce-page .yith-wcqv-button:active {
	position: relative;
	top: 2px;
}

.woocommerce .add_to_cart_button .blockUI,
.woocommerce .yith-wcwl-add-to-wishlist a.add_to_wishlist .blockUI,
.woocommerce a.compare .blockUI,
.woocommerce .yith-wcqv-button .blockUI,
.woocommerce-page .add_to_cart_button .blockUI,
.woocommerce-page .yith-wcwl-add-to-wishlist a.add_to_wishlist .blockUI,
.woocommerce-page a.compare .blockUI,
.woocommerce-page .yith-wcqv-button .blockUI {
	display: none !important;
}

.woocommerce .add_to_cart_button.loading:before,
.woocommerce .yith-wcwl-add-to-wishlist a.add_to_wishlist.loading:before,
.woocommerce a.compare.loading:before,
.woocommerce .yith-wcqv-button.loading:before,
.woocommerce-page .add_to_cart_button.loading:before,
.woocommerce-page .yith-wcwl-add-to-wishlist a.add_to_wishlist.loading:before,
.woocommerce-page a.compare.loading:before,
.woocommerce-page .yith-wcqv-button.loading:before {
	content: "\f110";
	animation: wc-spinner 1.5s linear infinite;
}

.woocommerce .add_to_cart_button,
.woocommerce-page .add_to_cart_button {
	margin-right: 4px;
}

.woocommerce .add_to_cart_button:before,
.woocommerce-page .add_to_cart_button:before {
	content: "\f291";
}

.woocommerce .added_to_cart,
.woocommerce-page .added_to_cart {
	display: none;
}

.woocommerce .yith-wcwl-wishlistaddedbrowse .feedback,
.woocommerce .yith-wcwl-wishlistexistsbrowse .feedback,
.woocommerce-page .yith-wcwl-wishlistaddedbrowse .feedback,
.woocommerce-page .yith-wcwl-wishlistexistsbrowse .feedback {
	display: none;
}

.woocommerce .yith-wcwl-wishlistaddedbrowse a,
.woocommerce .yith-wcwl-wishlistexistsbrowse a,
.woocommerce-page .yith-wcwl-wishlistaddedbrowse a,
.woocommerce-page .yith-wcwl-wishlistexistsbrowse a {
	background: #eee;
	border-color: #eee;
	color: #00a5b2;
}

.woocommerce .yith-wcwl-add-to-wishlist,
.woocommerce-page .yith-wcwl-add-to-wishlist {
	margin-top: 0;
	margin-right: 0;
	display: inline-block;
}

.woocommerce .yith-wcwl-add-to-wishlist a.add_to_wishlist,
.woocommerce .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.woocommerce .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,
.woocommerce-page .yith-wcwl-add-to-wishlist a.add_to_wishlist,
.woocommerce-page .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.woocommerce-page .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a {
	margin-right: 4px;
}

.woocommerce .yith-wcwl-add-to-wishlist a.add_to_wishlist:before,
.woocommerce .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.woocommerce .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before,
.woocommerce-page .yith-wcwl-add-to-wishlist a.add_to_wishlist:before,
.woocommerce-page .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.woocommerce-page .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before {
	content: "\f004";
}

.woocommerce .yith-wcwl-add-to-wishlist .ajax-loading,
.woocommerce-page .yith-wcwl-add-to-wishlist .ajax-loading {
	display: none !important;
}

.woocommerce a.compare.loading.added:before,
.woocommerce a.compare:before,
.woocommerce-page a.compare.loading.added:before,
.woocommerce-page a.compare:before {
	content: "\f074";
	animation: none;
}

.woocommerce a.yith-wcqv-button,
.woocommerce-page a.yith-wcqv-button {
	margin-right: 0;
}

.woocommerce a.yith-wcqv-button:before,
.woocommerce-page a.yith-wcqv-button:before {
	content: "\f002";
}

.woocommerce .list-view .add_to_cart_button,
.woocommerce-page .list-view .add_to_cart_button {
	font-size: 14px;
	width: auto;
	padding-left: 20px;
	padding-right: 20px;
	background: #00a5b2;
	color: #fff;
	border-color: #00a5b2;
}

.woocommerce .list-view .add_to_cart_button:hover,
.woocommerce .list-view .add_to_cart_button:active,
.woocommerce .list-view .add_to_cart_button:focus,
.woocommerce-page .list-view .add_to_cart_button:hover,
.woocommerce-page .list-view .add_to_cart_button:active,
.woocommerce-page .list-view .add_to_cart_button:focus {
	background: #008d99;
	color: #fff;
	border-color: #008d99;
}

.woocommerce .list-view .add_to_cart_button:before,
.woocommerce-page .list-view .add_to_cart_button:before {
	font-family: FontAwesome;
	content: "\f291";
	margin-right: 10px;
	margin-left: -5px;
}

.woocommerce table.shop_table,
.woocommerce-page table.shop_table {
	border: none;
	margin-bottom: 40px;
}

.woocommerce table.shop_table tr,
.woocommerce-page table.shop_table tr {
	border: none;
	border-bottom: 1px solid #f1f1f1;
}

.woocommerce table.shop_table thead tr,
.woocommerce-page table.shop_table thead tr {
	border-width: 2px;
}

.woocommerce table.shop_table td,
.woocommerce table.shop_table th,
.woocommerce-page table.shop_table td,
.woocommerce-page table.shop_table th {
	border: none;
	vertical-align: middle;
}

.woocommerce table.shop_table th,
.woocommerce-page table.shop_table th {
	text-transform: uppercase;
	font-family: Heebo, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 15px;
}

.woocommerce table.shop_table td,
.woocommerce-page table.shop_table td {
	padding: 20px 10px;
}

.woocommerce .star-rating,
.woocommerce-page .star-rating {
	display: block;
	float: none;
	position: relative;
	overflow: hidden;
	font-family: FontAwesome;
	font-size: 14px;
	line-height: 20px;
	height: 20px;
	width: 65px;
	margin-bottom: 10px;
	margin-right: 4px;
}

.woocommerce .star-rating:before,
.woocommerce-page .star-rating:before {
	color: #b0b0b0;
	content: "\f005\f005\f005\f005\f005";
	position: absolute;
	left: 0;
	right: 0;
}

.woocommerce .star-rating span,
.woocommerce-page .star-rating span {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	color: #ffd200;
	padding-top: 1.5em;
}

.woocommerce .star-rating span:before,
.woocommerce-page .star-rating span:before {
	position: absolute;
	content: "\f005\f005\f005\f005\f005";
	left: 0;
	top: 0;
}

.woocommerce .onsale,
.woocommerce-page .onsale {
	background-color: #00a5b2;
	color: #fff;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.5;
	padding: 5px 10px;
	position: absolute;
	top: 20px;
	left: -2px;
	z-index: 1;
	min-width: 0;
	min-height: 0;
	border-radius: 0;
	transition: all .2s ease 0s;
}

.woocommerce .product-wrapper:hover .onsale,
.woocommerce-page .product-wrapper:hover .onsale {
	padding-left: 15px;
	padding-right: 15px;
}

.woocommerce.single-product .onsale,
.woocommerce-page.single-product .onsale {
	left: 13px;
}

.woocommerce .related .onsale,
.woocommerce-page .related .onsale {
	left: -2px;
}

.woocommerce .cart-subtotal .amount,
.woocommerce .order-total .amount,
.woocommerce .product-subtotal .amount,
.woocommerce .product-price .amount,
.woocommerce .price .amount,
.woocommerce-page .cart-subtotal .amount,
.woocommerce-page .order-total .amount,
.woocommerce-page .product-subtotal .amount,
.woocommerce-page .product-price .amount,
.woocommerce-page .price .amount {
	color: #ee6460;
	font-size: 20px;
	font-weight: 700;
}

.woocommerce .cart-subtotal del,
.woocommerce .order-total del,
.woocommerce .product-subtotal del,
.woocommerce .product-price del,
.woocommerce .price del,
.woocommerce-page .cart-subtotal del,
.woocommerce-page .order-total del,
.woocommerce-page .product-subtotal del,
.woocommerce-page .product-price del,
.woocommerce-page .price del {
	color: #b6b6b6;
}

.woocommerce .cart-subtotal del .amount,
.woocommerce .order-total del .amount,
.woocommerce .product-subtotal del .amount,
.woocommerce .product-price del .amount,
.woocommerce .price del .amount,
.woocommerce-page .cart-subtotal del .amount,
.woocommerce-page .order-total del .amount,
.woocommerce-page .product-subtotal del .amount,
.woocommerce-page .product-price del .amount,
.woocommerce-page .price del .amount {
	color: #b6b6b6;
	font-size: 14px;
	font-style: italic;
	font-weight: 400;
}

.woocommerce .cart-subtotal ins,
.woocommerce .order-total ins,
.woocommerce .product-subtotal ins,
.woocommerce .product-price ins,
.woocommerce .price ins,
.woocommerce-page .cart-subtotal ins,
.woocommerce-page .order-total ins,
.woocommerce-page .product-subtotal ins,
.woocommerce-page .product-price ins,
.woocommerce-page .price ins {
	text-decoration: none;
}

.woocommerce .woocommerce-toolbar,
.woocommerce-page .woocommerce-toolbar {
	padding-bottom: 15px;
	margin-bottom: 20px;
	border-bottom: 1px solid #f1f1f1;
}

.woocommerce .woocommerce-toolbar:before,
.woocommerce .woocommerce-toolbar:after,
.woocommerce-page .woocommerce-toolbar:before,
.woocommerce-page .woocommerce-toolbar:after {
	content: " ";
	display: table;
}

.woocommerce .woocommerce-toolbar:after,
.woocommerce-page .woocommerce-toolbar:after {
	clear: both;
}

.woocommerce .woocommerce-toolbar .amy-pagination,
.woocommerce-page .woocommerce-toolbar .amy-pagination {
	float: right;
	padding: 0;
	margin: 0;
	border-top: none;
	line-height: 40px;
}

.woocommerce .woocommerce-toolbar .woocommerce-view-mode,
.woocommerce .woocommerce-toolbar .woocommerce-ordering,
.woocommerce-page .woocommerce-toolbar .woocommerce-view-mode,
.woocommerce-page .woocommerce-toolbar .woocommerce-ordering {
	float: left;
}

.woocommerce .woocommerce-toolbar .woocommerce-view-mode,
.woocommerce-page .woocommerce-toolbar .woocommerce-view-mode {
	margin-right: 30px;
}

.woocommerce .woocommerce-toolbar .woocommerce-view-mode a,
.woocommerce-page .woocommerce-toolbar .woocommerce-view-mode a {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	vertical-align: middle;
	background: #e7e7e7;
	color: #999;
	border-radius: 4px;
	font-size: 16px;
}

.woocommerce .woocommerce-toolbar .woocommerce-view-mode a.active,
.woocommerce .woocommerce-toolbar .woocommerce-view-mode a:hover,
.woocommerce-page .woocommerce-toolbar .woocommerce-view-mode a.active,
.woocommerce-page .woocommerce-toolbar .woocommerce-view-mode a:hover {
	background: #00a5b2;
	color: #fff;
}

.woocommerce .products .product,
.woocommerce-page .products .product {
	margin-bottom: 40px;
}

.woocommerce .products .product.list-view .product-buttons div,
.woocommerce-page .products .product.list-view .product-buttons div {
	opacity: 1;
	transform: none;
	-webkit-transform: none;
}

.woocommerce .products .product-wrapper,
.woocommerce-page .products .product-wrapper {
	position: relative;
}

.woocommerce .products .product-wrapper:before,
.woocommerce .products .product-wrapper:after,
.woocommerce-page .products .product-wrapper:before,
.woocommerce-page .products .product-wrapper:after {
	content: " ";
	display: table;
}

.woocommerce .products .product-wrapper:after,
.woocommerce-page .products .product-wrapper:after {
	clear: both;
}

.woocommerce .products .product-wrapper .product-image-wrapper,
.woocommerce-page .products .product-wrapper .product-image-wrapper {
	overflow: hidden;
}

.woocommerce .products .product-wrapper .product-image-wrapper>a,
.woocommerce-page .products .product-wrapper .product-image-wrapper>a {
	position: relative;
	display: block;
}

.woocommerce .products .product-wrapper .product-image-wrapper>a .secondary-image,
.woocommerce-page .products .product-wrapper .product-image-wrapper>a .secondary-image {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 20px;
	left: 0;
	opacity: 0;
	transition: all .3s ease;
}

.woocommerce .products .product-wrapper .product-image-wrapper>a:hover .secondary-image,
.woocommerce-page .products .product-wrapper .product-image-wrapper>a:hover .secondary-image {
	top: 0;
	opacity: 1;
}

.woocommerce .products .product-wrapper .product-description-wrapper h3,
.woocommerce-page .products .product-wrapper .product-description-wrapper h3 {
	text-transform: none;
	margin-top: 15px;
	margin-bottom: 5px;
}

.woocommerce .products .product-wrapper .product-description-wrapper h3 a,
.woocommerce-page .products .product-wrapper .product-description-wrapper h3 a {
	color: #666;
}

.woocommerce .products .product-wrapper .product-description-wrapper h3 a:hover,
.woocommerce .products .product-wrapper .product-description-wrapper h3 a:active,
.woocommerce .products .product-wrapper .product-description-wrapper h3 a:focus,
.woocommerce-page .products .product-wrapper .product-description-wrapper h3 a:hover,
.woocommerce-page .products .product-wrapper .product-description-wrapper h3 a:active,
.woocommerce-page .products .product-wrapper .product-description-wrapper h3 a:focus {
	color: #00a5b2;
}

.woocommerce .products .product-wrapper .product-description-wrapper .star-rating,
.woocommerce-page .products .product-wrapper .product-description-wrapper .star-rating {
	float: right;
	margin-bottom: 0;
	margin-right: 0;
	margin-top: 5px;
}

.woocommerce .products .product-wrapper .product-description-wrapper .product-short-description,
.woocommerce-page .products .product-wrapper .product-description-wrapper .product-short-description {
	display: none;
	margin-bottom: 20px;
}

.woocommerce .products .product-wrapper .product-buttons,
.woocommerce-page .products .product-wrapper .product-buttons {
	opacity: 1;
	text-align: center;
	position: absolute;
	top: 40%;
	width: 100%;
	transition: all .3s ease;
}

.woocommerce .products .product-wrapper .product-buttons div,
.woocommerce-page .products .product-wrapper .product-buttons div {
	opacity: 0;
	transform: translateY(20px);
	-webkit-transform: translateY(20px);
	transition: all 0.3s ease, opacity 0.3s ease 0s;
}

.woocommerce .products .product-wrapper .product-buttons div.woocommerce_loop_add_to_cart_button,
.woocommerce-page .products .product-wrapper .product-buttons div.woocommerce_loop_add_to_cart_button {
	transition-delay: 0s;
	-webkit-transition-delay: 0s;
}

.woocommerce .products .product-wrapper .product-buttons div.yith-wcwl-add-to-wishlist,
.woocommerce-page .products .product-wrapper .product-buttons div.yith-wcwl-add-to-wishlist {
	transition-delay: 0.1s;
	-webkit-transition-delay: 0.1s;
}

.woocommerce .products .product-wrapper .product-buttons div.yith-compare-btn,
.woocommerce-page .products .product-wrapper .product-buttons div.yith-compare-btn {
	transition-delay: 0.2s;
	-webkit-transition-delay: 0.2s;
}

.woocommerce .products .product-wrapper .product-buttons div.amy-quickview-button,
.woocommerce-page .products .product-wrapper .product-buttons div.amy-quickview-button {
	transition-delay: 0.3s;
	-webkit-transition-delay: 0.3s;
}

.woocommerce .products .product-wrapper:hover .product-buttons div,
.woocommerce-page .products .product-wrapper:hover .product-buttons div {
	opacity: 1;
	transform: none;
	-webkit-transform: none;
}

.woocommerce .products .product.list-view,
.woocommerce-page .products .product.list-view {
	float: none;
	width: auto;
}

.woocommerce .products .product.list-view .product-image-wrapper,
.woocommerce-page .products .product.list-view .product-image-wrapper {
	float: left;
	max-width: 31%;
	margin-right: 6%;
}

.woocommerce .products .product.list-view .star-rating,
.woocommerce-page .products .product.list-view .star-rating {
	float: none;
}

.woocommerce .products .product.list-view .product-description-wrapper h3,
.woocommerce-page .products .product.list-view .product-description-wrapper h3 {
	font-size: 20px;
	margin-top: 10px;
}

.woocommerce .products .product.list-view .product-short-description,
.woocommerce-page .products .product.list-view .product-short-description {
	display: block;
	margin-top: 20px;
}

.woocommerce .products .product.list-view .product-buttons,
.woocommerce-page .products .product.list-view .product-buttons {
	position: static;
	visibility: visible;
	text-align: left;
	margin-top: 20px;
}

.woocommerce .products .product.list-view .product-buttons .product-buttons-inner,
.woocommerce .products .product.list-view .product-buttons .product-buttons-inner>div,
.woocommerce-page .products .product.list-view .product-buttons .product-buttons-inner,
.woocommerce-page .products .product.list-view .product-buttons .product-buttons-inner>div {
	opacity: 1;
	transform: none;
}

@media (max-width: 991px) {
	.woocommerce .woocommerce-toolbar .amy-pagination,
	.woocommerce-page .woocommerce-toolbar .amy-pagination {
		float: none;
		margin-bottom: 10px;
	}
	.woocommerce .woocommerce-toolbar .woocommerce-ordering,
	.woocommerce-page .woocommerce-toolbar .woocommerce-ordering {
		float: right;
	}
	.woocommerce .products .product.list-view,
	.woocommerce-page .products .product.list-view {
		padding-bottom: 30px;
		border-bottom: 1px solid #f1f1f1;
	}
	.woocommerce .products .product.list-view .product-image-wrapper,
	.woocommerce-page .products .product.list-view .product-image-wrapper {
		float: none;
		max-width: 100%;
		margin-right: 0;
	}
}

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

.woocommerce .product .images,
.woocommerce-page .product .images {
	margin-bottom: 30px;
}

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

.woocommerce .product .images .thumbnails,
.woocommerce-page .product .images .thumbnails {
	padding-top: 10px;
}

.woocommerce .product .product_title,
.woocommerce-page .product .product_title {
	margin-top: 0;
	text-transform: none;
	color: #666;
}

.woocommerce .product .woocommerce-product-rating .star-rating,
.woocommerce-page .product .woocommerce-product-rating .star-rating {
	display: inline-block;
}

.woocommerce .product .woocommerce-review-link,
.woocommerce-page .product .woocommerce-review-link {
	display: inline-block;
	vertical-align: top;
}

.woocommerce .product .price,
.woocommerce-page .product .price {
	display: inline-block;
	margin-bottom: 10px;
}

.woocommerce .product .price .amount,
.woocommerce-page .product .price .amount {
	font-size: 24px;
}

.woocommerce .product .price del .amount,
.woocommerce-page .product .price del .amount {
	font-size: 16px;
}

.woocommerce .product form.cart,
.woocommerce-page .product form.cart {
	float: left;
	margin-bottom: 20px;
}

.woocommerce .product form.cart .quantity,
.woocommerce-page .product form.cart .quantity {
	float: left;
	margin-right: 0;
}

.woocommerce .product form.cart .quantity .amyui-number-input,
.woocommerce-page .product form.cart .quantity .amyui-number-input {
	width: 100px;
	float: left;
	margin-right: 10px;
}

.woocommerce .product form.cart .quantity .qty,
.woocommerce-page .product form.cart .quantity .qty {
	width: 100%;
	text-align: center;
	border-width: 1px;
	border-radius: 4px;
	height: 36px;
}

.woocommerce .product form.cart .single_add_to_cart_button,
.woocommerce-page .product form.cart .single_add_to_cart_button {
	height: 36px;
	line-height: 32px;
}

.woocommerce .product form.cart .single_add_to_cart_button:before,
.woocommerce-page .product form.cart .single_add_to_cart_button:before {
	font-family: FontAwesome;
	content: "\f291";
	margin-right: 10px;
	margin-left: -5px;
}

.woocommerce .product .summary,
.woocommerce-page .product .summary {
	margin-bottom: 30px;
}

.woocommerce .product .summary li,
.woocommerce-page .product .summary li {
	margin-bottom: 3px;
}

.woocommerce .product .product_meta,
.woocommerce-page .product .product_meta {
	clear: both;
	margin-top: 30px;
}

.woocommerce .product .product_meta .sku_wrapper,
.woocommerce .product .product_meta .posted_in,
.woocommerce .product .product_meta .tagged_as,
.woocommerce-page .product .product_meta .sku_wrapper,
.woocommerce-page .product .product_meta .posted_in,
.woocommerce-page .product .product_meta .tagged_as {
	display: block;
}

.woocommerce .product .amy-product-share,
.woocommerce-page .product .amy-product-share {
	clear: both;
	margin-top: 30px;
}

.woocommerce .product .amy-product-share .amy-product-share-title,
.woocommerce-page .product .amy-product-share .amy-product-share-title {
	color: #666;
}

.woocommerce .product .amy-product-share .amy-product-share-icons,
.woocommerce-page .product .amy-product-share .amy-product-share-icons {
	display: inline-block;
}

.woocommerce .product .amy-product-share .amy-product-share-icons a,
.woocommerce-page .product .amy-product-share .amy-product-share-icons a {
	padding: 5px;
	color: #999;
}

.woocommerce .product .amy-product-share .amy-product-share-icons a:hover,
.woocommerce .product .amy-product-share .amy-product-share-icons a:active,
.woocommerce .product .amy-product-share .amy-product-share-icons a:focus,
.woocommerce-page .product .amy-product-share .amy-product-share-icons a:hover,
.woocommerce-page .product .amy-product-share .amy-product-share-icons a:active,
.woocommerce-page .product .amy-product-share .amy-product-share-icons a:focus {
	color: #00a5b2;
}

.woocommerce .product .woocommerce-tabs,
.woocommerce-page .product .woocommerce-tabs {
	border-top: 1px solid #f1f1f1;
	padding-top: 40px;
}

.woocommerce .product .woocommerce-tabs .tabs,
.woocommerce-page .product .woocommerce-tabs .tabs {
	padding: 0;
	margin: 0;
}

.woocommerce .product .woocommerce-tabs .tabs li a,
.woocommerce-page .product .woocommerce-tabs .tabs li a {
	color: #666;
	font-family: Heebo, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	display: inline-block;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	text-align: center;
	position: relative;
}

.woocommerce .product .woocommerce-tabs .tabs li a:after,
.woocommerce-page .product .woocommerce-tabs .tabs li a:after {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: -5px;
}

.woocommerce .product .woocommerce-tabs .tabs li:first-child a,
.woocommerce-page .product .woocommerce-tabs .tabs li:first-child a {
	padding-left: 0;
}

.woocommerce .product .woocommerce-tabs .tabs li:last-child a,
.woocommerce-page .product .woocommerce-tabs .tabs li:last-child a {
	padding-right: 0;
}

.woocommerce .product .woocommerce-tabs .tabs li.active a,
.woocommerce-page .product .woocommerce-tabs .tabs li.active a {
	color: #00a5b2;
}

.woocommerce .product .woocommerce-tabs .tabs li.active a:after,
.woocommerce-page .product .woocommerce-tabs .tabs li.active a:after {
	content: ". . .";
}

.woocommerce .product .woocommerce-tabs .panel h1,
.woocommerce .product .woocommerce-tabs .panel h2,
.woocommerce .product .woocommerce-tabs .panel h3,
.woocommerce .product .woocommerce-tabs .panel h4,
.woocommerce .product .woocommerce-tabs .panel h5,
.woocommerce .product .woocommerce-tabs .panel h6,
.woocommerce-page .product .woocommerce-tabs .panel h1,
.woocommerce-page .product .woocommerce-tabs .panel h2,
.woocommerce-page .product .woocommerce-tabs .panel h3,
.woocommerce-page .product .woocommerce-tabs .panel h4,
.woocommerce-page .product .woocommerce-tabs .panel h5,
.woocommerce-page .product .woocommerce-tabs .panel h6 {
	color: #666;
}

.woocommerce .product .woocommerce-tabs .panel h2,
.woocommerce-page .product .woocommerce-tabs .panel h2 {
	font-size: 16px;
}

.woocommerce .product .woocommerce-tabs .panel h2,
.woocommerce-page .product .woocommerce-tabs .panel h2 {
	position: relative;
	padding-left: 15px;
}

.woocommerce .product .woocommerce-tabs .panel h2:before,
.woocommerce-page .product .woocommerce-tabs .panel h2:before {
	content: "";
	background: #00a5b2;
	position: absolute;
	left: 0;
	width: 3px;
	height: 100%;
}

.woocommerce .product .related,
.woocommerce-page .product .related {
	margin-top: 40px;
}

.woocommerce .product .related h2,
.woocommerce-page .product .related h2 {
	margin-bottom: 20px;
}

.woocommerce .product .related h2,
.woocommerce-page .product .related h2 {
	position: relative;
	padding-left: 15px;
}

.woocommerce .product .related h2:before,
.woocommerce-page .product .related h2:before {
	content: "";
	background: #00a5b2;
	position: absolute;
	left: 0;
	width: 3px;
	height: 100%;
}

@media (max-width: 991px) {
	.woocommerce .product form.cart .quantity .amyui-number-input,
	.woocommerce-page .product form.cart .quantity .amyui-number-input {
		width: 90px;
	}
	.woocommerce .product form.cart .quantity .amyui-number-input span,
	.woocommerce-page .product form.cart .quantity .amyui-number-input span {
		width: 28px;
	}
	.woocommerce .product form.cart .quantity .amyui-number-input input,
	.woocommerce-page .product form.cart .quantity .amyui-number-input input {
		padding-left: 30px;
		padding-right: 30px;
	}
	.woocommerce .product form.cart .single_add_to_cart_button,
	.woocommerce-page .product form.cart .single_add_to_cart_button {
		padding-left: 15px;
		padding-right: 15px;
	}
	.woocommerce .product form.cart .single_add_to_cart_button:before,
	.woocommerce-page .product form.cart .single_add_to_cart_button:before {
		content: none;
	}
}

.woocommerce .commentlist,
.woocommerce-page .commentlist {
	list-style: none;
	padding: 0;
	margin: 0;
}

.woocommerce .commentlist .comment,
.woocommerce-page .commentlist .comment {
	margin-top: 40px;
	margin-bottom: 10px;
	min-height: 75px;
	padding-left: 85px;
	position: relative;
	border-bottom: 1px solid #f1f1f1;
}

.woocommerce .commentlist img.avatar,
.woocommerce-page .commentlist img.avatar {
	position: absolute;
	left: 0;
	border-radius: 70px;
}

.woocommerce .commentlist .star-rating,
.woocommerce-page .commentlist .star-rating {
	margin-bottom: 0;
}

.woocommerce .commentlist .meta strong,
.woocommerce-page .commentlist .meta strong {
	color: #333;
}

.woocommerce .commentlist .meta time,
.woocommerce-page .commentlist .meta time {
	color: #999;
	font-size: 13px;
}

.woocommerce p.stars,
.woocommerce-page p.stars {
	margin: 0;
}

.woocommerce p.stars a,
.woocommerce-page p.stars a {
	display: inline-block;
	position: relative;
	width: 1em;
	text-indent: -9999em;
	margin-right: 1px;
}

.woocommerce p.stars a:before,
.woocommerce-page p.stars a:before {
	font-family: FontAwesome;
	font-size: 15px;
	text-indent: 0;
	content: "\f005";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 1em;
	height: 1em;
	line-height: 1;
}

.woocommerce p.stars a:before,
.woocommerce p.stars a:hover~a:before,
.woocommerce p.stars.selected a.active~a:before,
.woocommerce-page p.stars a:before,
.woocommerce-page p.stars a:hover~a:before,
.woocommerce-page p.stars.selected a.active~a:before {
	color: #b0b0b0;
}

.woocommerce p.stars.selected a.active:before,
.woocommerce p.stars:hover a:before,
.woocommerce p.stars.selected a:not(.active):before,
.woocommerce-page p.stars.selected a.active:before,
.woocommerce-page p.stars:hover a:before,
.woocommerce-page p.stars.selected a:not(.active):before {
	color: #ffd200;
}

@media (max-width: 991px) {
	.woocommerce .commentlist .comment,
	.woocommerce-page .commentlist .comment {
		padding-left: 0;
	}
	.woocommerce .commentlist .avatar,
	.woocommerce-page .commentlist .avatar {
		height: 50px;
		width: auto;
	}
	.woocommerce .commentlist .star-rating,
	.woocommerce-page .commentlist .star-rating {
		margin-left: 60px;
	}
	.woocommerce .commentlist .meta,
	.woocommerce-page .commentlist .meta {
		margin-left: 60px;
		min-height: 20px;
	}
	.woocommerce .commentlist .children,
	.woocommerce-page .commentlist .children {
		padding-left: 50px;
	}
}

.woocommerce .shop_table.cart img,
.woocommerce-page .shop_table.cart img {
	width: 75px;
}

.woocommerce .shop_table.cart .product-name,
.woocommerce-page .shop_table.cart .product-name {
	font-size: 18px;
}

.woocommerce .shop_table.cart .amyui-number-input input,
.woocommerce-page .shop_table.cart .amyui-number-input input {
	width: 110px;
	text-align: center;
}

.woocommerce .shop_table.cart .actions,
.woocommerce-page .shop_table.cart .actions {
	text-align: right;
}

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

.woocommerce .shop_table.cart .actions:after,
.woocommerce-page .shop_table.cart .actions:after {
	clear: both;
}

.woocommerce .shop_table.cart .actions input,
.woocommerce-page .shop_table.cart .actions input {
	display: inline-block;
	width: auto;
	margin: 0;
}

.woocommerce .shop_table.cart .actions .coupon,
.woocommerce-page .shop_table.cart .actions .coupon {
	float: left;
	display: inline-block;
}

.woocommerce .shop_table.cart .actions .coupon label,
.woocommerce-page .shop_table.cart .actions .coupon label {
	display: none;
}

.woocommerce .shop_table.cart .actions .coupon .button,
.woocommerce-page .shop_table.cart .actions .coupon .button {
	margin-left: 5px;
}

.woocommerce .cart-collaterals,
.woocommerce-page .cart-collaterals {
	margin-top: 60px;
	width: 100%;
}

.woocommerce .cart-collaterals:before,
.woocommerce .cart-collaterals:after,
.woocommerce-page .cart-collaterals:before,
.woocommerce-page .cart-collaterals:after {
	content: " ";
	display: table;
}

.woocommerce .cart-collaterals:after,
.woocommerce-page .cart-collaterals:after {
	clear: both;
}

.woocommerce .cart-collaterals h2,
.woocommerce-page .cart-collaterals h2 {
	margin-bottom: 30px;
}

.woocommerce .cart-collaterals .related,
.woocommerce-page .cart-collaterals .related {
	width: 30.75%;
	float: left;
}

.woocommerce .cart-collaterals .cross-sells,
.woocommerce-page .cart-collaterals .cross-sells {
	width: 62.6666%;
	float: left;
	margin-right: 4%;
}

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

.woocommerce .cart-collaterals .shipping_calculator:before,
.woocommerce .cart-collaterals .shipping_calculator:after,
.woocommerce-page .cart-collaterals .shipping_calculator:before,
.woocommerce-page .cart-collaterals .shipping_calculator:after {
	content: " ";
	display: table;
}

.woocommerce .cart-collaterals .shipping_calculator:after,
.woocommerce-page .cart-collaterals .shipping_calculator:after {
	clear: both;
}

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

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
	float: right;
	width: 33.3333%;
}

.woocommerce .cart-collaterals .checkout-button,
.woocommerce-page .cart-collaterals .checkout-button {
	display: block;
	text-align: center;
	height: auto;
	padding: 10px;
	font-size: 16px;
}

.woocommerce.woocommerce-checkout .main-content form,
.woocommerce-page.woocommerce-checkout .main-content form {
	margin-bottom: 30px;
}

.woocommerce.woocommerce-checkout .main-content form .button,
.woocommerce-page.woocommerce-checkout .main-content form .button {
	margin-right: 0;
}

.woocommerce.woocommerce-checkout .main-content form.login .button,
.woocommerce-page.woocommerce-checkout .main-content form.login .button {
	margin-bottom: 20px;
}

.woocommerce.woocommerce-checkout .main-content form.woocommerce-checkout,
.woocommerce-page.woocommerce-checkout .main-content form.woocommerce-checkout {
	margin-bottom: 0;
}

.woocommerce.woocommerce-checkout .main-content form.woocommerce-checkout:before,
.woocommerce.woocommerce-checkout .main-content form.woocommerce-checkout:after,
.woocommerce-page.woocommerce-checkout .main-content form.woocommerce-checkout:before,
.woocommerce-page.woocommerce-checkout .main-content form.woocommerce-checkout:after {
	content: " ";
	display: table;
}

.woocommerce.woocommerce-checkout .main-content form.woocommerce-checkout:after,
.woocommerce-page.woocommerce-checkout .main-content form.woocommerce-checkout:after {
	clear: both;
}

.woocommerce.woocommerce-checkout .main-content form.woocommerce-checkout h3,
.woocommerce-page.woocommerce-checkout .main-content form.woocommerce-checkout h3 {
	font-size: 20px;
	margin-bottom: 25px;
	margin-top: 30px;
}

.woocommerce.woocommerce-checkout .main-content form.woocommerce-checkout h3 label,
.woocommerce-page.woocommerce-checkout .main-content form.woocommerce-checkout h3 label {
	margin: 0;
	font-weight: 700;
}

.woocommerce.woocommerce-checkout .col2-set,
.woocommerce-page.woocommerce-checkout .col2-set {
	float: left;
	width: 47.8260869565%;
	margin-right: 4.347826087%;
}

.woocommerce.woocommerce-checkout .col2-set .col-1,
.woocommerce.woocommerce-checkout .col2-set .col-2,
.woocommerce-page.woocommerce-checkout .col2-set .col-1,
.woocommerce-page.woocommerce-checkout .col2-set .col-2 {
	float: none;
	width: auto;
}

.woocommerce.woocommerce-checkout #order_review_heading,
.woocommerce.woocommerce-checkout .woocommerce-checkout-review-order,
.woocommerce-page.woocommerce-checkout #order_review_heading,
.woocommerce-page.woocommerce-checkout .woocommerce-checkout-review-order {
	float: right;
	width: 47.8260869565%;
	margin-right: 0;
}

.woocommerce.woocommerce-checkout .woocommerce-checkout-review-order-table th,
.woocommerce-page.woocommerce-checkout .woocommerce-checkout-review-order-table th {
	padding: 20px;
	background: #f8f8f8;
}

.woocommerce.woocommerce-checkout .woocommerce-checkout-review-order-table td,
.woocommerce-page.woocommerce-checkout .woocommerce-checkout-review-order-table td {
	padding: 20px;
}

.woocommerce.woocommerce-checkout .woocommerce-checkout-review-order-table .cart-subtotal th,
.woocommerce.woocommerce-checkout .woocommerce-checkout-review-order-table .order-total th,
.woocommerce-page.woocommerce-checkout .woocommerce-checkout-review-order-table .cart-subtotal th,
.woocommerce-page.woocommerce-checkout .woocommerce-checkout-review-order-table .order-total th {
	font-size: 14px;
	background: none;
}

.woocommerce.woocommerce-checkout .woocommerce-checkout-review-order-table .cart-subtotal td span,
.woocommerce.woocommerce-checkout .woocommerce-checkout-review-order-table .order-total td span,
.woocommerce-page.woocommerce-checkout .woocommerce-checkout-review-order-table .cart-subtotal td span,
.woocommerce-page.woocommerce-checkout .woocommerce-checkout-review-order-table .order-total td span {
	font-size: 14px;
	color: #666;
}

.woocommerce.woocommerce-checkout .woocommerce-checkout-review-order-table .cart-subtotal td span,
.woocommerce-page.woocommerce-checkout .woocommerce-checkout-review-order-table .cart-subtotal td span {
	font-weight: 400;
}

.woocommerce.woocommerce-checkout .payment_methods,
.woocommerce-page.woocommerce-checkout .payment_methods {
	list-style: none;
	padding: 0;
	margin-bottom: 20px;
}

.woocommerce.woocommerce-checkout .payment_methods li,
.woocommerce-page.woocommerce-checkout .payment_methods li {
	background: #fafafa;
	margin-bottom: 1px;
	position: relative;
	margin-left: 0;
}

.woocommerce.woocommerce-checkout .payment_methods li:hover,
.woocommerce-page.woocommerce-checkout .payment_methods li:hover {
	background: #f5f5f5;
}

.woocommerce.woocommerce-checkout .payment_methods li p,
.woocommerce-page.woocommerce-checkout .payment_methods li p {
	margin: 0;
}

.woocommerce.woocommerce-checkout .payment_methods li img,
.woocommerce-page.woocommerce-checkout .payment_methods li img {
	float: right;
	max-height: 20px;
}

.woocommerce.woocommerce-checkout .payment_methods li input[type=radio]:first-child,
.woocommerce-page.woocommerce-checkout .payment_methods li input[type=radio]:first-child {
	position: absolute;
	clip: rect(1px, 1px, 1px, 1px);
}

.woocommerce.woocommerce-checkout .payment_methods li>label,
.woocommerce-page.woocommerce-checkout .payment_methods li>label {
	display: block;
	padding: 20px;
	cursor: pointer;
	font-weight: bold;
}

.woocommerce.woocommerce-checkout .payment_methods li>label:before,
.woocommerce-page.woocommerce-checkout .payment_methods li>label:before {
	font-family: FontAwesome;
	font-size: 16px;
	font-weight: normal;
	left: 20px;
	display: inline-block;
	top: 12px;
	content: "\f10c";
	margin-right: 10px;
}

.woocommerce.woocommerce-checkout .payment_methods li>input[type=radio]:first-child:checked+label:before,
.woocommerce-page.woocommerce-checkout .payment_methods li>input[type=radio]:first-child:checked+label:before {
	content: "\f05d";
	color: #00a5b2;
}

.woocommerce.woocommerce-checkout .payment_methods li .payment_box,
.woocommerce-page.woocommerce-checkout .payment_methods li .payment_box {
	padding: 20px;
	background: #fff;
}

.woocommerce.woocommerce-checkout .place-order,
.woocommerce-page.woocommerce-checkout .place-order {
	padding: 20px;
}

.woocommerce.woocommerce-checkout .place-order .button,
.woocommerce-page.woocommerce-checkout .place-order .button {
	display: block;
	float: none;
	font-size: 16px;
	text-align: center;
	height: auto;
	padding: 10px;
	width: 100%;
}

.woocommerce.woocommerce-checkout #order_review,
.woocommerce-page.woocommerce-checkout #order_review {
	transition: box-shadow 0.5s ease;
}

.woocommerce.woocommerce-checkout #order_review.is_stuck,
.woocommerce-page.woocommerce-checkout #order_review.is_stuck {
	box-shadow: 0 6px 2em rgba(0, 0, 0, 0.2);
}

@media (max-width: 991px) {
	.woocommerce.woocommerce-checkout .checkout_coupon .button,
	.woocommerce-page.woocommerce-checkout .checkout_coupon .button {
		padding-left: 10px;
		padding-right: 10px;
		width: 100%;
	}
	.woocommerce.woocommerce-checkout .col2-set,
	.woocommerce.woocommerce-checkout #order_review_heading,
	.woocommerce.woocommerce-checkout .woocommerce-checkout-review-order,
	.woocommerce-page.woocommerce-checkout .col2-set,
	.woocommerce-page.woocommerce-checkout #order_review_heading,
	.woocommerce-page.woocommerce-checkout .woocommerce-checkout-review-order {
		float: none;
		width: auto;
		margin-right: 0;
	}
	.woocommerce.woocommerce-checkout #order_review.is_stuck,
	.woocommerce-page.woocommerce-checkout #order_review.is_stuck {
		box-shadow: none;
	}
}

.woocommerce .order_details,
.woocommerce-page .order_details {
	margin: 0 0 25px 0;
	list-style: none;
	padding: 0;
}

.woocommerce .order_details:before,
.woocommerce .order_details:after,
.woocommerce-page .order_details:before,
.woocommerce-page .order_details:after {
	content: " ";
	display: table;
}

.woocommerce .order_details:after,
.woocommerce-page .order_details:after {
	clear: both;
}

.woocommerce .order_details li,
.woocommerce-page .order_details li {
	float: left;
	margin-right: 25px;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 1;
	border-right: 1px dashed #f1f1f1;
	padding-right: 25px;
	margin-left: 0;
	padding-left: 0;
}

.woocommerce .order_details li:last-child,
.woocommerce-page .order_details li:last-child {
	border-right: 0;
}

.woocommerce .order_details li strong,
.woocommerce-page .order_details li strong {
	display: block;
	font-size: 15px;
	text-transform: none;
	line-height: 1.5;
}

.woocommerce table.order_details th,
.woocommerce table.customer_details th,
.woocommerce-page table.order_details th,
.woocommerce-page table.customer_details th {
	padding: 20px 10px;
}

.woocommerce table.order_details tbody th,
.woocommerce table.order_details tfoot th,
.woocommerce table.customer_details tbody th,
.woocommerce table.customer_details tfoot th,
.woocommerce-page table.order_details tbody th,
.woocommerce-page table.order_details tfoot th,
.woocommerce-page table.customer_details tbody th,
.woocommerce-page table.customer_details tfoot th {
	font-family: Muli, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: none;
}

.woocommerce.woocommerce-order-received h2,
.woocommerce-page.woocommerce-order-received h2 {
	margin-top: 30px;
}

.woocommerce.woocommerce-order-received .col2-set,
.woocommerce-page.woocommerce-order-received .col2-set {
	width: 100%;
}

.woocommerce.woocommerce-order-received .col2-set:before,
.woocommerce.woocommerce-order-received .col2-set:after,
.woocommerce-page.woocommerce-order-received .col2-set:before,
.woocommerce-page.woocommerce-order-received .col2-set:after {
	content: " ";
	display: table;
}

.woocommerce.woocommerce-order-received .col2-set:after,
.woocommerce-page.woocommerce-order-received .col2-set:after {
	clear: both;
}

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

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

@media (max-width: 991px) {
	.woocommerce .order_details li,
	.woocommerce-page .order_details li {
		float: none;
		border-right: none;
	}
	.woocommerce.woocommerce-order-received .col2-set .col-1,
	.woocommerce.woocommerce-order-received .col2-set .col-2,
	.woocommerce-page.woocommerce-order-received .col2-set .col-1,
	.woocommerce-page.woocommerce-order-received .col2-set .col-2 {
		float: none;
		width: auto;
	}
}

.woocommerce .select2-container .select2-choice,
.woocommerce-page .select2-container .select2-choice {
	background-color: #fafafa;
	border-color: #f1f1f1;
	height: 40px;
	line-height: 38px;
	border-radius: 0;
}

.select2-drop,
.select2-drop-active {
	border-color: #f1f1f1;
}

.woocommerce-product-search {
	position: relative;
}

.woocommerce-product-search .search-field {
	border-radius: 20px;
	padding-left: 15px;
	padding-right: 35px;
	background: #fff;
}

.woocommerce-product-search button[type='submit'] {
	color: #f1f1f1;
	background: none;
	border: none;
	padding: 7px;
	margin: 0;
	position: absolute;
	right: 10px;
	top: 0;
}

.woocommerce-product-search button[type='submit']:hover,
.woocommerce-product-search button[type='submit']:focus,
.woocommerce-product-search button[type='submit']:active {
	background: none;
	color: #00a5b2;
}

.widget_product_categories .product-categories {
	list-style: none;
	margin: 0;
	padding: 0;
}

.widget_product_categories .product-categories li.cat-item a {
	display: inline-block;
	position: relative;
	padding-left: 20px;
	color: #666;
}

.widget_product_categories .product-categories li.cat-item a:hover,
.widget_product_categories .product-categories li.cat-item a:active,
.widget_product_categories .product-categories li.cat-item a:focus {
	color: #00a5b2;
}

.widget_product_categories .product-categories li.cat-item a:before {
	font-family: FontAwesome;
	font-size: 10px;
	font-weight: normal;
	content: "\f192";
	position: absolute;
	left: 0;
	top: 4px;
}

.widget_product_categories .product-categories .count {
	float: right;
}

.widget_rating_filter ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.widget_rating_filter ul .wc-layered-nav-rating a {
	display: block;
	text-align: right;
	color: #666;
}

.widget_rating_filter ul .wc-layered-nav-rating a:hover,
.widget_rating_filter ul .wc-layered-nav-rating a:active,
.widget_rating_filter ul .wc-layered-nav-rating a:focus {
	color: #00a5b2;
}

.widget_rating_filter ul .wc-layered-nav-rating .star-rating {
	float: left;
}

.widget_rating_filter ul .wc-layered-nav-rating.chosen {
	font-weight: bold;
}

.widget_rating_filter ul .wc-layered-nav-rating.chosen .star-rating {
	font-weight: normal;
}

.widget_price_filter .price_slider {
	margin-bottom: 10px;
}

.widget_price_filter .ui-slider {
	position: relative;
	text-align: left;
}

.widget_price_filter .ui-slider .ui-slider-range {
	background-color: #00a5b2;
	border: 0 none;
	border-radius: 1em;
	display: block;
	position: absolute;
	z-index: 1;
}

.widget_price_filter .ui-slider .ui-slider-handle {
	background-color: #00a5b2;
	border-color: 1px solid #00a5b2;
	border-radius: 1em;
	cursor: pointer;
	font-size: 1em;
	height: 10px;
	width: 10px;
	top: -3px;
	outline: none;
	position: absolute;
	z-index: 2;
	margin-left: -5px;
}

.widget_price_filter .price_slider_wrapper .ui-widget-content {
	background-color: #d5d5d5;
	border-radius: 1em;
}

.widget_price_filter .price_slider_wrapper .ui-slider-horizontal {
	height: 4px;
}

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

.widget_price_filter .price_slider_wrapper .button {
	padding: 6px 15px;
	font-weight: 400;
	font-size: 13px;
	line-height: 1;
	height: auto;
}

.widget_price_filter .price_label {
	margin-top: 15px;
	margin-bottom: 20px;
	text-align: left;
	font-size: 15px;
	line-height: 1.5;
}

.widget_top_rated_products ul.product_list_widget,
.widget_recent_reviews ul.product_list_widget,
.widget_recent_viewed_products ul.product_list_widget,
.widget_products ul.product_list_widget,
.widget_shopping_cart ul.product_list_widget {
	list-style: none;
	padding: 0;
	margin: 0;
}

.widget_top_rated_products ul.product_list_widget li,
.widget_recent_reviews ul.product_list_widget li,
.widget_recent_viewed_products ul.product_list_widget li,
.widget_products ul.product_list_widget li,
.widget_shopping_cart ul.product_list_widget li {
	min-height: 70px;
	padding-left: 80px;
	padding-bottom: 20px;
	margin-bottom: 15px;
	position: relative;
}

.widget_top_rated_products ul.product_list_widget li .reviewer,
.widget_recent_reviews ul.product_list_widget li .reviewer,
.widget_recent_viewed_products ul.product_list_widget li .reviewer,
.widget_products ul.product_list_widget li .reviewer,
.widget_shopping_cart ul.product_list_widget li .reviewer {
	font-size: 13px;
}

.widget_top_rated_products ul.product_list_widget li a,
.widget_recent_reviews ul.product_list_widget li a,
.widget_recent_viewed_products ul.product_list_widget li a,
.widget_products ul.product_list_widget li a,
.widget_shopping_cart ul.product_list_widget li a {
	float: left;
	width: 100%;
	color: #666;
}

.widget_top_rated_products ul.product_list_widget li a:hover,
.widget_top_rated_products ul.product_list_widget li a:focus,
.widget_top_rated_products ul.product_list_widget li a:active,
.widget_recent_reviews ul.product_list_widget li a:hover,
.widget_recent_reviews ul.product_list_widget li a:focus,
.widget_recent_reviews ul.product_list_widget li a:active,
.widget_recent_viewed_products ul.product_list_widget li a:hover,
.widget_recent_viewed_products ul.product_list_widget li a:focus,
.widget_recent_viewed_products ul.product_list_widget li a:active,
.widget_products ul.product_list_widget li a:hover,
.widget_products ul.product_list_widget li a:focus,
.widget_products ul.product_list_widget li a:active,
.widget_shopping_cart ul.product_list_widget li a:hover,
.widget_shopping_cart ul.product_list_widget li a:focus,
.widget_shopping_cart ul.product_list_widget li a:active {
	color: #00a5b2;
}

.widget_top_rated_products ul.product_list_widget li a img,
.widget_recent_reviews ul.product_list_widget li a img,
.widget_recent_viewed_products ul.product_list_widget li a img,
.widget_products ul.product_list_widget li a img,
.widget_shopping_cart ul.product_list_widget li a img {
	position: absolute;
	left: 0;
	top: 4px;
	width: 70px;
}

.widget_top_rated_products ul.product_list_widget li .star-rating,
.widget_recent_reviews ul.product_list_widget li .star-rating,
.widget_recent_viewed_products ul.product_list_widget li .star-rating,
.widget_products ul.product_list_widget li .star-rating,
.widget_shopping_cart ul.product_list_widget li .star-rating {
	margin-left: 0;
	font-size: 13px;
	width: 65px;
	margin-bottom: 5px;
}

.widget_top_rated_products ul.product_list_widget li .star-rating:before,
.widget_recent_reviews ul.product_list_widget li .star-rating:before,
.widget_recent_viewed_products ul.product_list_widget li .star-rating:before,
.widget_products ul.product_list_widget li .star-rating:before,
.widget_shopping_cart ul.product_list_widget li .star-rating:before {
	text-align: left;
}

.widget_top_rated_products ul.product_list_widget li .amount,
.widget_recent_reviews ul.product_list_widget li .amount,
.widget_recent_viewed_products ul.product_list_widget li .amount,
.widget_products ul.product_list_widget li .amount,
.widget_shopping_cart ul.product_list_widget li .amount {
	color: #ee6460;
	font-size: 16px;
	font-weight: bold;
}

.widget_top_rated_products ul.product_list_widget li del,
.widget_recent_reviews ul.product_list_widget li del,
.widget_recent_viewed_products ul.product_list_widget li del,
.widget_products ul.product_list_widget li del,
.widget_shopping_cart ul.product_list_widget li del {
	color: #b6b6b6;
}

.widget_top_rated_products ul.product_list_widget li del .amount,
.widget_recent_reviews ul.product_list_widget li del .amount,
.widget_recent_viewed_products ul.product_list_widget li del .amount,
.widget_products ul.product_list_widget li del .amount,
.widget_shopping_cart ul.product_list_widget li del .amount {
	color: #b6b6b6;
	font-weight: normal;
	font-size: 12.6px;
	font-style: italic;
}

.widget_top_rated_products ul.product_list_widget li ins,
.widget_recent_reviews ul.product_list_widget li ins,
.widget_recent_viewed_products ul.product_list_widget li ins,
.widget_products ul.product_list_widget li ins,
.widget_shopping_cart ul.product_list_widget li ins {
	text-decoration: none;
}