/*
Theme Name: brilli
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 12.50
*/

/* FONTS */
@font-face {
    font-family: "Brilli";
    font-display: swap;
    src: url("/wp-content/themes/brilli/fonts/Bitter-VariableFont_wght.ttf");
}

@font-face {
    font-family: "Light";
    font-display: swap;
    src: url("/wp-content/themes/brilli/fonts/Mulish-VariableFont_wght.ttf");
}

div#top-bar {
    background: #f3f3f3;
}

p {
	line-height: 1.4em;
}

p.shipping-p {
    font-size: 14px;
    color: #0a132e;
    font-family: 'Light';
    font-weight: 400;
}

.menu-item a.nav-top-link {
    font-family: "Brilli";
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: #0a132e;
    text-transform: uppercase;
    font-style: normal;
}

.nav > li.active > a {
    color: #b6977d;
}

.nav-spacing-xlarge > li {
    margin: 0 30px;
}

.header-inner li.menu-item:not(:first-child):before {
    content: "";
    width: 4px;
    height: 4px;
    background: #b6977d;
    position: relative;
    left: -32px;
    border-radius: 99px;
    display: inline-block;
    transform: translateY(-50%);
    top: 50%;
}

.menu-item a.nav-top-link:hover {
    color: #b6977d;
}

li.html.header-button-1 .header-button .button {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 25px;
    padding-right: 25px;
}

li.html.header-button-1 .header-button .button span {
    font-family: "Brilli";
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.5px;
    font-style: normal;
}

li.html.header-button-1 .header-button .button:hover {
    background: #0a132e;
    box-shadow: none;
    color: #fff !important;
}

.header-wrapper.stuck {
    box-shadow: none;
    border-bottom: 1px solid #e5e5e5;
}

.stuck div#masthead {
    background: #fff;
}

ul.header-nav.header-nav-main.nav.nav-right.nav-spacing-xlarge li {
    margin-left: 14px;
    margin-right: 14px;
}

.main-sec .section-bg.fill img,
.main-sec .section-bg.fill .section-bg-overlay {
    border-radius: 30px;
}

p.sub-tit span {
    border: 1px solid #b7977d;
    border-radius: 99px;
    width: 22px;
    height: 22px;
    display: inline-block;
    text-align: center;
    line-height: 17px;
    font-size: 22px;
    background: #b7977d;
    color: #ffffff;
    margin-right: 5px;
}

p.sub-tit {
    color: #fff;
    text-transform: uppercase;
    font-family: 'Light';
    width: fit-content;
    font-size: 14px !important;
    font-weight: 800;
    background: #ffffff14;
    backdrop-filter: blur(1px);
    padding: 6px 10px 6px 7px;
    border: 1px solid #fff2e11f;
    border-radius: 99px;
    font-weight: 500;
    line-height: 1;
}

h1.main-tit {
    color: #fff;
    font-family: "Brilli";
    font-weight: 700;
    margin-bottom: 20px;
}

h2.second-tit {
    font-weight: 400;
    margin-bottom: 20px;
}

.shop-page-title.featured-title .title-bg:before {
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.25);
}

@media(max-width: 550px){
    .main-sec:after {
        content: "";
        width: 24vw;
        height: 20vw;
        background-image: url(/wp-content/uploads/2024/11/vzorec-brilli.svg);
        display: block;
        position: absolute;
        background-size: contain;
        background-repeat: no-repeat;
        right: 3.5vw;
        bottom: -7px;
        max-height: 400px;
        max-width: 500px;
    }
}


@media(min-width: 1600px) {
    div#masthead .header-inner {
        padding: 0px 60px;
    }
}

@media(max-width: 1599px) {
    .hero-col .col-inner {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}

@media(min-width: 1500px) {
    .logo-left .logo {
        margin-right: 60px;
    }
}

@media(max-width: 1499px) {
	
	#logo {
    	width: 100px !important;
	}
	
	p.shipping-p {
    font-size: 13px !important;
}
	
	.header-top {
    min-height: 30px !important;
}
	
	p.ic-tit {
    font-size: 16px;
}
	
	
}

@media(min-width: 850px){
    .home .is-divider.divider.clearfix {
        display: none;
    }
}

@media(max-width: 1319px) {

    ul.header-nav.header-nav-main.nav.nav-left.nav-spacing-xlarge,
    .flex-col.hide-for-medium.flex-right {
        display: none !important;
    }

    .flex-col.show-for-medium.flex-left,
    .flex-col.show-for-medium.flex-right {
        display: block !important;
    }

    div#logo {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        z-index: 9999 !important;
        margin: 0 !important;
    }
	
	#logo {
    	width: 100px !important;
	}
	
	div#masthead {
    	height: 75px !important;
	}
	
	.header.show-on-scroll, .stuck .header-main {
    	height: 70px !important;
	}

    .flex-col.hide-for-medium.flex-left {
        display: none;
    }
	
	p {
    	font-size: 16px !important;
	}
	
h1.main-tit {
    font-size: 1.4em;
    line-height: 1.3em;
    margin-bottom: 20px;
}
}

@media(min-width: 850px) {
    .main-sec {
        padding-left: 65px !important;
        padding-right: 65px !important;
    }
}

@media(max-width: 849px) {
    .main-sec {
        padding-left: 25px !important;
        padding-right: 25px !important;
    }

    .header-main {
        height: 90px !important;
    }
}

.btn-m {
    width: fit-content;
}

.btn-m .pov {
    background: #b6977d !important;
    color: #fff;
    font-family: "Brilli";
    padding: 16px 35px;
    border-radius: 99px;
    font-weight: 600;
    transition: all .3s;
    border: 1px solid #b6977d;
    font-size: 16px;
}

.btn-m.hero {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeUp 1s ease-out forwards;
    animation-delay: 0.5s;
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.btn-m .pov svg {
    width: 10px;
    height: 10px;
    margin-left: 8px;
    transition: transform 0.3s ease-in-out;
}

:not(.main-sec) .btn-m .pov svg line {
    fill: none;
    stroke: #fff;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-dasharray: 20px;
    stroke-dashoffset: 0px;
    transition: stroke-dashoffset 0.4s cubic-bezier(0.61, 1, 0.88, 1), stroke 0.4s;
}

.btn-m:hover a {
    background: #fff !important;
    color: #0a132e;
    border: 1px solid #fff;
}

.btn-m:hover a svg line {
    stroke: #0a132e;
    stroke-dashoffset: 40px;
    transition: stroke-dashoffset 0.4s cubic-bezier(0.61, 1, 0.88, 1);
}

.btn-m.outlined:hover a {
    background: #b6977d !important;
    color: #fff;
    border-color: #b6977d;
}

.btn-m.outlined:hover a svg line {
    stroke: #fff !important;
}

.btn-m.outlined a svg line {
    stroke: #b6977d !important;
}

.btn-m.outlined a {
    border: 1px solid #b6977d;
    background: #fff !important;
    color: #b6977d;
}

@media(max-width: 549px) {
    :not(.main-sec) .btn-m a {
        padding: 10px 20px !important;
        font-size: 16px !important;
    }

    .main-sec:after {
        width: 28vw;
        height: 25vw;
        z-index: 1;
    }

    div#masthead,
    .stuck div#masthead {
        height: 75px !important;
    }

    #logo {
        width: 95px !important;
    }
}

.main-sec {
    position: relative;
}

p.ic-tit {
    font-family: "Brilli";
    color: #0a132e;
    font-weight: 600;
    margin-bottom: 0px;
}

p.ic-desc {
    font-family: 'Light';
    font-size: 13px !important;
}

.aligning {
    align-items: center;
}

h2.scnd-tit {
    font-family: "Brilli";
    font-weight: 600;
    line-height: 1.3em;
    color: #0a132e;
}

