/*==================================================================
15 WOOCOMMERCE
/*==================================================================*/

/** Shop Page **/

.woocommerce .commentlist li {
	list-style: none;
}

.woocommerce-breadcrumb {
	margin-bottom: 30px;
	font-size: 16px;
}

.woocommerce-result-count {
	float: left;
	line-height: 38px;
	margin-bottom: 0;
}

.woocommerce-ordering {
	display: block;
	text-align: right;
	margin-bottom: 30px;
}

.products {
	margin: 0 -10px 0 0;
	padding: 0;
}

.products .w-item.first {
	clear: both;
}

.products li figure {
	background: #fff;
	position: relative;
	overflow: hidden;
	text-align: center;
	border-radius: 1px;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
	transition: box-shadow 0.3s;
}

.products li figure:hover {
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1), 0 5px 10px rgba(0, 0, 0, 0.25);
	z-index: 10;
}

.products li .cover-image > a {
	display: block;
	height: 100%;
}

.products li .cover-image img {
	display: block;
	width: 100%;
}

.products li .w-fadeslider img {
	position: absolute;
}

.onsale {
	position: absolute;
	z-index: 99;
	top: 15px;
	left: 15px;
	line-height: 26px;
	height: 26px;
	padding: 0 12px 0 8px;
	margin: 0;
	text-transform: uppercase;
	color: #fff;
	border-radius: 3px 0 0 3px;
	font-size: 12px;
	background-color: #10a5a0;
}

.onsale::before {
	content: "\e80e";
	font-family: flora;
	float: right;
	position: absolute;
	right: -14px;
	font-size: 44px;
	color: #10a5a0;
}

.onsale::after {
	content: "";
	position: absolute;
	top: 10px;
	right: 0;
	float: right;
	width: 7px;
	height: 7px;
	border-radius: 6px;
	background: #fff;
}

.products li figure figcaption {
	position: relative;
	background: #fff;
	padding: 10px;
	z-index: 10;
	transition: transform 0.3s ease-in-out;
}

.no-touch .products li figure:hover figcaption {
	transform: translate3d(0, 100%, 0);
}

.products li figure .button {
	position: absolute;
	z-index: 0;
	bottom: 10px;
	left: 10px;
	right: 10px;
	display: inline-block;
	line-height: 35px;
	background: #10a5a0;
	color: #fff;
	padding: 5px 15px;
	text-align: center;
	overflow: hidden;
	opacity: 0;
	transition: opacity 0.3s;
}

.no-touch .products li figure:hover .button {
	opacity: 1;
}

.touch .products li figure .button {
	position: relative;
	display: block;
	opacity: 1;
	right: auto;
	left: auto;
	margin: 20px 10px;
}

.products li figure .button::before {
	font-family: flora;
	display: inline-block;
	vertical-align: middle;
	width: 30px;
}

.products .instock .button.add_to_cart_button::before {
	content: "\e73d";
}

.products .instock .button.product_type_variable::before {
	content: "\e80a";
}

.products .outofstock .button::before {
	content: "\2b";
}

.products .product .button.add_to_cart_button.loading::before {
	animation: rotate 0.95s infinite linear;
	border: 2px solid rgba(255, 255, 255, 0.6);
	border-radius: 50%;
	border-top-color: transparent;
	content: "";
	height: 10px;
	margin: 8px;
	width: 10px;
}

.products li .product-title {
	font-size: 14px;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-bottom: 0;
	height: 50px;
	line-height: 25px;
}

.products li .price {
	display: block;
	font-size: 18px;
	font-weight: 700;
	color: #10a5a0;
}

.products li .price del {
	font-weight: 400;
	color: #999;
}

.woocommerce del .amount {
	padding-right: 3px;
	color: #999;
}

.added_to_cart {
	position: absolute;
	z-index: 999;
	top: 50%;
	background-color: #fff;
	padding: 20px;
	border-radius: 50px;
	left: 50%;
	margin-top: -53px;
	margin-left: -53px;
	opacity: 0;
	transition: opacity 0.3s;
}

