:root{
	--max-width: 1420px;
}

body p{
	font-weight: 500;
	font-size: 14px;
	line-height: 22.5px;
}

.width-auto img{
	width: auto;
	object-fit: contain;
}

.off-canvas .mfp-content.off-canvas-cart {
	max-width: 700px;
	width: 100%;
	background: #FFF;
	box-shadow: none;
}


.wpcf7 .wpcf7-not-valid-tip{
	z-index: 1;
}

.button:not(.icon){
	display: flex;
	align-items: center;
	gap: 10px;
	width: fit-content;
	margin: 0;
	font-weight: 700;
	font-size: 13px;
	line-height: 100%;
	padding: 17px 26px;
	height: 52px;
	border-radius: 52px;
	justify-content: center;
}

.button.primary{
	color: #4F6416 !important;
}

.arrow span{
	line-height: 1;
}

.arrow.empty{
	gap: 0;
	padding: 17px 20px 17px 22px;
	width: 52px;
}

.arrow:after{
	content: '';
	background-image: url(../submit-arrow.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	display: block;
	width: 8px;
	height: 13px;
}

.instagram-icon:before{
	content: '';
	background: url(../instagram.svg) no-repeat;
	background-size: contain;
	background-position: center;
	display: block;
	width: 22px;
	height: 22px;
}

#breadcrumbs span,
#breadcrumbs a{
	font-weight: 600;
	font-size: 15px;
	line-height: 100%;
	text-transform: none;
	color: #454648;
}

#breadcrumbs a{
	text-decoration: underline;
}

#breadcrumbs .divider{
	display: inline-block;
	width: 7px;
	height: 12px;
	background-image: url(../breadcrumbs-devider.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	opacity: 1;
	vertical-align: middle;
	margin: 0 10px;
}

#breadcrumbs > span > .divider:nth-of-type(2) {
	display: none;
}

#breadcrumbs > span span:first-child{
	vertical-align: middle;
}

#breadcrumbs > span span:first-child a{
	font-size: 0;  
}

#breadcrumbs > span span:first-child a:before{
	content: url(../breadcrumbs-home.svg);
	margin-right: 7px;
}

.select-resize-ghost, .select2-container .select2-choice, .select2-container .select2-selection, input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea{
	padding-left: 15px;
}

.quantity input[type=number]{
	padding: 0;
}

.wpcf7-response-output{
	background: var(--fs-color-primary);
	border-color: var(--fs-color-primary) !important;
	color: #374219;
	font-weight: 600;
	font-size: 13px;
	line-height: 120%;
	padding: 6px 12px !important;
}

.wpcf7 .wpcf7-not-valid-tip{
	margin-top: -5px;
}

/* FOOTER */

.prefooter .width-auto img{
	right: 0;
	left: auto;
	object-position: bottom;
}

.prefooter .width-auto .img-inner{
	margin-bottom: -130px;
	margin-top: -100px;
}

.prefooter h2{
	font-weight: 700;
	font-size: 30px;
	line-height: 100%;
	margin-bottom: 10px;
}

.prefooter p{
	font-weight: 600;
	font-size: 14.5px;
	line-height: 100%;
}

.prefooter .footer-newsletter input,
.prefooter .footer-newsletter a{
	margin: 0;
	font-weight: 700;
	font-size: 13px;
	line-height: 100%;
	padding: 17px 26px;
	height: 52px !important;
	border-radius: 52px;
}