p.sub-tit-rounded {
    padding: 4px 12px;
    display: inline-block;
    background: transparent;
    border-radius: 30px;
    font-weight: 600;
    font-size: 11px !important;
    line-height: 21px;
    letter-spacing: .5px;
    color: #b6977d;
    text-transform: uppercase;
    font-family: 'Light';
    border: 1px dashed #b6977d;
}

.storitev {
    background-color: #f5f5f5;
    padding: 0px;
    border-radius: 31px;
    position: relative;
    overflow: hidden;
	border: 1px solid #d5c6b9 !important;
}

@media(min-width: 550px){
.content-s {
    padding: 0px 20px 40px 20px;
}
}


.storitev .slika .img-s {
    transition: all .4s ease-in-out;
    width: 100%;
    border: 7px solid #fefefe;
    border-radius: 30px;
}

img.ikona-s {
    width: 75px;
    border: 5px solid #fff;
    border-radius: 100%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-top: -40px;
    background: #fff;
    margin-bottom: 15px;
}

.content-s h3 {
    font-family: "Brilli";
    font-size: 1.5em;
    line-height: 1.3;
    margin-bottom: 15px;
    font-weight: 600 !important;
    text-align: center;
}

.content-s p {
    text-align: center;
    font-family: 'Light';
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 30px;
    color: #0a132e !important;
}

.btn-m.hero.s-s {
    left: 50%;
    position: relative;
    transform: translateX(-50%) !important;
}

.btn-m.hero.s-s .pov {
    background: #b5977d !important;
    color: #ffffff;
    border-color: #b5977d !important;
}

.btn-m.hero.s-s .pov svg line {
    stroke: #ffffff !important;
}

.storitev:hover .slika .img-s {
    border-color: #d5c6b9 !important;
}

.storitev:hover .btn-m.hero.s-s .pov {
    border: 1px solid #0a132e !important;
    background: #0a122d !important;
    color: #ffffff !important;
}

.btn-m.hero.s-s:hover .pov {
    background: #0a132e !important;
    color: #fff !important;
}

.btn-m.hero.s-s:hover svg line {
    stroke: #fff !important;
}

.storitev .ikona-s {
    transition: transform 0.3s;
    transform-style: preserve-3d;
}

.storitev:hover .slika .ikona-s {
    transform: translateX(-50%) scaleX(-1);
}

.storitev:hover .btn-m.hero.s-s svg line {
    stroke: #fff !important;
}

ul.postopek {
    list-style-type: decimal;
    font-size: 16px;
    font-family: "Brilli";
    color: #0a132e;
    font-weight: 600;
}

ul.postopek li::marker {
    color: #b6977d;
    margin-right: 10px;
    font-weight: 500;
    font-size: 19px;
}

ul.postopek li {
    padding-left: 3px;
    margin-bottom: 4px;
}

p.sub-tit-rounded.wh {
    background: #fff;
}

.mi-auto {
    margin-inline: auto !important;
}

.accordion.acs .accordion-item {
    margin-bottom: 20px;
}

.acs a.plain {
    background: #fff;
    border-radius: 99px;
    border: 0px;
    font-family: "Brilli";
    color: #0a132e;
    font-size: 18px;
    font-weight: 500;
}

.acs a.plain button {
    right: 5px;
    position: absolute;
    left: unset;
    background: #fff;
    color: #b6977d;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
}

.acs a.plain button i {
    color: #b6977d;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
}

.main-sec.not-aft:after {
    display: none;
}

.acs a.plain {
    background: #f3f3f3;
    border-radius: 99px;
    border: 0px;
    font-family: "Brilli";
    color: #0a132e;
    font-size: 18px;
    font-weight: 500;
    padding-top: 17px;
    padding-bottom: 17px;
}

h3.thrd-tit {
    font-family: "Brilli";
    font-weight: 400;
}

p {
    font-family: 'Light';
    font-size: 17px;
}

.brilli-product-long-description p {
    font-size: 1rem;
}

.ic-b {
    border: 2px solid #f5f5f5;
    padding: 25px;
    border-radius: 10px;
}

.ic-b .icon-box-text.last-reset {
    border-left: 2px solid #f5f5f5;
    padding-left: 25px;
    margin-left: 25px;
}

h2.scnd-tit span {
    font-weight: 300;
}

.icas .icon-box-img {
    background: #f3f3f3;
    border-radius: 99px;
    transition: all .25s ease-in-out;
}

.icas .icon-box-img:hover {
    background: #fff2e1;
}

.acs .accordion-title.plain.active .toggle {
    background: #b6977d;
}

.acs .accordion-title.plain.active .toggle i {
    color: #fff;
}

p strong {
    color: #0a132e;
}

p.foot-tit {
    font-family: "Brilli";
    font-weight: 600;
    font-size: 18px !important;
    margin-bottom: 15px;
}

ul.foot-menu {
    list-style-type: none;
}

ul.foot-menu li a {
    font-family: 'Light';
}

ul.foot-menu li {
    margin-left: 0px;
}

img.intop {
    width: 47px;
    position: relative;
    top: -2px;
    margin-left: 17px;
}

.col-foot p {
    margin-bottom: 0px;
    font-size: 15px;
    font-weight: 300;
}

.col-foot .col-inner {
    padding: 10px 15px;
    border-radius: 99px;
}

.absolute-footer.dark {
    display: none;
}

a#top-link {
    position: absolute !important;
    left: 50%;
    right: unset;
    transform: translateX(-50%);
    bottom: 83px;
    background: #b6977d;
    border-color: #b6977d;
    color: #fff;
}

.f-ic a {
    background: #fff;
    width: 45px;
    height: 45px;
    display: inline-block;
    text-align: center;
    border-radius: 99px;
    line-height: 45px;
    color: #0a132e;
}

@media(min-Width: 850px) {
    .bg-w {
        background: #fff !important;
    }
}

@media(max-width: 849px) {
    .btn-m.hero.all {
        margin-inline: auto;
    }

    ul.postopek li {
        padding-left: 3px;
        width: fit-content;
        text-align: left;
    }
    .storitev {
        margin-bottom: 15px;
    }
}

@media(max-width: 549px) {
    p.ic-desc {
        font-size: 12px;
    }

    p.ic-tit {
        font-size: 16px;
    }

    .icas .icon-box-img {
        width: 70px !important;
    }

    .sl-icas ol.flickity-page-dots {
        bottom: -30px;
    }

    .sl-icas ol.flickity-page-dots li.dot {
        border-color: #0a132e;
        width: 10px;
        height: 10px;
        border-width: 1px !important;
    }

    p {
        font-size: 14px;
    }

    p.sub-tit-rounded {
        padding: 1px 10px;
        font-size: 9px !important;
    }

    h2.scnd-tit {
        line-height: 1.25;
    }

    .storitev {
        background-color: #f5f5f5;
        padding: 7px 7px 14px;
    }

    img.ikona-s.lazy-load-active {
        width: 52px;
        border: 3px solid #fff;
        margin-top: -30px;
        margin-bottom: 5px;
    }

    .storitev .slika .img-s {
        border: 3px solid #fefefe;
    }

    .content-s h2 {
        font-size: 17px;
		margin-bottom: 10px;
        line-height: 1.4;
		margin-top: 10px;
    }

    .content-s p {
        font-size: 14px;
        line-height: 1.5;
        margin-bottom: 20px;
    }

    :not(.main-sec) .btn-m.hero.s-s .pov {
        font-size: 15px !important;
        padding: 7px 12px !important;
        display: flex;
        align-items: center;
    }

    :not(.main-sec) .btn-m a svg {
        width: 6px;
        height: 6px;
        margin-left: 4px;
    }

    :not(.main-sec) .btn-m :not(.pov) {
        display: none !important;
    }

    .storitve > .col {
        padding-left: 5px;
        padding-right: 5px;
    }

    ul.postopek {
        font-size: 14px;
    }

    ul.postopek li::marker {
        font-size: 17px;
    }

    .ic-b {
        display: block;
        text-align: center;
    }

    .ic-b .icon-box-text.last-reset {
        border: 0px;
        padding: 0px;
        margin: 0px;
        margin-top: 15px;
    }

    .icas .icon-box-img {
        margin-inline: auto;
    }

    .acs a.plain {
        padding-right: 55px;
        line-height: 1.4em;
    }

    .accordion.acs .accordion-inner {
        padding-left: 15px;
        padding-right: 15px;
    }

    .content-s h3 {
        font-size: 1.3em;
    }

    nav.woocommerce-breadcrumb.breadcrumbs {
        font-size: 13px !important;
    }
    
}