.added_to_cart.active {
	opacity: 1;
}

.woocommerce h2 {
	font-size: 20px;
}

.addresses {
	margin-bottom: 80px;
}

.my_account_orders td {
	border-bottom: 1px solid #e0dede;
	vertical-align: middle;
}

.shop_table.my_account_orders td.order-actions {
	padding: 4px 8px;
	text-align: right;
}

.woocommerce.columns-6 .products li .price {
	font-size: 14px;
}

/** Star Rating **/

.star-rating {
	overflow: hidden;
	position: relative;
	height: 1em;
	line-height: 1;
	font-size: 1.1em;
	width: 4.8em;
	font-family: flora;
	color: #10a5a0;
}

.product_list_widget .star-rating {
	margin: 3px 0;
}

.star-rating::before {
	content: "\e810\e810\e810\e810\e810";
	top: 0;
	left: 0;
	position: absolute;
}

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

.star-rating span::before {
	content: "\e811\e811\e811\e811\e811";
	top: 0;
	left: 0;
	position: absolute;
}

.products li .star-rating {
	position: absolute;
	z-index: 10;
	top: 15px;
	right: 15px;
	opacity: 0.5;
	transition: opacity 0.3s linear;
}

.products li:hover .star-rating {
	opacity: 1;
}

/* WooCommerce Button */

.woocommerce button.button,
.woocommerce .buttons .button,
.wc-proceed-to-checkout .button,
.my_account_orders a.button,
.add_to_cart_inline .button,
.wc-block-components-button {
	border: 2px solid #10a5a0;
	border-radius: 0;
	padding: 8px 20px;
	overflow: hidden;
	text-align: center;
	text-transform: uppercase;
	background: #10a5a0;
	color: #fff;
	display: inline-block;
	vertical-align: middle;
}

.woocommerce .buttons .button {
	line-height: 1.5;
	font-size: 13px;
}

.my_account_orders a.button,
.add_to_cart_inline .button {
	margin: 0 3px 0 0;
	padding: 3px 15px;
	font-size: 12px;
	vertical-align: middle;
}

.woocommerce button.button:hover,
.woocommerce .buttons .button:hover,
.wc-proceed-to-checkout .button:hover,
.my_account_orders a.button:hover,
.add_to_cart_inline .button:hover,
.wc-block-components-button:hover {
	background: none;
	color: #10a5a0;
}

/* Price Filter widget */

.widget_price_filter .ui-widget-content {
	background: #e1e1e1;
}

.widget_price_filter .ui-slider-horizontal {
	height: 4px;
	position: relative;
	text-align: left;
	margin-bottom: 15px;
}

.widget_price_filter .ui-slider .ui-slider-range {
	top: 0;
	height: 100%;
	background: #10a5a0;
	position: absolute;
	z-index: 1;
	font-size: 0.7em;
	display: block;
	border: 0;
	border-radius: 1em;
}

.widget_price_filter .ui-slider .ui-slider-handle {
	background: #10a5a0;
	width: 6px;
	height: 14px;
	top: -5px;
	position: absolute;
	cursor: ew-resize;
	z-index: 2;
}

.widget_price_filter .button {
	padding: 8px 10px;
	font-size: 15px;
	line-height: 15px;
	float: left;
	position: relative;
	z-index: 1;
}

.widget_price_filter .price_label {
	float: right;
}

.widget_price_filter .price_slider_amount {
	text-align: right;
	line-height: 37px;
}

.widget_price_filter .clear {
	position: relative;
	z-index: -1;
}

/* Products widget */

.woocommerce .product-categories li ul {
	padding: 0 0 5px 25px;
}

.widget_shopping_cart li::after,
.product_list_widget li::after,
.woocommerce-tabs::after,
.woocommerce .comment .comment_container::after,
.single-product .woocommerce-tabs .tabs::after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}