.prefooter .footer-newsletter input[type="email"]{
	padding-right: calc(16px + 40px);
	color: #989A9D;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}

.prefooter .col{
	padding-bottom: 0;
}

.prefooter .col:has(form){
	height: auto;
	display: flex;
	align-items: center;
}

.prefooter .col-inner:has(.width-auto){
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: end;
}

.prefooter .footer-newsletter a{
	margin-left: -40px;
	color: #4F6416;
	text-transform: unset;
	display: flex;
	align-items: center;
	gap: 10px;
	flex-shrink: 0;
}

.prefooter .wpcf7-response-output{
	margin: 0 !important;
	margin-top: 15px !important;
}

.prefooter .footer-newsletter a:after{
	content: '';
	background: url(../submit-arrow.svg) no-repeat;
	background-size: contain;
	background-position: center;
	display: block;
	width: 8px;
	height: 13px;
	
}

.prefooter .footer-newsletter p{
	display: flex;
}

.prefooter form:has(.footer-newsletter){
	margin: 0;
}

.wpcf7-spinner{
	display: none;
}

.prefooter h2 span{
	color: var(--fs-color-primary);
}

.melisasi-footer p{
	font-weight: 600;
	font-size: 14.5px;
	line-height: 140%;
}

.melisasi-footer h4{
	font-weight: 700;
	font-size: 16.5px;
	line-height: 100%;
	letter-spacing: 1px;
	color: var(--fs-color-primary);
	text-transform: uppercase;
}

.align-center .icon-box-text,
.align-center .icon-box-img,
.align-center .icon-box-img .icon-inner{
	display: flex;
	align-items: center;
}

.align-center .icon-inner img{
	padding-top: 0;
}

.absolute-footer{
	display: none;
}

.aaa-odlicnost img{
	max-width: 200px;
}

.aaa-odlicnost{
    text-align: center;
    background: white;
    border-radius: 8px;
	overflow: hidden;
}

.mobile-kiwwwi{
	width: fit-content !important;
}

.mobile-kiwwwi .img-inner{
	padding: 0 !important;
}

.mobile-kiwwwi img{
	position: relative;
	height: 30px;
}

.mobile-gloating-footer-image img{
	max-height: 200px;
	width: 100%;
	object-fit: contain;
	object-position: bottom right;
}

.mobile-gloating-footer-image .img-inner{
	margin-bottom: -41px;
	z-index: 1;
}

/* no gap on page o nas */

.page-id-83 #footer > div:first-child{
	display: none !important;
}

/* END FOOTER */


/* HEADER */

.header-cart-link{
	display: flex;
	gap: 10px;
	align-items: center;
	background: #ECF2DD;
	padding: 15px 25px !important;
	border-radius: 50px;
}

.header-cart-icon img{
	display: none;
}

.header-cart-icon:before{
	content: '';
	background: url(../cart.svg) no-repeat;
	background-position: center;
	background-size: contain;
	display: block;
	width: 24px;
	height: 21px;
}

.header-cart-link:after{
	content: 'Ko' '\0161' 'arica';
	color: #454648;
	text-transform: none;
	font-weight: 700;
	font-size: 13px;
	line-height: 100%;
}

.html.custom:has(.wishlist-header-icon),
ul.header-nav .account-item{
	margin: 0;
}

.html.custom:has(.wishlist-header-icon) a{
	background: #F6F6F1;
	margin-left: 10px;
	padding: 5px 25px;
	padding-right: 20px;
	height: 52px;
	display: flex;
	align-items: center;
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
}

ul.header-nav .account-item > a{
	background: #F6F6F1;
	margin: 0;
	padding: 5px 25px;
	padding-left: 20px;
	height: 52px;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
}

ul.header-nav .account-item .icon-user:before{
	content: '';
	background: url('../account.svg') no-repeat;
	background-position: center;
	background-size: contain;
	display: block;
	width: 18px;
	height: 18px;
}

.wishlist-header-icon:before{
	content: '';
	background: url('../wishlist.svg') no-repeat;
	background-position: center;
	background-size: contain;
	display: block;
	width: 20px;
	height: 18px;
	opacity: 1 !important;
}

form.searchform input[type="search"]{
	font-weight: 500;
	font-size: 14.5px;
	line-height: 100%;
	padding: 20px 30px;
	padding-right: 40px;
	border-radius: 50px;
	height: 52px;
	color: #454648;
	box-shadow: none;
	border: 1px solid #DBDED1;
}

form.searchform i.icon-search{
    line-height: 1;
	top: 2px;
}

form.searchform i.icon-search:before{
	content: url(../search.svg);
}

form.searchform button[type="submit"]{
	background: transparent;
	border: none;
	box-shadow: none;
	opacity: 0.8;
	height: 52px;
	width: 52px;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}

