/*
Theme Name: echo_market_theme
Text Domain: echo_market_theme
WooCommerce styles override
*/

/**
 * Shop tables
 */
table.shop_table_responsive thead {
	display: none;
}

table.shop_table_responsive tbody th {
	display: none;
}

table._table_responsive tr                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     td {
	display: block;
	text-align: right;
	clear: both;
}

table.shop_table_responsive tr td::before {
	content: attr(data-title) ": ";
	float: left;
}

table.shop_table_responsive tr td.product-remove a {
	text-align: left;
}

table.shop_table_responsive tr td.product-remove::before {
	display: none;
}

table.shop_table_responsive tr td.actions::before,
table.shop_table_responsive tr td.download-actions::before {
	display: none;
}

table.shop_table_responsive tr td.download-actions .button {
	display: block;
	text-align: center;
}

@media screen and (min-width: 48em) {

	table.shop_table_responsive thead {
		display: table-header-group;
	}

	table._table_responsive tbody th {
		display: table-cell;
	}

	table.shop_table_responsive tr th,
	table.shop_table_responsive tr td {
		text-align: left;
	}

	table.shop_table_responsive tr td {
		display: table-cell;
		padding: 10px;
	}

	table.shop_table_responsive tr td::before {
		display: none;
	}
}

/**
 * Products
 */

span.onsale {
	background-color: red;
	color: white;
	padding: 0.3em;
	border-radius: 0.1em;
	margin: .4em
}

ul.products {
	margin: 0;
	padding: 0;
}