a.home-logo img {
    width: 115px !important;
}

.mfp-container.mfp-s-ready.mfp-inline-holder {
    background: #ffffff;
}

.mfp-content {
    padding-top: 0px !important;
}

.mobile-sidebar .nav li.menu-item a {
    font-family: "Brilli";
    font-weight: 400;
}

li.tor-att.aktiven > a:before {
    background: #b7977d;
}

ul.t-ul {
    background: #fff;
    margin-top: 15px;
    list-style-type: none;
    border-radius: 0px;
    margin-bottom: 15px !important;
    border-top: 2px dashed #ddd;
    padding-top: 15px;
}

.t-ul li a {
    color: #0a132e;
    font-family: "Brilli";
    font-size: 16px;
    height: 50px;
    display: block;
    line-height: 3.1;
}

.t-ul li {
    background: #fff;
    padding: 0 10px;
    border-radius: 0;
    border: 0;
    margin-bottom: 6px;
    margin: 0 !important;
    margin-bottom: 6px !important;
    border-radius: 10px
}

.t-ul li:last-child {
    margin-bottom: 0 !important;
}

p.t-tit {
    font-family: "Brilli";
    font-size: 20px !important;
    font-weight: 600;
    margin-bottom: 27px !important;
    color: #0a132e;
}

li.tor-att {
    background: 0 0;
    width: 92% !important;
    margin-right: 0 !important;
    margin-left: auto !important;
	position: relative;
}

ul.t-ul > li.tor a:before {
    content: "";
    width: 7px;
    height: 7px;
    display: inline-block;
    background: #0a132e;
    border-radius: 100%;
    position: relative;
    top: -2px;
    margin-right: 9px;
}

li.tor a:after {
    content: "";
    width: 23px;
    height: 21px;
    display: inline-block;
    position: relative;
    top: 6px;
    margin-left: 5px;
    background-image: url(/wp-content/uploads/2025/04/arrow-right-icon.svg);
    background-size: contain;
}
li.tor-att a:before {
    content: "";
    width: 22px;
    height: 22px;
    display: inline-block;
    position: relative;
    top: 5px;
    margin-right: 10px;
    background: #f3f3f3;
    border-radius: 3px;
}

li.tor-att {
    border: 3px solid #fff;
}

li.tor-att a {
    height: 35px;
    min-height: auto;
    line-height: 2.5
}

.t-ul li:hover {
    background: #f3f3f3;
}

.t-ul li.tor-att:hover {
    background: #fff
}

li.tor.aktiven {
    background: #f3f3f3;
}

li.tor-att.aktiven a,
li.tor.aktiven a {
    font-weight: 700;
}

li.tor.aktiven a {
    text-decoration-color: #b6977d !important;
}

/*.mobile-sidebar .t-shop-bar {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
}

.mobile-sidebar p.t-tit {
    display: none;
}

.mobile-sidebar ul.t-ul {
    padding-left: 15px;
    padding-right: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 10px;
    background: #fff;
}

.mobile-sidebar .t-ul li {
    background: #f3f3f3;
}

.mobile-sidebar li.tor-att {
    border: 3px solid #f3f3f3;
    background: #fff;
}*/

a.home-logo {
    justify-content: center;
    padding: 0px !important;
    margin-bottom: 15px;
}

.shop-page-title.featured-title .title-bg {
    background-position: 100% 75% !important;
}

.woocommerce .featured-title .page-title-inner {
    padding-top: 50px;
    padding-bottom: 50px;
}

h1.shop-page-title.is-xlarge {
    font-size: 50px;
    font-family: "Brilli";
}

nav.woocommerce-breadcrumb.breadcrumbs {
    font-family: 'Light';
    font-size: 15px;
}

li.tor-att.aktiven > a:after {
    content: "";
    width: 25px;
    height: 25px;
    background-image: url(/wp-content/uploads/2026/03/check-white-bolded.svg);
    left: 9px;
    background-size: contain;
    position: absolute;
    display: block;
    top: 7px;
}

li.tor-att:not(.aktiven):hover > a:after {
    content: "";
    width: 25px;
    height: 25px;
    background-image: url(/wp-content/uploads/2026/03/check-brown-bolded.svg);
    left: 9px;
    background-size: contain;
    position: absolute;
    display: block;
    top: 7px;
}

li.tor-att.aktiven {
    /*border-color: #b7977d7a;
    border-width: 1px;*/
    background: #fff;
    position: relative;
}

li.tor.aktiven > a:before {
    background: #b6977d !important;
}

li.tor.aktiven a {
    color: #0a132e;
    text-decoration: underline;
    text-decoration-color: #b7977d;
}

.woocommerce h2,
.woocommerce h3 {
    font-family: "Brilli";
}

.woocommerce h3 {
    font-weight: 400;
}

select.orderby {
    background-color: #ffffff40 !important;
}

a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    font-family: "Brilli";
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 10px;
}

span.price {
    font-family: 'Light';
    font-size: 1.1rem;
}

.add-to-cart-button a {
    font-family: "Brilli";
    border-width: 1px !important;
    line-height: 2.3 !important;
    font-size: 13px !important;
}

.badge-container.absolute.left.top.z-1 {
    margin-top: 0px;
}

.badge-inner.secondary.on-sale {
    border-radius: 0px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: #b6977d !important;
    font-family: 'Light';
    padding: 7px;
}

.callout.badge.badge-circle {
    margin: 0px;
}

.has-equal-box-heights .box-image {
    border-radius: 10px !important;
}

.product-small .box {
    border: 1px solid #e5e5e5;
    border-radius: 10px;
}

.product-small:hover .box {
    border: 1px solid #d5c6b9 !important;
}

.archive hr,
.single-product hr {
    display: none;
}

.sec-prod .icas .icon-box-img {
    background: #fff;
}

h3.product-section-title.container-width.product-section-title-related.pt-half.pb-half.uppercase {
    display: none;
}

.product-section {
    border-top: 0px;
}

h1.product-title.product_title.entry-title {
    font-family: "Brilli";
}

.single-product .quantity.buttons_added input {
    border: 0px;
    box-shadow: none;
    font-size: 22px;
    border-radius: 99px;
    width: 40px;
    min-height: 30px !important;
    height: 45px;
    line-height: 1;
    color: #3f3f3f;
    background: #f9f7f7;
}

.single-product .quantity.buttons_added {
    background: #f9f7f7;
    padding: 5px;
    border-radius: 99px;
}

.single-product input.minus.button.is-form {
    margin-right: 5px;
    border-radius: 99px !important;
    background: #fff;
}

.single-product input.plus.button.is-form {
    margin-left: 5px;
    border-radius: 99px !important;
    background: #fff;
}

p.guarantee-text {
    color: #3f3f3f;
    margin-top: 20px;
    padding: 10px 12px;
    font-weight: 400;
    font-family: "Brilli";
    border: 1px solid #b7977d96;
    border-left: 0px;
    border-right: 0px;
    width: 100%;
    text-align: center;
    margin-bottom: 0px;
}

