/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

/* START product bundles */
body.single-product .bundle_sells_title h3,
body.single-product .bundle_form h4.bundled_product_title {
	font-size: 16px!important;
}

body.single-product div.product.bundled_product_summary del {
	margin: 0 8px!important;
}

body.single-product .bundle_sells_title h3 {
	font-weight: 900!important;
}

body.single-product .bundle_form .bundled_product_excerpt {
	display: none!important;
}


body.single-product .bundle_form {
	padding-top: 0!important;
}

body.single-product div.product.bundled_product_summary {
	margin-bottom: 0!important;
	padding-bottom: 20px!important;
	border-bottom: 0!important;
	display: flex!important;
	flex-direction: row!important;
}

body.single-product div.product.bundled_product_summary .details {
	padding: 0 0 0 1rem!important;
}

body.single-product div.product.bundled_product_summary .details h4 {
	margin-bottom: 9px!important;
}

body.single-product div.product.bundled_product_summary .details .bundled_product_optional_checkbox {
	font-size: 14px!important;
}

body.single-product div.product.bundled_product_summary > div {
	width: auto!important;
	float: unset!important;
}

body.single-product div.product.bundled_product_summary .bundled_product_images img {
	width: 64px!important;
	height: auto!important;
}

body.single-product .bundle_sells_title {
	margin-top: 32px!important;
}

body.single-product .bundle_form {
	margin-bottom: 32px!important;
}
/* END product bundles */

/* START styling for nested lists (used in policy) */
.my-listting ol.nested-order-lists > li:before {
  content: counter(item) ". ";
}

.my-listting ol { 
	counter-reset: item; 
	padding-left: 20px; 
}

.my-listting li { 
	display: block;
}

.my-listting li:before { 
	content: counters(item, ".") " ";
	counter-increment: item 
}

.my-listting .list-style-alfa {
	list-style-type: lower-alpha;
	margin-left: 20px;
}

.my-listting .list-style-alfa li {
	display: list-item;
}

.my-listting .list-style-alfa li:before {
	display: none;
}

.my-listting .list-style-alfa li:marker {
	content: counter(item) ") ";
}

.my-listting .reset-list {
	counter-reset: unset;
	padding-left: 40px;
}

.my-listting .reset-list li {
	display: list-item;
}

.my-listting .reset-list li:before {
	display: none;
}

.my-listting ol.nested-order-lists > li {
    padding-top: 20px;
}
/* END styling for nested lists (used in policy) */

body .cky-btn-revisit-wrapper {
	background-color: #686059!important;
}

/* Hero block with rev slider align fix */
	
body section.my-hero-block {
	left: 0!important;
}

body .wc_shipping_dpd_terminals td {
	position: relative;
}

#dpd-show-parcel-modal {
	font-weight: 700;
	position: absolute;
    top: 25%;
    right: 4%;
    padding: 0 5px;
    background: #6860591f;
    border-radius: 3px;
}

#shipping_method {
	display: flex;
	flex-direction: column;
}

#shipping_method label {
	width: 90%;
}

@media screen and ( min-width: 430px ) and ( max-width: 1025px ) {
	.woocommerce-cart #shipping_method label {
		width: 100%;
	}
}

/* START Cookie show more button fix */
button.cky-show-desc-btn, button.cky-accordion-btn {
	padding-left: 4px!important;
	padding-right: 4px!important;
}

button.cky-show-desc-btn:hover, button.cky-accordion-btn:hover {
	background-color: unset;
	background: unset;
}

html[lang="lv"] .cky-show-desc-btn,
html[lang="ru-RU"] .cky-show-desc-btn,
html[lang="fi"] .cky-show-desc-btn,
html[lang="sv-SE"] .cky-show-desc-btn {
	font-size: 14px;
}

html[lang="lv"] .cky-show-desc-btn[aria-label="Show more"]:after {
	font-size: 14px;
	display: block;
	content: 'Rādīt vairāk';
}

html[lang="lv"] .cky-show-desc-btn[aria-label="Show less"]:after {
	font-size: 14px;
	display: block;
	content: 'Rādīt mazāk';
}

html[lang="ru-RU"] .cky-show-desc-btn[aria-label="Show more"]:after {
	font-size: 14px;
	display: block;
	content: 'Показать больше';
}

