.single-product .strike-del, 
.single-product .strike-del * {
    font-size:  12px !important;
}

ul.labels {
	position: absolute;
	top: 10px;
	left: 10px;
	width: calc(100% - 20px);
	z-index: 999;
	text-align: left;
	padding: 0 !important;
    margin: 0 !important;
}

ul.labels li {
	display: inline-block;
	border-radius: 3px;
	padding:  6px 8px;
	margin: 0 5px 5px 0;
	font-weight: 700;
	font-size: 9px;
	line-height: 11px;
	text-align: center;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.single-product #primary {
	background: #F2F2F2;
}

.single-product .topbar {
	background: #ffffff;
}

.related {
	margin: 0;
	padding: 60px 0 30px 0;
}

#omnibus-price-data {
	margin-bottom: 10px;
}

.chbx {
	display: block;
	margin-top: 15px;
} 

.chbx span {
	position: relative;
	font-weight: normal;
	font-size: 11px;
	line-height: 13px;
	letter-spacing: 0.5px;
	color: #000000;
	margin-left: 28px;
}

.chbx span:before {
	content: " ";
	display: block;
	width: 18px;
	height: 18px;
	border: 1px solid #D9D9D9;
	box-sizing: border-box;
	border-radius: 3px;
	position: absolute;
	left: -28px;
	top: 11%;
	-webkit-transform: translateY(-50%); 
	transform: translateY(-50%);
	cursor: pointer;
	transition: 300ms;
}

.chbx span:hover:before,
.chbx input:checked + span:before {
	background: #FFCE00;
	border: 1px solid #FFCE00;
}

.chbx span:after {
	position: absolute;
	left: -28px;
	top: 11%;
	-webkit-transform: translateY(-50%); 
	transform: translateY(-50%);
	content: " ";
	width: 20px;
	height: 21px;
	background: url('/wp-content/themes/ladneco/assets/images/checkbox.svg');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	opacity: 0;
	transition: 300ms;
}

.chbx input:checked + span:after {
	opacity: 1;
}

.chbx input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}


.upsells>h2,
.related>h2 {
	margin: 0 auto 45px auto !important;
	font-weight: 300;
	font-size: 48px;
	line-height: 58px;
	text-align: center;
	letter-spacing: -2px;
}

.single-product div.product .woocommerce-product-gallery .flex-viewport {
	width: calc(100% - 117px);
	float: right;
}
 
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
	width: 77px;
	margin-right: 40px !important;
	float: left;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
	width: 100% !important;
	margin-bottom: 20px !important;
}
 
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
	width: 100%;
	float: none;
}

.fancybox-container {
	z-index: 99999999999999999999999;
}

.fancybox-infobar,
.fancybox-infobar *,
.fancybox-container svg,
.fancybox-container svg * {
	color: #fff !important;
}

.site-main {
	padding-top: 0;
}

.site-main > .breadcrumb-container {
	display: none !important;
}

.pswp {
	z-index: 9999999999;
}

.pswp__bg {
	background: rgba(0,0, 0, 0.9);
}

.pswp__caption {
	display: none;
}

.single-product .breadcrumb-container {
	justify-content: left;
}

.single-product .woocommerce-breadcrumb {
	margin: 0 0 18px 0 !important;
}

.woocommerce div.product .product_title,
.woocommerce div.product .product_title * {
    font-family: 'Grad' !important;
	font-weight: 400;
	font-size: 36px;
	line-height: 100%;
	letter-spacing: 0.02em;
	margin: 0 auto 12px auto;
}

.wybrane_produkty-container p.title {
	margin-bottom: 35px;
}

.woocommerce div.product .product_title strong {
	display: block;
	font-size: 36px;
	line-height: 43px;
}

.woocommerce div.product div.summary {
	float: left;
	margin: 0;
	width: 100%;
	padding: 0 40px 20px 40px;
	max-width: 500px;
}

.woocommerce div.product div.summary .artist_name {
	display: block;
	font-weight: 400;
	font-size: 9px;
	line-height: 11px;
	letter-spacing: 0.15em;
	margin: 0 auto 12px auto;
	text-transform: uppercase;
}