.widget .product_list_widget li {
	padding: 10px 0;
}

.product-categories > li,
.product_list_widget li {
	border-bottom: 1px solid #e0e0e0;
	box-shadow: 0 1px 0 #fff;
}

.product-categories li,
.widget .product-categories li {
	font-size: 12px;
	letter-spacing: 1px;
	text-align: right;
	display: block;
	clear: both;
	float: none;
	min-height: 35px;
	line-height: 35px;
	position: relative;
}

.product-categories > li  a {
	position: relative;
	display: block;
	text-align: left;
	font-size: 13px;
	transition: color linear 0.3s;
}

.product-categories li a:hover,
.product_list_widget li a:hover {
	color: inherit;
}

.product-categories > li li a::before,
.widget .product-categories > li li a::before
.product-categories > li > a:hover::before,
.widget .product-categories > li > a:hover::before {
	content: "\e762";
	font-family: flora;
	display: inline-block;
	position: absolute;
	left: -10px;
}

.product-categories > li span {
	position: absolute;
	right: 0;
	top: 0;
}

.widget.woocommerce ul li a img {
	width: 60px;
	box-shadow: none;
	padding: 1px;
	border: 2px solid #e0e0e0;
	transition: all 0.35s;
	float: right;
	margin-left: 4px;
	height: auto;
}

/** Shopping Cart widget **/

.widget_shopping_cart li a.remove {
	position: absolute;
	z-index: 10;
	right: -10px;
	top: 0;
	font-size: 20px;
	width: 20px;
	height: 20px;
	line-height: 18px;
	text-align: center;
	background: #222;
	color: #fff;
	border-radius: 50%;
}

.widget_shopping_cart li a.remove:hover {
	color: red;
}

.variation {
	border-left: 2px solid #10a5a0;
	padding-left: 10px;
}

.variation p {
	margin-bottom: 0;
}

.widget_shopping_cart .total {
	margin: 10px 0 30px 0;
}

/* Search Widget */

.widget_product_search .woocommerce-product-search {
	position: relative;
	display: block;
}

.widget_product_search label {
	display: none;
}

.widget_product_search .search-field {
	display: block;
	width: 100%;
}

.widget_product_search input[type="submit"] {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 35px;
	margin: 0;
	min-width: 0;
	background: none;
	border: none;
	outline: 0;
	z-index: 99;
	line-height: 30px;
	color: inherit;
	padding: 0 10px;
	opacity: 0;
	cursor: pointer;
}

.widget_product_search form::after {
	font-family: flora;
	content: "\e802";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	padding: 5px;
	width: 20px;
	text-align: center;
	cursor: pointer;
}

/* Related & Upsells Products */

.related.products li .price span,
.upsells.products li .price span {
	font-size: 15px;
}

/* Single Product Page */

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

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
	padding: 20px;
	margin: 0 0 30px 0;
	background-color: #fff;
	border: 1px solid #ddd;
	border-top: 3px solid #10a5a0;
	min-height: 32px;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}

.woocommerce-message::before,
.woocommerce-info::before,
.woocommerce-error li::before {
	content: "\e104";
	font-family: flora;
	margin-right: 10px;
	color: #10a5a0;
}

.woocommerce-info::before {
	content: "\e814";
}

.woocommerce-error {
	border-top-color: red;
}

.woocommerce-error li::before {
	content: "\E812";
	color: red;
}

.woocommerce-error li {
	list-style: none;
}

.woocommerce-breadcrumb i {
	margin: 0 5px;
}

.woocommerce-message .button {
	float: right;
	margin-left: 10px;
	padding: 3px 10px;
	border-radius: 5px;
	background-color: #000;
	transition: all 0.35s linear;
}

.woocommerce-message .button:hover {
	color: #333;
	background-color: #f5f5f5;
}

.single-product .product {
	position: relative;
}

.single-product .products li figure {
	padding: 0;
}