ul.products li.product {
	border-radius: 0.5rem;
	list-style: none;
	position: relative;
	margin-top: 10px;
	background-color: white;
	padding: 10px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

@media screen and (max-width: 48em) {
	ul.products li.product {
		padding-bottom: 3em;
	}
}

@media screen and (max-width: 22em) {
	ul.products li.product {
		padding-bottom: 3.5em;
	
	}
}


ul.products li.product img {
	height: auto;
    margin-left: auto;
    margin-right: auto;
	padding: 5px;
}


ul.products li.product .button  {
	color: white;
	padding: 10px 15px; /* Add some padding */
	cursor: pointer; /* Add a pointer cursor on mouse-over */
	margin: 5px;
	float: right;
	font-size: small;
	background-color: #FF6900;
	
}


@media screen and (min-width: 48em) {

	ul.products li.product {
		width: 30.79667%;
		float: left;
		margin-bottom: 1em;
		margin-right: 3.8%;
		min-height: auto;
	}

	ul.products li.product.first {
		clear: both;
	}

	ul.products li.product.last {
		margin-right: 0;
	}

	ul.products.columns-1 li.product {
		float: none;
		width: 100%;
	}

	ul.products.columns-2 li.product {
		min-height: 20rem;
		width: 48.1%;
	}

	ul.products.columns-3 li.product {
		min-height: 20rem;
		width: 30.79667%;
	}

	ul.products.columns-4 li.product {
		min-height: 20rem;
		width: 22.15%;
	}

	ul.products.columns-5 li.product {
		min-height: 20rem;
		width: 16.96%;
	}

	ul.products.columns-6 li.product {
		min-height: 20rem;
		width: 13.49333%;
	}
}                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

/**
 * Single product
 */
.single-product div.product {
	position: relative;
}

.single-product div.product .woocommerce-product-gallery {
	position: relative;
	float: left;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
	position: absolute;
	top: 2em;
	text-decoration: none;
	right: 1em;
	display: block;
	z-index: 99;
}

.single-product div.product .woocommerce-product-gallery .flex-viewport {
	margin-bottom: 1em;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
	margin: 0;
	padding: 0;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
	list-style: none;
	cursor: pointer;
	float: left;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
	opacity: 0.5;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
	opacity: 1;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li:hover img {
	opacity: 1;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li {
	width: 48.1%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n) {
	margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n+1) {
	clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
	width: 30.79667%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n) {
	margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
	clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
	width: 22.15%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n) {
	margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
	clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
	width: 16.96%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n) {
	margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
	clear: both;
}

.stock:empty::before {
	display: none;
}

.stock.in-stock {
	color: #0f834d;
}

.stock.out-of-stock {
	color: #e2401c;
}

/**
 * Checkout
 */


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

	.col2-set .form-row-first {
		float: left;
		margin-right: 3.8%;
	}

	.col2-set .form-row-last {
		float: right;
		margin-right: 0;
	}

	.col2-set .form-row-first,
	.col2-set .form-row-last {
		width: 48.1%;
	}
}

.wp-block-woocommerce-checkout-order-summary-block
.checkout-order-summary-block-fill .wc-block-components-totals-wrapper:first-of-type {
	overflow: auto !important;
}


/**
 * General WooCommerce components
 */

/**
 * Dashboard icons and content
 */

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a::before {
	content: "\25F4";
	display: inline-block;
	padding-right: .5em;
}


.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a::before {
	content: "\21CA";
	display: inline-block;
	padding-right: .5em;
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a::before {
	content: "\26DF";
	display: inline-block;
	padding-right: .5em;
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a::before {
	content: "\2709";
	display: inline-block;
	padding-right: .5em;
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a::before {
	content: "\2690";
	display: inline-block;
	padding-right: .5em;
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a::before {
	content: "\2708";
	display: inline-block;
	padding-right: .5em;
}

.entry-content .woocommerce {
	border-radius: 0.5rem;
	background-color: white;
	padding: 20px;
	margin-top: 20px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	padding-bottom: 3em;
}

/**
 * Header cart elements
 */

.site-header-cart {
	position: relative;
	margin: 0.1em;
	padding: 0.1em;
	z-index: 100;
}

.site-header-cart .cart-contents {
	text-decoration: none;
	margin: 0.2em 0 0.2em;
}

.site-header-cart .widget_shopping_cart {
	display: none;
}

.site-header-cart .product_list_widget {
	margin: 0;
	padding: 0;
}

img.woocommerce-placeholder.wp-post-image {
    margin: 0.1em;
}


@media screen and (min-width: 48em) {

	/**
	 * Header cart
	 */
	.site-header-cart .widget_shopping_cart {
		position: absolute;
		top: 100%;
		width: 100%;
		z-index: 999999;
		left: -999em;
		display: block;
		box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
		border-radius: 5px;
		background-color: white;
		padding: 10px;
		
	}

	.site-header-cart:hover .widget_shopping_cart,
	.site-header-cart.focus .widget_shopping_cart {
		left: 0;
		display: block;
	}

	
	a.remove.remove_from_cart_button:link {
		text-decoration: none;
	}

	a.remove.remove_from_cart_button:visited {
		text-decoration: none;
	}

	a.remove.remove_from_cart_button:hover {
		text-decoration: none;
	}

	a.remove.remove_from_cart_button:active {
		text-decoration: none;
	}

}

.site-header-cart a.button.wc-forward {
	color: white;
	background-color: #F9690E;
	padding: 0.5em;
}

.site-header-cart img {
	width: 20%;
}


/**
 * Star rating
 */
.star-rating {
	overflow: hidden;
	position: relative;
	height: 1.618em;
	line-height: 1.618;
	width: 5.3em;
	font-family: star;
	font-weight: 400;
}

.star-rating::before {
	content: "\53\53\53\53\53";
	opacity: 0.25;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
}

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

.star-rating span::before {
	content: "\53\53\53\53\53";
	top: 0;
	position: absolute;
	left: 0;
	color: #4169e1;
}

p.stars a {
	position: relative;
	height: 1em;
	width: 1em;
	text-indent: -999em;
	display: inline-block;
	text-decoration: none;
	margin-right: 1px;
	font-weight: 400;
}

p.stars a::before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 1em;
	height: 1em;
	line-height: 1;
	font-family: star;
	content: "\53";
	color: #404040;
	text-indent: 0;
	opacity: 0.25;
}

p.stars a:hover ~ a::before {
	content: "\53";
	color: #404040;
	opacity: 0.25;
}

p.stars:hover a::before {
	content: "\53";
	color: #4169e1;
	opacity: 1;
}

p.stars.selected a.active::before {
	content: "\53";
	color: #4169e1;
	opacity: 1;
}

p.stars.selected a.active ~ a::before {
	content: "\53";
	color: #404040;
	opacity: 0.25;
}

p.stars.selected a:not(.active)::before {
	content: "\53";
	color: #4169e1;
	opacity: 1;
}

/**
 * Tabs
 */
.woocommerce-tabs ul.tabs {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
	display: block;
}


.woocommerce-tabs ul.tabs li {
    display: block;
    margin: 0;
    float: left;
    padding: 5px;
    position: relative;
}


.woocommerce-tabs ul.tabs li a {
    background-color: lightgray;
	border-radius: 0.5em;
	display: block;
    padding: 1em; 
	text-decoration: none;  
}

.woocommerce-tabs .panel h2:first-of-type {
	margin-bottom: 1em;
}

.woocommerce-tabs.wc-tabs-wrapper {
	margin-top: 7em;
}

/**
 * Password strength meter
 */
.woocommerce-password-strength {
	text-align: right;
}

.woocommerce-password-strength.strong {
	color: #0f834d;
}

.woocommerce-password-strength.short {
	color: #e2401c;
}

.woocommerce-password-strength.bad {
	color: #e2401c;
}

.woocommerce-password-strength.good {
	color: #3d9cd2;
}

/**
 * Forms
 */
.form-row.woocommerce-validated input.input-text {
	box-shadow: inset 2px 0 0 #0f834d;
}

.form-row.woocommerce-invalid input.input-text {
	box-shadow: inset 2px 0 0 #e2401c;
}

.required {
	color: #f00;
}


/**
 * Notices
 */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
	background-color: #0f834d;
	color: white;
	clear: both;
	padding: 1em;
    margin: 1em;
}

.woocommerce-info::after {
	font-family: FontAwesome;
    content: "\f05a";
	font-size: large;
	float: right;
}

.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
	background-color: #9dff90cc;
    padding: 1em;
    border-radius: 5px;
    margin: 1em;
}

.woocommerce-error {
	background-color: #ff5733;
    padding: 1em;
    border-radius: 0.3em;
    margin: 1em;
    color: whitesmoke;
}

.demo_store {
	position: fixed;
	left: 0;
	bottom: 0;
	right: 0;
	margin: 0;
	padding: 1em;
	background-color: #3d9cd2;
	z-index: 9999;
}

a.woocommerce-Button.button {
    padding: 0.3em;
    float: right;
    margin-right: 1em;
    margin-top: 0;
    background-color: transparent;
}


.woocommerce-info, 
.woocommerce-noreviews, 
 p.no-comments {
	background-color: #59b54dcc;
	padding: 1em;
	border-radius: 5px;
	margin: 1em;
}

	.woocommerce-info::after {
		content: "i";
		font-size: small;
		float: right;
	}

.wp-block-woocommerce-coming-soon.woocommerce-coming-soon-store-only {
	display: inline-flex;
	margin: 1rem;
}


/**
 * WooCommerce widgets
 */

/**
 * WooCommerce Price Filter
 */
.widget_price_filter .price_slider {
	margin-bottom: 1.5em;
}

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

.widget_price_filter .price_slider_amount .button {
	float: left;
}

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

.widget_price_filter .ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1em;
	height: 1em;
	cursor: ew-resize;
	outline: none;
	background: #4169e1;
	box-sizing: border-box;
	margin-top: -0.25em;
	opacity: 1;
}

.widget_price_filter .ui-slider .ui-slider-handle:last-child {
	margin-left: -1em;
}

.widget_price_filter .ui-slider .ui-slider-handle:hover,
.widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
	box-shadow: 0 0 0 0.25em rgba(0, 0, 0, 0.1);
}

.widget_price_filter .ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	display: block;
	border: 0;
	background: #4169e1;
}