.m-row button.single_add_to_cart_button.button.alt {
    background: #b6977d !important;
    font-family: "Brilli";
    border-radius: 99px;
    font-weight: 600;
    transition: all .3s;
    font-size: 18px;
    padding-left: 25px;
    padding-right: 25px;
    border: 0px;
    margin: 0px;
}

p.price.product-page-price {
    font-size: 1.8rem;
    margin-bottom: 13px;
}

.single-product textarea#voscilo_polje {
    box-shadow: none;
    border-radius: 10px;
    font-family: 'Light';
}

.product-short-description p:last-child {
    margin-bottom: 7px !important;
}

.voscilo-polje label {
    font-family: 'Light' !important;
    font-weight: 800;
    position: relative;
    top: -1px;
}

select#voscilo_ideja_select,
input#ime_priimek_input {
    border-radius: 10px;
    font-family: 'Light';
}

input#ime_priimek_input {
    box-shadow: none;
    background: #fbfbfb;
    line-height: 3;
}

a.primary.is-small.mb-0.button.product_type_simple.add_to_cart_button.ajax_add_to_cart.is-outline {
    color: #79d190;
}

a.primary.is-small.mb-0.button.product_type_simple.add_to_cart_button.ajax_add_to_cart.is-outline:hover {
    background-color: #79d190;
    border-color: #79d190;
    color: #fff !important;
}

#cart-popup .payment-icons.inline-block {
    text-align: center;
}

#cart-popup span.heading-font.uppercase {
    font-family: "Brilli";
}

a.button.primary.wc-backward {
    font-family: "Brilli";
    font-weight: 500;
}

#cart-popup .is-divider {
    height: 1px;
}

.widget_shopping_cart .woocommerce-mini-cart__buttons .button {
    font-family: "Brilli";
    font-weight: 500;
    background: #fff;
    color: #b6977d;
    border: 1px solid #b6977d;
}

a.button.checkout.wc-forward {
    color: #fff;
}

.widget_shopping_cart p.total {
    border-bottom: 1px solid #f1f1f1;
}

.mfp-container.mfp-s-ready.mfp-inline-holder {
    background: #ffffff00;
}

.mfp-content.off-canvas-cart {
    box-shadow: none;
}

.cart-popup-inner.inner-padding.cart-popup-inner--sticky {
    background: #fff;
}

nav.breadcrumbs.flex-row.flex-row-center.heading-font.checkout-breadcrumbs.text-center.strong.h3.none {
    background: #f7f7f7;
    font-family: "Brilli";
}

.shop_table .order-total td,
.shop_table .order-total th,
.shop_table thead th,
.cart_totals th.product-name,
.cart-sidebar .widget-title {
    border-width: 1px !important;
    color: #0a132e !important;
    font-family: 'Light';
}

.woocommerce-cart .quantity.buttons_added input {
    border: 0px;
    box-shadow: none;
    background: #f7f7f7;
}

a.button-continue-shopping.button.primary.is-outline {
    color: #3f3f3f;
    border-radius: 99px;
    border-width: 0px;
    font-family: "Brilli";
    font-weight: 500;
    font-size: 14px;
    margin: 0;
}

.woocommerce-cart td.actions.clear {
    padding-bottom: 0px !important;
}

a.button-continue-shopping.button.primary.is-outline:hover {
    background: transparent;
    text-decoration: underline;
}

input#coupon_code {
    box-shadow: none;
    border-radius: 3px;
}

button.is-form.expand.button {
    background: #f3f3f3;
    border-color: #f3f3f3;
    border-radius: 3px;
    font-family: "Brilli";
}

.cart-sidebar.col-inner {
    text-align: center;
}

section.shipping-calculator-form input {
    box-shadow: none;
    border-radius: 5px !important;
}

span.select2-selection.select2-selection--single {
    border-radius: 5px;
    box-shadow: none;
}

span.select2.select2-container.select2-container--default.select2-container--focus {
    margin-bottom: 4px;
}

.message-container.container.alert-color.medium-text-center {
    background: #b2000012;
    padding: 10px;
    font-family: "Brilli";
    color: #be0d00 !important;
}

.woocommerce-checkout input#coupon_code {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    height: 40px;
}

.woocommerce-checkout button.button.expand {
    background: #b6977d;
    height: 40px;
    font-family: "Brilli";
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.woocommerce-billing-fields input,
.woocommerce-billing-fields select,
.woocommerce-shipping-fields input,
.woocommerce-shipping-fields select,
.woocommerce-checkout textarea {
    border: 0px;
    box-shadow: none;
    background: #f6f6f6;
    color: #3f3f3f;
}

.woocommerce-checkout textarea {
    margin-bottom: 0 !important;
}

ul.wc_payment_methods.payment_methods.methods p {
    font-size: 13px;
}

tr.order-total td {
    font-size: 18px;
}

.woocommerce-checkout th {
    color: #3f3f3f !important;
}

.woocommerce-order-received .woocommerce .row .large-7.col {
    order: 1;
    flex-basis: 100%;
    max-width: 100%;
}

.woocommerce-order-received .woocommerce .row .large-5.col {
    order: 0;
    flex-basis: 100%;
    max-width: 100%;
}

.woocommerce-order-received .woocommerce .row .large-5.col div {
    background: #f7f7f7;
    box-shadow: none;
}

p.success-color.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    color: #3f3f3f;
    font-size: 25px;
    margin-bottom: 20px;
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 15px;
}

.woocommerce-order-received table th,
.woocommerce-order-received table td {
    height: 45px;
}

section.woocommerce-customer-details {
    margin-top: 50px;
}

h2.woocommerce-order-details__title {
    margin-top: 20px;
}

section.woocommerce-columns.woocommerce-columns--2.woocommerce-columns--addresses.col2-set.addresses {
    display: flex;
    justify-content: space-between;
}

.woocommerce-column.woocommerce-column--1.woocommerce-column--billing-address.col-1 {
    width: 48%;
}

.woocommerce-column.woocommerce-column--2.woocommerce-column--shipping-address.col-2 {
    padding-left: 0px;
    width: 48%;
}

.woocommerce-column.woocommerce-column--1.woocommerce-column--billing-address.col-1 address,
.woocommerce-column.woocommerce-column--2.woocommerce-column--shipping-address.col-2 address {
    width: 100%;
}

a.added_to_cart.wc-forward {
    text-transform: none;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 15px;
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 15px !important;
    background: #fff;
    color: #14b2ff;
    border-color: #14b2ff;
    border: 2px solid;
}

.woocommerce-order-received .site-main,
.woocommerce-cart .site-main,
.woocommerce-checkout .site-main {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    padding-top: 60px;
    padding-bottom: 60px;
}

.woocommerce-order-received .site-main div#main, .woocommerce-cart .site-main div#main, .woocommerce-checkout .site-main div#main {
    max-width: 1290px;
    margin-inline: auto;
    box-shadow: none;
    border-radius: 10px;
    border: 1px solid #e9e9e9;
}

.woocommerce-order-received div#main-content, .woocommerce-cart div#main-content, .woocommerce-checkout div#main-content {
    max-width: 100% !important;
    min-height: 100vh;
    background: #fff;
}

.woocommerce-order-received section.woocommerce-customer-details img {
    border: 1px solid #ececec !important;
}

a.button.primary.wc-backward {
    background: #b7977d;
    color: #fff;
    font-family: "Brilli";
    border-radius: 99px;
    font-size: 15px;
}

li.shipping__list_item {
    border-radius: 10px;
}

button.button[name=calc_shipping] {
    box-shadow: none;
    background: #b6977d;
    color: #fff;
    padding-bottom: 3px;
    font-family: "Brilli";
    font-weight: 600;
    transition: all .3s;
    font-size: 16px;
    padding-left: 25px;
    padding-right: 25px;
    border: 0px;
    margin-top: 15px;
    width: fit-content !important;
    padding-top: 4px;
}