html[lang="ru-RU"] .cky-show-desc-btn[aria-label="Show less"]:after {
	font-size: 14px;
	display: block;
	content: 'Показывай меньше';
}

html[lang="fi"] .cky-show-desc-btn[aria-label="Show more"]:after {
	font-size: 14px;
	display: block;
	content: 'Näytä lisää';
}

html[lang="fi"] .cky-show-desc-btn[aria-label="Show less"]:after {
	font-size: 14px;
	display: block;
	content: 'Näytä vähemmän';
}

html[lang="sv-SE"] .cky-show-desc-btn[aria-label="Show more"]:after {
	font-size: 14px;
	display: block;
	content: 'Visa mer';
}

html[lang="sv-SE"] .cky-show-desc-btn[aria-label="Show less"]:after {
	font-size: 14px;
	display: block;
	content: 'Visa mindre';
}
/* END Cookie show more button fix */

/* Dropdown menus width max-content */
body .wd-dropdown-menu.wd-design-default {
	--wd-dropdown-width: max-content;
}

/* cookie bar width fix */
.cli-style-v2 .cli-bar-message {
	width: 80%;
}

/*START Main button */
.my-main-button a {
	background: #686059;
	font-family: "Red Hat Display",Sans-serif!important;
	font-style: normal;
	font-weight: 600!important;
	font-size: 16px;
	line-height: 16px;
	color: #FFFFFF;
	transition: 0.3s;
	padding: 20px 40px;
}

.my-main-button.hero-button {
	text-transform: uppercase;
}

.my-main-button a:hover {
	background: #847A71;
	transition: 0.3s;
}
/*END Main button */

/* START Secondary button */
.secondary-button-d a, .secondary-button-l a {
	font-family: "Red Hat Display",Sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    background-color: #fff0!important;
    padding: 0 8px 8px 0;
	border-bottom: 2px solid #686059;
	transition: 0.3s;
	box-shadow: unset;
	text-shadow: none;
}

.secondary-button-d a {
	color: #292B29!important;
}

.secondary-button-l a {
	color: #fff!important;
}

.secondary-button-d a:hover , .secondary-button-l a:hover {
    background-color: #fff0!important;
    padding: 0 8px 8px 0;
	border-bottom: 2px solid #fff0;
	transition: 0.3s;
	box-shadow: unset!important;
}

.secondary-button-d a:after, .secondary-button-l a:after {
	content: '';
	display: block;
	position: relative;
	right: -8px;
	width: 17px;
	height: 15px;
	background-repeat: no-repeat;
	background-size: cover;
	transition: 0.3s;
}

.secondary-button-d a:hover:after , .secondary-button-l a:hover:after {
	right: -16px;
	transition: 0.3s;
}

.secondary-button-d a:after {
	background: url('/../wp-content/uploads/2022/09/Line-9-1.png')center center;
}

.secondary-button-l a:after {
	background: url('/../wp-content/uploads/2022/09/Line-9-2.png')center center;
}
/* END Secondary button */


/* Hide elementor classes paragraph in chechout terms and conditions dropdown */
.woocommerce-checkout-review-order .woocommerce-checkout-payment .woocommerce-terms-and-conditions p:first-of-type {
	display: none;
}
/* 
Coments button style */
.single-product .comment-form .submit {
	background-color: #686059;
}

.single-product .comment-form .submit:hover {
	background-color: #847A71;
}

/* START Header */
/* body:not(.home) .main-page-wrapper, body:not(.woocommerce) .main-page-wrapper {
	margin-top: 400px;
} */

.wd-header-secondary-nav .wd-dropdown-menu.wd-design-default a {
	color: #fff!important;
}

.my-top-bar {
	display: flex;
    font-family: "Red Hat Display",Sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 13px;
    color: #FFFFFF;
}

.my-top-bar img {
	margin-right: 8px;
}

#menu-language-switcher .nav-link-text {
	display: flex;
}

#menu-language-switcher .nav-link-text span {
	font-family: "Red Hat Display",Sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: #FFFFFF;
}

#menu-language-switcher .pll-parent-menu-item > .woodmart-nav-link:after {
	margin-left: 8px;
    font-size: 80%;
    color: #fff;
    line-height: normal;
}

