/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/


/* product images, squared contain */
.woocommerce .cross-sells .products .product img,
/* wc cross sells (e.g. cart) */
.woocommerce .elementor-loop-container .product img,
/* elementor loop (e.g. archive/category) */
.elementor-widget-woocommerce-products .products .product img,
/* elementor products (e.g. product page related) */
.elementor-widget-woocommerce-menu-cart .product-thumbnail img,
/* menu cart */
.woocommerce .product .woocommerce-product-gallery .flex-viewport img,
/* product page gallery main */
.woocommerce .product .woocommerce-product-gallery .flex-control-thumbs img,
/* product page gallery thumbnail */
.woocommerce .product .woocommerce-product-gallery .woocommerce-product-gallery__image img

/* product page gallery */
	{
	background-color: #ffffff;
	width: 100%;
	aspect-ratio: 1/1;
	object-fit: contain;
}

.woocommerce .elementor-24472 .elementor-element.elementor-element-4203be5 .price ins {
	text-decoration: none !important;
}

.woocommerce .elementor-20746 .elementor-element.elementor-element-56a5353 .price ins {
	text-decoration: none !important;
}

/* quantity input */
.woocommerce .quantity input.qty {
	border: 0;
	background: transparent;
	appearance: textfield;
	-moz-appearance: textfield;
}

.woocommerce .quantity input.qty::-webkit-outer-spin-button,
.woocommerce .quantity input.qty::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Search Bar */
.ysm-smart-search-input-holder label {
	display: inline-block;
	width: 328px;
}

@media screen and (max-width: 1024px) {
	.ysm-smart-search-input-holder label {
		width: 100%;
	}
}

/* åf bulk */
.hproc_bulk_add_to_cart_container {
	border: 1px dashed #110E0D;
	margin-bottom: 1em;
	padding: 0.5em;
}

.hproc_bulk_add_to_cart_header {
	font-weight: bold;
	text-transform: uppercase;
	background-color: #110E0D;
	color: #ffffff;
	padding: 0.2em;
}

.hproc_bulk_add_to_cart_text {
	padding: 0.5em;
}

/* Produktsida Pris vid brytning och storlek */
.variation-price-label {
	font-weight: 700;
}

.woocommerce-variation-price span.price {
	color: #110E0D !important;
}

.woocommerce-variation-ncs {
	font-family: futura-pt, sans-serif;
	font-weight: 500;
	;
	color: #333333;
}

.woocommerce-variation-ncs .variation-ncs-label {
	font-weight: 700;
}

/* Margin varukorg */
.cart-form-wrapper {
	margin-bottom: 96px;
}

/* Store stock */
.store-stock-qty-container {
	display: flex;
	flex-direction: column;
	gap: 8px;
	padding: 20px;
	align-self: stretch;
	border: 1px solid #eaeae9;
}

.store-stock-qty-container .icon {
	display: flex;
	align-items: center;
}

.store-stock-qty-container .icon i {
	color: white;
	background: #47B55F;
	font-size: 8px;
	padding: 4px;
	border-radius: 50%;
	width: 16px;
	height: 16px;
	text-align: center;
}

.store-stock-qty-container .icon.order-item i {
	background: #dba617;
}

.store-stock-qty-container .icon.out-of-stock i {
	background: red;
}

.store-stock-wrapper.hidden {
	display: none;
}


.store-stock-central-container {
	display: flex;
	gap: 6px;
	justify-content: space-between;
	align-items: center;
	align-self: stretch;
}

.store-stock-central-text {
	font-weight: 700;
}

.store-stock-central-qty {
	display: flex;
	flex: 1;
	justify-content: right;
	gap: 6px;
	font-weight: 700;
}

.store-stock-container {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.store-stock-item {
	display: flex;
	gap: 6px;
	justify-content: space-between;
	align-items: center;
	align-self: stretch;
}

.store-stock-location {
	font-weight: 700;
	text-transform: capitalize;
}

.store-stock-qty {
	display: flex;
	flex: 1;
	justify-content: right;
	gap: 6px;
	font-weight: 700;
}