/* 
Theme Name: Storefront Child 
Version: 1.0 
Description: Child theme for Storefront. 
Author: Woo
Author URI: http://woocommerce.com 
Template: storefront 
*/  

/* --------------- Theme customization starts here ----------------- */

body,
input,
h1,h2,h3,h4,h5,h6 {
	font-family: 'Poppins', sans-serif;
	color: #111;
	letter-spacing: normal;
}

h1,h2,h3,h4 {
	font-weight: 600;
}

body,
input {
	font-size: 16px;
}

@media (max-width: 768px) {
	body,
	input {
		font-size: 14px;
	}
}

input[type=text] {
	color: #111;
	background: #fff;
	border-radius: 0;
	border: 1px solid rgba(0,0,0,.2);
	box-shadow: none;
	-webkit-appearance: none;
	font-size: 16px;
}

input[type=text]:focus {
	background: #fff;
	border: 1px solid rgba(0,0,0,1);
	outline: none;
}

input[type=submit] {
	font-size: 16px;
	color: #0f5350;
	background: transparent;
	border: 1px solid #0f5350;
	opacity: 1;
	-webkit-appearance: none;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
}

input[type=submit]:hover {
	color: #0f5350;
	background: transparent;
	border: 1px solid #0f5350;
	opacity: .8;
}

button[type=submit]:focus,
button:focus {
	outline: none;
}

a {
	color: #0f5350;
}

a:active,
a:focus {
	outline: none;
	-webkit-appearance: none;
}

img {
	border-radius: 0;
}


/* Page settings
------------------------------------------------------------------------------------------------------------
*/



/* Breadcrumb
------------------------------------------------------------------------------------------------------------
*/

.storefront-breadcrumb {
    margin-bottom: 0;
    text-align: center;
}

.woocommerce-breadcrumb {
    font-size: 14px;
    font-weight: 500;
    color: #888;
}

@media (max-width: 768px) {
	.woocommerce-breadcrumb {
		font-size: 12px;
	}
}

.woocommerce-breadcrumb a:first-of-type::before {
	display: none;
}

.woocommerce-breadcrumb a {
	color: #888;
	text-decoration: none;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
}

.woocommerce-breadcrumb a:hover {
	color: #111;
	text-decoration: underline;
}

.woocommerce-breadcrumb .breadcrumb-separator::after {
	font-weight: 500;
	top: 7px;
	content: "/";
	font-family: inherit;
	color: #888;
	opacity: 1;
}


/* Global: Add to cart button
------------------------------------------------------------------------------------------------------------
*/

.woosw-item--add a.button {
    flex-grow: 1;
    text-align: center;
    color: #fff !important;
    background: #17AF70 !important;
    border: 0;
    box-shadow: 0 0 0 100vmax inset rgb(0 0 0/var(--o,0%));
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}

.woosw-item--add a.button:hover {
	--o: 10%;
}


/* Global: Widget
------------------------------------------------------------------------------------------------------------
*/

.widget-area .widget {
    margin-bottom: 2em;
}

.widget .widget-title,
.wpc-filter-title,
.wpc-filter-title button {
	font-family: inherit;
    font-weight: 600;
    border-bottom: 0;
    margin-bottom: 10px;
    padding-bottom: 0;
    font-size: 14px;
}

.widget_product_categories ul li {
	padding-left: 0;
}

.widget_product_categories ul li ul.children li {
	padding-left: 10px;
}

.widget_product_categories ul li::before {
	display: none;
}

.widget-area .widget a {
    display: block;
    font-size: 14px !important;
    color: #111;
    font-weight: 400;
    text-decoration: none;
}

.widget-area .widget a:hover {
    text-decoration: underline;
}

.widget_product_categories ul li ul.children li .current-cat a {
	opacity: .5;
	font-weight: 600;
}


/* Global: Price styling
------------------------------------------------------------------------------------------------------------
*/

.price,
.woosw-item--price {
	color: #111;
	font-weight: 600;
} 

.price ins,
.woocommerce-cart .cart-product-table-info .product-subtotal ins,
ul.products li.product .price ins,
.woosw-item--price ins {
	font-size: inherit;
	font-weight: 600;
	color: #FF3B6C;
	margin: 0 0 -3px;
}

.price del,
.woocommerce-cart .cart-product-table-info .product-subtotal del,
.woosw-item--price del {
	color: #111;
	opacity: .5;
	text-decoration: none;
	font-size: 14px;
	font-weight: 500;
}

.price del::before,
.woosw-item--price del::before {
	content: "Ord. pris ";
}

.price del,
.woosw-item--price del {
	text-decoration: none;
	font-size: 14px;
	font-weight: 500;
}


/* Woocommerce message
------------------------------------------------------------------------------------------------------------
*/

.woocommerce-message,
.woocommerce-error,
.woocommerce-info  {
	background: rgba(0,0,0,.05);
	color: #111;
	padding: 15px 30px;
	border: 0;
	border-radius: 0;
	margin: 15px 0 !important;
	font-size: 14px;
}

@media (max-width: 768px) {
	.woocommerce-message,
	.woocommerce-error,
	.woocommerce-info {
		padding: 15px;
	}
}

.woocommerce-message::before,
.woocommerce-error::before,
.woocommerce-info::before {
	display: none;
}

.woocommerce-message .button,
.woocommerce-error .button,
.woocommerce-info .button {
	border: 0;
	font-weight: 400;
	text-decoration: underline;
}

.woocommerce-message {
	color: #4AB866;
	background: #f4fff7;
}

.woocommerce-message .button {
	color: #4AB866;
}

.woocommerce-message .button:hover {
	color: inherit;
}

.woocommerce-error {
	color: red;
	background: #fdeaea;
}

.woocommerce-error .button {
	color: red;
}

.woocommerce-error .button:hover {
	color: inherit;
}

.woocommerce-info {
	color: #ff6200;
	background: rgba(255,234,204,1);
}

.woocommerce-info .button {
	color: #ff6200;
}


/* Product list page (PLP)
------------------------------------------------------------------------------------------------------------
*/
.site-main .woocommerce-products-header {
	display: none;
}
.woocommerce-products-header h1 {
	font-weight: 600;
	font-size: 2.2em;
	text-align: center;
}		

.term-description {
	font-size: 14px;
	text-align: center;
	margin: auto;
}