.product .images .woocommerce-main-image {
	margin-bottom: 10px;
	display: block;
	text-align: center;
}

.product .thumbnails {
	line-height: 0;
}

.product .thumbnails .owl-item a {
	display: block;
}

.summary {
	margin-top: 30px;
}

.product .entry-summary .summary-container {
	float: left;
	width: 100%;
}

.product .entry-summary h2 {
	margin-bottom: 0;
}

.product .woocommerce-product-rating {
	margin-bottom: 20px;
}

.summary .star-rating {
	display: inline-block;
}

.summary .woocommerce-review-link {
	position: relative;
	top: -2px;
}

.summary .price {
	font-size: 40px;
	line-height: 40px;
}

.summary .price del span {
	color: #666;
	font-size: 15px;
	padding-right: 10px;
}

.summary .out-of-stock {
	font-size: 150%;
	color: #f00;
}

.woocommerce .main-content .summary .post-content {
	padding-top: 0;
}

.summary .cart .quantity {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	display: inline-block;
	overflow: hidden;
}

.summary .cart .quantity input {
	height: 36px;
	width: 100px;
	border-width: 1px;
	text-align: center;
	font-weight: 800;
	font-size: 20px;
	margin: 5px 0;
}

.variations {
	margin-bottom: 20px;
}

.variations .reset_variations {
	margin-left: 10px;
}

.summary .product_meta {
	color: #bbb;
}

.woocommerce-tabs {
	clear: both;
	padding: 50px 0;
}

.woocommerce-tabs > .tabs {
	list-style: none;
	position: relative;
	z-index: 12;
	margin: 0;
	padding: 0;
}

.single-product .woocommerce-tabs .tabs li {
	float: left;
	padding: 10px;
	margin: 0;
	list-style: none;
}

.single-product .woocommerce-tabs ul.tabs li a {
	line-height: 24px;
	letter-spacing: 1px;
	font-weight: 600;
	font-size: 18px;
	display: block;
	background: transparent;
	padding: 9px 0;
}

.single-product .woocommerce-tabs .tabs li.active a::after {
	content: "";
	position: absolute;
	z-index: 10;
	left: 50%;
	margin-left: -6px;
	top: 46px;
	width: 12px;
	height: 12px;
	background: #fff;
	box-shadow: inset 1px 1px #e3e3e3;
	transform: rotate(45deg);
}

.woocommerce-tabs .panel {
	min-height: 140px;
	border: 1px solid #e3e3e3;
	padding: 30px;
	background-color: #fff;
}

.single-product .woocommerce-tabs .post-content {
	padding: 10px 0;
}

.single-product .woocommerce-tabs .post-content h2 {
	display: none;
}

.woocommerce #comments {
	border: none;
	padding: 0;
	background-color: transparent;
}

.woocommerce #comments .commentlist {
	margin-left: 0;
}

.woocommerce .comment_container {
	border-bottom: 1px solid #e3e3e3;
	margin-bottom: 20px;
	padding-bottom: 15px;
}

.woocommerce .comment .comment-image {
	text-align: center;
}

.woocommerce .comment .avatar {
	float: none;
	clear: both;
	padding-right: 0;
}

.woocommerce .comment .star-rating {
	margin: 10px 0;
}

.woocommerce .comment .comment-image strong {
	display: block;
}

.woocommerce .comment .comment-text {
	text-align: center;
}

.stars {
	position: relative;
	font-size: 1em;
}

.stars a {
	display: inline-block;
	margin-right: 1em;
	text-indent: -9999px;
	overflow: hidden;
	position: relative;
	outline: 0;
	border-right: 1px solid #ccc;
}

.stars a::after {
	font-family: flora;
	text-indent: 0;
	position: absolute;
	top: 0;
	left: 0;
}

.stars a.star-1 {
	width: 2em;
}

.stars a.star-1::after {
	content: "\e810";
}

