/* Migrated theme Additional CSS */
@media (min-width: 768px) {
    .product_list_homepage .btn-product {
				display: block !important;
			  background-color: var(--WB_green);
				text-align: center;
				max-width: 270px;
				width: 100%;
				padding: 14px 24px;
				outline: none;
				border: none;
				font-weight: 700;
				color: #060606;
				margin-top: 20px;
				display: inline-block;
				margin-left: 1.5rem;
				margin-bottom: 1.5rem;
		}
	
	.product_list_homepage .btn-product:hover {
			opacity: .7;
			background: var(--WB_green) !important;
	}
}

.gallery_info_overlay del {
    text-decoration: none !important;
}

.gallery_info_overlay p.iworks-omnibus:first-of-type {
    display: block;
}

.product_top .woocommerce-variation-price>span.price  {
    display: flex !important;
    flex-direction: column-reverse;
    margin-bottom: 20px;
}

.summary.entry-summary .price_sku_wrapper .price {
	display: flex;
	flex-direction: column-reverse;
}

.summary.entry-summary span.tax-rate_sp {
    display: block;
}

.single-product .product_top .price ins .amount bdi, .single-product .product_top .price .amount bdi {
    font-size: 26px !important;
}

p.iworks-omnibus {
    font-size: 12px !important;
}

.single-product .price ins bdi:before {
    content: 'Cena: ';
}

.single-product .summary.entry-summary .price del .amount bdi {
    font-size: 16px !important;
}
.single-product .price del .amount bdi {
    font-size: 16px !important;
}

.single-product .sale .summary.entry-summary .price del {
    text-decoration: none !important;
	    margin-left: 0;
}
/*
.single-product .sale .summary.entry-summary .price {
    display: flex;
    flex-direction: column-reverse;
}
*/
.home .products .product .price del bdi, .woocommerce_category_page .product .price del bdi, .woocommerce ul.products li.product .price del {
			text-decoration: none !important;
	    text-decoration-line: none !important;
}

.page-template-default .wc-block-components-product-image__inner-container,
.page-template-template-servis2 .wc-block-components-product-image__inner-container{
  border: 1px solid #e3e3e3;
}

.term-outlet #woocommerce_product_categories-2 {
    display: none;
}

.sidebar_woo_category li {
    padding: 8px ! Important;
}

.page-template-default .wc-block-product h2,
.page-template-default .wc-block-product .wc-block-components-product-price,
.page-template-template-servis2 .wc-block-product h2,
.page-template-template-servis2 .wc-block-product .wc-block-components-product-price{
	text-align: left !important;
	font-weight: bold;
	font-size: 20px !important;
}

.page-template-default .wc-block-product .wc-block-components-product-price ins,
.page-template-template-servis2 .wc-block-product .wc-block-components-product-price ins{
	text-decoration: none;
	color: #ff0000;
}

.page-template-default .wc-block-product .wc-block-components-product-price del,
.page-template-template-servis2 .wc-block-product .wc-block-components-product-price del{
	font-weight: 400 !important;
	font-size:16px !important;
	color: gray;
}

.page-template-template-servis2 .wp-block-button__link.wp-element-button.wc-block-components-product-button__button.add_to_cart_button.product_type_variable {
	border-radius: 0px !important;
	background: black;
}

@media screen and (max-width: 768px) {
	.page-template-default .wc-block-product a.info_link {
		display:none;
	}
	.page-template-template-servis2 .wc-block-product a.info_link {
		display:none;
	}
	
	.page-template-template-servis2 .wc-block-product-template__responsive.columns-4 {
			grid-template-columns: 1fr !important;
	}
}

.page-template-default .wp-block-button__link.wp-element-button.wc-block-components-product-button__button,
.page-template-template-servis2 .wp-block-button__link.wp-element-button.wc-block-components-product-button__button{
    font-size: font-size: 17px;
    font-size: 17px !important;
}

.page-template-default .wc-block-components-product-sale-badge,
.page-template-template-servis2 .wc-block-components-product-sale-badge{
	display: none !important;
}

.twsrv-sbmt {
	opacity: 1 !important;
	padding: 8px 15px;
	margin-top:15px;
}