form.searchform .flex-col:has(button[type="submit"]){
	margin-left: -52px;
}

form.searchform button[type="submit"]:hover{
	opacity: 1;
}

#top-bar .icon-box{
	flex-wrap: nowrap;
	align-items: center;
}

.nad-header{
	display: flex;
	gap: 25px;
}

.mail-icon,
.phone-icon{
	display: flex;
	align-items: center;
	gap: 10px;
	font-weight: 600;
	font-size: 13px;
	line-height: 100%;
	color: #454648;
}


.phone-icon:before,
.mail-icon:before{
	content: '';
	display: block;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.mail-icon:before{
	width: 14px;
	height: 14px;
	background-image: url(../mail.svg);
}

.phone-icon:before{
	width: 16px;
	height: 16px;
	background-image: url(../phone.svg);
}

.top-bar-nav.nav-right a{
	font-weight: 600 !important;
	font-size: 13px;
	line-height: 100%;
	color: #454648;
	padding: 16px 0 !important;
}

li.header-search-form{
	padding-right: 17px;
	max-width: 500px;
}

.header-nav-main.nav-left > li{
	flex: 1;
}

.header-nav-main.nav-left > li:has(> a){
	max-width: 220px;
}

.header-nav-main.nav-left > li:has(.header-search-form){
	max-width: 400px;
}

.header-nav-main.nav-left > li > a{
	display: flex;
	flex-wrap: nowrap;
	gap: 10px;
	background: #F6F6F1;
	color: #454648;
	padding: 10px 25px;
	height: 52px;
	border-radius: 50px;
}

.header-nav-main.nav-left > li > a:before{
	content: '';
	display: block;
	width: 26px;
	height: 26px;
	background-image: url(../paw.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	opacity: 1 !important;
}

.icon-angle-down{
	opacity: 1 !important;
	margin-left: auto !important;
}

.icon-angle-down:before{
	content: '';
	display: block;
	width: 12px;
	height: 8px;
	background-image: url(../header-arrow.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	transform: rotate(180deg);
	transition: transform 0.3s;
}

.current-dropdown .icon-angle-down:before{
	transform: rotate(0deg);
}

.col-inner:has(.megamenu-aside){
	height: 100%;
}

.megamenu-aside{
	height: 100%;
	padding-left: 40px;
	border-left: 1px solid #EDEDE6;
	max-height: calc(100vh - 150px);
}

.megamenu-aside .icon-box,
.light-green-bg-stack .icon-box{
	align-items: center;
}

.megamenu-aside .icon-box svg,
.light-green-bg-stack .icon-box svg{
	display: block;
	padding: 0 !important;
}

.megamenu-aside .small-icon .icon-box-img{
	width: 14px !important;
}

.megamenu-aside h5,
.light-green-bg-stack h5{
	font-weight: 600;
	font-size: 14.5px;
	line-height: 100%;
	margin-bottom: 5px;
}

.megamenu-aside h4{
	font-weight: 500;
	font-size: 14.5px;
	line-height: 100%;
}

.megamenu-aside p,
.light-green-bg-stack p{
	font-weight: 500;
	font-size: 12px;
	line-height: 100%;
	margin-bottom: 0;
}

.megamenu-aside .stack-row,
.light-green-bg-stack{
	background: #ECF2DD;
	border-radius: 12px;
	padding: 22px 27px;
}

[data-icon-label]:after{
	background: var(--fs-color-primary);
	font-size: 10px;
}

#header .top-divider{
	display: none;
}

.sidebar-menu ul.nav-sidebar li{
	border: none;
}

.mobile-menu-heart-account{
	display: flex;
    width: 100%;
}

.sidebar-menu ul.nav-sidebar li.header-search-form{
	padding-bottom: 0;
	max-width: 100%;
}

.sidebar-menu ul.nav-sidebar .header-block-block-1 > section{
	padding: 0 !important;
}

.mobile-menu-heart-account .wishlist-header-icon{
	margin: 0 !important;
	border-radius: 50px;
	gap: 12px;
}

.mobile-menu-heart-account .wishlist-header-icon:after{
	content: 'Seznam želja';
}

.mobile-menu-heart-account a,
.mobile-menu-heart-account .wishlist-header-icon:after{
	font-weight: 500 !important;
	font-size: 14.5px !important;
	line-height: 100% !important;
	color: #454648 !important;
}

.mobile-menu-heart-account a{
	border: none;
    flex: 1;
    justify-content: center;
	box-shadow: none !important;
}

.mobile-menu-heart-account .icon-user:before {
    content: '';
    background: url(../account.svg) no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
    width: 18px;
    height: 18px;
}

/* MEGAMENU */

.sidebar-menu ul.nav-sidebar .header-block-block-1 > section .col{
	flex-basis: 100%;
	max-width: 100%;
}

.sidebar-menu ul.nav-sidebar .header-block-block-1 > section .megamenu-slider > div{
	width: 100%;
}

.sidebar-menu ul.nav-sidebar .header-block-block-1 > section .fly-megamenu img{
    object-position: bottom right;
}

.sidebar-menu ul.nav-sidebar .header-block-block-1 > section .megamenu-aside{
	padding-left: 0;
	padding-top: 30px;
	border: none;
	border-top: 1px solid #EDEDE6;
}

.sidebar-menu ul.nav-sidebar .header-block-block-1 > section .megamenu-aside > *,
.sidebar-menu ul.nav-sidebar .header-block-block-1 > section .megamenu-aside .stack > *{
    --stack-gap: 40px !important;
}

.sidebar-menu ul.nav-sidebar .header-block-block-1 > section .megamenu-aside > div:first-child{
	padding: 0 10px;
}

.sidebar-menu ul.nav-sidebar .header-block-block-1 > section .megamenu-aside .stack-row{
	flex-direction: column;
}

.sidebar-menu ul.nav-sidebar .header-block-block-1 > section .megamenu-aside .stack-row>*~* {
    margin-left: 0 !important;
    margin-top: var(--stack-gap) !important;
}

.off-canvas .sidebar-menu{
	padding-bottom: 0;
}

.sidebar-menu ul.nav-sidebar .header-block-block-1 > section .large-4{
	padding-bottom: 15px;
}

/* END MEGAMENU */

/* mobile menu down */

.mobile-sidebar,
.mobile-sidebar .sidebar-menu,
.mobile-sidebar .sidebar-menu .nav-sidebar{
	height: 100%;
	padding: 0;
}

.mobile-sidebar .sidebar-menu .nav-sidebar li:last-child{
	margin-top: auto;
}

.mfp-wrap:has(.nav-sidebar) .mfp-close{
	top: 6px;
    left: 0;
    height: 58px;
    width: 86px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    color: transparent;
    border: none;
}

.mfp-wrap:has(.nav-sidebar){
	top: 70px !important;
}

body:has(.mfp-wrap .nav-sidebar) .mfp-bg{
	display: none;
}

.mfp-content:has(.sidebar-menu){
	top: 70px;
	background: #FFF;
}

.off-canvas-right .mfp-content, .off-canvas-left .mfp-content {
	--drawer-width: 100% !important;
	box-shadow: none;
}

#masthead ul.mobile-nav.nav-right li a {
    margin: -20px !important;
    padding: 10px 20px !important;
    height: 58px;
    width: 90px;
	border-radius: 0;
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
	color: #80A420;
}

#masthead ul.mobile-nav.nav-left li a {
    margin: -20px !important;
    padding: 10px 20px !important;
    height: 58px;
    width: 90px;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
    text-align: center;
    background: #F6F6F1;
    display: flex;
    align-items: center;
    justify-content: center;
	color: #80A420;
}