.stars a.star-1:hover::after,
.stars a.star-1.active::after {
	content: "\e811";
}

.stars a.star-2 {
	width: 3em;
}

.stars a.star-2::after {
	content: "\e810\e810";
}

.stars a.star-2:hover::after,
.stars a.star-2.active::after {
	content: "\e811\e811";
}

.stars a.star-3 {
	width: 4em;
}

.stars a.star-3::after {
	content: "\e810\e810\e810";
}

.stars a.star-3:hover::after,
.stars a.star-3.active::after {
	content: "\e811\e811\e811";
}

.stars a.star-4 {
	width: 5em;
}

.stars a.star-4::after {
	content: "\e810\e810\e810\e810";
}

.stars a.star-4:hover::after,
.stars a.star-4.active::after {
	content: "\e811\e811\e811\e811";
}

.stars a.star-5 {
	width: 6em;
	border-right: 0;
}

.stars a.star-5::after {
	content: "\e810\e810\e810\e810\e810";
}

.stars a.star-5:hover::after,
.stars a.star-5.active::after {
	content: "\e811\e811\e811\e811\e811";
}

.single-product .upsells.products,
.single-product .related.products {
	padding-bottom: 40px;
	clear: both;
	float: none;
}

/* WooCommerce Form */

.form-row {
	display: block;
}

.select2-container .select2-choice {
	padding: 4px 8px;
}

#customer_login  .inline {
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
}

/* Cart Page */

.shop_table {
	border: 3px solid #e0dede;
}

.shop_table.cart {
	padding: 30px;
	border-radius: 0;
}

.shop_table th {
	background: none;
	border-bottom: 1px solid #e0dede;
	margin-bottom: 10px;
	text-align: left;
	padding: 12px 10px;
}

.shop_table td {
	padding: 12px 10px;
}

.shop_table .cart_item:not(:last-child) td {
	border-bottom: 1px solid #eee;
	vertical-align: middle;
}

.shop_table .product-name {
	width: 50%;
	text-align: left;
}

.shop_table .product-thumbnail {
	display: inline-block;
	vertical-align: middle;
	margin-right: 25px;
	width: 90px;
}

.shop_table .product-info {
	vertical-align: middle;
	display: inline-block;
}

.shop_table .quantity input {
	border-width: 1px;
	border-color: transparent;
	font-size: 16px;
	width: 120px;
	text-align: center;
}

.shop_table .quantity input:focus,
.shop_table .quantity input:hover {
	border-color: #10a5a0;
}

.shop_table .product-remove {
	width: 5%;
	text-align: right;
}

.shop_table .remove {
	display: inline-block;
	font-size: 20px;
	font-weight: 800;
	width: 20px;
	height: 20px;
	line-height: 18px;
	text-align: center;
	background: #bbb;
	color: #fff;
}

.shop_table .remove:hover {
	background: #000;
}

.shop_table .actions {
	padding: 12px 0;
}

.coupon {
	margin-top: 30px;
}

.coupon label {
	display: block;
}

.coupon .input-text {
	width: 170px;
	border-width: 1px;
	padding: 0 8px;
	height: 35px;
	margin: 5px 0;
}

.coupon .button {
}

.cart-collaterals .cross-sells,
.cart_totals {
	margin-bottom: 30px;
}

.cart_totals table th,
.cart_totals table td {
	padding: 10px;
}

.cart-collaterals .cart_totals {
	float: right;
	text-align: right;
}

.cart_totals h2 {
	font-size: 24px;
}

.cart_totals table th {
	width: 40%;
	text-align: right;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 14px;
}

.cart_totals table td {
	border-bottom: 1px solid #e0e0e0;
}

.cart_totals .order-total td {
	border: none;
}

.shipping {
	text-align: left;
}

.shipping-calculator-form select {
	width: 100%;
}

#shipping_method {
	position: relative;
	padding: 0;
	margin: 0 0 5px;
	display: block;
	text-align: left;
}