p.cr-customer-consent {
    display: none;
}

div#tw-survey {
    margin-bottom: 30px;
    border-radius: 0px;
	border:0px !important;
	    background-color: #b2e66536 !important;
	padding: 20px;
}

.opt__button:before {
    box-shadow: inset 1em 1em #b2e665;
}

h2.twsrv-qst {
  font-size: 20px !important;
	font-weight: bold;
}

.woocommerce-info::before {
    color: rgb(177, 230, 101);
}

.woocommerce-info {
    border-top-color: rgb(177, 230, 101);
}

.category_list_wrapper:not(.is-active) .category_list .cat_items {
    width: calc(100% / 6);
    padding: 15px;
}

.home_featured_category:not(.is-active) .grid-2 {
    grid-area: unset;
}

.home_featured_category img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.posts_author {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    grid-gap: 15px;
}

.posts_author .post_cat_item .post_img_wrapper {
    position: relative;
}

.posts_author .post_cat_item img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    transition: 0.22s;
}

.posts_author a.post_cat_item:hover img {
    transform: scale(1.5);
}

.posts_author a.post_cat_item .post_img_wrapper {
    position: relative;
    overflow: hidden;
}

.posts_author .title_wrapper {
    min-height: 60%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 30px;
    z-index: 2;
}

.posts_author .title_wrapper span {
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: var(--white-color) !important;
    width: 100%;
    display: block;
}

.posts_author .post_cat_item h2 {
    font-style: italic;
    font-weight: 900;
    font-size: clamp(1.8rem, calc(1.8rem + (3 - 1.8) * ((100vw - 32rem) / (192 - 32))), 3rem);
    min-height: 0vw;
    line-height: 1.3;
    text-align: center;
    color: var(--white-color);
    top: 0;
    z-index: 100;
    position: relative;
}

.posts_author .post_cat_item .entry {
    background: var(--black-color);
    padding: clamp(1.5rem, calc(1.5rem + (3 - 1.5) * ((100vw - 32rem) / (192 - 32))), 3rem);
    font-size: 16px;
    color: var(--white-color);
}

.posts_author .post_cat_item .entry p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 0 !important;
}

.posts_author .post_img_wrapper:before {
    position: absolute;
    content: '';
    background: #0000007a;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
}

.posts_author .post_img_wrapper {
    position: relative;
}

.bapf_ccolaps ul li label {
    text-transform: initial !important;
    color: #9F9F9F;
    font-size: 18px;
    line-height: 30px;
	padding: 8px !important;
}
.ac_content iframe {
    margin: 0 !important;
}


.bapf_hideckbox li input:checked+label, .bapf_hideckbox li input:checked+label a {
    color: red !important;
    font-weight: bold;
	background: #b1e6654f !important;
}

.bapf_ccolaps li.checked {
    font-weight: bold !important;
}

.bapf_ccolaps ul li {
    padding: 8px !important;
}
.bapf_ccolaps ul:hover,
.bapf_hideckbox li input:checked+label:hover, .bapf_hideckbox li input:checked+label:hover a, .bapf_hideckbox li label:hover, .bapf_hideckbox li label:hover a {
    color: red !important;
	    background: #b1e6654f !important;
		
}

.pum-content.popmake-content, .pum-title {
    text-align: center;
	text-transform: uppercase;
}

.header_bottom_leanpay div {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.pum-title {
	font-weight: 700 !important;
}

.header_bottom_leanpay img[src*="download.png"] {
  width: 100px;
  height: 30px;
	object-fit: contain;
}

div#popmake-198769 {
    width: fit-content !important;
}

@media (max-width: 767px) {
    .banner_featured_cat_caption p.hf_title {
        margin-top: 90px !important;
        font-size: 30px;
        display: block;
    }
	.banner_featured_cat_caption p.hf_desc {
        display: block !important;
        font-size: 13px !important;
    }
}

/***/

/* Default hide mobile image */
.image-mobile-cat {
    display: none;
}

/* Default show desktop image */
.image-desktop-cat {
    display: block;
}

/* If mobile image exists, hide desktop version on small screens */
.hide-on-mobile-cat {
    display: block;
}