.woocommerce-cart a.checkout-button.button.alt.wc-forward, .woocommerce-checkout a.checkout-button.button.alt.wc-forward {
    font-family: "Brilli";
    border-radius: 99px;
    font-weight: 600;
    transition: all .3s;
    font-size: 1.1rem;
    padding-left: 25px;
    padding-right: 25px;
    border: 0px;
    margin: 0px;
    padding-top: 1px;
}

.breadcrumbs a.current,
.breadcrumbs a:hover {
    color: #0a132e;
}

form.woocommerce-shipping-calculator {
    display: none;
}

label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {
    font-family: 'Light';
    font-weight: 700 !important;
    margin-bottom: 15px;
}

#billing_address_2_field > label,
#shipping_address_2_field > label {
    width: auto;
    opacity: 1;
}

strong.product-quantity {
    font-weight: 700;
    font-family: 'Light';
}

form.checkout_coupon.woocommerce-form-coupon.has-border.is-dashed {
    border-radius: 10px;
}

.shop_table tfoot th {
    font-family: 'Light';
    text-transform: uppercase;
    color: #0a132e !important;
}

label {
    color: #0a132e;
}

tr.shipping input + label {
    color: #0a132e !important;
    font-family: 'Light';
}

.woocommerce-billing-fields {
    border-top: 1px solid #ddd;
}

.message-container.container.medium-text-center {
    font-family: 'Light';
}

a.showcoupon {
    font-weight: 600;
}

.woocommerce-privacy-policy-text p {
    font-size: 13px;
}

.woocommerce-checkout button#place_order {
    color: #fff;
    padding-top: 3px;
    padding-bottom: 3px;
    font-family: "Brilli";
    font-weight: 600;
    transition: all .3s;
    font-size: 18px;
    padding-left: 25px;
    padding-right: 25px;
    margin-top: 15px;
}

.select2-hidden-accessible {
    margin: unset !important;
    position: relative !important;
    color: #333 !important;
    height: 2.507em !important;
    max-width: 100% !important;
    padding: 0 .75em !important;
    transition: color .3s, border .3s, background .3s, opacity .3s !important;
    vertical-align: middle !important;
    width: 100% !important;
}

.shipping.shipping--boxed .shipping__list_item {
    background-color: #ffffff;
}

/* removed: optional "*" hack (handled properly in checkout logic) */

table.woocommerce-table.woocommerce-table--custom-fields.shop_table.custom-fields th,
table.woocommerce-table.shop_table.gift_info th {
    font-family: 'Light';
    color: #0a132e !important;
    font-size: 14px;
}

table.woocommerce-table.woocommerce-table--custom-fields.shop_table.custom-fields td,
table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details td,
table.woocommerce-table.shop_table.gift_info td {
    font-family: 'Light';
    font-size: 15px;
}

ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
    font-family: 'Light';
}

p.success-color.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    font-family: "Brilli";
}

.woocommerce-order-received address {
    background: #f7f7f7;
    padding: 15px;
    width: fit-content;
    font-family: 'Light' !important;
    font-style: italic;
}

.woocommerce-order-received p.woocommerce-customer-details--email {
    margin: 0px;
}

.off-canvas-left .mfp-content {
    background: #fff !important;
}

a.filter-button.uppercase.plain {
    width: fit-content;
    background: #4fadb6;
    border-radius: 99px;
    font-size: 19px;
    box-shadow: 0 7px 25px rgb(26 54 85 / 46%);
    position: absolute;
    left: unset;
    bottom: 15px;
    position: fixed;
    z-index: 99;
    right: 15px;
    padding-left: 15px;
    padding-right: 15px;
    text-transform: none;
    font-family: 'Light';
    height: 45px;
    line-height: 2.4;
    text-shadow: none;
}

.dark .widget_layered_nav_filters ul li.chosen a {
    background-color: #b6977d;
    color: #fff;
}

.shop_table .product-name {
    min-width: 150px !important;
    width: 100%;
}

@media(max-width: 849px) {
    .shop_table .product-name {
        min-width: 80px;
    }

    .mfp-content.off-canvas-cart {
        width: 100% !important;
    }

    h1.product-title.product_title.entry-title {
        margin-top: 15px;
        font-size: 30px;
    }

    .widget_shopping_cart .woocommerce-mini-cart__buttons .button {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .woocommerce-order-received .site-main div#main,
    .woocommerce-cart .site-main div#main,
    .woocommerce-checkout .site-main div#main {
        padding: 15px !important;
    }

    .woocommerce-order-received div#main-content,
    .woocommerce-cart div#main-content,
    .woocommerce-checkout div#main-content {
        padding: 15px;
    }

    .woocommerce-checkout button.button.expand {
        border-radius: 99px !important;
    }

    section.woocommerce-columns.woocommerce-columns--2.woocommerce-columns--addresses.col2-set.addresses {
        display: block;
    }

    .woocommerce-column.woocommerce-column--1.woocommerce-column--billing-address.col-1 {
        width: 100%;
    }

    .woocommerce-column.woocommerce-column--2.woocommerce-column--shipping-address.col-2 {
        width: 100%;
        margin-top: 25px;
    }

    .woocommerce-column.woocommerce-column--1.woocommerce-column--billing-address.col-1 address,
    .woocommerce-column.woocommerce-column--2.woocommerce-column--shipping-address.col-2 address {
        width: 100%;
    }

    table.woocommerce-table.woocommerce-table--custom-fields.shop_table.custom-fields th,
    table.woocommerce-table.shop_table.gift_info th {
        font-size: 13px;
    }

    .woocommerce-page label {
        font-size: 1.1em;
    }

    form.checkout h3 {
        font-size: 1.5em;
    }

    .shop-page-title.featured-title .title-bg:before {
        background-color: rgba(0, 0, 0, 0.4);
    }
}

@media(max-width: 549px) {
    h1.shop-page-title.is-xlarge {
        font-size: 2em;
        font-family: "Brilli";
        font-weight: 600;
        text-shadow: none;
    }

    .woocommerce-order-received .site-main div#main,
    .woocommerce-cart .site-main div#main,
    .woocommerce-checkout .site-main div#main {
        padding: 0px !important;
    }

    form.checkout h3 {
        font-size: 1.2em;
    }
}

.woocommerce-order-received div#logo,
.woocommerce-cart div#logo,
.woocommerce-checkout div#logo {
    position: relative;
}

dd.variation-Voilo p,
dd.variation-Podpis p {
    font-size: 13px !important;
}

h2,
h3 {
    font-family: "Brilli";
}

.forma input,
.forma textarea {
    background: transparent;
    box-shadow: none;
    border: 0px;
    border-bottom: 1px solid #d5d4d4 !important;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: "Brilli";
    color: #3f3f3f;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background: #b6977d;
    color: #fff;
    text-transform: none;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 600;
    margin: 0px;
}

p.send-button {
    text-align: right;
}

span.wpcf7-spinner {
    display: none;
}

.wpcf7 .wpcf7-not-valid-tip {
    background-color: #fff;
}

.wpcf7 .wpcf7-not-valid-tip:after {
    border-bottom-color: #fff;
}

.btn-m .pov:hover svg line {
    stroke: #0a132e;
}

 .grecaptcha-badge {
  width: 70px !important;
  overflow: hidden !important;
  transition: all 0.3s ease !important;
  right: 4px !important;
  z-index: 99;
}

.grecaptcha-badge:hover {
  width: 256px !important;
}

