.site-main {
	padding:  0 40px;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	position: relative;
}

.woocommerce-products-header .half {
	width:  50%;
	overflow: hidden;
}

.woocommerce-products-header .half.image img {
	opacity: 0;
}

.woocommerce-products-header .half.image {
	max-height: 550px;
}

.woocommerce-products-header.artist ul.social {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	justify-content: start;
}

.woocommerce-products-header.artist ul.social li:not(:last-of-type) {
	margin-right: 12px;
}

.woocommerce-products-header.artist ul.social li img {
	width: 33px;
	height: 33px;
}

.woocommerce-products-header .container {
	position: relative;
	height: 100%;
}

.woocommerce-products-header .inside {
	max-width: 425px;
	margin-left:  100px;
}

.woocommerce-products-header .inside h1 {
    font-family: 'Grad' !important;
	font-weight: 400;
	font-size: 42px !important;
	line-height: 100%;
	letter-spacing: 0.02em;
	margin-bottom: 15px;
}

.woocommerce-products-header .inside p {
	font-weight: 300;
	font-size: 12px;
	line-height: 150%;
	letter-spacing: 0.05em;
	margin:  0 auto 25px auto;
}

.woocommerce .load-more-container {
	margin: 0 auto 80px auto;
}

ul.products {
	width: 100%;
	transition: 300ms;
}

.woocommerce-ordering {
	display: none;
}

.filters {
	margin:  40px auto 20px auto;
}

.filters .filters-list {
	width:  75%;
}

.filters .sizes-change {
	width:  25%;
}

.sizes-button {
	position:  relative;
	cursor:  pointer;
	float: right;
}

.sizes-button img {
	width:  12px;
}

.sizes-button .line {
	position:  relative;
	margin:  0 10px;
	width:  50px;
	height:  2px;
	background: #706E7D;
	border-radius: 15px;
}

.sizes-button .line span {
	position:  absolute;
	display:  block;
	width:  18px;
	height:  18px;
	background:  #000;
	z-index: 999;
	border-radius:  50%;
	top:  50%;
	left:  50%;
	-webkit-transform:  translate(-50%, -50%);
	transform:  translate(-50%, -50%);
	transition: 300ms;
}

.sizes-button.small .line span {
	left:  10%;
}

.sizes-button.big .line span {
	left:  90%;
}

.woocommerce-products-header.category-header {
	padding:  24px 0;
	margin-bottom:  24px;
}

.woocommerce-products-header.category-header .inside {
	text-align:  center;
	width:  100%;
	max-width:  100%;
	margin: 0;
}

.woocommerce-products-header.category-header .inside h1 {
	position:  relative;
    font-family: 'Grad' !important;
	font-weight: 400;
	font-size: 36px !important;
	line-height: 100%;
	text-align: center;
	letter-spacing: 0.02em;
	margin: 0;
}

.woocommerce-products-header.category-header .inside h1 img {
	position:  relative;
	width: 20px;
}

.woocommerce-products-header.category-header .inside h1 img:first-of-type {
	top: 10px;
	margin-right:  8px;
}

.woocommerce-products-header.category-header .inside h1 img:last-of-type {
	top: -10px;
	margin-left:  8px;
}

.woocommerce-products-header.category-header .inside p {
	font-weight: 300;
	font-size: 14px;
	line-height: 160%;
	text-align: center;
	color: #000000;
	margin: 12px auto 24px auto;
}

.woocommerce-products-header.category-header .inside ul {
	display:  block;
	list-style:  none;
	margin:  0;
	padding:  0;
	overflow: auto;
    white-space: nowrap;
}

.woocommerce-products-header.category-header .inside ul li {
	display: inline-block;
	margin:  0 25px;
}

.woocommerce-products-header.category-header .inside ul li a {
	
}

.woocommerce-products-header.category-header .inside ul li a img {
	height:  100px;
}

.woocommerce-products-header.category-header .inside .scroll {
	overflow-y: auto;
}