/* Mobile view rules */
@media screen and (max-width: 768px) {
    .image-mobile-cat {
        display: block;
			aspect-ratio: 1 / 1;
    }

    .hide-on-mobile-cat {
        display: none;
    }
}

/***/

.page-id-197026 .brand_info img {
    object-fit: contain !important;
    max-width: 260px;
		width: 100%;
    height: 65px !important;
		padding:10px;
		margin-left: auto;
		margin-right: auto;
}

@media (max-width: 767px) {
    .archive_hero .cat_items img {
        aspect-ratio: 1 / 1;
        width: 234px;
        height: 234px;
    }
}

@media only screen and (max-width: 740px) {
	.page-id-197026 .br_brand_letter_element {
		width: 50% !important;
	}
}

#mega-menu-35938-0-1 ul.mega-sub-menu li.mega-menu-item:hover,
#mega-menu-35938-0-0 ul.mega-sub-menu li.mega-menu-item:hover{
    background-color: transparent !important;
}

.page-id-197026  .br_brand_letter_block {
    border-bottom: 1px solid #d0d0d0;
}

.page-id-197026 .brand_info a {
	margin-bottom: 15px;
	width:100%;
}

.page-id-197026 .berocket_brand_name_letters a {
    margin-bottom: 5px;
}

.page-id-197026 .brand_info a:hover {
    background: #b1e6654f !important;
}

.page-id-197026 .br_brand_letter_block h3 {
	margin-bottom: 20px;
	margin-top:20px;
	width: fit-content;
	position: relative;
}

.page-id-197026 .br_brand_letter_block h3:before {
	content: "";
    width: calc(100% + 10px);
    height: 14px;
    background: #b3e566;
    display: block;
    position: absolute;
    bottom: 0;
    transform: translate(-5px, -8px);
    z-index: -1;
}

.home .header_bottom_leanpay{
	margin-bottom: 24px;
}

.single-product .summary.entry-summary .price ins bdi,
.single-product .summary.entry-summary .price bdi{
    font-size: 32px !important;
}

.single-product .woocommerce-product-details__short-description, .single-product .woocommerce-product-details__short-description * {
    font-size: 13px;
}

.single-product .summary.entry-summary .price del bdi {
    font-size: 28px !important;
}

@media only screen and (max-width: 740px) {
	.header_bottom_leanpay{
		margin-bottom: 0px !important;
	}
	
		.single-product .summary.entry-summary .price ins bdi {
			font-size: 26px !important;
	}

	.single-product .summary.entry-summary .price del bdi {
			font-size: 24px !important;
	}
}

.post-template-default .sidebar_blog {
	position: relative;
}

.post-template-default #sidebar {
	position:sticky;
	top: 40px;
}

.latest-posts-with-thumbnails img {
    margin-bottom: 10px !important;
}

.latest-posts-with-thumbnails h3 {
    font-size: 16px;
	margin-bottom: 15px;
}

.latest-posts-with-thumbnails .latest-post-item {
	margin-bottom: 20px;
	border-bottom: 1px solid gray;
}

ul.mega-sub-menu li.mega-menu-item:hover,
.sidebar_woo_category_filter .cat-parent:hover{
	background: #b1e6654f !important;
}

.sidebar_woo_category_filter a:hover{
	color: red !important;
}

ul.mega-sub-menu li.mega-menu-item,
.sidebar_woo_category_filter .cat-parent{
	padding: 8px !Important;
}

ul.mega-sub-menu li.mega-menu-item a{
	padding-bottom: 0px !Important;
}

ul.mega-sub-menu li.mega-menu-item .gc_mm_btn {
	padding-bottom: 10px !important;
}

.product-template-default .advanced-woo-labels {
    width: fit-content !important;
}

.cwg_iagree_checkbox label {
    font-size: 12px;
}

.ac_content iframe {
    width: 50% !important;
    height: auto !important;
    aspect-ratio: 3 / 2;
    display: block;
    margin: 0 auto;
    max-width: 100%;
    border: none;
}

@media only screen and (max-width: 640px) {
	.ac_content iframe {
    width: 100% !important;
	}
}



form.variations_form.cart {
    margin-bottom: 20px !important;
}