li {
    font-family: 'Light';
}
.cky-revisit-bottom-left {
    left: 7px !important;
}
p.cky-title,
button.cky-accordion-btn,
span.cky-preference-title {
    font-family: "Brilli" !important;
    color: #0a132e !important;
}
@media(max-width: 849px){
.callout.badge.badge-circle {
    height: 30px;
}
a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    font-size: 15px;
    line-height: 1.3em !important;
}
	
	.m-i-a {
		margin-inline: auto !important;
	}
}

.woocommerce-billing-fields__field-wrapper,
.woocommerce-shipping-fields__field-wrapper {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}

.woocommerce-billing-fields__field-wrapper > p,
.woocommerce-shipping-fields__field-wrapper > p{
    width: 100%;
}

@media(min-width: 550px){
    p#billing_first_name_field,
    p#billing_last_name_field,
    p#billing_country_field,
    p#billing_postcode_field,
    p#billing_city_field,
    p#billing_ime_podjetja_field,
    p#billing_davcna_stevilka_field,
    p#shipping_first_name_field,
    p#shipping_last_name_field,
    p#shipping_country_field,
    p#shipping_postcode_fiel,
    p#shipping_city_field,
    p#shipping_postcode_field,
    p#shipping_address_1_field,
    p#shipping_ime_porodnice_field,
    p#shipping_priimek_porodnice_field,
    p#shipping_datum_poroda_field,
    p#shipping_tel_porodnice_field {
        width: 49% !important;
    }
}


p#billing_address_1_field, p#billing_address_2_field,
p#shipping_address_1_field, p#shipping_address_2_field{
    width: 49%;
}
input#shipping_address_2::placeholder,
input#billing_address_2::placeholder{
    font-size: 15px;
}
p#billing_address_2_field > label, p#shipping_address_2_field > label {
    visibility: hidden;
}
@media(max-width: 549px){
p#billing_address_2_field > label, p#shipping_address_2_field > label {
    display: none !important;
}
p#billing_address_1_field, p#billing_address_2_field, p#shipping_address_1_field, p#shipping_address_2_field {
    width: 100% !important;
}
p#billing_address_2_field > label {
    display: none;
}
input#shipping_address_2::placeholder,
input#billing_address_2::placeholder{
    font-size: 1rem;
}
}
table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details td, table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details th, table.woocommerce-table.woocommerce-table--custom-fields.shop_table.custom-fields th, table.woocommerce-table.woocommerce-table--custom-fields.shop_table.custom-fields td, table.woocommerce-table.shop_table.gift_info th, table.woocommerce-table.shop_table.gift_info td {
    text-align: left !important;
    border: 1px solid #e5e5e5 !important;
    padding: 15px !important;
    width: 70%;
    font-family: 'Light';
    color: #0a132e !important;
    font-size: 0.9rem;
}
table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details,
table.woocommerce-table.woocommerce-table--custom-fields.shop_table.custom-fields,
table.woocommerce-table.shop_table.gift_info {
    border-collapse: collapse;
}
@media(min-width: 850px){
	table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details td, table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details th, table.woocommerce-table.woocommerce-table--custom-fields.shop_table.custom-fields th, table.woocommerce-table.woocommerce-table--custom-fields.shop_table.custom-fields td, table.woocommerce-table.shop_table.gift_info th, table.woocommerce-table.shop_table.gift_info td {
    width: 70%;
}
}

.voscilo-polje {
    background: #f9f7f7;
    padding: 20px 20px 5px 20px;
    border-radius: 10px;
    margin-bottom: 15px !important;
}

.single-product form.cart {
    justify-content: left;
}

@media(max-width: 549px){
	h2 {
        font-size: 1.4em;
    }

    .content-s p {
        font-size: 13px !important;
    }
	
	select.orderby {
    font-size: 13px;
    line-height: 2.3;
}
.woocommerce .featured-title .page-title-inner {
    padding-top: 30px;
    padding-bottom: 30px;
}
    a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
        font-size: 13px;
        line-height: 1.2em !important;
    }
	
.product-small {
    padding: 4px 4px !important;
}
	
    p {
        font-size: 15px !important;
    }
	
    p.price.product-page-price {
        font-size: 1.8rem !important;
    }

}
@media(max-width: 390px){
	.content-s h2 {
        font-size: 16px !important;
    }

    .content-s p {
        font-size: 13px !important;
    }
}
em {
    font-weight: 300;
}
@media(max-width: 1499px){
.adjust-row-width {
    max-width: 1150px !important;
}
}
.grecaptcha-badge {
    visibility: hidden;
}

h2.scnd-tit.w-cstm {
    max-width: 500px;
}

h3.thrd-tit.w-cstm-2 {
    max-width: 550px;
}

div#voscilo_ideje_container, div#voscilo_polje_container {
    margin-top: 15px;
}

select#voscilo_ideja_select {
    margin-bottom: 0px;
}

.voscilo-polje input, .voscilo-polje select, .voscilo-polje textarea {
    background: #fff !important;
    box-shadow: none !important;
    color: #0a132e;
}

.product-desc p {
    font-size: 15px;
    line-height: 1.4em;
}

.product-desc h2 {
    font-size: 1.4em;
}

.product-desc h3 {
    font-size: 1.2em;
}

@media(max-width: 549px){ 

	
.product-desc p {
    font-size: 15px;
    line-height: 1.4em;
}

.product-desc h2 {
    font-size: 1.3em;
}

.product-desc h3 {
     font-size: 1.05em;
     font-weight: 500;
}

.acs a.plain {
    font-size: 15px;
}
	
p.sub-tit {
    font-size: 11px !important;
    padding: 4px 5px;
}

p.sub-tit span {
    width: 20px;
    height: 20px;
    line-height: 16px;
    font-size: 16px;
    margin-right: 4px;
}
	
.acs li {
    font-size: 14px;
}
	
}

.product-short-description p {
    font-size: 16px !important;
}

dt.variation-Voilo, dt.variation-Podpis {
    font-size: 13px !important;
    line-height: 1.4;
}

dd.variation-Voilo {
    margin-bottom: 10px;
}

.shop_table .product-remove a {
    line-height: 1.3em !important;
    width: 21px;
    height: 21px;
    font-size: 16px !important;
	border-width: 1px !important;
}

.tor-att.skrij {
    display: none;
}

li.main-m-li.menu-item > a:before {
    content: "";
    width: 7px;
    height: 7px;
    display: inline-block;
    background: #0a132e;
    border-radius: 100%;
    position: relative;
    top: -2px;
    margin-right: 9px;
}

li.main-m-li.menu-item > a:after {
    content: "";
    width: 23px;
    height: 21px;
    display: inline-block;
    position: relative;
    top: 6px;
    margin-left: 5px;
    background-image: url(/wp-content/uploads/2025/04/arrow-right-icon.svg);
    background-size: contain;
}

.main-m-li > a {
    color: #0a132e !important;
    font-family: "Brilli" !important;
    font-size: 16px !important;
    display: block !important;
    padding-right: 20px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    line-height: 2;
    padding-left: 27px !important;
}

.nav-sidebar.nav-vertical>li+li {
    border-top: 0px solid #ececec;
}

.main-m-li.current-menu-item > a {
    color: #0a132e;
    text-decoration: underline;
    text-decoration-color: #b7977d;
    font-weight: 600 !important;
}

li.main-m-li.menu-item.current-menu-item > a:before {
    background: #b7977d;
}

.main-m-li > a {
    background: #fff;
    padding: 0 10px;
    border-radius: 0;
    border: 0;
    margin-bottom: 6px;
    margin: 0 !important;
    margin-bottom: 6px !important;
    border-radius: 10px;
}

.main-m-li.current-menu-item > a {
    background: #f3f3f3;
}

.main-m-li {
    width: fit-content !important;
}

.nav-sidebar.nav-vertical>li.menu-item.active, .nav-sidebar.nav-vertical>li.menu-item:hover {
    background-color: transparent;
}