#masthead ul.mobile-nav.nav-left li a .icon-menu{
	display: flex;
	align-items: center;
	gap: 5px;
}

#masthead ul.mobile-nav.nav-left li .icon-menu:before{
	content: '';
	background-image: url(../mobile-menu.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
    width: 22px;
    height: 26px;
	display: block;
}

#masthead ul.mobile-nav.nav-left li .icon-menu:after{
	content: '';
	background-image: url(../paw-green.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
    width: 26px;
    height: 26px;
	display: block;
}

.has-off-canvas-left:has(.mfp-wrap .nav-sidebar) #masthead ul.mobile-nav.nav-left li i:before{
	background-image: url(../close.svg);
    width: 20px;
    height: 20px;
}

/* end mobile menu down */

/* END HEADER */

/* HOMEPAGE */

.hero-section h2{
	font-weight: 700;
	font-size: 45px;
	line-height: 100%;
}

.absolute-button{
	position: absolute;
    bottom: -30px;
	left: 15px;
	right: 15px;
	width: calc(100% - 30px) !important;
    transform: translateY(50%);
}

.pomladna-kolekcija{
	position: absolute;
	bottom: 19.6px;
	top: 0;
}

.col-inner:has(.pomladna-kolekcija){
	min-height: 650px;
}

.col-inner:has(.pomladna-kolekcija),
.pomladna-kolekcija{
	height: 100%;
}

