/* ==========================================================================
   misc.css
   Hela webbplatsen – generella fixar och överstyrningar
   ========================================================================== */


/* ============================= TEMAFIX EFTER UPPDATERING ============================= */

.elementor-widget-container { --trx-addons-fly-scale: 1 !important; }

.header_widgets_wrap {
	z-index: initial;
}

.sc_layouts_cart_items_short {
	color: var(--theme-color-text_link);
}

body iframe {
	min-height: initial;
}


/* ============================= BREADCRUMB ============================= */

.woocommerce .woocommerce-breadcrumb .woocommerce-breadcrumb-delimiter::before {
	content: ">" !important;
}


/* ============================= SIDEBAR FILTER-KNAPP PÅ MOBIL ============================= */

@media (max-width: 1023px) {
	.woocommerce.sidebar_show.sidebar_as_filters .sidebar > .sidebar_control {
		display: block !important;
	}
}


/* ============================= DÖLJ "SLUT I LAGER" FÖR SPECIFIKA PRODUKTER ============================= */
/* Dessa produkter (23410, 21771) har kontakta-oss-pris istället för vanligt pris */

.post-23410 .outofstock_label,
.post-21771 .outofstock_label {
	display: none !important;
}


/* ============================= DÖLJ KÖPKNAPP FÖR ROBOTGRÄSKLIPPARE I LISTOR ============================= */

.products .product_cat-slingstyrda .add_to_cart_wrap,
.products .product_cat-slingstyrda .add_to_cart_button,
.products .product_cat-satellitstyrda .add_to_cart_wrap,
.products .product_cat-satellitstyrda .add_to_cart_button {
	display: none !important;
}


/* ============================= LOGOTYP RESPONSIV STORLEK ============================= */

@media (max-width: 1279px) {
	.elementor-20737 .elementor-element.elementor-element-64644bb8 .logo_image,
	.menu_mobile .sc_layouts_logo img {
		max-height: 65px !important;
		margin-top: -15px !important;
		margin-bottom: -20px !important;
	}
}

@media (max-width: 1322px) {
	.elementor-20737 .elementor-element.elementor-element-2c751acb .sc_layouts_item_details_line1 {
		font-size: 13.5px !important;
	}
}


/* ============================= TOPPMENY CENTRERING PÅ MOBIL ============================= */

.elementor-element-2c751acb > div:nth-child(1) {
	justify-content: center;
}

@media (max-width: 371px) {
	.elementor-20737 .elementor-element.elementor-element-2c751acb .sc_layouts_item_details_line1 {
		font-size: 11.5px !important;
	}
}


/* ============================= BETTERDOCS HOVER-FÄRG (SIDOMENY) ============================= */

.betterdocs-sidebar.betterdocs-sidebar-layout-7 .betterdocs-articles-list li a:hover {
	background: #fff0f0 !important;
}

.doc-category-layout-7 .betterdocs-title-excerpt-lists .betterdocs-title-excerpt-list:hover {
	background: #fff0f0 !important;
}


/* ============================= KONTAKTA OSS FÖR PRIS (SPECIFIKA PRODUKTER) ============================= */

#product-23410 .out-of-stock,
#product-21771 .out-of-stock {
	display: none !important;
}

.single-product .product.outofstock .price:not(.woobt-price-23410):not(.woobt-price-21771) {
	display: none;
}

.products :not(.post-23410):not(.post-21771).outofstock .price {
	display: none;
}