.telegram-buttons {
    display: flex;
    justify-content: space-evenly;
    background: #f3f3f3;
    padding: 15px;
    border-radius: 12px;
}

.telegram-buttons a {
    font-family: 'Brilli';
    border: 2px solid #b7977d59;
    padding: 5px 15px;
    border-radius: 99px;
    color: #0a132e;
    background: #ffffff;
}

.telegram-buttons a.gumb.izbran {
    border-color: #b7977d;
    color: #ffffff;
    background: #b7977d;
}

.telegram-buttons a.gumb:not(.izbran):hover {
    border-color: #b7977d;
    color: #b7977d;
}

@media(max-width: 1149px){
.telegram-buttons a {
    padding: 5px 8px;
    font-size: 14px;
}
}
@media(max-width: 679px){
.telegram-buttons a {
    display: block;
    width: 35%;
    margin-bottom: 15px;
    text-align: center;
}
.telegram-buttons {
    flex-wrap: wrap;
    padding: 0;
    padding-top: 15px;
}
}
@media(max-width: 549px){
	.telegram-buttons a {
        width: 45%;
	}
}
@media(max-width: 429px){
	.telegram-buttons a {
        width: 48%;
        font-size: 13px;
        padding: 4px 4px;
    }
}

.archive.woocommerce .widget.woocommerce.widget_layered_nav_filters > ul {
    display: none !important;
}

.archive.woocommerce .category-filtering.category-filter-row.show-for-medium {
    height: 0px;
}
    
@media(max-width: 549px){
    h1.main-tit {
        margin-bottom: 15px;
        font-size: 1.38em;
    }
    h2.second-tit {
        font-size: 1.15rem;
        margin-bottom: 15px;
    }
    p#billing_country_field,
    p#shipping_country_field {
        margin-bottom: 25px !important;
    }

    .single-product .product-short-description *,
    .brilli-product-long-description p {
        font-size: 1rem !important;
    }

    .single-product .quantity.buttons_added input {
        width: 30px;
        height: 35px;
    }

}

.mfp-content .sidebar-menu li.html.custom.html_nav_position_text_top {
    justify-content: center;
}

@media(max-width: 1560px) and (min-width: 1350px){
    .col-width-adj {
        max-width: 55%;
        flex-basis: 55%;
    }
}

@media(max-width: 1349px) and (min-width: 859px){
    .col-width-adj {
        max-width: 80%;
        flex-basis: 80%;
    }
}

p#billing_country_field span.woocommerce-input-wrapper,
p#shipping_country_field span.woocommerce-input-wrapper {
    border: 0px;
    box-shadow: none;
    background: #f6f6f6;
    color: #3f3f3f;
    width: 100%;
    display: block;
    height: 41.33px;
    padding: 0 .75em;
    line-height: 41.33px;
    font-weight: 300;
    color: #3f3f3f !important;
}

form.checkout h3 {
    margin-bottom: 15px !important;
}

small.shipped_via {
    display: none;
}

tr.shipping input:checked+label {
    font-weight: 700;
    color: #000000 !important;
}

.woocommerce-form-coupon-toggle {
    margin-bottom: 20px;
}

@media(max-width: 849px){
    .woocommerce-billing-fields {
        border-top: 0px solid #ddd;
    }
}

.row-full-width, .header-full-width .header-inner { 
    max-width: 1920px !important; 
}

/* Overlay/gradient over section background image */
.bg-overlay {
    position: relative;
}

.bg-overlay::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
    pointer-events: none;
    border-radius: 30px;
}

/* Ensure background image stays behind the overlay, and content stays above it */
.bg-overlay .section-bg {
    z-index: 0;
}

.bg-overlay .section-content {
    position: relative;
    z-index: 2;
}

@media(min-width: 1320px){
    .bg-overlay::before {
        background: linear-gradient(to right, rgb(0 0 0 / 30%) 36%, rgb(255 255 255 / 0%) 100%);
    }
}

.product-page-accordian div#accordion-description-content {
    padding-left: 0px;
    padding-right: 0px;
}

.product-page-accordian .accordion-inner p {
    font-size: 1rem !important;
}

.brilli-product-specs__cell--value p {
    font-size: 0.9rem !important;
}

.single-product .woocommerce-product-gallery__image.slide.is-selected img {
    border: 1px solid #ececec;
    border-radius: 10px;
}

.single-product svg.flickity-button-icon {
    background: #f3f3f3;
    border-radius: 99px;
    padding: 10px;
}

.single-product .product-thumbnails .is-nav-selected a, .product-thumbnails a:hover {
    border-radius: 10px;
    border-color: #ececec;
}

.single-product button.flickity-button.flickity-prev-next-button {
    opacity: 1 !important;
}

.single-product button.mfp-arrow.mfp-arrow-left.mfp-prevent-close, button.mfp-arrow.mfp-arrow-right.mfp-prevent-close {
    background: #f3f3f3;
    border-radius: 99px !important;
    mix-blend-mode: unset !important;
    opacity: 1 !important;
    color: #000;
    padding: 0;
}

.single-product button.mfp-arrow.mfp-arrow-left.mfp-prevent-close {
    left: 50px;
}

.single-product button.mfp-arrow.mfp-arrow-right.mfp-prevent-close {
    right: 50px;
}

@media(max-width: 549px){

    .single-product button.mfp-arrow.mfp-arrow-left.mfp-prevent-close, button.mfp-arrow.mfp-arrow-right.mfp-prevent-close {
        height: 30px;
        width: 39px;
        border: 1px solid #3f3f3f;
        color: #3f3f3f;
    }

    .single-product button.mfp-arrow.mfp-arrow-left.mfp-prevent-close i, button.mfp-arrow.mfp-arrow-right.mfp-prevent-close i {
        font-size: 30px !important;
    }

    .single-product button.mfp-arrow.mfp-arrow-left.mfp-prevent-close {
        left: 7px;
    }

    .single-product button.mfp-arrow.mfp-arrow-right.mfp-prevent-close {
        right: 7px;
    }
}

.single-product .mfp-bottom-bar {
    display: none;
}

ul.product_list_widget li img {
    object-fit: contain;
}

.single-product .product-short-description ul li::before,
.telegram-benefits li::before {
    content: "";
    width: 22px;
    height: 24px;
    background-image: url(/wp-content/uploads/2026/01/brilli-prednost-ikona.svg);
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 12px;
}

.single-product .product-short-description ul li,
.telegram-benefits li {
    list-style-type: none;
    margin-left: 0px;
}

@media(max-width: 549px){
    .single-product .product-short-description ul li::before,
    .telegram-benefits li::before {
        width: 18px;
        height: 21px;
        margin-right: 7px;
    } 
    
    span.price {
        font-size: 0.9rem;
    }
}

@media(max-width: 1039px) and (min-width: 850px){
    .btn-m .pov {
        padding: 14px 12px;
        font-size: 14px;
    }
}

@media(max-width: 699px) and (min-width: 550px){
    .storitve .col {
        max-width: 90%;
        flex-basis: 90%;
    }
}

dl.variation {
    padding: 10px;
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, .12);
}

dd.variation-Voilo {
    border-bottom: 1px solid rgba(0, 0, 0, .12);
    padding-bottom: 12px;
}

.woocommerce-mini-cart-item .ux-mini-cart-qty {
    font-size: 18px;
}

dl.variation dt {
    float: unset;
    font-weight: 700;
    font-family: 'Light';
    color: #000000;
}

dl.variation {
    margin-top: 12px;
}

td.product-name {
    color: #000;
}

.woocommerce-cart .message-container.container.success-color.medium-text-center {
    color: #b6977d;
}

@media(max-width: 370px){
    .woocommerce-cart a.checkout-button.button.alt.wc-forward, .woocommerce-checkout a.checkout-button.button.alt.wc-forward {
        font-size: 1rem;
    }
}

