/*
==================================================

	Theme Name: 456Repair
	Theme URI: http://www.lpd-themes.com
	Description: 456Repair Premium WooCommerce Theme
	Author: lpd-themes
	Text Domain: 456repair
	Author URI: http://support.lpd-themes.com
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	Version: 1.4


================================================== */

@media screen and (min-width: 769px) {
	div.single-post {
		display: flex;
	}

	div.single-post .thumbnail-image {
		width: 400px;
		margin-right: 30px;
		margin-top: 41px;
	}

	div.single-post .thumbnail-image + div {
		flex: 1;
	}
}

div.single-post .page-thumbnail {
	margin-right: 30px;
}

div.single-post img.page-thumbnail {
	box-shadow: none;
	padding: 1px;
	border: 1px solid #ebebeb;	
}

div.single-post .wiecej {
	text-align: right;
	padding: 0 0 10px 0;
	margin-bottom: 10px;
	border-bottom: 1px solid #ebebeb;
}

#title-breadcrumb .title-wrap {
	padding: 0;
	background: transparent;
	text-align: left;
}

#title-breadcrumb .title-wrap h2 {
	margin: 0;
}

#title-breadcrumb  .path {
	text-transform: uppercase;	
	font-size: 14px;
	line-height: 1.8;
	letter-spacing: 2px;
	padding-top: 10px;
}

#title-breadcrumb .path a {
	text-decoration: underline
}

.product-categories {
	padding-top: 20px;
}

.product-categories ul {
	margin-top: 10px;
}

.category-entry {
	margin-bottom: 10px;
}

.category-entry::after {
	content: ' ';
	display: block;
	clear: both;	
}

.category-entry .more {
	text-align: right;
}

.category-entry .thumb {
	float: left;
	margin: 0 10px 10px 0;
	max-width: 240px;
}

.category-entry .thumb img {
	max-width: 100%;
	padding: 1px;
	border: 1px solid #ebebeb;		
}

@media screen and (max-width: 768px) {
	.category-entry .thumb {
		float: none;
		margin: 0 0 10px 0;
		max-width: 999px;
	}
}

.categories-list h4 {
	font-size: 14px;
	text-transform: uppercase;
}

.categories-list {
	padding-bottom: 20px;
}

.categories-list ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.categories-list > ul > li > a {	
	background: url('/wp-content/themes/456repairOK/assets/images/thin-148_shopping_price_tag_bag_sale.png') no-repeat top left;
	display: block;
	padding: 3px 0 3px 30px;
	color: #555;
	font-weight: bold;
	margin-bottom: 5px;
}

.categories-list > ul > li > ul > li > a {
	display: block;
	padding: 3px 0 3px 20px;
	font-weight: bold;
	color: #555;	
}

.categories-list > ul > li > ul > li > ul > li > a {
	display: block;
	padding: 3px 0 3px 40px;
	font-weight: bold;
	color: #555;	
}

.categories-list a.active,
.categories-list a:hover {
	color: #51ab34
}

.categories-list .toggle {
	float: right;
	position: relative;
	top: 2px;
	cursor: pointer;
}

.categories-list .toggle::after {
	content: '[+]';
}

.categories-list .toggle.open::after {
	content: '[–]';
}

.categories-list .toggle:not(.open) ~ ul {
	display: none;
}

.home-category {
	min-height: 193px;
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	width: 186px;
	margin: 0 15px 15px 15px;
	border: 1px solid #ebebeb;
	border-radius: 8px;
	overflow: hidden;
	position: relative;
	box-sizing: border-box;
	text-align: center;
}

.home-category img {
	max-width: 100%;
}

@media (max-width: 768px) {
	.home-category {
		display: block;
		width: auto;
		margin-right: 0;
	}
}

.home-category h3 {
	opacity: 0.8;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;	
	background: #62b348;
	color: white;
	font-size: 13px;
	padding: 10px;
	text-align: center;
	font-weight: bold;
	margin: 0;
	display: flex;
	height: 50px;
	flex-direction: column;
	justify-content: center;
}

.home-category a:hover h3 {
	background: #707070;
}

div.thumbnail-image {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;	
}

div.thumbnail-image a {
	flex: 1;
	max-width: 50%;
	min-width: 50%;
	text-align: center;
	margin: 2px 0;
	position: relative;	
}

div.thumbnail-image .thumbnail-small {
	display: flex;
	align-items: center;	
	justify-content: center;
}

div.thumbnail-image .thumbnail-small::after {
	content: ' ';
	display: block;
	position: absolute;
	top: 2px;
	left: 2px;
	right: 2px;
	bottom: 2px;
	border: 1px solid #e7e7e7;
	pointer-events: none;	
}

div.thumbnail-image .thumbnail-small img {
	margin: 6px;
}

div.thumbnail-image a:first-child {
	max-width: 100%;
	min-width: 100%;
	border: 0;
	margin: 0;	
}