.woocommerce div.product p.price {
	margin-top: 0;
	margin-bottom: 8px;
}

.single-product-price-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 16px;
	margin-bottom: 8px;
}

.woocommerce div.product .single-product-price-row p.price {
	margin-bottom: 0;
}

.favorite-toggle--single {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	flex: 0 0 auto;
	font-weight: 700;
	font-size: 10px;
	line-height: 14px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.favorite-toggle--single:after {
	content: attr(aria-label);
}

.favorite-toggle--single:hover {
	opacity: 0.65;
}

.single-product-price-row + .promo-counter {
	margin-top: 0;
}

.woocommerce div.product p.price,
.woocommerce div.product p.price * {
	font-weight: 400 !important;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 0.1em;
}

.text-hour {
	background: #ECE5DC;
	border-radius: 3px;
	padding: 8px;
	margin: 12px auto 0 auto;
}

.text-hour img {
	width: 24px;
	height: 24px;
	margin-right: 8px;
}

.text-hour p {
	font-weight: 300;
	font-size: 11px;
	line-height: 150%;
	margin: 0;
	-ms-flex-pack: start;
    justify-content: start;
}

.text-hour p span {
	font-weight: bold;
}

.progressav {
	margin: 0 auto !important;
}

.progressav div {
	max-width: 100%;
	width: 100%;
}

.progressav p {
	text-align: left;
	font-weight: 700;
	font-size: 8px;
	line-height: 11px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.btn[type="submit"] {
	border: none;
	padding: 0;
	margin: 0;
	width: calc(100% - 79px);
	height: 34px;
	cursor: pointer;
}

.woocommerce div.product form.cart div.quantity {
	margin: 0;
	flex-wrap: wrap;
}

form.cart .quantity {
	position: relative;
	display: inline-block;
	transition: 300ms;
	z-index: 10;
	min-width: 79px;
	width: 79px;
	float: none;
}

.single_variation_wrap .woocommerce-variation-description,
.single_variation_wrap .woocommerce-variation-price {
	display: none !important;
}

.woocommerce-variation-add-to-cart {
	width: 100%;
	border-radius: 3px;
	background: #000;
	position: relative;
	padding: 8px;
}

form.cart .quantity .minus {
	left: 9px;
}

form.cart .quantity .plus {
	right: 9px;
}

form.cart .quantity input {
	position: relative;
	display: inline-block;
	padding: 8px 0;
	text-align: center;
	border: none;
	border-radius: 3px;
	text-align: center;
	color: #000000;
	background: #fff;
	text-transform: uppercase;
	z-index: 1;
	transition: 300ms;
	font-weight: 400;
	font-size: 15px;
	letter-spacing: 0.2em;
	width: 100% !important;
}

.reset_variations {
	display: none;
}

.woocommerce-variation-add-to-cart-disabled {
	display: none !important;
}

.woocommerce-variation-price {
	display: block;
	font-weight: 300 !important;
	font-size: 14px !important;
	line-height: 22px !important;
	margin-bottom: 8px;
}

.woocommerce-variation-price .price span.woocommerce-Price-amount * {
	font-weight: 400 !important;
	font-size: 18px !important;
	line-height: 22px !important;
	letter-spacing: 0.1em !important;
}

.woocommerce div.product p.price {
	color: #000;
}

.woocommerce div.product form.cart .variations td, 
.woocommerce div.product form.cart .variations th {
	display: block;
}

.woocommerce div.product form.cart .variations label {
	display: block;
	font-weight: 700;
	font-size: 9px;
	line-height: 11px;
	letter-spacing: 0.18em;
	margin-bottom: 8px;
	text-transform: uppercase;
}

.woocommerce div.product form.cart .variations {
	margin-bottom: 0;
	margin-top: 20px;
}

.woocommerce div.product form.cart .variations td.value {
	height: auto;
}

.woocommerce div.product form.cart .variations tbody tr:not(:first-of-type) td:first-of-type {
	position: relative;
	margin-top: 19px;
	padding-top: 19px;
	border-top: 1px solid #D9D9D9;
}

.woocommerce div.product form.cart .variations tbody tr:not(:first-of-type) td:first-of-type:before {
	content: " ";
	width: 13px;
	height: 13px;
	background: url('/wp-content/themes/ladneco/assets/images/ministar.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: -7px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.woocommerce div.product-images {
	width: calc(100% - 500px);
	float: left;
}

.woocommerce div.product-images .variants {
	position: relative;
}

.woocommerce div.product-images .variants img {
	width: 100%;
}

.woocommerce div.product-images .variants .images {
	width: 100%;
	margin: 0 !important;
}

.woocommerce div.product-images .variants .images .half {
	width: 50%;
	position: relative;
	overflow: hidden;
}

.woocommerce div.product-images .variants .bg {
	position: relative;
	overflow: hidden;
	margin-bottom: -10px;
	z-index: 9;
}

.woocommerce div.product-images .variants .bg img:not(.tlo) {
	position: absolute;
	top:  0;
	left: 0;
	width: 100%;
	height: 100%;
}

.woocommerce div.product-images .variants .images .half img,
.woocommerce div.product-images .variants .images .half video {
	display: block;
	width: auto;
	max-width: 100%;
	max-height: 100%;
	margin: 0 auto;
	object-fit: cover;
    width: 100%;
    height: 100%;
}

.woocommerce div.product-images .variants .images .half video {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.woocommerce div.product div.images.woocommerce-product-gallery {
	width: 100%;
}

.woocommerce div.product form.cart {
	margin-bottom: 0 !important;
	flex-wrap: wrap;
}

ul.points {
	padding: 0;
	margin: 24px auto;
	list-style: none;
}

ul.points li {
	display: block;
	position: relative;	
	font-weight: 300;
	font-size: 12px;
	line-height: 150%;
	padding-left: 30px;
}

ul.points li:not(:last-of-type) {
	margin-bottom: 15px;
}

ul.points li img {
	position: absolute;
	width: 23px;
	height: 23px;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
} 

.woocommerce-variation-add-to-cart {
	transition: 300ms;
}

.woocommerce-variation-add-to-cart:hover {
	filter: opacity(0.8);
}

.summary .connected-product {
	background: #fff;
	border-radius: 3px;
}

.summary .stock {
	display: none;
}

.connected-title {
	margin: 0 auto 8px auto;
	font-weight: 700;
	font-size: 9px;
	line-height: 11px;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.harmony {
	display: block;
	width: 100%;
	margin-top: 15px;
}

.harmony .desc {
	position: relative;
	padding: 20px 0;
}

.harmony .desc:not(:last-of-type) {
	border-bottom: 1px solid #D9D9D9;
}

.harmony .desc:not(:last-of-type):after {
	content: " ";
	width: 13px;
	height: 13px;
	background: url('/wp-content/themes/ladneco/assets/images/ministar.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: absolute;
	bottom: -7px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.harmony .desc .title {
    font-family: 'Grad' !important;
	position: relative;
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	margin: 0;
	line-height: 100%;
	letter-spacing: 0.02em;
	cursor: pointer;
}

.harmony .desc .title i {
    font-family: 'Grad' !important;
	font-weight: 400;
	font-size: 20px;
	margin: 0;
	line-height: 100%;
	letter-spacing: 0.02em;
	cursor: pointer;
}

.harmony .desc .title>img {
	position: relative;
	width: 210px;
	margin-left: 12px;
	top: 2px;
}

.harmony .desc .title span {
	position: absolute;
	right: 0;
	top: 5%;
	padding-top: 20px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	cursor: pointer;
}

.harmony .desc .title span img {
	width: 30px;
	height: 30px;
	transition: 300ms;
}

.harmony .desc .title.open span img {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.harmony .desc .content {
	display: none;
}

.harmony .desc .content,
.harmony .desc .content * {
	margin-bottom: 0;
	font-weight: 300;
	font-size: 12px;
	line-height: 150%;
	/* or 18px */

	letter-spacing: 0.05em;
}

.harmony .desc .content p,
.harmony .desc .content ul li {
	font-weight: 300;
}

.harmony .desc .content p a.artist_btn {
	display: block;
	background: #ECE5DC;
	border-radius: 3px;
	padding:  7px;
	font-weight: 700;
	font-size: 10px;
	line-height: 12px;
	text-transform: uppercase;
	text-align: center;
	width: 195px;
	margin-top: 15px;
	color: #000;
}

.harmony .desc .content img {
	width: auto;
	max-height: 92px;
	margin-right: 20px;
	margin-top: 15px;
	border-radius: 5px;
}

.harmony .desc .content .flex-container{
	align-items: flex-start;
}

.harmony .desc .content strong  {
	font-weight: bold;
}

div.specyfikacja {
	width: 100%;
	background: #fff;
	padding: 40px;
	align-items: start;
	border: 2px solid #fff;
	transition: 100ms;
}

div.specyfikacja.alert {
	border: 2px solid #FFCA00;
}

div.specyfikacja .title {
	display: block;
    font-family: 'Grad' !important;
	margin: 0 auto 32px auto;
	width: 100%;
	font-weight: 400;
	font-size: 24px;
	line-height: 100%;
	letter-spacing: 0.02em;
}

div.specyfikacja .half {
	width: calc(50% - 20px) !important;
}

div.specyfikacja .half:first-of-type {
	margin-right: 20px;
}

div.specyfikacja .half:last-of-type {
	margin-left: 20px;
}

div.specyfikacja .half p,
div.specyfikacja .half ul li,
div.specyfikacja .half ol li {
	margin-top: 0;
	font-weight: 300;
	font-size: 12px;
	line-height: 150%;
	letter-spacing: 0.05em;
}

div.specyfikacja .half table {
	width: 100%;
	margin-top: -18px;
	margin-bottom: -18px;
}

div.specyfikacja .half table tbody tr th,
div.specyfikacja .half table tbody tr td {
	padding: 18px 0;
	font-weight: 300;
	font-size: 11px;
	line-height: 13px;
	text-align: right;
	letter-spacing: 0.05em;
}

div.specyfikacja .half table tbody tr th {
	text-align: left;
}

div.specyfikacja .half table tbody tr:not(:last-of-type) th,
div.specyfikacja .half table tbody tr:not(:last-of-type) td {
	border-bottom: 1px solid #ECE5DC;
}

.woocommerce div.product form.cart .variations .variations-select {
	margin: 0;
	padding: 0;
	list-style: none;
}

.woocommerce div.product form.cart .variations .variations-select li {
	display: inline-block;
	background: #FFFFFF;
	border: 1px solid #ECE5DC;
	border-radius: 20px;
	padding: 12px 18px;
	font-weight: 400;
	font-size: 11px;
	line-height: 13px;
	margin-bottom: 10px;
	letter-spacing: 0.1em;
	cursor: pointer;
	transition: 300ms;
}

.woocommerce div.product form.cart .variations select {
	display: none;
}

.woocommerce div.product form.cart .variations .variations-select li:not(:last-of-type) {
	margin-right: 10px;
}

.woocommerce div.product form.cart .variations .variations-select li:hover {
	background: rgba(0, 0, 0, 0.8);
	border: 1px solid #000000;
	color: #fff;
}

.woocommerce div.product form.cart .variations .variations-select li.active {
	background: #000;
	border: 1px solid #000000;
	color: #fff;
}

.connected-product del,
.price-box .dash {
	display: none !important;
}

form.cart {
	position: relative
}

form.cart .loader {
	z-index: 999999;
}

.woocommerce ul.products[class*=columns-] li.product:nth-child(4) {
	display: none;
}

.conected.mobile {
	display: none;
}

.connected-product .content .price-box,
.connected-product .content .price-box * {
	text-decoration: none !important;
}

.connected-product .content .price-box del {
	text-decoration: line-through !important;
}

ul.points.mobile,
.mobile.desc {
	display: none;
}

.mobile-slider-container {
	display: none;
}

.mobile-slider .slidercell {
	position: relative;
	width: 100vw;
	height:  60vh;
}

.mobile-slider .slidercell img {
	position: absolute;
	max-width: 100%;
	max-height: 100%;
	top:  50%;
	left:  50%;
	-webkit-transform:  translate(-50%, -50%);
	transform:  translate(-50%, -50%);
}

.mobile-slider .slidercell video {
	position: absolute;
	max-width: 100%;
	max-height: 100%;
	top:  50%;
	left:  50%;
	-webkit-transform:  translate(-50%, -50%);
	transform:  translate(-50%, -50%);
}

#additional {
	display: block;
	width: 100%;
}

#additional:empty {
	display: none;
}

#additional * {
	user-select: none;
}

#additional ul {
	margin: 0;
	padding: 0;
	width: 100%;
}

#additional>ul>li {
	display: block;
	margin-bottom: 20px;
}

#additional>ul>li p {
	margin-bottom: 10px;
}

#additional>ul>li p * {
	display: inline-block;
}

#additional>ul>li p>strong {
	font-weight: 700;
	font-size: 9px;
	line-height: 11px;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

#additional>ul>li p span {
	margin-left: 6px;
	font-weight: 300;
	font-size: 9px;
	line-height: 11px;
	letter-spacing: 0.05em;
}