.wd-dropdown-menu.wd-design-default {
	--wd-dropdown-width: auto;
	background-color: #686059;
	border-radius: 3px;

}

.wd-dropdown-menu.wd-design-default ul li a {
	color: #fff;
}

@media screen and ( max-width: 1024px ) {
	.wd-tools-element>a {
		color: #fff!important;
	}
	
	header.whb-sticked .whb-color-dark:not(.whb-with-bg) {
		background-color: #686059;
		transition: 0.3s;
	}
	
	body:not(.home) .whb-color-dark:not(.whb-with-bg) {
		background-color: #686059!important;
	}
}

@media screen and ( min-width: 1025px ) {
	body:not(.home) .wd-logo.wd-sticky-logo img {
		max-width: unset;
	}
	
	body:not(.single-product).home .whb-overcontent:not(.whb-sticked) .whb-row:not(.whb-with-bg) {
		background-color: #fff0!important;
	}
	
	body:not(.single-product).home .whb-overcontent:not(.whb-sticked) .whb-row:not(.whb-with-bg) .wd-tools-icon:before {
		color: #fff;
		transition: 0.3s;
	}
	
	
	body:not(.single-product) .whb-overcontent:not(.whb-sticked) .whb-row:not(.whb-with-bg) {
		background-color: #fff!important;
	}
	
	header.whb-sticked .whb-general-header,
	header.whb-sticked .whb-header-bottom,
	body:not(.home) header .whb-general-header,
	body:not(.home) header .whb-header-bottom {
		background-color: #fff;
		transition: 0.3s;
	}

	.whb-header-bottom .wd-header-nav .menu-item .woodmart-nav-link {
		color: #fff;
		font-family: "Red Hat Display",Sans-serif;
		font-style: normal;
		font-weight: 400;
		font-size: 16px;
		line-height: 24px;
		text-transform: inherit;
	}

	header.whb-sticked .whb-header-bottom .wd-header-nav .menu-item .woodmart-nav-link,
	body:not(.home) header .whb-header-bottom .wd-header-nav .menu-item .woodmart-nav-link {
		color: #292B29;
	}

	.wd-nav.wd-style-separated>li:not(:last-child):after {
		display: none;
	}
	
	body:not(.home) header:not(.whb-sticked) .wd-logo img {
		background: url(/../wp-content/uploads/2022/09/BIO2YOU_logo-2-2.png)center center;
		background-repeat: no-repeat;
		background-size: cover;
		position: relative;
		overflow: hidden;
		width: 144px;
		height: 43px;
		padding: 43px 144px 0 0;
		box-sizing: border-box;
		transition: 0s;
	}

	header.whb-sticked .searchform .searchsubmit img,
	body:not(.home) header .searchform .searchsubmit img {
		background: url(/../wp-content/uploads/2022/09/search-1.png)center center;
		background-repeat: no-repeat;
		background-size: cover;
		position: relative;
		overflow: hidden;
		width: 20px;
		height: 21px;
		padding: 20px 21px 0 0;
		box-sizing: border-box;
		transition: 0s;
	}

	header.whb-sticked .wd-header-my-account .wd-tools-icon img,
	body:not(.home) header .wd-header-my-account .wd-tools-icon img {
		background: url(/../wp-content/uploads/2022/09/Vector-18.png)center center;
		background-repeat: no-repeat;
		background-size: cover;
		position: relative;
		overflow: hidden;
		width: 20px;
		height: 21px;
		padding: 20px 21px 0 0;
		box-sizing: border-box;
		transition: 0s;
	}

	header .wd-header-my-account .wd-tools-icon img,
	header .wd-tools-icon.wishlist-icon img, 
	header .searchform .searchsubmit img, 
	header .wd-tools-icon.woodmart-cart-icon img {
		transition: 0s;
	}

	header.whb-sticked .wd-tools-icon.wishlist-icon img,
	body:not(.home) header .wd-tools-icon.wishlist-icon img {
		background: url(/../wp-content/uploads/2022/09/Vector-19.png)center center;
		background-repeat: no-repeat;
		background-size: cover;
		position: relative;
		overflow: hidden;
		width: 25px;
		height: 21px;
		padding: 20px 21px 0 0;
		box-sizing: border-box;
		transition: 0s;
	}

	header.whb-sticked .wd-tools-icon.woodmart-cart-icon img,
	body:not(.home) header .wd-tools-icon.woodmart-cart-icon img {
		background: url(/../wp-content/uploads/2022/09/Group-6.png)center center;
		background-repeat: no-repeat;
		background-size: cover;
		position: relative;
		overflow: hidden;
		width: 25px;
		height: 21px;
		padding: 25px 21px 0 0;
		box-sizing: border-box;
		transition: 0s;
	}

	header .wd-header-search-form form {
		--wd-form-brd-color: rgb(0 0 0 / 0%)!important;
		--wd-form-brd-color-focus: rgb(0 0 0 / 0%)!important;
		--wd-form-color: #fff!important;
		--wd-form-placeholder-color: #fff!important;
	}

	header.whb-sticked .wd-header-search-form form,
	body:not(.home) header .wd-header-search-form form {
		--wd-form-color: #292B29!important;
		--wd-form-placeholder-color: #292B29!important;
	}

	header.whb-sticked .wd-header-search-form form,
	body:not(.home) header .wd-header-search-form form {
		--wd-form-placeholder-color: #292B29;
	}

	.wd-header-search-form form .s {
		padding: 0 15px 0 50px;
	}

	.wd-header-search-form form.searchform .searchsubmit {
		left: 2px;
		right: unset;
	}

	header .wd-header-cart .wd-cart-subtotal .amount,
	header .wd-header-cart .wd-cart-subtotal .amount + .tax_label{
		color: #fff;
	}

	header.whb-sticked .wd-header-cart .wd-cart-subtotal .amount,
	header.whb-sticked .wd-header-cart .wd-cart-subtotal .amount + .tax_label,
	body:not(.home) header .wd-header-cart .wd-cart-subtotal .amount,
	body:not(.home) header .wd-header-cart .wd-cart-subtotal .amount + .tax_label {
		color: #292B29;
	}

}