.woocommerce-checkout .coupon .gap-half {
    gap: 0;
}

.woocommerce-checkout .shop_table tfoot th {
    font-size: 1rem;
}

.woocommerce-checkout td.product-total, 
.woocommerce-checkout tr.cart-subtotal td, 
.woocommerce-checkout .shop_table thead th,
.woocommerce-cart td.product-total, 
.woocommerce-cart tr.cart-subtotal td, 
.woocommerce-cart .shop_table thead th,
.woocommerce-cart .cart_totals tbody th {
    font-size: 1rem;
    font-family: 'Light' !important;
    color: #0a132e !important;
    text-transform: uppercase;
    font-weight: 700;
}

.woocommerce-checkout th.product-total {
    min-width: 135px;
}

.woocommerce-cart th.product-name {
    font-size: 1.1em;
    font-weight: bolder;
    overflow: hidden;
    padding-top: 10px;
    text-transform: uppercase;
    font-family: "Brilli" !important;
}

@media(max-width: 549px){
    .woocommerce-checkout button#place_order {
        margin-bottom: 0px !important;
    }
    .focused-checkout-logo.text-center {
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }
}

.show-for-small.mobile-product-price {
    font-size: 1rem;
    font-family: 'Light';
    margin-top: 15px;
}

.single-product p.stock {
    display: none !important;
}

ul.wc_payment_methods.payment_methods.methods {
    border-bottom: 1px solid #ececec;
}


/* Cel payment box */
#payment {
    background: #ffffff;
    border-radius: 16px;
    padding: 15px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.04);
    border: 1px solid #eee7e1;
}

/* Radio payment methods */
#payment .wc_payment_method {
    border: 1px solid #e8e2db;
    border-radius: 12px;
    padding: 14px 16px;
    margin-bottom: 12px;
    transition: all 0.2s ease;
}

/* Hover efekt */
#payment .wc_payment_method:hover {
    border-color: #d6c5b5;
}

/* Aktivna metoda */
#payment .wc_payment_method input:checked + label {
    font-weight: 600;
}

/* Stripe element wrapper */
.wc-stripe-upe-element {
    border-radius: 12px;
    padding: 12px;
    border: 1px solid #e8e2db;
    background: #fff;
    transition: border 0.2s ease;
}

/* Focus efekt */
.wc-stripe-upe-element:focus-within {
    border-color: #b89b7a; /* tvoja brand barva */
    box-shadow: 0 0 0 3px rgba(184,155,122,0.15);
}

/* Place order button */
#place_order {
    border-radius: 30px;
    background: #b89b7a;
    border: none;
    font-weight: 600;
}

#place_order:hover {
    background: #a88c6f;
}

fieldset#wc-stripe-upe-form {
    margin-bottom: 0px;
    margin-top: 7px;
}

.payment_box.payment_method_bacs {
    margin-top: 7px;
}

.woocommerce-privacy-policy-text {
    margin-top: 30px;
}

input#payment_method_bacs,
input#payment_method_stripe {
    margin-bottom: 0px;
    margin-top: 0px;
    position: relative;
    top: 1px;
}

.gdpr-styles li {
    font-size: 17px;
}

@media(max-width: 549px){
    .woocommerce-privacy-policy-text {
        margin-top: 0px;
    }
    .woocommerce-privacy-policy-text p {
        text-align: center;
        font-size: 13px !important;
    }
    #payment {
        padding: 0px;
        box-shadow: none;
        border: 0px;
    }
    #payment .wc_payment_method label {
        font-size: 1rem;
    }
    .gdpr-styles li {
        font-size: 15px;
    }
}

tr.order-total > td {
    min-width: 143px;
}

small.includes_tax {
    display: block;
    font-size: 12px;
}

td[data-title="Darilna embalaža"],
tr.fee td {
    font-size: 1rem;
    font-family: 'Light' !important;
    color: #0a132e !important;
    text-transform: uppercase;
    font-weight: 700;
}

.c-desc hr {
    display: block;
    margin: 30px 0px;
}

.c-desc ol ul {
    margin-left: 0px;
    margin-right: 0px;
}

.c-desc p {
    font-size: 1rem;
}

.c-desc a {
    text-decoration: underline;
}

.c-desc h3 {
    font-weight: 500;
    margin-top: 30px;
}

@media (max-width: 549px) {
    .home-p img.bg {
        content: url(/wp-content/uploads/2026/03/telegrami-ob-rojstvu-brilli-mobile-bg.jpg);
    }
    span.hide-mob {
        display: none !important;
    }
    .home-p {
        align-items: flex-start;
    }
}

.cky-modal p {
    font-size: inherit !important;
}

.cky-audit-table .cky-empty-cookies-text {
    font-size: 12px !important;
}

.cky-cookie-audit-table td p {
    font-size: 12px !important;
    line-height: 24px;
    margin-bottom: 1em !important;
}

table.cky-cookie-audit-table * {
    font-family: 'Light' !important;
}

.larged-all-boxes .storitev {
    display: flex;
    align-items: center;
}

.larged-all-boxes .storitev .content-s {
    width: 40%;
}

.larged-all-boxes .storitev .slika {
    width: 60%;
}

.larged-title {
    font-size: 2rem !important;
}

@media(max-width: 1249px){
    .larged-col {
        flex-basis: 100%;
        max-width: 100%;
    }
}

@media(max-width: 849px){
    .larged-all-boxes .storitev {
        display: block;
    }
    .larged-all-boxes .storitev .slika {
        width: 100%;
    }
    .larged-all-boxes .storitev .content-s {
        width: 100%;
        padding-top: 20px;
    }
}

@media(max-width: 549px){
    .larged-col {
        flex-basis: 83.3333333333%;
        max-width: 83.3333333333%;
    }
    .larged-all-boxes .content-s h3 {
        font-size: 1.3em !important;
    }
    .row.prods > div.product-small:last-child {
        display: none;
    }
}

.post-type-archive-product.woocommerce-shop form.woocommerce-ordering {
    display: none;
}

.post-type-archive-product.woocommerce-shop h1.shop-page-title.is-xlarge {
    text-align: center;
}

.post-type-archive-product.woocommerce-shop nav.woocommerce-breadcrumb.breadcrumbs {
    text-align: center;
}

.archive.tax-product_cat .page-title-inner {
    max-width: 1815px !important;
}

.archive.tax-product_cat .row.category-page-row {
    max-width: 1815px !important;
}

.demo_store {
    background-color: #36b0b0;
    padding: 10px;
}

a.woocommerce-store-notice__dismiss-link {
    text-decoration: underline;
    display: none;
}

a.woocommerce-store-notice__dismiss-link:hover {
    color: #fff !important;
}

.demo_store i {
    color: #fff2e1;
}

ul.telegram-benefits li {
    margin-left: 0px;
}

/*ul.telegram-benefits,
ul.telegram-benefits li:last-child {
    margin-bottom: 0px !important;
}

@media(max-width: 549px){
    ul.telegram-benefits li {
        font-size: 0.9rem !important;
    }
}
*/


.telegram-benefits {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px 18px;
    margin: 16px 0 0;
    padding: 0;
    list-style: none;
  }
  
  .telegram-benefits li {
    margin: 0;
  }
  
  /* Telefon */
  @media (max-width: 768px) {
    .telegram-benefits {
      grid-template-columns: 1fr;
      gap: 8px;
    }
  
    .telegram-benefits li {
      display: grid;
      grid-template-columns: auto 1fr;
      column-gap: 8px;
      align-items: start;
    }
  
    .telegram-benefits li::before {
      grid-column: 1;
    }
  }

  .brilli-product-specs__section:not(:first-child) {
    margin-top: 30px;
}