.pomladna-kolekcija,
.pomladna-kolekcija .banner-bg{
	border-radius: 12px;
}

.pomladna-kolekcija h6{
	font-weight: 600;
	font-size: 18px;
	line-height: 100%;
	text-transform: uppercase;
}

.pomladna-kolekcija h4{
	font-weight: 700;
	font-size: 30px;
	line-height: 141%;
}

.pomladna-kolekcija .button{
	color: #D94FB0 !important;
}

.pomladna-kolekcija .button:after{
	background-image: url(../submit-arrow-pink.svg);
}

.light-button{
	background: #F6F6F1;
	margin-bottom: -30px !important;
}

/* END HOMEPAGE */

/* PRODUCT LOOP */

.product-small .box-image{
	border-radius: 12px;
}

.product-small .box-image img{
	background: #FFF;
	object-fit: contain;
	aspect-ratio: 1 / 1;
}

.product-small .product-title a{
	font-weight: 600;
	font-size: 15px;
	line-height: 100%;
	color: #454648 !important;
}

.product-small .product-title{
	margin-top: 4px;
}

.product-small .price-wrapper{
	margin-top: 7px;
}

.product-small .price-wrapper *{
	font-weight: 600;
	font-size: 15px;
	line-height: 100%;
	color: #737477;
}

/* END PRODUCT LOOP */

/* PRODUCT SLIDER */

.slider-nav-reveal .flickity-prev-next-button.next,
.slider-nav-reveal .flickity-prev-next-button.previous{
	height: 40px;
    width: 40px !important;
    padding: 7px;
    border-radius: 40px;
    bottom: 50%;
	top: unset;
    box-shadow: 0 0px 15px 0 rgba(0, 0, 0, .3);
}

.slider-nav-reveal .flickity-prev-next-button.next:hover,
.slider-nav-reveal .flickity-prev-next-button.previous:hover{
    box-shadow: 0 0px 15px 0 rgba(0, 0, 0, .3) !important;
	background: white !important;
}

.slider-nav-reveal .flickity-prev-next-button.next svg,
.slider-nav-reveal .flickity-prev-next-button.previous svg{
	margin-top: 0;
	padding: 10px !important;
}

.slider-nav-reveal .flickity-prev-next-button.next{
	right: 10px !important;
}

.slider-nav-reveal .flickity-prev-next-button.previous{
	left: 10px !important;
}

/* END PRODUCT SLIDER */

/* O NAS */

.page-hero-section h6{
	font-weight: 700;
	font-size: 17.5px;
	line-height: 100%;
	color: var(--fs-color-primary);
}

.page-hero-section h2{
	font-weight: 700;
	font-size: 45px;
	line-height: 100%;
}

.page-hero-section p{
	font-weight: 600;
	font-size: 15px;
	line-height: 134%;
	text-align: justify;
}

.page-hero-section .col:first-child:before{
	content: url(../o-nas.svg);
	position: absolute;
	bottom: -130px;
	left: 15px;	
    transform: translateY(13%);
}

/* END O NAS */

/* KONTAKT */