.widget_price_filter .price_slider_wrapper .ui-widget-content {
	background: rgba(0, 0, 0, 0.1);
}

.widget_price_filter .ui-slider-horizontal {
	height: 0.5em;
}

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

.woocommerce form .password-input input[type=password],
.woocommerce-page form .password-input input[type=password] {
	height: 100%;
	width: 88%;
}

input#password,
input#password_current,
input#password_1,
input#password_2 {
	height: 100%;
	width: 88%;
}

.price{
	margin-left: 15px;
	font-weight: bold;
}

/**
 * Links and Buttons
 */
 .woocommerce a.added_to_cart {
    padding-top: .5em;
	padding-left: .5em;
    display: inline-block;
	font-size: small;
}

.woocommerce div.product form.cart .button {
    vertical-align: middle;
    float: left;
	background-color: #FF6900;
	padding: 1em;
    margin-top: 0.5em;
	color: whitesmoke;
}


a.checkout-button.alt.wc-forward  {
	background-color: #FF6900;
	color: white;
}

a.checkout-button.alt.wc-forward:hover {
	background-color: #F5AB35;
}

button.show-password-input {
	margin-left: 0.5em;
	padding: 0.9em;
	width: auto;
}

button.show-password-input:after {
	content: "\1F441";
	width: 0.5em;
	height: 1em;
}

button.show-password-input.display-password:after {
	content: "\26ED";
	width: 0.5em;
	height: 1em;
}

@media (min-width: 1000px) {
	button.show-password-input {
		width: 3rem;
	}
}
@media (max-width: 600px) {
	button.show-password-input {
		margin-left: 0;
		margin-top: 0.5em;
		margin-right: 0;
		width: 100%;
	}

	.woocommerce form .password-input input[type=password],
	.woocommerce-page form .password-input input[type=password], 
	input#password, 
	input#password_current, 
	input#password_1, 
	input#password_2 {
		width: 100%;
	}
}