.woocommerce-products-header.category-header .inside ul li a span {
	display:  block;
	font-weight: 300;
	font-size: 10px;
	line-height: 12px;
	margin-top: 12px;
	text-align: center;
	letter-spacing: 0.1em;
	color: #000000;
}

#sidebar {
	list-style: none;
	margin: 0;
	padding:  0;
}

#sidebar>li.widget {
	display: inline-block;
}

#sidebar>li.widget:not(:last-of-type) {
	margin-right:  8px;
}

.wc-blocks-filter-wrapper {
	position:  relative;
}

.wc-blocks-filter-wrapper h3 {
	position: relative;
	background: #FFFFFF;
	border: 1px solid #ECE5DC;
	border-radius: 20px;
	font-weight: 400;
	font-size: 11px;
	line-height: 13px;
	display: inline-block;
	text-align: left;
	letter-spacing: 0.05em;
	color: #000000;
	padding: 12px 34px 12px 18px;
	cursor: pointer;
	transition:  300ms;
}

.wc-blocks-filter-wrapper.active h3 {
	border:  1px solid #000000;
}

.wc-blocks-filter-wrapper h3:after {
	position:  absolute;
	content:  " ";
	top:  50%;
	right: 17px;
	-webkit-transform:  translateY(-50%);
	transform:  translateY(-50%);
	width:  8px;
	height:  4px;
	background:  url('/wp-content/themes/ladneco/assets/images/arrowdown.png');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: 0 0;
	transition:  300ms;
}

.wc-blocks-filter-wrapper.active h3:after {
	-webkit-transform:  rotate(180deg) translateY(30%);
	transform:  rotate(180deg) translateY(30%);
}

.wc-blocks-filter-wrapper h3 span {
	font-weight: 400;
	font-size: 9px;
	line-height: 9px;
	color: #ffffff;
	display: inline-block;
	padding: 2px 2px 2px 3px;
	text-align: center;
	letter-spacing: 0.05em;
	margin-left: 5px;
	background: #000000;
	border-radius: 3px;
}

.wp-block-woocommerce-attribute-filter {
	position:  absolute;
	display:  none;
	background: #FFFFFF;
	border: 1px solid #ECE5DC;
	border-style: solid !important;
	border-radius: 6px;
	width: 300px;
	height: 360px;
	z-index: 99999;
	padding: 0 15px;
}

.wc-blocks-filter-wrapper.active .wp-block-woocommerce-attribute-filter {
	display: block;
}

.screen-reader-text {
	width: 0px !important;
}

.wc-block-components-checkbox-list li.show-more,
.wc-block-components-checkbox-list li.show-less {
	display: none !important;
}

.wc-block-components-checkbox-list li:hidden {
	display:  block !important;
}

.wp-block-woocommerce-attribute-filter:before {
	content: " ";
	position:  absolute;
	width: 8px;
	height: 8px;
	left: 54px;
	top: -4px;
	background: #FFFFFF;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.wc-block-attribute-filter__actions {
	gap: 0 !important;
}

.wp-block-woocommerce-attribute-filter .wc-block-attribute-filter.style-list {
	height:  100%;
	margin:  0;
	overflow: hidden;
}

.wp-block-woocommerce-attribute-filter .wc-block-attribute-filter.style-list ul {
	list-style: none;
	margin:  0;
	padding:  16px 0;
	height: calc(100% - 50px);
	overflow-y: scroll;
}

.wc-block-attribute-filter__actions {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 50px;
	width:  100%;
	background: #f2f2f2;
	border-radius: 0 0 6px 6px;
}

.wc-block-attribute-filter__actions button {
	position: relative;
	font-weight: 900;
	font-size: 12px !important;
	line-height: 14px !important;
	text-align: center;
	border-radius: 0 !important;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	line-height:  50px;
	width:  50% !important;
	padding: 0 !important;
	text-decoration: none;
	transition: 300ms;
	border-radius: 0 0 6px 0 !important;
}

.wc-block-attribute-filter__actions button span {
	color:  #fff;
	font-size: 12px;
	line-height: 14px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	line-height:  50px;
	transition: 300ms;
}

.wc-block-attribute-filter__actions button:disabled span {
	color:  rgba(255, 255, 255, 0.5);
}