#shipping_method li {
	position: relative;
	display: block;
	list-style: none;
	margin: 0 0 5px 25px;
	padding: 0;
	line-height: 20px;
}

#shipping_method li input[type="radio"] {
	position: absolute;
	margin: 0 10px 0 -25px;
}

.cart_totals p {
	margin-bottom: 0;
}

.shipping-calculator-form p {
	margin-top: 10px;
}

.order-details .order-total th,
.order-details .order-total,
.shop_table tfoot .order-total th {
	font-size: 24px;
}

/* Checkout Page */

#customer_details {
	margin-bottom: 30px;
}

#createaccount {
	margin: 5px;
}

#ship-to-different-address input {
	float: left;
	margin: 5px;
}

.shop_table.woocommerce-checkout-review-order-table {
	font-size: 13px;
}

.shop_table.woocommerce-checkout-review-order-table .product-name,
.shop_table.order_details .product-name {
	width: 50%;
}

.shop_table.woocommerce-checkout-review-order-table .product-total,
.shop_table.order_details .product-total,
.shop_table.order_details tfoot td {
	text-align: right;
}

.shop_table tfoot th {
	background: #eee;
	font-weight: 700;
	font-size: 12px;
	text-transform: uppercase;
}

.shop_table.woocommerce-checkout-review-order-table .cart-subtotal,
.shop_table.woocommerce-checkout-review-order-table .order-total {
	text-align: right;
}

#payment,
#payment .payment_methods {
	margin: 0 0 30px 0;
	padding: 0;
}

#payment .payment_methods li {
	margin: 10px 0;
	padding: 0;
	list-style: none;
}

#payment .payment_methods li label {
	font-weight: 700;
}

#payment .input-radio {
	vertical-align: middle;
	margin-right: 5px;
	line-height: 1.3;
}

#payment .payment_box {
	position: relative;
	padding: 1em 2%;
	margin: 1em 0;
	font-size: 0.92em;
	border-radius: 2px;
	background-color: #f5f5f5;
}

#payment div.payment_box::after {
	content: "";
	top: -20px;
	font-size: 25px;
	line-height: 0;
	height: 1px;
	width: 1px;
	position: absolute;
	color: #f5f5f5;
	border: 10px solid transparent;
	border-bottom-color: #f5f5f5;
}

#payment div.payment_box p:last-child {
	color: #333;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
	margin: 0;
}

#payment .payment_method_paypal img {
	max-height: 52px;
	vertical-align: middle;
	margin: 0 10px;
}

#payment .woocommerce-terms-and-conditions-wrapper,
#payment .woocommerce-privacy-policy-text {
	margin-bottom: 20px;
}

/* Order Received */

.woocommerce-thankyou-order-received {
	font-weight: 700;
	font-size: 20px;
	font-style: italic;
	color: green;
}

.woocommerce-thankyou-order-received::before {
	font-family: flora;
	content: "\e104";
	margin-right: 8px;
}

.woocommerce .order_details {
	margin: 0 0 30px 0;
	padding: 0;
}

.woocommerce .order_details::after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}

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

.woocommerce .order_details li:last-child {
	border-right: none;
}

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

.shop_table.customer_details th {
	background: #eee;
	font-weight: 700;
	font-size: 12px;
	text-transform: uppercase;
	width: 30%;
}

/* My Account Page */

.woocommerce-account #content {
	background: #f5f5f5;
}

.woocommerce-account .post-content {
	min-height: 500px;
	background: #fff;
}

.woocommerce-account h2 {
	text-align: center;
}

.woocommerce .login {
	max-width: 500px;
	margin: auto;
}

.woocommerce .login .woocommerce-Button {
	float: right;
	margin: 0;
}

.woocommerce-MyAccount-navigation {
	padding: 10px 0;
	margin-bottom: 30px;
	border: 1px solid #efefef;
	border-left: none;
	border-right: none;
	box-shadow: 0 2px 0 rgba(238, 238, 238, 0.5);
}