.woocommerce ul.products li.product .woocommerce-loop-category__title .woocommerce ul.products li.product  .woocommerce ul.products li.product h3 {
    padding: .5em 0;
    margin: 10px;
    font-size: 1em;
}


.widget_shopping_cart {
	background: #FFFFFF;
	display: flex;
	flex-direction: column;
	font-size: 12px;
}


.widget_shopping_cart li {
	border-top: 1px solid #E1E8EE;
	display: flex;
	padding: 10px 15px;
}

.widget_shopping_cart li:first-child {
	border-top: 0;
}

.widget_shopping_cart li:last-child {
	border-bottom: 1px solid #E1E8EE;
}


.widget_shopping_cart_content .remove {
	background-color: white;
	color: gray;
	position: relative;
	padding-top: 20px;
	margin-right: 10px;
}


.widget_shopping_cart_content .remove:hover {
	color: blue;
}


nav.woocommerce-breadcrumb {
    margin: 1em;
}


.woocommerce-loop-category__title, 
.woocommerce ul.products li.product .woocommerce-loop-product__title, 
.woocommerce ul.products li.product h3 {
    padding: .1em 0;
    margin: .5em;
    font-size: 1em;
}

.woocommerce #payment #place_order, 
.woocommerce-page #payment #place_order  {
    float: right;
	background-color: #FF6900;
}

#add_payment_method table.cart td.actions .coupon .input-text, 
.woocommerce-cart table.cart td.actions .coupon .input-text, 
.woocommerce-checkout table.cart td.actions .coupon .input-text {
    float: left;
    box-sizing: border-box;
    border: 1px solid #cfc8d8;
    padding: 6px 6px 5px;
    margin: 0 4px 0 0;
    outline: 0;
	min-width: 10em;
}


.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button {
	font-size: 100%;
    margin: 0.5em;
    line-height: 1;
    cursor: pointer;
	color: darkslategray;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: .618em 1em;
    font-weight: 700;
    border-radius: 3px;
    left: auto;
    background-color: lightgray;
    border: 0;
    display: block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
	float:left;
	
}



.woocommerce-MyAccount-navigation ul{
	margin-left: 0;
	
}

.woocommerce form .password-input, 
.woocommerce-page form .password-input {
    
    flex-direction: column;
    justify-content: center;
    position: relative;
}


.woocommerce table.shop_table {
    border: 1px solid rgba(0,0,0,.1);
    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%;
    border-collapse: separate;
	background-color: #f3f1f1;
    border-radius: 5px;
	box-shadow: #404040;
	padding: 10px;
	
}



/**
 * Cart elements
 */


a.button.wc-forward {
    margin: 0.2em;
    padding: 0;
    float: right;
    color: white;
    background-color: rgb(0 0 0 / 0%);
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

form.woocommerce-cart-form {
    font-size: small;
}



.quantity .qty {
    padding: 5px;
	width: 5em;
	float: left;
	height: 3em;
    margin-top: 0.5em;
    margin-right: 0.3em;
}


.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
    padding: 12px;
    margin-right: 1.5em;
	margin: 0.5em;
	background-color: #FF6900;
	color: white;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit:hover {
	
	color: white;
}


form.woocommerce-form.woocommerce-form-login.login {
    background-color: white;
    max-width: 500px;
    padding: 20px;
    border-radius: 8px;
	margin: auto;
}


.wc-block-components-form .wc-block-components-text-input input:-webkit-autofill, .wc-block-components-form .wc-block-components-text-input.is-active input[type=email], .wc-block-components-form .wc-block-components-text-input.is-active input[type=number], .wc-block-components-form .wc-block-components-text-input.is-active input[type=password], .wc-block-components-form .wc-block-components-text-input.is-active input[type=tel], .wc-block-components-form .wc-block-components-text-input.is-active input[type=text], .wc-block-components-form .wc-block-components-text-input.is-active input[type=url], .wc-block-components-text-input input:-webkit-autofill, .wc-block-components-text-input.is-active input[type=email], .wc-block-components-text-input.is-active input[type=number], .wc-block-components-text-input.is-active input[type=password], .wc-block-components-text-input.is-active input[type=tel], .wc-block-components-text-input.is-active input[type=text], .wc-block-components-text-input.is-active input[type=url] {
	padding: 2em .5em .5em !important;
	height: 3.7em;
}

.wc-block-components-form select {
	height: 3.7em !important;
	background: white !important;
	padding-bottom: 0 !important;
	padding-top: 1.5em !important;
}