.wc-block-attribute-filter__actions button:disabled:before {
	content: "RESETUJ";
	display: block;
	color:  rgba(0, 0, 0, 0.5);
	font-weight: 900;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	line-height:  50px;
	height: 50px;
	width: 100%;
	position: absolute;
	top: 0;
	left: -100%;
}

.wc-block-attribute-filter__actions button.wc-block-components-filter-reset-button {
	z-index: 99999999;
}

.wc-block-attribute-filter__actions button.wc-block-components-filter-reset-button span {
	color: #000;
}

.wc-block-attribute-filter__actions button + button {
	background: #000000;
	color:  #ffffff;
}

.wc-block-attribute-filter__actions button + button span {
	background: #000000;
	color:  #ffffff;
}

.wc-block-checkbox-list__checkbox input,
.wc-block-checkbox-list__checkbox svg {
	display: none !important;
}

:checked + svg + span:after {
	content:  " ";
	display:  block;
	position:  absolute;
	top:  50%;
	right: 0;
	width:  30px;
	height:  30px;
	background: url('/wp-content/themes/ladneco/assets/images/check-elipse.png');
	background-size:  100% 100%;
	background-position:  0 0;
	background-repeat: no-repeat;
	-webkit-transform:  translateY(-50%);
	transform:  translateY(-50%);
}

.wc-block-checkbox-list__checkbox span {
	font-weight: 300;
	font-size: 13px;
	line-height: 160%;
	color: #000;
}

.wc-block-checkbox-list__checkbox {
	margin:  0;
}

.wc-block-checkbox-list__checkbox label {
	position: relative;
	padding:  16px 0;
}

.wc-block-checkbox-list__checkbox {
	cursor:  pointer;
}

.wc-block-attribute-filter-list li:not(:last-of-type) .wc-block-checkbox-list__checkbox {
	border-bottom: 1px solid #ECE5DC;
}

.filter_header,
.filters-list .mobile_header,
.mobile_filrers {
	display: none;
}

@media only screen and (max-width: 1100px) {
	.woocommerce-products-header .inside {
		margin-left: 20px;
	}
}

@media only screen and (max-width: 996px) {
	.pagination .btn,
	.pagination .btn span {
	  width: 100%;
	}

	.sizes-button .line {
		width:  32px;
	}

	.woocommerce-products-header .half {
		display:  block;
		width:  100%;
	}

	.woocommerce-products-header .half.image {
		background:  none;
	}

	.woocommerce-products-header .half.image img {
		width:  100%;
	}

	.woocommerce-products-header .half.content {
		padding:  15px;
	}

	.woocommerce-products-header .half.content .inside {
		margin:  0 auto;
		text-align: center;
	}

	.woocommerce-products-header.artist ul.social  {
		justify-content:  center;
	}

	.woocommerce-products-header .half.content .inside p {
		margin-bottom:  15px !important;
	}

	.woocommerce-products-header .inside h1 {
	    font-weight: 400;
		font-size: 24px !important;
		line-height: 100%;
		text-align: center;
		letter-spacing: 0.02em;
	}

	.woocommerce-products-header .inside p {
		font-weight: 300;
		font-size: 12px !important;
		line-height: 150%;
		text-align: center;
		letter-spacing: 0.05em;
	}
}