#additional>ul>li ul li {
	position: relative;
	display: inline-block;
	width: 50px;
	height: 50px;
}

#additional>ul>li ul li img {
	padding: 2px;
	border: 1px solid #ECE5DC;
	transition: 300ms;
}

#additional>ul>li ul li span.name {
	display: none;
}

#additional>ul>li ul li:hover img {
	border: 1px solid rgba(0, 0, 0, 0.5);
}

#additional>ul>li ul li input:checked + img {
	border: 1px solid #000000;
}

#additional>ul>li ul li label {
	cursor: pointer;
	width: 50px;
	height: 50px;
}

#additional>ul>li ul li label img {
	width: 50px;
	height: 50px;
}

#additional>ul>li ul li + li {
	margin-left: 10px;
}

#additional>ul>li ul li input {
	opacity: 0;
	position: absolute;
	z-index: -1;
}

.tooltip {
	position: absolute;
	display: none;
}

.additional-icons {
	list-style: none;
	padding: 0;
	margin: 0 auto 20px 0;
	text-align: left;
}

.additional-icons li {
	display: inline-block;
}

.additional-icons li + li {
	margin-left: 10px;
}

.additional-icons li img {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	opacity: 0.5;
	transition: 300ms;
}

.additional-icons li.active img {
	opacity: 1;
}