.contact-form-wrapper input[type="email"],
.contact-form-wrapper input[type="text"],
.contact-form-wrapper input[type="tel"],
.contact-form-wrapper select,
.contact-form-wrapper textarea{
	height: 48px !important;
	border-radius: 12px;
	box-shadow: none;
	border: 1px solid #D9E5DC;
	font-weight: 600;
	font-size: 14.5px;
	line-height: 100%;
	margin: 0;
}

.contact-form-wrapper p,
.contact-form-wrapper .wpcf7-list-item-label{
	font-weight: 600;
	font-size: 14.5px;
	line-height: 18px;
}

.contact-form-wrapper p{
	margin-bottom: 15px;
}

.contact-form-wrapper label:has(input[type="checkbox"]){
	display: flex;
	gap: 10px;
	align-items: center;
	cursor: pointer;
}

.contact-form-wrapper input[type="checkbox"]{
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	width: 23px;
	height: 23px;
	border: 1px solid #00000017;
	border-radius: 5px;
	background-color: #F6F6F1;
	cursor: pointer;
	margin: 0px;
	flex-shrink: 0;
}

.contact-form-wrapper input[type="checkbox"]:checked{
	background-color: var(--fs-color-secondary);
	box-shadow: inset 0px 0px 0px 4px #F6F6F1;
	border-color: #00000017;
}

/* END KONTAKT */

/* KJE KUPITI IZDELKE */

.wpsl-directions{
	display: none;
}

.wpsl-store-location > p strong{
	font-size: unset !important;
}

#wpsl-result-list a{
	color: #454648;
}
#wpsl-search-wrap form {
	display: flex;
	align-items: end;
}
#wpsl-wrap #wpsl-gmap{
	margin: 0;
	position: relative;
}

#wpsl-wrap{
	position: relative;
	margin: 0;
}

#wpsl-result-list{
	margin: 0;
	padding: 0;
	padding-right: 20px;
}

.wpsl-search{
	margin: 0;
	padding: 0;
	padding-bottom: 20px;
	background: none;
}

#wpsl-result-list{
	padding-top: 0px;
	padding-right: 10px;
}

#wpsl-search-wrap{
	display: flex;
}

#wpsl-search-wrap input{
	width: 100%;
	margin: 0;
	align-self: end;
}

.wpsl-search-btn-wrap{
	display: flex;
	position: relative;
}

.wpsl-search-btn-wrap input{
	text-indent: -9999px;
	overflow: hidden;
}

.wpsl-search-btn-wrap:after{
	content: '';
	width: 100%;
	height: 100%;
	background-image: url(../search.svg);
	background-size: 18px;
	background-position: center;
	background-repeat: no-repeat;
	pointer-events: none;
	position: absolute;
}

.wpsl-input label, #wpsl-radius label, #wpsl-category label{
	width: fit-content !important;
}

#wpsl-search-wrap div{
	margin: 0 !important;
}

#wpsl-gmap{
	width: 67%;
}

input#wpsl-search-btn,
input#wpsl-search-input{
	line-height: 16px;
	border: 1px solid #8F8F8F;
	height: 40px !important;
	margin: 0 !important;
}

input#wpsl-search-btn{
	box-shadow: none;
    padding: 20px 30px;
    border-radius: 50px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
    height: 52px !important;
	background: transparent;
    color: #454648;
    box-shadow: none;
    border: 1px solid #DBDED1;
	border-left: none;
}

input#wpsl-search-input{
    font-weight: 500;
    font-size: 14.5px;
    line-height: 100%;
    padding: 20px 30px;
    padding-right: 40px;
    border-radius: 50px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
    height: 52px !important;
    color: #454648;
    box-shadow: none;
    border: 1px solid #DBDED1;
	border-right: none;
}

#wpsl-stores{
	padding-right: 10px;
}

#wpsl-stores::-webkit-scrollbar {
	width: 6px;
}

#wpsl-stores::-webkit-scrollbar-track {
  background: #E9E9E9; 
  border-radius: 10px;
}

#wpsl-stores::-webkit-scrollbar-thumb {
  background: var(--fs-color-primary);
  border-radius: 10px;
}

#wpsl-stores::-webkit-scrollbar-thumb:hover {
  box-shadow: inset 0 0 0 100px rgba(0,0,0,.2);
}