@media screen and ( min-width: 1025px ) and ( max-width: 1300px ) {
	.wd-nav.wd-gap-l {
		--nav-gap: 14px!important;
	}
}

/* END Header */

/* START Homepage */
.hero-icon-block .elementor-widget:not(:last-child) {
	margin-bottom: 12px;
}

.home-popular .wd-tabs-header {
	display: none;
}

@media screen and ( max-width: 430px ) {
	.my-categories-block .hover-mask {
		position: absolute;
		bottom: 7px;
		left: 10px;
		text-align: left;
	}
}
/* END Homepage */

/* START Footer  */
p.foot-delivery-methods img {
	margin-right: 15px;
	margin-bottom: 15px;
}

.footer-column .sub-menu {
	display: none;
}

.footer-column .widget {
	margin-bottom: unset;
	border-bottom: unset;
	padding-bottom: 24px;
}

.footer-column p, .footer-column li {
	margin-bottom: 16px;
	font-family: "Red Hat Display",Sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 16px;
	color: #545457;
}

.footer-column h3 {
	font-family: "Red Hat Display",Sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px!important;
    text-transform: inherit!important;
    line-height: 16px;
    color: #101011;
}

.footer-1 p img {
	margin-right: 10px;
}

.footer-1-2 {
	display: flex;
	align-items: center;
	padding-top: 10px;
}

.footer-1-2 a {
	padding: 0 18px;
}

.footer-1-2 a:hover {
	opacity: 0.8;
	transition: 0.3s;
}

.footer-1-2 a:first-of-type, .footer-1-2 a:nth-of-type(2), .footer-1-2 a:nth-of-type(3) {
	border-right: 1px solid rgba(99, 106, 92, 0.2);
}

.footer-1-a {
	display: flex;
	flex-direction: column;
	padding-top: 10px;
	padding-bottom: 10px;
}

.footer-1-a h3 {
	margin-bottom: 10px;
}

.foot-omniva {
	height: 32px;
}

p.foot-delivery-methods img.foot-veni {
	margin-bottom: 10px;
}

.foot-pay-header {
	margin-top: 32px;
}

.foot-pay-logo {
	margin-right: 10px;
}

@media (min-width: 1025px) {
	.footer-column.footer-column-1,
	.footer-column.footer-column-2,
	.footer-column.footer-column-3,
	.footer-column.footer-column-4 {
		flex: 0 0 22%;
    	max-width: 22%;
	}
	.footer-column.footer-column-5 {
		flex: 0 0 12%;
    	max-width: 12%;
	}
	
	.my-separator {
		padding: 0 6px;
	}
}