.woocommerce-MyAccount-navigation ul {
	margin: 10px 0;
	padding: 0;
	clear: both;
	float: none;
}

.woocommerce-MyAccount-navigation ul li {
	margin: 4px 20px 4px 0;
	padding: 0;
	list-style: none;
	display: block;
	font-size: 16px;
}

.woocommerce-MyAccount-navigation ul li:not(.is-active) a {
	color: #777;
}

.woocommerce-MyAccount-navigation ul li a {
	font-size: inherit;
}

.woocommerce-MyAccount-content {
	margin-bottom: 30px;
}

.woocommerce-EditAccountForm .woocommerce-Button {
	margin-top: 30px;
}

.woocommerce-EditAccountForm fieldset {
	border-top: 1px solid #e1e1e1;
}

.woocommerce-EditAccountForm fieldset legend {
	padding: 10px 20px;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
}

@media only screen and (min-width: 768px) {

	#shipping_method li {
		padding: 0 80px 0 0;
	}

	#shipping_method li .woocommerce-Price-amount.amount {
		display: inline-block;
	}

	#shipping_method li input[type="radio"][checked="checked"] + label .woocommerce-Price-amount.amount {
		position: absolute;
		top: 0;
		right: 0;
		margin-left: 10px;
	}
}

@media only screen and (min-width: 992px) {

	/* WooCommerce */

	.col2-set .col-1,
	.col2-set .col-2 {
		width: 50%;
	}

	.product .images {
		float: left;
		width: 500px;
		margin-right: 30px;
	}

	.summary {
		margin-top: 0;
	}

	.product .entry-summary {
		margin-left: 530px;
	}

	form.cart {
		margin-bottom: 40px;
		margin-top: 40px;
	}

	.woocommerce-tabs > .tabs {
		float: left;
		width: 20%;
	}

	.single-product .woocommerce-tabs .tabs li {
		clear: both;
		float: none;
		padding: 0;
	}

	.woocommerce-tabs .panel {
		float: right;
		width: 80%;
	}

	.single-product .woocommerce-tabs .tabs li.active a::after {
		right: -6px;
		top: 50%;
		left: auto;
		margin: -4px 0 0 0;
		transform: rotate(-45deg);
	}

	.woocommerce .comment .comment-image {
		float: left;
		width: 20%;
	}

	.woocommerce .comment .comment-text {
		float: right;
		width: 80%;
		text-align: left;
	}

	.cart_totals .wc-proceed-to-checkout {
		text-align: right;
	}

	.woocommerce-MyAccount-navigation ul li {
		display: inline-block;
	}
}

@media only screen and (max-width: 991px) {

	/* WooCommerce */
	.cart-collaterals.row .buttons,
	.coupon,
	.cart_totals h2,
	.cart-collaterals.row .wc-proceed-to-checkout {
		text-align: center;
	}

	.coupon .input-text {
		width: 100%;
	}

	.shop_table_responsive thead {
		display: none;
	}

	.my_account_orders td {
		padding: 4px 8px;
	}

	.shop_table.my_account_orders td.order-actions {
		text-align: left;
	}

	.woocommerce-MyAccount-navigation ul li {
		display: block;
		margin: 8px 0;
	}
}

@media only screen and (max-width: 767px) {

	/* WooCommerce */
	.shop_table_responsive tr td {
		display: block;
		width: 100% !important;
		border-bottom: none !important;
		text-align: center !important;
	}

	.shop_table_responsive tr:nth-child(even) {
		background-color: rgba(0, 0, 0, 0.03);
	}

	.shop_table .product-thumbnail {
		display: block;
		clear: both;
		float: none;
		width: auto;
		margin-right: 0;
	}

	.shop_table .product-info {
		margin: 0;
	}

	.shop_table.cart .product-price {
		display: none;
	}

	.shop_table .quantity input {
		width: 50px;
	}
}