@media only screen and (max-width: 767px) {
	.site-main {
		padding: 0 15px;
	}

	.filters-button .btn.round img {
		margin-left: 5px;
	}

	.filters .flex-container {
		justify-content: space-between;
	}

	.mobile_filrers {
		display: inline-block;
		font-weight: 400;
		font-size: 11px;
		line-height: 13px;
		display: flex;
		align-items: center;
		text-align: right;
		padding:  12px;
		letter-spacing: 0.1em;
		background: #FFFFFF;
		border: 1px solid #ECE5DC;
		border-radius: 5px;
		transition:  300ms;
	}

	.mobile_filrers svg {
		width:  13px;
		margin-right: 6px;
		vertical-align: middle;
	}

	.filters-list {
		position: fixed;
		top: -100vh;
		left:  0;
		height: 100vh;
		width: 100vw !important;
		background:  #f2f2f2;
		transition:  300ms;
		z-index: 99999999;
	}

	.filters-list.open {
		top: 0;

	}

	.filters-list .mobile_header {
		display:  flex;
		padding:  15px;
		border-bottom: 1px solid #ECE5DC;
	}

	.filters-list .mobile_header h2 {
    	font-family: 'Grad' !important;
		font-weight: 400;
		font-size: 24px;
		line-height: 31px;
		letter-spacing: -0.03em;
		margin: 0;
	}

	.filters-list .mobile_header a {
	    width: 28px;
	    height: 28px;
	}

	#sidebar>li.widget {
		margin: 16px 0 !important;
    	display: block;
	}

	.wc-blocks-filter-wrapper h3 {
		display: block;
	    border: none;
	    border-radius: 0;
	    font-weight: 900;
		font-size: 12px;
		line-height: 14px;
		letter-spacing: 0.2em;
		background: none;
		margin: 0;
		padding: 0 15px;
		line-height: 30px;
		text-transform: uppercase;
	}

	.wc-blocks-filter-wrapper h3:after {
		width: 30px;
		height:  30px;
		background: url('/wp-content/themes/ladneco/assets/images/arrow-right-white.png');
		background-size: 100% 100%;
	    background-repeat: no-repeat;
	    background-position: 0 0;
	}

	.wc-blocks-filter-wrapper h3 span {
		position: relative;
    	top: -2px;
    	font-size: 10px;
	    line-height: 9px;
	    padding: 4px;
	}

	.filters-list .mobile_header a svg {
		width:  28px;
		height:  28px;
	}

	.mobile_filrers span {
		font-weight: 400;
		font-size: 9px;
		line-height: 9px;
		color: #ffffff;
		display: inline-block;
		padding: 2px 2px 2px 3px;
		text-align: center;
		letter-spacing: 0.05em;
		margin-left: 5px;
		background: #000000;
		border-radius: 3px;
	}

	.filter_header {
		display: block;
		padding:  15px;
		z-index: 9999999999;
	    position: absolute;
	    top: -100%;
	    left: 0;
	    width: 100%;
	    background: #f2f2f2;
		border-bottom: 1px solid #ECE5DC;
	    transition: 300ms !important;
	}

	.wp-block-woocommerce-attribute-filter:before {
		display: none !important;
	}

	.wp-block-woocommerce-attribute-filter {
		position: fixed;
		display:  block !important;
	    top: -100%;
	    left: 0;
	    width: 100%;
	    height: 100%;
	    box-shadow: none;
	    border: none;
	    padding-top: 50px;
	    transition: 300ms !important;
	}

	.wc-blocks-filter-wrapper.active .wp-block-woocommerce-attribute-filter {
		top: 0;
		background:  #f2f2f2;
	}

	.filter_header.open {
		top: 0;
	}

	.wp-block-woocommerce-attribute-filter .wc-block-attribute-filter.style-list ul {
		display: flex;
	    display: -ms-flexbox;
	    -ms-flex-align: stretch;
	    align-items: stretch;
	    -ms-flex-pack: center;
	    justify-content: space-around;
	    -ms-flex-wrap: wrap;
    	flex-wrap: wrap;
    	height: auto;
    	padding:  30px 0;
    	max-height: calc(100vh - 180px);
	}

	.wp-block-woocommerce-attribute-filter .wc-block-attribute-filter.style-list ul li {
		display: inline-block;
		width:  calc(50% - 8px);
		padding: 0;
	}

	.wc-block-attribute-filter-list li:not(:last-of-type) .wc-block-checkbox-list__checkbox,
	.wc-block-attribute-filter .wc-block-attribute-filter-list li label {
		display: block;
		width: 100%;
		padding: 0;
		border: none;
		text-align: center;
	}

	.wp-block-woocommerce-attribute-filter .wc-block-attribute-filter.style-list ul li span {
		display: block !important;
		width: 100%;
		font-weight: 400;
		font-size: 11px;
		line-height: 13px;
		display: flex;
		align-items: center;
		text-align: center;
		letter-spacing: 0.1em;
		background: #FFFFFF;
		border-radius: 20px;
		border: 1px solid #ECE5DC;
		padding: 12px 0;
		color: #000000;
		transition: 300ms;
	}

	.wp-block-woocommerce-attribute-filter .wc-block-attribute-filter.style-list ul li :checked + svg + span {
		background: #000;
		color: #fff;
	}

	.wp-block-woocommerce-attribute-filter .wc-block-attribute-filter.style-list ul li :checked + svg + span:after {
		display: none;
	}

	.filter_header h2 {
		position: relative;
		display:  block;
		width:  100%;
		background:  #f2f2f2;
    	font-family: 'Grad' !important;
		font-weight: 400;
		font-size: 24px;
		line-height: 31px;
		text-align: center;
		letter-spacing: -0.03em;
		margin: 0;
	}

	.filter_header h2:before {
		content:  " ";
		display:  block;
		position: absolute;
		left:  0;
		top: 50%;
		-webkit-transform: translateY(-50%) rotate(180deg);
		transform: translateY(-50%) rotate(180deg);
		width: 30px;
		height:  30px;
		background: url('/wp-content/themes/ladneco/assets/images/arrow-right-white.png');
		background-size: 100% 100%;
	    background-repeat: no-repeat;
	    background-position: 0 0;
	}

	.wc-block-attribute-filter__actions {
		bottom: 15px;
		height: 115px;
		padding: 15px 15px 0 15px;
	    -ms-flex-wrap: wrap;
    	flex-wrap: wrap;
	}

	.wc-block-attribute-filter__actions button {
		width: 100% !important;
	}

	.woocommerce-products-header.category-header .inside ul li {
		margin:  0;
	}

	.woocommerce-products-header.category-header .inside ul li a img {
		display:  none;
	}

	.woocommerce-products-header.category-header .inside h1 {
		font-weight: 400;
		font-size: 32px;
		line-height: 100%;
		text-align: center;
		letter-spacing: 0.02em;
	}

	.woocommerce-products-header.category-header .inside p {
		font-weight: 300;
		font-size: 12px;
		line-height: 160%;
		text-align: center;
		margin-bottom: 5px !important;
	}

	.woocommerce-products-header.category-header .inside h1 img {
		display:  none;
	}

	.woocommerce-products-header.category-header .inside ul li a span  {
		background: #FFFFFF;
		border: 1px solid #ECE5DC;
		border-radius: 20px;
		padding:  12px;
		font-weight: 400;
		text-align:  center;
		font-size: 11px;
		line-height: 13px;
		letter-spacing: 0.1em;
	}
	
	.woocommerce ul.products li.product a img {
		margin: 0 !important;
	}
			
	.woocommerce .products ul, .woocommerce ul.products {
		margin-top: 25px;
	}
	
	.breadcrumb-container .woocommerce-breadcrumb {
		margin-bottom: 20px;
	}
	
	.breadcrumb-container .woocommerce-breadcrumb, .breadcrumb-container .filters-button {
		width: 100%;
		text-align: center;
		justify-content: center;
	}
	
	.sidebar .inside {
		margin: 25px auto;
	}
	
	.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
		margin-bottom: 20px;
	}
	
	.woocommerce ul.products li.product h2 {
		font-size: 11px !important;
	}
	
	.woocommerce ul.products li.product h2 {
		padding-top: 0;
	}
	
	.sidebar.open,
	.sidebar .inside,
	ul.products.sidebar-open {
		width: 100%;
	}
	
	.woocommerce-products-header.artist ul.social {
		margin-bottom: 0;
	}

	.woocommerce ul.products[class*=columns-] li.product, 
	.woocommerce-page ul.products[class*=columns-] li.product {
	    width: 48%;
	    float: left;
	    clear: both;
	    margin: 0 0 2.992em;
	}

	.woocommerce ul.products.columns-1 li.product, 
	.woocommerce-page ul.products.columns-1 li.product {
	    width: 100% !important;
	}
}