/* END Footer  */

/* START 404 */
body.error404 .main-page-wrapper {
	margin-top: 180px;
}

/* END 404 */

/* START Par mums */
.my-zoom-anim:hover > div {
	transform: scale(1.2);
	transition: 0.3s!important;
}

.my-zoom-anim > div {
	transition: 0.3s!important;
}
/* END Par mums */

/* START my hover cat */

.my-hover-cat .elementor-widget-image {
	overflow: hidden;
	margin-bottom: 0;
}

.my-hover-cat > .elementor-widget-wrap {
	position: relative;
	padding: 0!important;
    margin: 0 12px;
}

.my-hover-cat .my-hover-cat-title {
	position: absolute;
	bottom: 24px;
	left: 24px;
}

.my-hover-cat .my-hover-cat-title2 {
	position: absolute;
	bottom: 24px;
	left: 24px;
}

.my-hover-cat:hover img {
	transform: scale(1.1);
}

@media only screen and (max-width: 1030px) {
	.my-hover-cat, .my-hover-cat img {
		max-height: 200px;
		min-height: unset;
	}
}

@media only screen and (max-width: 430px) {
	.my-hover-cat, .my-hover-cat img {
		max-height: unset;
		min-height: unset;
	}
}

/* END my hover cat */

/* START Cart */
.woocommerce-page div.quantity input[type="button"] {
	border-radius: 0;
}

.woocommerce-page .button {
	text-transform: inherit!important;
    font-size: 18px;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 32px; 
    padding-right: 32px;
    line-height: 1!important;
}

.woocommerce-page td.product-name a {
	font-size: 16px;
}

.woocommerce-cart .coupon input {
	height: 50px;
}
/* END Cart */

/* START single-product */

.single-product .woocommerce-product-gallery .labels-rounded .product-label {
    min-width: unset;
    min-height: unset;
}

.single-product .summary-inner>.price {
	font-size: 24px;
}

.single-product .woocommerce-product-details__short-description {
	border-bottom: 1px solid rgba(99, 106, 92, 0.2);
	padding-bottom: 20px;
}

.single-product div.quantity input[type="button"], .single-product div.quantity input[type="number"] {
	height: 50px;
}

.single-product div.quantity input[type="number"] {
	width: 50px;
}

.single-product p,
.single-product  .wd-action-btn.wd-style-text a span,
.single-product .product_meta a,
.single-product .product_meta .meta-label{
	font-size: 16px;
}

.single-product .single-delivery-block {
	display: flex;
    font-size: 16px;
    padding-top: 36px;
    border-top: 1px solid rgba(99, 106, 92, 0.2);
    margin-top: 21px;
	justify-content: space-between;
}

.single-product .single-delivery-block div {
	display: flex;
	align-items: center;
	margin-right: 22px;
	line-height: normal;
}

.single-product .single-delivery-block div:last-of-type {
	margin-right: 0;
}

.single-product .single-delivery-block img {
	margin-right: 8px;
}

/* END single-product */

/* START Shop */
.archive .widget-title,
.archive .wc-block-price-filter__title{
	font-size: 24px!important;
	text-transform: none!important;
}

.archive .sidebar-container .product-categories > .cat-item {
	--wd-link-color: #292B29;
	font-weight: 600;
}

.archive .sidebar-container .product-categories > .cat-item .cat-item {
	--wd-link-color: #686059;
	font-weight: 500;
}

nav[class*="-pagination"] li .current,
nav[class*="-pagination"] a:hover {
	border-radius: 2px;
}
 
.archive .price_slider_amount button.button {
	font-size: 16px;
	padding: 10px 20px;
}

.archive .title-size-default .title {
	font-size: 54px;
}

body .labels-rounded .product-label {
	display: flex!important;
    align-items: center!important;
    justify-content: center!important;
    padding: 6px 12px!important;
    min-height: unset!important;
    border-radius: 5px!important;
    font-size: 12px!important;
    text-transform: none;
    font-family: "Red Hat Display",Sans-serif;
    font-style: normal;
    box-shadow: 0px 2px 4px rgb(51 51 51 / 15%);
}