ul.products li.product a.add_to_wishlist.single_add_to_wishlist span {
    display: none !important;
}

.product-template-default .yith-wcwl-add-button a > span {
    display: inline-block !important;
}

@media only screen and (max-width: 640px) {
	/*
	.woo-variation-gallery-wrapper .woo-variation-gallery-slider img {
		aspect-ratio: 1/1 !important;
		height: 100% !important;
	}
	.product .slick-list.draggable,
	.product .woo-variation-gallery-slider.slick-initialized.slick-slider,
	.woo-variation-gallery-wrapper {
		height: 100% !important;
	}
	*/
	.summary.entry-summary {
			margin-top: 20px;
	}
	.post_content h3 {
			font-size: 18px;
	}
}

section.related.products .star-rating {
	display: none !important;
}

/*
ul#splide02-list li {
    width: calc(20%) !Important;
}
*/

.brand_description_block a {
    color: white;
    text-decoration: underline !important;
}


/*i.fa.fa-check-circle:before {
    content: '•';
}*/

.yith-wcwl-add-to-wishlist .yith-wcwl-add-button {
    align-items: flex-start !important;
}

.iworks-omnibus {
    display: none;
}

.price_sku_wrapper .iworks-omnibus {
    display: flex;
}

.iworks-omnibus .woocommerce-Price-amount{
	margin-left: 5px;
}

span.tax-rate_sp {
	padding-left: 0 !important;
	margin-left:0 !important;
	    margin-bottom: 1rem;
	font-size: 12px !important;;
}

.single-product .price_sku_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    border-top: 1px solid rgba(99, 99, 99, 0.8);
    flex-direction: column;
}

.product_top {
	position:relative !important;
}

.home ul.products .product {
	margin: 0px !Important;
	padding: 10px !important;
}

table.variations th.label {
    display: none !important;
}

p.cr-customer-consent {
    padding: 3px;
}

.pswp__caption {
    display: none !important;
}

input#kl_newsletter_checkbox {
    margin-right: 7px;
}

.checkout label.checkbox {
    display: flex;
    align-items: flex-start !important;
}

.checkout .leanpay_checkout_from,
.checkout .leanpay_monthly_inst{
    font-size: 14px !important;
}

.place-order label.checkbox {
	display: flex !important;
	align-items: flex-start;
}

.product_top .leanpay-tooltip span {
    color: white !important;
}

/*.single-product .summary.entry-summary .woocommerce-variation-price {
    display: none;
}*/

.archive .cd_wrapper a{
	color:white !important;
	text-decoration: underline !important;
}

.archive .cd_wrapper a:hover{
	color: red !important;
}

.br_brand_banner {
	width:100% !important;
	padding: 0 !important;
	height:500px !important;
	object-fit: cover !important;
	opacity: 0.8;
	margin-bottom: 0px !important;
	
}

.brand_description_block {
	position: relative !important;
	margin: 0 !important;
  /*background: rgb(255,255,255);
	background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%);*/

}
.brand_description_block:before {
	   content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 85%;
    z-index: 1;
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%);
}

.berocket_brand_description h1 {
    position: relative;
    z-index: 1;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-style: italic;
}

.berocket_brand_description {
		bottom: 50px;
    position: absolute;
    padding-left: 50px;
    padding-right: 50px;
    color: white;
	  z-index: 1;
}

@media only screen and (max-width: 640px) {
	.br_brand_banner {
		width: 100% !important;
	}
	.berocket_brand_description {
			padding-right:20px !important;
			padding-left:20px !important;
		
			bottom: 0px;
	}

}

li.wc_payment_method.payment_method_spgw_card img {
    display: none;
}
.wb-btn {
  transition: all 0.25s ease;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
  border: none;
  border-radius: 8px; /* prilagodi po želji */
}

/* --- Hover efekt (subtilen, brez barvnih sprememb) --- */
.wb-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  opacity: 0.95;
}

/* --- Active state (klik) --- */
.wb-btn:active {
  transform: translateY(0);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  opacity: 1;
}

/* --- Focus state (odstrani rumen rob / outline) --- */
.wb-btn:focus {
  outline: none !important;
  box-shadow: none !important;
}

.page-id-159936 .review {
  display: none !important;
}