.tooltip p {
	font-weight: 300;
	font-size: 10px;
	line-height: 12px;
	text-align: center;
	color: #000000;
}

.tooltip p.title {
	display: block;
	text-align: center;
	font-weight: 400;
	font-size: 10px;
	line-height: 12px;
	letter-spacing: 1px;
	color: #000000;
	margin: 5px auto 0 auto;
}

.tooltip strong,
.tooltip strong * {
	font-weight: 700 !important;
	text-transform: none;
}

.tooltip img {
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
	border: none;
	padding: 0;
}

.additional-icons li {
	position: relative;
}

.additional-icons li:hover .tooltip,
#additional>ul>li ul li label:hover .tooltip {
	display: block;
	width: 160px;
	padding: 7px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background: #FFFFFF;
	border-radius: 3px;
	z-index: 999999;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.tooltip:before {
	content: " ";
	width: 16px;
	height: 16px;
	top: 0px;
	left: 45%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background: #FFFFFF;
	transform: rotate(45deg);
	position: absolute;
	z-index: -1;
}

@media only screen and (min-width: 996px) {
	body,html {
		overflow: inherit !important;
	}

	.woocommerce div.product div.summary {
		position: -webkit-sticky;
	    position: sticky;
	    top: 50px;
	    align-self: start;
	}
}

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

	.additional-icons li:first-of-type .tooltip {
		left: 80px !important;
	}

	.additional-icons li:first-of-type .tooltip:before {
		left: 5% !important;
	}

	.harmony .desc .content table, .harmony .desc .content  table * {
		vertical-align: top;
	}

	.product-images .variants {
		display: none;
	}

	.mobile-slider-container {
		position: relative;
		display: block;
		margin-bottom: 30px;
		transition: 300ms;
	}

	.single-product #primary {
		padding-top: 0;
	}

	.product-images .specyfikacja {
		display: none;
	}

	.mobile.desc {
		display: block;
	}

	.pc.desc {
		display: none;
	}

	.mobile.desc,
	.mobile.desc * {
		font-weight: 300;
		font-size: 12px;
		line-height: 150%;
		letter-spacing: 0.05em;
	}

	.harmony .desc .content img {
		margin-left: 0;
    	margin-right: auto;
	}

	.mobile.desc table {
		width: 100%;
		margin-top: 25px;
	}

	.mobile.desc table tbody th {
		text-align: left;
	}

	.mobile.desc table tbody td {
		text-align: right;
	}

	.woocommerce div.product form.cart .variations {
		margin-bottom: 10px;
	}

	.woocommerce-variation-price .price {
		display: inline-block;
	}

	.woocommerce-variation-price {
		font-size: 11px !important;
	}

	.woocommerce-variation-price .price span.woocommerce-Price-amount * {
		font-size: 14px !important;
	}

	.text-hour p {
		font-size: 9.5px;
	}

	.woocommerce div.product-images {
		float: none;
    	width: 100%;
	}

	div.specyfikacja {
		padding: 50px 15px;
		margin-bottom: 25px;
	}

	div.specyfikacja .half {
		width: 100%;
		margin: 0 !important;
	}

	div.specyfikacja .half:last-of-type {
		margin-top: 25px !important;
	}

	ul.points:not(.mobile),
	.conected.pc {
		display: none;
	}

	.woocommerce div.product-images .variants .images .half {
		height: 35vh;
	}

	ul.points.mobile {
		display: block;
		background: #ECE5DC;
		margin-bottom: 0;
		padding: 0 15px;
	}

	ul.points.mobile li {
		font-size: 9px;
    	line-height: 40px;
	}

	ul.points.mobile li:not(:first-of-type) {
		margin-left: 5px;
	}

	.conected.mobile {
		display: block;
		margin-bottom: 15px;
	}
	
	.woocommerce div.product div.summary {
		width: 100%;
		padding: 0 15px;
		float: none;
		margin: 0 auto 0 auto;
	}

	.harmony .desc .title>img {
		margin-left: 0;
		margin-top: 10px;
		width: 240px;
	}
	
	form.cart .quantity {
		width: 30%;
		min-width: auto;
	}
	
	.btn[type="submit"] {
		width: 70%;
	}
	
	.btn[type="submit"] span {
		font-size: 12px;
		height: 66px;
	}
	
	.woocommerce div.product .product_title strong {
		font-size: 26px;
		line-height: 1.5;
	}
	
	.related {
		padding: 30px 0;
	}
	
	.woocommerce ul.products li.product a img {
		margin-bottom: 0;
	}
	
	.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
		margin-bottom: 10px;
	}
	
	.woocommerce ul.products[class*=columns-] li.product:nth-child(4) {
		display: block;
	}
	
	.related>h2 {
		font-size: 28px;
		line-height: 1.5;
		margin-bottom: 10px !important;
	}
	
	.nav .container ul.menu {
		width: auto;
	}
	
	.woocommerce div.product div.images .flex-control-thumbs {
		display: none;
	}
	
	.single-product div.product .woocommerce-product-gallery .flex-viewport {
		width: 100%;
	}

	#additional>ul>li ul li img {
		display: none;
	}

	#additional>ul>li ul li {
		width:  auto;
	}

	#additional>ul>li ul li + li {
		margin-left: 0;
	}

	#additional>ul>li ul li span.name {
		display: inline-block;
		background: #FFFFFF;
		border: 1px solid #ECE5DC;
		border-radius: 20px;
		font-weight: 400;
		font-size: 11px;
		line-height: 37px;
		text-align: center;
		text-transform: uppercase;
		letter-spacing: 0.1em;
		padding: 0 12px;
		color: #000000;
	}

	#additional>ul>li ul li:hover span.name,
	#additional>ul>li ul li input:checked + img + span.name {
		background: #000;
		color: #fff;
	}

	.woocommerce div.product div.summary {
		margin-top:  50px !important;
	}
}