body .labels-rounded .product-label.new {
	background-color: #B5A89C;
}

body .labels-rounded .product-label.featured {
	background-color: #B58B65;
}

body nav[class*="-pagination"] li .next, body nav[class*="-pagination"] li .prev {
	background-color: #F5F5F5;
}

body .labels-rounded .out-of-stock {
	max-width: unset!important;
}
.elementor-background-video-container:after{
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	position: absolute;
	background: rgba(38, 38, 38, 0.6);
	backdrop-filter: blur(2px);
}
.elementor-element-3572bda7:after{
    content:'Kategorijas';
    width:100%;
    position:absolute;
    text-align:right;
    top:-15px;
    font-weight: 700;
    font-size: 100px;
    line-height: 100px;
    color: #F9F9F9;
}

html[lang="en-GB"] .elementor-element-3572bda7:after{
    content:'Categories';
}

html[lang="ru-RU"] .elementor-element-3572bda7:after{
    content:'Категории';
}

html[lang="fi"] .elementor-element-3572bda7:after{
    content:'Luokat';
}

html[lang="sv-SE"] .elementor-element-3572bda7:after{
    content:'Kategorier';
}

.elementor-element-627181f7:after{
    content:'Populārs';
    width:100%;
    position:absolute;
    text-align:right;
    top:-15px;
    font-weight: 700;
    font-size: 100px;
    line-height: 100px;
    color: #F9F9F9;
}

html[lang="en-GB"] .elementor-element-627181f7:after{
    content:'Popular';
}

html[lang="ru-RU"] .elementor-element-627181f7:after{
    content:'Популярный';
}

html[lang="fi"] .elementor-element-627181f7:after{
    content:'Suosittu';
}

html[lang="sv-SE"] .elementor-element-627181f7:after{
    content:'Populär';
}

@media screen and ( max-width: 768px ) {
	.elementor-element-627181f7:after,
	.elementor-element-3572bda7:after {
		font-size: 56px;
	}
}

@media screen and ( max-width: 690px ) {
	.elementor-element-627181f7:after,
	.elementor-element-3572bda7:after {
		font-size: 0px;
	}
}

.product-label.onsale {
    background-color: #B58B65!important;
}
@media screen and ( min-width: 750px ) {
.elementor-element-944aa6d .elementor-col-33 > div > div:nth-last-child(1) {
	position: absolute;
	bottom: 0;
} 
}
ul.page-numbers{
    float: left;
}
nav[class*="-pagination"] li .page-numbers:not(.current){
	color: #9C9C9C;
}
nav[class*="-pagination"] li .next:before{
	content: 'Nākamā';
	font-weight: 600;
	font-size: 16px;
    line-height: 34px;
	color: #292B29;
	font-family: inherit;
}

html[lang="en-GB"]  nav[class*="-pagination"] li .next:before{
	content: 'Next';
}

html[lang="ru-RU"] nav[class*="-pagination"] li .next:before{
	content: 'Следующий';
}
html[lang="fi"]  nav[class*="-pagination"] li .next:before{
	content: 'Seuraava';
}

html[lang="sv-SE"] nav[class*="-pagination"] li .next:before{
	content: 'Nästa';
}
nav[class*="-pagination"] li .next{
	padding-right: 38px;
	padding-left: 16px;
	position: relative;
}
nav[class*="-pagination"] li .next:after{
    content:  url('arrow-right-solid.svg');
    width: 12px;
    height: 8px;
    position: absolute;
    right: 15px;  
    top: 6px;
}
.woocommerce-breadcrumb a:nth-child(2){
	display: none; 
}
.single-delivery-block{
	float: left;
}
#menu-language-switcher img{
	margin: auto;
}
/* END Shop */

/* START Venipak plugin  */
body .shopup_venipak_shipping_method_icon {
	display: none;
}

body .shopup_venipak_shipping_method {
	display: inherit;
    text-align: right;
}

/* END Venipak plugin  */

/* Start blog */
body .meta-author {
	display: none;
}

body.single-post .icons-design-colored .social-facebook .wd-icon {
	font-size: 24px;
}

body.single-post .icons-design-colored .social-facebook {
	background-color: unset;
	transition: 0.3s;
	float: right;
}