#wpsl-stores .wpsl-directions{
	text-decoration: underline;
}

.wpsl-store-location > p strong{
	font-size: 18px;
	text-transform: uppercase;
}

.wpsl-store-location p{
	margin-bottom: 5px !important;
}

.wpsl-store-location > p:has(.wpsl-store-details){
	display: none;
}

@media screen and (min-width: 1149px){
	.wpsl-search,
	#wpsl-result-list{
		width: 30%;
		margin: 0;
	}

	#wpsl-wrap #wpsl-gmap{
		position: absolute !important;
		width: 70%;
		top: 0;
		right: 0;
		bottom: 0;
		height: 100% !important;
	}
	
	.wpsl-search{
		padding-right: 20px;
	}
}

@media (max-width: 675px){
	#wpsl-gmap{
		width: 100%;
	}
	
	#wpsl-result-list{
		padding-right: 0;
		padding-top: 10px;
	}
}

/* END KJE KUPITI IZDELKE */

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/

	/* FOOTER */
	
	.prefooter .width-auto .img-inner{
		margin-top: 0px;
		margin-bottom: -150px;
		max-width: 350px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.prefooter .width-auto img{
		top: -30px;
	}
	
	/* END FOOTER */
	
	/* HEADER */
	
	.header-cart-link:after{
		display: none;
	}
	
	#masthead #logo{
		width: 135px;
	}
	
	/* END HEADER */
	
	/* HOMEPAGE */
	
	.hero-section h2{
		font-size: 26px;
	}
	
	.pomladna-kolekcija h6{
		font-size: 13px;
	}
	
	.pomladna-kolekcija h4{
		font-size: 22px;
	}
	
	/* END HOMEPAGE */

}

@media only screen and (max-width: 1000px) {
	.header-cart-link:after{
		display: none;
	}
}

@media (max-width: 849px) {
    .header-main {
        height: 70px !important;
    }
	
	.delovni-cas-footer p{
		background: var(--fs-color-primary);
		border-radius: 9px;
		padding: 20px 25px;
		font-weight: 600;
		font-size: 13px;
		line-height: 164%;
		color: #374219;
	}
}

@media (max-width: 549px) {	
	.melisasi-footer{
		padding-bottom: 0 !important;
	}
	
	.prefooter h2{
		font-size: 18px;
	}
	
	.prefooter p{
		font-size: 13px;
	}
	
	/* O NAS */
	
	.o-nas-member-wrapper{
		background: transparent !important;
	}
	
	.page-hero-section .col:first-child:before{
		content: '';
		background-image: url(../o-nas.svg);
		background-repeat: no-repeat;
		background-size: 100% auto;
		background-position: bottom;
		width: 90%;
		aspect-ratio: 127 / 20;
		pointer-events: none;
        transform: translateY(4%);
	}
	
	/* END O NAS */
}


/* THANK YOU PAGE */

.thank-you-check-icon{
	width: 90px;
	height: 90px;
	background: url(../thank-you-check.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.thank-you-wrapper{
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 30px;
	max-width: 250px;
	margin: 50px auto;
}

.thank-you-wrapper p b{
	font-weight: 700;
	font-size: 24px;
	line-height: 100%;
	text-align: center;
}

.thank-you-wrapper p{
	font-weight: 600;
	font-size: 13px;
	line-height: 100%;
	text-align: center;
	margin-bottom: 0;
}

/* END THANK YOU PAGE */

/* MY ACCOUNT */

.page-template-page-my-account .my-account .button{
    padding: 5px 10px;
    height: unset;
}

.page-template-page-my-account .my-account .woocommerce-orders-table__cell-order-actions .button{
	margin-right: 5px;
	display: inline;
}

.page-template-page-my-account .my-account .woocommerce-orders-table__cell-order-actions .button:last-child{
	margin-right: 0px;
}


/* WISHLIST */

.wishlist-title-container svg{
	width: 20px;
}

.wishlist-title-container .edit-title-buttons svg{
	width: 26px;
}

.wishlist-title-container .show-title-form{
	display: none;
}