.term-description a {
	color: #111;
}

@media (min-width: 768px) {
	.term-description {
		max-width: 70%;
	}
}

@media (max-width: 768px) {
	.term-description {
		font-size: 12px;
	}
}

.term-description a {
	text-decoration: underline;
}

.woocommerce-result-count {
	font-size: 14px;
}

@media (max-width: 768px) {
	.woocommerce-result-count {
		clear: both;
		text-align: center;
	}
}

.woocommerce-ordering {
	float: right;
}

@media (max-width: 768px) {
	.woocommerce-ordering {
		width: 49%;
		height: 50px;
		line-height: 50px;
		border: 1px solid #0f5350;
	}
}

.storefront-sorting select {
    font-family: inherit;
    font-weight: 500;
    background: transparent;
    padding: 0;
    border-radius: 0;
    border: 0;
    font-size: 14px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    text-align: right;
}

@media (max-width: 768px) {
	.storefront-sorting select {
		color: #0f5350;
		text-align-last: center;
		width: 100%;
	}
}

.storefront-sorting:last-of-type .woocommerce-result-count {
    float: none;
    text-align: center;
    padding: 20px 0 0;
}

.storefront-sorting:last-of-type .woocommerce-ordering {
    display: none;
}

@media (min-width: 768px) {
	.left-sidebar .widget-area {
		width: 13%;
		margin-right: 2%;
		padding-top: 4px;
	}
	.left-sidebar .content-area {
    	width: 85%;
	}
}

ul.products li.product {
	margin-bottom: 1em;
	text-align: left;
}

@media (max-width: 768px) {
	ul.products li.product {
    	width: 49%;
    	float: left;
    	margin-right: 2%;
    }
    ul.products li.product:nth-child(even) {
	    margin-right: 0;
    }
}

@media (min-width: 768px) {
	.site-main ul.products.columns-4 li.product {
    	width: 23.25%;
    	max-width: 220px;
		margin-right: 2%;
	}
	
	ul.products li.product.last {
		margin-right: 2% !important;
	}
	
	ul.products li.product.first {
		clear: initial !important;
	}
	
	ul.products li.product:nth-child(4n) {
		margin-right: 0 !important;
	}
	
	ul.products li.product:nth-child(4n+1) {
		clear: both !important;
		float: left !important;
	}
}


ul.products li.product a:first-of-type {
    background: #f7f7f7;
    display: flex;
    flex-direction: column;
}

ul.products li.product img {
	margin: 0;
    mix-blend-mode: multiply;
}

ul.products li.product img {
	transition: transform .3s ease-in;
	-webkit-transition: transform .3s ease-in;
	-moz-transition: transform .3s ease-in;
}

ul.products li.product img:hover {
	transform: scale(.98);
}

ul.products li.product .woocommerce-loop-product__title {
	font-size: 1em;
	font-weight: 400;
	text-align: left;
	margin: 0;
	padding: 0 0 5px;
	background: white;
	flex-grow: 1;
	order: 3;
}

ul.products li.product .attribute {
	text-align: left;
	font-weight: 500;
	padding: 15px 0 0;
	color: #111;
	background: #fff;
	order: 2;
}

ul.products li.product .price {
	font-size: 1.5em;
	text-align: left;
	color: #111;
	font-weight: 600;
	background: white;
	margin-bottom: 0;
	padding-bottom: .5rem;
	order: 4;
	display: flex;
	flex-direction: column-reverse;
}

ul.products li.product .price del {
	font-size: 12px;
	font-weight: 500;
}

ul.products li.product a.button.product_type_simple,
ul.products li.product a.button.product_type_variable {
	display: none;
}

ul.products li.product a.button.product_type_simple,
ul.products li.product a.button.product_type_variable {
	display: inline-block;
    background: transparent;
    border: 1px solid;
    line-height: initial;
    padding: 7px 25px;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 30px;
}

ul.products li.product a.added_to_cart {
	display: none;
}


/* Product detail page (PDP)
------------------------------------------------------------------------------------------------------------
*/

.single-product .content-area {
	width: 100% !important;
}

.single-product div.product .woocommerce-product-gallery {
	background: #f7f7f7;
}

@media screen and (min-width: 768px) {
	.single-product div.product .woocommerce-product-gallery {
		width: 55%;
		margin-right: 0;
	}
}

.single-product div.product .woocommerce-product-gallery a {
	background: #f7f7f7;
	display: block;
}