body.single-post .icons-design-colored .social-facebook .wd-icon:before {
	color: #686059;
	transition: 0.3s;
}

/* body.single-post .icons-design-colored .social-facebook:hover .wd-icon:before {
	color: #fff;
	transition: 0.3s;
} */

body.single-post .icons-design-colored .social-facebook:hover {
	background-color: rgb(250,250,250);
	transition: 0.3s;
}

html[lang="ru-RU"] .read-more-section a {
	font-weight: 600;
}

/* END blog */

li#menu-item-3654-fi,li#menu-item-3654-sv, li#menu-item-4377-fi, li#menu-item-4377-sv, li#menu-item-4681-fi, li#menu-item-4681-sv {
    display: none;
}

/* START booster curency swicher css */
#wcj-currency-nonce ~ form,.whb-col-right form{
    width: max-content;
    background-color: #68605900;
    color: #fff;
	transition: 0.3s;
    margin-left: auto;
    position: inherit!important;
}
#wcj-currency-select {
    background-color: #686059;
    position: relative;
    z-index: 99;
    color: white;
}
#wcj-currency-nonce ~ form select,#wcj-currency-select {
    height: 40px;
    border: 0;
}

#wcj-currency-nonce ~ form select option,#wcj-currency-select option{
    background-color: #686059;
}

@media screen and ( max-width: 1024px ) {
    #wcj-currency-nonce ~ form {
        background-color: #68605900;
    }

    #wcj-currency-nonce ~ form select {
        padding-left: 10;
        padding-right: 24px;
        background-position: right 4px top 54%;
    }
}
/* END booster curency swicher css */
.footer-1-2 > p,.foot-pay-block br{
    display: contents;
}

.popularity-badge{
	background-color: #B58B65;
}

/* START product label alignment fix */

.wd-product .product-element-top,
.product-grid-item .product-element-top {
	position: relative;
	overflow: hidden;
}

.wd-product .product-labels,
.product-grid-item .product-labels {
	position: absolute!important;
	top: 8px!important;
	left: 8px!important;
	right: 8px!important;
	z-index: 5;

	display: flex!important;
	flex-direction: column!important;
	align-items: flex-start!important;
	gap: 4px!important;

	width: auto!important;
	max-width: calc(100% - 16px)!important;
	margin: 0!important;
	pointer-events: none;
	box-sizing: border-box;
}

.wd-product .product-labels .product-label,
.product-grid-item .product-labels .product-label,
.single-product .product-labels .product-label,
.product-labels.labels-rounded .product-label {
	position: static!important;
	max-width: 100%!important;
	width: fit-content;
	box-sizing: border-box;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 1.2!important;
}
/* START product grid square image fix */

/* Force product image area in grids to stay square */
.wd-products .wd-product .product-element-top,
.products .product-grid-item .product-element-top {
	aspect-ratio: 1 / 1;
	overflow: hidden;
}

/* Make the product image link fill the square */
.wd-products .wd-product .product-image-link,
.products .product-grid-item .product-image-link {
	display: block;
	width: 100%;
	height: 100%;
}

/* Crop wider/taller images neatly into the square */
.wd-products .wd-product .product-image-link img,
.products .product-grid-item .product-image-link img {
	width: 100%!important;
	height: 100%!important;
	object-fit: cover;
	object-position: center;
}

/* END product grid square image fix */

/* START product label overrides */

/* 1. OUTLET */
.outlet-badge.product-label {
	background-color: #f4b919!important;
	color: #fff!important;
	font-weight: 700!important;
}

/* 2. % discount (normal) */
.onsale.product-label {
	background-color: #f4b919!important;
	color: #000!important;
	font-weight: 700!important;
}

/* 2. % discount (when OUTLET is active) */
.onsale.onsale-outlet.product-label {
	background-color: #fff8e6!important;
	color: #fe8a7f!important;
	font-weight: 700!important;
}

/* 3. Piedāvājums */
.piedavajumi-badge.product-label {
	background-color: #fe8a7f!important;
	color: #fff!important;
}

/* 4-6. BOGO badges (1+1, 2+1, 3+2) */
.bogo-badge.product-label {
	background-color: #fff8e6!important;
	color: #fe8a7f!important;
	font-weight: 700!important;
}

/* END product label overrides */