.single-product div.product .woocommerce-product-gallery img {
	margin: auto !important;
	mix-blend-mode: multiply;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
	color: #111;
	top: 0;
	left: 0;
	right: initial;
	width: 100% !important;
	height: 79% !important;
	background: transparent !important;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger::before {
	opacity: 0;
	text-align: right;
	margin: 15px 20px 0 0;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:hover::before {
	opacity: 1;
}

@media (max-width: 768px) {
	.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger::before {
		display: none;
	}
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
	background: #f3f3f3;
	padding: 30px;
}

@media screen and (min-width: 768px) {
	.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
		padding: 10px;
	}
}

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

@media screen and (min-width: 768px) {
	.single-product div.product .summary {
		width: 45%;
		padding: 0 50px;
	}
}

.single-product div.product h1 {
	font-size: 1.7em;
	font-weight: 600;
	margin: 0 0 10px;
}

.single-product div.product p.price {
	font-weight: 600;
	margin: 0 0 10px !important;
}

.single-product div.product p.price {
	font-size: 2.2em;
	display: flex;
	flex-direction: column-reverse;
}

.single-product div.product .price ins {
	margin: -5px 0 -10px 0;
}

.single-product div.product p.stock {
	display: none;
}

.single-product div.product form.cart .quantity {
	margin-right: 0;
}

.single-product div.product form.cart .quantity .qty {
	margin-right: .875em;
}

.single-product div.product form.cart {
    display: flex;
}

.single-product div.product form input[type=number] {
    font-size: 16px;
    border: 1px solid rgba(0,0,0,.2);
    background: white;
    box-shadow: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    outline: none;
    height: 60px;
}

.single-product div.product form input[type=number]:focus {
	border: 1px solid #111;
}

.single-product div.product form button.single_add_to_cart_button {
	height: 60px;
    flex-grow: 1;
    font-size: 16px;
    text-align: center;
    color: #fff;
    background: #17AF70;
    border: 0;
    box-shadow: 0 0 0 100vmax inset rgb(0 0 0/var(--o,0%));
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}

.single-product div.product form button.single_add_to_cart_button:hover {
	--o: 7%;
}

.single-product div.product .product_meta {
    padding-top: 0;
    border-top: 0;
    font-weight: 500;
}

.single-product div.product .product_meta span.sku {
    font-weight: 400;
}

.single-product div.product .product_meta a {
    color: #111;
    font-weight: 400;
}

.single-product .woocommerce-tabs {
	padding-top: 0;
	margin: auto;
	max-width: 720px;
}

.single-product .tabs wc-tabs {
	padding: 30px;
	background: #f7f7f7;
}

.single-product .woocommerce-tabs ul.tabs {
	float: none;
	width: 100%;
	margin-right: 0;
	border-top: 1px solid rgba(0,0,0,.1);
}

.single-product .woocommerce-tabs ul.tabs li {
	border-bottom: 1px solid rgba(0,0,0,.1);
}

.single-product .woocommerce-tabs ul.tabs li.active {
	border-bottom: 0;
}

.single-product .woocommerce-tabs .panel {
	float: none;
	width: 100%;
	border-bottom: 1px solid rgba(0,0,0,.1);
}

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

.single-product .woocommerce-tabs .panel th,
.single-product .woocommerce-tabs .panel td {
	background: #f7f7f7 !important;
	border-bottom: 1px solid #fff;
}

.single-product .woocommerce-tabs .panel td a:hover {
	text-decoration: underline;
}

.single-product .woocommerce-tabs ul.tabs li.active a,
.single-product .woocommerce-tabs ul.tabs li a {
	color: #111;
	font-weight: 600;
	font-size: 1.5em;
}

.woocommerce-tabs ul.tabs li::after {
	right: 0;
	opacity: 1;
	transform: none;
	top: 30%;
	font-size: 18px;
}

@media (min-width: 768px) {
	.woocommerce-tabs ul.tabs li::after {
		transform: rotate(90deg);
		top: 35%;
		right: 4px;
	}
}

.woocommerce-tabs ul.tabs li.active::after {
	transform: rotate(180deg);
}

@media (min-width: 768px) {
	.woocommerce-tabs ul.tabs li.active::after {
		transform: rotate(-90deg);
		right: 4px;
	}
}


/* Cart page
------------------------------------------------------------------------------------------------------------
*/
.woocommerce-cart {
	background: rgba(0,0,0,.05);
}

.woocommerce-cart .storefront-breadcrumb {
	display: none;
}

.woocommerce-cart .site-content .col-full {
	max-width: 600px;
}

@media (min-width: 768px) {
	.woocommerce-cart .content-area {
    	width: 100% !important;
	}
}

.woocommerce-cart .site-branding {
	height: 70px;
	justify-content: center;
	width: 100% !important;
}

@media (max-width:768px) {
	.woocommerce-cart .site-branding {
		height: 60px;
	}
}

.woocommerce-cart .entry-header h1.entry-title {
	font-size: 18px;
    text-align: center;
    font-weight: 600;
    color: #707070;
    margin: 50px 0 20px;
}

@media (max-width: 768px) {
	.woocommerce-cart .entry-header h1.entry-title {
		margin: 30px 0 20px;
	}
}

.woocommerce-cart div.cart-empty {
	background: transparent;
	padding: 0 0 30px;
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	color: #111;
}

.woocommerce-cart .wc-empty-cart-message .wc-block-components-notice-banner>svg {
	display: none !important;
}

.woocommerce-cart .woocommerce-info .button {
	color: #ff6200;
	text-decoration: underline !important;
	border: 0;
	font-weight: 400;
}

.woocommerce-cart .woocommerce-info .button::after {
	display: none;
}

.woocommerce-cart .woocommerce-message {
	color: #4AB866;
	background: #f4fff7;
}

.woocommerce-cart .woocommerce-message a {
	color: #4AB866;
}

.woocommerce-cart .woocommerce-error {
	color: red;
	background: #fdeaea;
}

.woocommerce-cart a.button.wc-backward {
	width: 100%;
    text-align: center;
    color: #17AF70;
    background: transparent;
    border: 1px solid #17AF70;
    line-height: 38px;
    box-shadow: 0 0 0 100vmax inset rgb(0 0 0/var(--o,0%));
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}

.woocommerce-cart form.woocommerce-cart-form {
	margin-bottom: 30px;
}

.woocommerce-cart .woocommerce-cart-form table.cart {
	margin-bottom: 0;
}

.woocommerce-cart .woocommerce-cart-form__cart-item td {
	padding: 0 30px 30px;
	background: white !important;
}

@media (max-width: 768px) {
	.woocommerce-cart .woocommerce-cart-form__cart-item td {
		padding: 0 20px 20px;
	}
}

.woocommerce-cart .cart-product-table-info {
	margin: 0;
	padding-top: 30px;
	border-top: 1px solid rgba(0,0,0,.1);
}

.woocommerce-cart .cart_item:nth-of-type(1) .cart-product-table-info {
	border-top: 0;
}

@media (max-width: 768px) {
	.woocommerce-cart .cart-product-table-info {
		padding-top: 20px;
	}
}

.woocommerce-cart .cart-product-table-info td {
	padding: 0;
	background: white !important;
}

.woocommerce-cart .cart-product-table-info .product-thumbnail  {
	padding-bottom: 10px;
	padding-right: 20px;
	width: 90px;
}

.woocommerce-cart .cart-product-table-info .product-thumbnail a {
	display: block;
	background: #f7f7f7;
}

.woocommerce-cart .cart-product-table-info .product-thumbnail img {
	margin: 0;
	max-width: 70px;
	mix-blend-mode: multiply;
}

@media (max-width:768px) {
	.woocommerce-cart .cart-product-table-info .product-thumbnail img {
		margin: 0;
		max-width: 70px;
	}
}

.woocommerce-cart .cart-product-table-info .product-name a  {
	color: #111;
	text-decoration: none;
}

.woocommerce-cart .cart-product-table-info .product-name a:hover  {
	text-decoration: underline;
}

.woocommerce-cart .cart-product-table-info .product-name .variation dl {
	margin: 0;
}

.woocommerce-cart .cart-product-table-info .product-name .variation dt {
	display: none;
}

.woocommerce-cart .cart-product-table-info .product-name .variation dd {
	font-weight: 500;
}

.woocommerce-cart .cart-product-table-info .product-remove {
	padding: 0;
	text-align: right;
	position: relative;
}

.woocommerce-cart .cart-product-table-info .product-remove a.remove {
	color: #ddd;
	text-indent: initial;
	text-decoration: none;
	font-size: 28px;
	font-weight: 300;
	display: inline;
	position: absolute;
	top: 0;
	right: 0;
	width: auto;
	line-height: 1;
}

.woocommerce-cart .cart-product-table-info .product-remove a.remove::before {
	display: none;
}

.woocommerce-cart .cart-product-table-info .product-quantity input {
	font-size: 16px;
	border: 1px solid rgba(0,0,0,.2);
    background: white;
    box-shadow: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    outline: none;
    height: 48px;
}

.woocommerce-cart .cart-product-table-info .product-quantity input:focus {
	border: 1px solid rgba(0,0,0,.5);
}

.woocommerce-cart .cart-product-table-info .product-subtotal {
	text-align: right;
	vertical-align: middle;
	padding: 0;
}

.woocommerce-cart .cart-product-table-info .product-subtotal {
	display: flex;
	flex-direction: column-reverse;
	font-weight: 600;
}

.woocommerce-cart .cart-product-table-info .product-subtotal del::before {
	content: "Ord. pris ";
}

@media (max-width: 768px) {
	.woocommerce-cart .cart-product-table-info td[data-title]::before {
		display: none;
	}

	.woocommerce-cart .cart-product-table-info td {
		display: table-cell;
		text-align: initial;
	}
}

.woocommerce-cart .actions {
	padding: 0 30px 30px !important;
	border-top: 0 !important;
	background: white !important;
}

@media (max-width: 768px) {
	.woocommerce-cart .actions {
		padding: 0 20px 20px !important;
	}
}

.woocommerce-cart .actions button {
	display: block;
	font-family: inherit;
	width: 100%;
	height: 48px;
	background: #eeeeee;
	box-shadow: 0 0 0 100vmax inset rgb(0 0 0/var(--o,0%));
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	outline: none;
}

.woocommerce-cart .update-cart {
	padding-top: 10px;
}

.woocommerce-cart .actions .update-cart button {
	margin-bottom: 30px;
}

@media (max-width: 768px) {
	.woocommerce-cart .actions .update-cart button {
		margin-bottom: 20px;
	}
}

.woocommerce-cart .actions button:disabled {
	display: none;
}

.woocommerce-cart .actions button:hover {
	background: #eeeeee;
	--o: 5%;
}

.woocommerce-cart .actions .coupon-header {
	text-align: left;
	margin: 0 0 10px;
	display: none;
}

.woocommerce-cart .actions .coupon {
	border-top: 1px solid rgba(0,0,0,.1);
	padding-top: 30px;
	margin-top: 0;
	background: white;
	float: none !important;
	display: block !important;
}

@media (max-width: 768px) {
	.woocommerce-cart .actions .coupon {
		padding-top: 20px;
		border-bottom: 0 !important;
		margin-bottom: 0 !important;
		padding-bottom: 0 !important;
	}
}

.woocommerce-cart .actions .coupon input {
	font-size: 16px;
	border: 1px solid rgba(0,0,0,.2);
    background: white;
    box-shadow: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -webkit-appearance: none;
    outline: none;
    height: 48px;
    width: 100% !important;
    margin: 0 0 10px 0 !important;
    display: block !important;
}

.woocommerce-cart .actions .coupon input:focus {
	border: 1px solid rgba(0,0,0,.5);
}

.woocommerce-cart .cross-sells h2 {
	font-weight: 600;
    font-size: 16px;
	margin: 0px;
	padding: 30px 0 0 30px;
	background: white;
}

@media (max-width: 768px) {
	.woocommerce-cart .cross-sells h2 {
		padding: 20px 0 0 20px;
	}
}

.woocommerce-cart .cross-sells {
	width: 100% !important;
	float: none !important;
}

.woocommerce-cart ul.products {
	background: white;
	padding: 20px 30px 30px;
	width: 100% !important;
	margin: 0 0 30px !important;
	float: none !important;
}

@media (max-width: 768px) {
	.woocommerce-cart ul.products {
		padding: 20px;
	}
}

.woocommerce-cart ul.products {
	display: flex;
    overflow-x: scroll;
    overflow: auto;
    gap: 20px;
    padding-bottom: 20px;	
}

.woocommerce-cart ul.products::before,
.woocommerce-cart ul.products::after {
	display: none;	
}

.woocommerce-cart ul.products.columns-2 li.product,
.woocommerce-cart ul.products.columns-4 li.product {
	width: initial !important;
}

.woocommerce-cart ul.products li {
	margin: 0 !important;
	text-align: left !important;
	display: flex;
	flex-direction: column;
}

.woocommerce-cart ul.products li a:first-of-type {
	flex-grow: 1;
}

.woocommerce-cart ul.products li.product {
	width: initial;
}

.woocommerce-cart ul.products li a.button {
	width: 100%;
	text-align: center;
	color: #fff;
	background: #17AF70;
	border: 0;
	box-shadow: 0 0 0 100vmax inset rgb(0 0 0/var(--o,0%));
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}

.woocommerce-cart ul.products li a.button:hover {
	--o: 7%;
}

.woocommerce-cart ul.products::-webkit-scrollbar {
	width: 5px;
	height: 2px;
	cursor: -webkit-grab;
	cursor: grab;
	-webkit-appearance: none;
}

.woocommerce-cart ul.products::-webkit-scrollbar-track {
	background: rgba(0,0,0,.05); /* or add it to the track */
	cursor: -webkit-grab;
	cursor: grab;

}

.woocommerce-cart ul.products::-webkit-scrollbar-thumb {
	background: rgba(0,0,0,.9);
	cursor: -webkit-grab;
	cursor: grab;
}

.woocommerce-cart ul.products li.product a.wp-element-button {
	display: block;
}

.woocommerce-cart ul.products li a.woocommerce-loop-product__link {
	width: 150px;
}

@media (max-width: 768px) {
	.woocommerce-cart ul.products li a.woocommerce-loop-product__link {
		width: 130px;
	}
}

.woocommerce-cart .cart_totals {
	background: white;
	padding: 30px;
}

@media (max-width: 768px) {
	.woocommerce-cart .cart_totals {
		padding: 20px;
	}
}

.woocommerce-cart .cart-collaterals .cart_totals {
	width: initial;
	float: none;
	margin-bottom: 30px;
}

.woocommerce-cart .cart-collaterals .cart_totals h2 {
	display: none;
}

.woocommerce-cart .cart-collaterals .cart_totals th,
.woocommerce-cart .cart-collaterals .cart_totals td {
	background: initial;
	padding: 0;
}

.woocommerce-cart .cart-collaterals .cart_totals .cart-subtotal th,
.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-totals th,
.woocommerce-cart .cart-collaterals .cart_totals .cart-discount th {
	font-weight: 400;
}

.woocommerce-cart .cart-collaterals .cart_totals .cart-subtotal td[data-title]::before,
.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-totals td[data-title]::before,
.woocommerce-cart .cart-collaterals .cart_totals .cart-discount td[data-title]::before {
	font-weight: 400;
}

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

.woocommerce-cart .cart-collaterals .cart_totals .cart-discount td a {
	display: block;
	color: #707070;
	font-size: 12px;
}

.woocommerce-cart .cart-collaterals .cart_totals tr.woocommerce-shipping-totals th,
.woocommerce-cart .cart-collaterals .cart_totals tr.woocommerce-shipping-totals td {
	padding-bottom: 15px;
}

.woocommerce-cart .cart-collaterals .cart_totals ul.woocommerce-shipping-methods,
.woocommerce-cart .cart-collaterals .cart_totals p.woocommerce-shipping-destination {
	margin: 0;
}

.woocommerce-cart .cart-collaterals .cart_totals p.woocommerce-shipping-destination {
	color: #707070;
	font-size: 12px;
	display: none;
}

.woocommerce-cart .cart-collaterals .cart_totals tr.order-total th,
.woocommerce-cart .cart-collaterals .cart_totals tr.order-total td {
	border-top: 2px solid #111;
	padding-top: 15px;
}

/* Remove : after ex Varor: */
table.shop_table_responsive tr td[data-title]::before {
	content: attr(data-title) " ";
}

.woocommerce-cart .cart-collaterals .cart_totals .button.alt {
	background: #0f5350;
	border-color: #0f5350;
	box-shadow: 0 0 0 100vmax inset rgb(0 0 0/var(--o,0%));
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
}

.woocommerce-cart .cart-collaterals .cart_totals .button.alt:hover {
	--o: 5%;
}

.woocommerce-cart .cart-collaterals .cart_totals small.includes_tax {
	display: block;
}

.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout,
.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout .button {
	margin: 0;
}


/* Related and upsells products
------------------------------------------------------------------------------------------------------------
*/

.upsells.products {
	padding: 0 0 1em;
	margin-bottom: 2em;
} 

.related.products {
	padding: 0 0 1em;
} 

@media (max-width: 768px) {
	.upsells.products {
		border-bottom: 1px solid rgba(0,0,0,.1);
	}
}

.upsells.products h2,
.related.products h2 {
	text-align: center;
}

.upsells.products ul,
.related.products ul {
	display: flex;
	overflow-x: scroll;
	overflow: auto;
	gap: 20px;
	padding: 0 0 20px;
}

.upsells.products ul::before,
.upsells.products ul::after,
.related.products ul::before,
.related.products ul::after {
	display: none;
}

.upsells.products ul li,
.related.products ul li {
	margin: 0 !important;
}

.upsells.products ul li a,
.related.products ul li a {
	width: 220px;
	height: 100%;
}

.upsells.products ul li a.button,
.related.products ul li a.button {
	display: none !important;
}

@media (max-width: 768px) {
	.upsells.products ul li a,
	.related.products ul li a {
		width: 140px;
	}
}

.upsells.products ul::-webkit-scrollbar,
.related.products ul::-webkit-scrollbar {
	width: 5px;
	height: 2px;
	cursor: -webkit-grab;
	cursor: grab;
	-webkit-appearance: none;
}

.upsells.products ul::-webkit-scrollbar-track,
.related.products ul::-webkit-scrollbar-track {
	background: rgba(0,0,0,.05); /* or add it to the track */
	cursor: -webkit-grab;
	cursor: grab;

}
.upsells.products ul::-webkit-scrollbar-thumb,
.related.products ul::-webkit-scrollbar-thumb {
	background: rgba(0,0,0,.9);
	cursor: -webkit-grab;
	cursor: grab;
}


/* Recently viewed products
------------------------------------------------------------------------------------------------------------
*/

h4.latest-shown-products {
	margin-top: 2em;
	text-align: center;
	font-size: 1.2em;
}

@media (max-width: 768px) {
	h4.latest-shown-products {
		border-top: 1px solid rgba(0,0,0,.1);
		margin-top: 0;
		padding-top: 1.5em;
		font-size: 1em;
	}
}

.container-latest-shown-products ul.products li.product a.button {
	display: none !important;
}

.single-product .woocommerce ul.products {
	display: flex;
	overflow-x: scroll;
	overflow: auto;
	gap: 20px;
	justify-content: center;
	padding: 0 0 20px;	
}

@media (max-width: 768px) {
	.single-product .woocommerce ul.products {
		gap: 10px;
		justify-content: left;
	}
}

.single-product .woocommerce ul.products::before,
.single-product .woocommerce ul.products::after {
	display: none;	
}

.single-product .woocommerce ul.products li {
	margin: 0 !important;	
	width: auto !important;
}

.single-product .woocommerce ul.products li a {
	width: 100px;	
}

@media (max-width: 768px) {
	.single-product .woocommerce ul.products li a {
		width: 70px;	
	}
}

.single-product .woocommerce ul.products li .attribute,
.single-product .woocommerce ul.products li h2,
.single-product .woocommerce ul.products li span.price {
	display: none;
}

.single-product .woocommerce ul::-webkit-scrollbar {
	width: 5px;
	height: 2px;
	cursor: -webkit-grab;
	cursor: grab;
	-webkit-appearance: none;
}

.single-product .woocommerce ul::-webkit-scrollbar-track {
	background: rgba(0,0,0,.05); /* or add it to the track */
	cursor: -webkit-grab;
	cursor: grab;

}

.single-product .woocommerce ul::-webkit-scrollbar-thumb {
	background: rgba(0,0,0,.9);
	cursor: -webkit-grab;
	cursor: grab;
}


/* Footer
------------------------------------------------------------------------------------------------------------
*/
.site-footer {
	background: #ddebe5;
	color: #111;
}

.footer-widgets {
	padding-top: 3.235801032em;
}

footer .site-info {
    display: none;
}

.site-footer h2,
.site-footer h3 {
	font-weight: 600;
	color: #111;
}

.site-footer h2 {
	font-size: 22px;
}

.site-footer h3 {
	font-size: 18px;
}

.site-footer ul li {
	padding-bottom: 4px;
}

.site-footer a {
	color: #111 !important;
	text-decoration: none;
	transition: all .3s;
	-webkit-transition: all .3s;
}

.site-footer a:hover {
	opacity: .7;
}


/* Plugin: Load more products
------------------------------------------------------------------------------------------------------------
*/

.lmp_load_more_button.br_lmp_button_settings .lmp_button {
    padding: 13px 25px 14px !important;
    background: #0f5350 !important;
    border: 0 !important;
    color: #ffffff !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    line-height: 1.5em;
    box-shadow: 0 0 0 100vmax inset rgb(0 0 0/var(--o,0%));
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}

.lmp_load_more_button.br_lmp_button_settings .lmp_button:hover {
	background: #0f5350 !important;
    color: #ffffff !important;
    --o: 10%;
}


/* Plugin: WPC Fly Cart
------------------------------------------------------------------------------------------------------------
*/

.woofc-overlay {
	background: rgba(0,0,0,.4);
}

/*
Update .woofc-area.woofc-position-01 to width ex 90% in woo-fly-cart/assets/css/frontend.css for a non full width cart on mobile.

Add <div class="woofc-item-info-container"> in woo-fly-cart/wpc-fly-cart.php before <div class="woofc-item-info"> and a closing </div> at the end
*/

.woofc-area .hint--left:after,
.woofc-area .hint--left:before {
	display: none;
}

.woofc-area.woofc-style-02 .woofc-area-top {
	text-transform: none;
	font-weight: 600;
	height: 60px;
	line-height: 60px;
	background: transparent;
	border-bottom: 1px solid rgba(0,0,0,.05);
	color: #111;
}

.woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner {
	padding: 20px 0;
}

.woofc-area.woofc-style-02 .woofc-area-mid .woofc-item.woofc-item-has-remove:hover .woofc-item-inner {
	transform: none;
}

.woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-remove {
	color: #ccc;
	right: 0;
	opacity: 1;
	visibility: visible;
	transform: none;
}

.woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-remove:hover {
	color: #111;
}

.woofc-area.woofc-style-02 .woofc-area-mid .woofc-item:hover .woofc-item-inner .woofc-item-remove {
	transform: none;
	transition: none;
}

.woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-thumb {
	background: #f7f7f7;
	margin-right: 15px;
}

.woofc-area.woofc-style-02 .woofc-area-mid .woofc-item a img {
	mix-blend-mode: multiply;
}

.woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info-container {
	flex-grow: 1;
	display: flex;
    flex-direction: column;
    gap: 20px;
}

.woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info {
	margin-right: 20px;
	display: flex;
    flex-direction: column;
}

.woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info .woofc-item-title {
	font-weight: 400;
	color: #111;
	padding-bottom: 5px;
	order: 2;
}

.woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info .woofc-item-data {
	font-weight: 500;
	font-size: 14px;
	margin: 0 0 2px;
	white-space: initial;
	line-height: initial;
	order: 1;
}

.woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info .woofc-item-data dl.variation  {
	margin: 0 0 -3px;
}

.woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info .woofc-item-data .variation dt {
	display: none;
}

.woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info .woofc-item-data .variation dd {
	font-weight: 500;
	font-size: 14px;
	margin: 0;
}


.woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info .woofc-item-title a {
	color: #111;
}

.woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info .woofc-item-title a:hover {
	text-decoration: underline;
}

.woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info .woofc-item-price {
	display: flex;
    flex-direction: column-reverse;
    gap: 3px;
    order: 3;
}

.woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info .woofc-item-price span {
	color: #111;
	font-weight: 600 !important;
	font-size: 14px !important;
} 

.woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info .woofc-item-price ins span {
	font-weight: 600 !important;
	color: #FF3B6C;
}

.woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info .woofc-item-price del {
	text-decoration: none;
	color: #111;
	opacity: .5;
}

.woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info .woofc-item-price del span {
	font-weight: 500 !important;
	font-size: 12px !important;
}

.woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info .woofc-item-price del::before {
	content: "Ord. pris ";
}

.woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner .woofc-item-qty-plus,
.woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner .woofc-item-qty-minus,
.woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner .woofc-item-qty-individual,
.woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner input {
	background: transparent;
	border-top: 1px solid #ddd;
	border-left: 0;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	width: 30px;
	height: 45px;
	line-height: 45px;
	color: #111;
}

.woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner .woofc-item-qty-minus {
	border-left: 1px solid #ddd;
	border-right: 0;
}

.woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner .woofc-item-qty-plus:hover,
.woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner .woofc-item-qty-minus:hover,
.woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner .woofc-item-qty-individual:hover {
	background: #ddd;
}

.woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner input {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-right: 0;
	border-left: 0;
	background: transparent;
	width: 24px;
	font-size: 14px;
}

.woofc-item-qty-plus-minus .woofc-item-qty-inner {
	align-items: center;	
}
	
.woofc-item-qty-plus-minus .woofc-item-qty-inner::after {
	content: "st";
	padding-left: 5px;
}

.woofc-area.woofc-style-02 .woofc-area-mid .woofc-item .woofc-item-inner {
	border-top: 1px solid rgba(0,0,0,.05);
}

.woofc-area.woofc-style-02 .woofc-area-bot {
	border-top: 1px solid rgba(0,0,0,.05);
	padding: 20px 10px;
}

@media (max-width: 768px) {
	.woofc-area.woofc-style-02 .woofc-area-bot {
		padding: 20px 0;
	}
}

.woofc-area-bot .woofc-data .woofc-data-right,
.woofc-area-bot .woofc-total .woofc-total-right {
	font-weight: 600;
}

.woofc-area.woofc-style-02 .woofc-area-bot .woofc-action .woofc-action-inner div a {
	height: 58px;
	line-height: 58px;
	border: 0;
	font-weight: 600;
	color: #fff;
	text-transform: none;
	background: #0f5350;
    box-shadow: 0 0 0 100vmax inset rgb(0 0 0/var(--o,0%));
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}

.woofc-area.woofc-style-02 .woofc-area-bot .woofc-action .woofc-action-inner div a:hover {
	--o: 7%;
	background: #0f5350;
}

.woofc-area.woofc-style-02 .woofc-area-bot .woofc-action .woofc-action-inner div a.woofc-action-cart {
	border: 1px solid #0f5350;
	color: #0f5350;
	background: transparent;
}

.woofc-area.woofc-style-02 .woofc-area-bot .woofc-action .woofc-action-inner div a.woofc-action-cart:hover {
	--o: 7%;
	background: transparent;
}

.woofc-area.woofc-style-02 .woofc-area-bot .woofc-continue span {
	color: #111;
	text-transform: none;
}

.woofc-area.woofc-style-02 .woofc-area-mid .woofc-undo .woofc-undo-inner {
	color: #4AB866;
	border: 0;
	background: #f4fff7;
}

.woofc-area.woofc-style-02 .woofc-area-mid .woofc-undo .woofc-undo-inner a {
	color: #4AB866;
	text-decoration: underline;
}

.single-product div.product a.added_to_cart.wc-forward {
	display: none;
}


/* Plugin: WPC Smart Wishlist
------------------------------------------------------------------------------------------------------------
*/

.woosw-popup {
	background: rgba(0,0,0,.4);
}

/*
Update .woosw-popup to padding-left ex 10%% in woo-smart-wishlist/assets/css/frontend.css for a non full width on mobile. */

.woosw-btn {
	position: absolute;
	top: 10px;
    right: 10px;
    color: #0f5350;
    padding: 15px;
    background: #fff;
    border-radius: 25px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    opacity: 0;
    box-shadow: 0px 0px 5px rgba(0,0,0,.05);
}

@media (max-width: 768px) {
	.woosw-btn {
		padding: 10px;
	}
}

.single-product div.product .summary .woosw-btn {
	opacity: 1;
	background: #f7f7f7;
}

@media (max-width: 768px) {
	.single-product div.product .summary .woosw-btn {
		background: #fff;
		z-index: 999;
	}
}

.single-product div.product .summary .woosw-btn .woosw-btn-icon {
	font-size: 18px;
}

@media (max-width: 768px) {
	.woosw-btn {
		opacity: 1;
	}
}

.woosw-btn:hover {
	background: #0f5350 !important;
	color: #fff !important;
}

li.product:hover .woosw-btn {
	opacity: 1;
}

.container-latest-shown-products .woosw-btn {
	display: none;
}

.woosw-popup .woosw-popup-inner .woosw-popup-content {
	max-width: 600px !important;
}

.woosw-popup .woosw-popup-inner .woosw-popup-content .woosw-popup-content-top,
.woosw-popup.woosw-popup-right .woosw-popup-inner .woosw-popup-content .woosw-popup-content-top {
	background: transparent;
	font-weight: 600;
	color: #111;
	border-bottom: 1px solid rgba(0,0,0,.1);
	text-transform: none !important;
	height: 60px;
	line-height: 60px;
}

.woosw-popup .woosw-popup-inner .woosw-popup-content .woosw-popup-content-top .woosw-popup-close {
	color: #111;
}

.woosw-popup .woosw-items .woosw-item .woosw-item-inner {
	border-top: 1px solid rgba(0,0,0,.1);
	padding: 20px 0;
}

.woosw-popup .woosw-items .woosw-item .woosw-item--remove span::before {
	color: #111;
	opacity: .3;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
}

.woosw-popup .woosw-items .woosw-item .woosw-item--remove span:hover::before {
	opacity: 1;
	color: #111;
}

.woosw-popup .woosw-items .woosw-item .woosw-item--image {
	background: #f7f7f7;
}

.woosw-popup .woosw-items .woosw-item .woosw-item--image img {
	mix-blend-mode: multiply;
}

.woosw-popup .woosw-items .woosw-item .woosw-item--name a {
	font-weight: 500;
	color: #111;
}

.woosw-popup .woosw-items .woosw-item .woosw-item--name a:hover {
	text-decoration: underline;
}

.woosw-popup .woosw-items .woosw-item .woosw-item--price {
	display: flex;
	flex-direction: column-reverse;
}

.woosw-popup .woosw-items .woosw-item .woosw-item--price del {
	font-size: 12px;
	font-weight: 500;
}

.woosw-popup .woosw-items .woosw-item .woosw-item--time {
	display: none;
}

.woosw-popup .woosw-items .woosw-item .woosw-item--actions .woosw-item--stock,
.woosw-popup .woosw-items .woosw-item .woosw-item--actions .woosw-item--add a.added_to_cart {
	display: none;
}

.woosw-suggested-heading span {
	font-weight: 600;
	font-size: 18px;
}

.woosw-suggested-heading span::before,
.woosw-suggested-heading span::after {
	background: rgba(0,0,0,.05);
}

.woosw-popup .woosw-popup-inner .woosw-popup-content .woosw-popup-content-bot,
.woosw-popup.woosw-popup-right .woosw-popup-inner .woosw-popup-content .woosw-popup-content-bot {
	text-transform: none;
	border-top: 1px solid rgba(0,0,0,.1);
	height: 60px;
}

.woosw-popup .woosw-popup-inner .woosw-popup-content .woosw-popup-content-bot .woosw-notice {
	height: 60px;
	line-height: 60px;
	color: #ff6200;
	background: rgba(255,234,204,1);
}

.woosw-popup.woosw-popup-right .woosw-popup-inner .woosw-popup-content .woosw-popup-content-bot a,
.woosw-popup.woosw-popup-right .woosw-popup-inner .woosw-popup-content .woosw-popup-content-bot a:hover {
	color: #111;
}


/* Plugin: Wpc filter everything Pro
------------------------------------------------------------------------------------------------------------
*/

.wpc-filter-collapsible .wpc-filter-title button .wpc-open-icon, .wpc-filter-has-selected .wpc-filter-collapsible.wpc-closed .wpc-filter-title button .wpc-open-icon {
    border-left: 2px solid #111 !important;
    border-top: 2px solid #111 !important;
}

.wpc-filters-widget-main-wrapper input[type=checkbox],
.wpc-filters-widget-main-wrapper input[type=radio] {
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    width: 20px;
    height: 20px;
    border: 2px solid #bdbdbd;
    border: 2px solid #ccd0dc;
    background: #ffffff;
    border-radius: 5px;
    min-width: 20px;
}

.wpc-filters-widget-main-wrapper input[type=checkbox], 
.wpc-filters-widget-main-wrapper li.wpc-term-item input[type=checkbox], 
.wpc-filters-widget-main-wrapper input[type=radio] {
    margin-left: 0 !important;
    background: transparent !important;
    border: 2px solid rgba(17,17,17,.1);
    opacity: 1;
    transition: all .1s;
    -webkit-transition: all .1s;
    -moz-transition: all .1s;
}

.wpc-filters-widget-main-wrapper input[type=radio]:hover,
.wpc-filters-widget-main-wrapper input[type=checkbox]:hover {
    border: 2px solid rgba(17,17,17,1) !important;
}

.wpc-filters-widget-main-wrapper input[type=radio]:checked,
.wpc-filters-widget-main-wrapper input[type=checkbox]:checked {
    border: 2px solid rgba(17,17,17,1) !important;
}

.wpc-filters-widget-main-wrapper input[type=checkbox]:after {
    content: "";
    opacity: 0;
    display: block;
    left: 5px;
    top: 2px;
    position: absolute;
    width: 4px;
    height: 8px;
    border: 2px solid #111111;
    border-top: 0;
    border-left: 0;
    transform: rotate(45deg);
    box-sizing: content-box;
}

.wpc-filters-widget-main-wrapper input[type=radio]:checked:after,
.wpc-filters-widget-main-wrapper input[type=checkbox]:checked:after {
    opacity: 1;
}

.wpc-filter-chips-list li.wpc-chip-reset-all a, 
.wpc-filter-chips-list li.wpc-filter-chip a {
    border: 0 !important;
    background: #f2f2f2;
    border-radius: 0 !important;
    padding: 10px 15px !important;
    color: #111 !important;
    opacity: 1;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}

.wpc-filter-chips-list li.wpc-chip-reset-all a:hover, 
.wpc-filter-chips-list li.wpc-filter-chip a:hover, 
.wpc-filter-chips-list li.wpc-filter-chip:not(.wpc-chip-reset-all) a:hover {
    color: #111 !important;
    opacity: .5 !important;
}

.wpc-filter-chips-list a:hover .wpc-chip-remove-icon {
    color: #111 !important;
}

.wpc-filter-chips-list li.wpc-chip-reset-all a {
    opacity: .5;
}

.wpc-wrap-icons .wpc-filter-selected-values {
    display: none;
}

.wpc-filters-section {
    margin-bottom: 2em;
}

.wpc-posts-found {
	display: none;
}

.widget-area .widget li.wpc-term-item a, .wpc-filters-widget-main-wrapper li.wpc-term-item a {
	width: 120px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 768px) {
	.wpc_show_bottom_widget .wpc-filters-widget-content {
    	border-radius: 0 !important;
	}
	
	.wpc-widget-close-container .wpc-icon-html-wrapper {
		background: transparent;
		top: 15px;
	}
	
	.wpc-widget-close-icon .wpc-icon-html-wrapper span {
		background: #111;
	}
	
	.wpc-widget-close-container .wpc-widget-close-icon span.wpc-icon-line-1, 
	.wpc-widget-close-container .wpc-widget-close-icon span.wpc-icon-line-3 {
		height: 2px;
		margin-bottom: -2px;
	}
	
	.wpc-widget-close-container .wpc-icon-html-wrapper:hover span {
		background: #111;
	}
	
	.wpc-wrap-icons {
		font-size: 1.3em;
	}
	
	a.wpc-filters-open-widget,
	.wpc-filters-apply-button,
	.wpc-filters-close-button {
		font-weight: 500 !important;
		border-radius: 0 !important;
		border: 0 !important;
		color: #fff !important;
		background: #0f5350 !important;
		font-weight: 500 !important;
		height: 50px !important;
		line-height: 50px !important;
		padding: 0 !important;
		border-radius: 0 !important;
		-webkit-appearance: none !important;
		text-decoration: none !important;
	}
	
	a.wpc-filters-open-widget,
	.wpc-filters-close-button {
		border: 1px solid #0f5350 !important;
		color: #0f5350 !important;
		background: transparent !important;
	}
	
	.wpc_show_bottom_widget .wpc-filters-open-button-container {
		float: left;
		width: 49%;
		margin: 0 !important;
	}
	
	a.wpc-filters-open-widget {
		width: 100%;
	}
	
	a.wpc-filters-open-widget  .wpc-button-inner {
		justify-content: center;
	}
	
	.wpc-icon-html-wrapper span {
		background: #0f5350;
	}
	
	span.wpc-icon-line-1:after,
	span.wpc-icon-line-2:after,
	span.wpc-icon-line-3:after {
		border-color: #0f5350;
	}
}


/* Plugin: Out of stock notify me
------------------------------------------------------------------------------------------------------------
*/

.outofstocknotifyme {
	margin: 0;
}

.outofstocknotifyme p:first-of-type {
	font-weight: 600;
	padding: 20px 20px 15px;
	margin: 0;
	background: #F2F2F2;
}

.outofstock_error_msg {
	padding: 0 20px 5px;
	background: #F2F2F2;
}

p.notifymeptag {
	margin: 0 0 30px;
	gap: 10px;
	width: 100%;
	padding: 0 20px 30px;
	background: #F2F2F2;
}

p.notifymeptag .subscribersemail {
	flex-grow: 1;
}

@media (max-width: 768px) {
	p.notifymeptag {
		flex-direction: column;
	}
}

.outofstock_success_msg {
	color: #111;
	padding: 0 20px 30px;
	margin-top: -10px;
	font-size: 14px;
	margin-bottom: 1.618em;
	background: #F2F2F2;
	display: none;
}

/* Update backinstocknotifier.php with this code: jQuery('.outofstock_success_msg').css('display', 'block'); on line 412 */
	
.outofstock_error_msg {
	font-size: 14px;
	color: #ff3434;
}