/* 
Theme name: Victorias Strategy Group 2026
Version: 0.1
Description: Tema narejena po meri.
Author: Kulstik
Author URI: https://kulstik.com/
Requires at least: 6.8
Tested up to: 6.8.3
Requires PHP: 8.3
Text Domain: victorias
*/

:root {
    --background: #f8f8f8;
    --color: #000;

    --bs-link-color-rgb: #feca0a;
    --link-color-hover: #000;

    --button-color: #FFF;
    --button-color-hover: #CDAB58;
    --button-bg: #CDAB58;
    --button-bg-hover: #fff;
    --button-border-color: #CDAB58;
    --button-border-thickness: 3px;
    --button-fontsize: 20px;
    --button-padding: 10px 20px;
    --button-texttransform: unset;

    --burger-color: #CDAB58;
    --burger-color-hover: #CDAB58;
    --burger-line-thickness: 5px;
    --burger-line-seperation: 8px;
    --burger-line-width: 30px;

    --header-height: auto;
    --header-height-full: auto;
    --header-background: #1B2A47;

    --wpcf-padding: 13px 20px;
    --wpcf-border: 1px solid #69727d;
    --wpcf-textcolor: #000;

    --tec-color-accent-primary: #CDAB58;
    --tec-color-accent-primary-background-datepicker: #d2ad624d;

    --swiper-theme-color: #CDAB58 !important;
    --swiper-navigation-sides-offset: 10px;
}

div:empty {
    display: block !important;
}

/*::-moz-selection {*/
/*    color: #fff;*/
/*    background: #c81428;*/
/*}*/

/*::selection {*/
/*    color: #fff;*/
/*    background: #c81428;*/
/*}*/

body {
    overflow-x: hidden;
    background-color: var(--background) !important;
    color: var(--color) !important
}

.text-right {
    text-align: right;
}

a {
    color: var(--link-color);
    text-decoration: underline;
}

a:hover, a:focus {
    color: var(--link-color-hover)
}

b, strong {
    font-weight: bold !important;
}

.img-full-width {
    width: 100%;
    height: auto;
}

.button, .popup-button {
    font-size: var(--button-fontsize);
    padding: var(--button-padding) !important;
    color: var(--button-color) !important;
    background-color: var(--button-bg) !important;
    border: var(--button-border-thickness) solid var(--button-border-color) !important;
    text-transform: var(--button-texttransform) !important;
    text-decoration: none !important;
    width: unset !important;
    border-radius: 8px !important;
    margin-top: 20px;
    display: inline-block !important;
}

.popup-button:before {
    margin-right: 5px;
}

.product-read-more-button:before {
    margin-right: 5px;
}

.button-green {
    background-color: #409b5a !important;
    border-color: #409b5a !important;
}

.button:hover, .button:focus, .button:active {
    color: var(--button-color-hover) !important;
    background-color: var(--button-bg-hover) !important;
}

.button-green:hover, .button-green:focus, .button-green:active {
    color: #409b5a !important;
    background-color: #fff !important;
    border-color: #409b5a !important;
}

.cta-gumb, .product-read-more-button {
    text-decoration: none;
    color: #fff;
    background-color: #409b5a;
    padding: 15px 30px;
    display: inline-block;
    margin-top: 50px;
    border-radius: 25px;
    text-align: center;
    font-size: 20px;
    letter-spacing: 1px;
    border: 3px solid #409b5a;
    align-self: anchor-center;
}

.cta-gumb:hover, .cta-gumb:focus, .cta-gumb:active, .product-read-more-button:hover, .product-read-more-button:focus, .product-read-more-button:active {
    color: #409b5a !important;
    background-color: #fff;
}

.product-read-more-button {
    font-size: 14px;
    color: #fff !important;
    padding: 15px 30px;
    margin-top: 18px;
    font-weight: bold;
    line-height: 18px;
}

section.cta-wrap .cta-gumb {
    margin-top: unset;
}

#logo {
    display: flex;
    align-items: center;
    justify-content: left;
    position: relative;
    z-index: 3;
}

#logo img {
    width: auto;
    height: 40px;
    max-width: unset;
}

header {
    position: relative;
    height: var(--header-height);
    font-size: 13px;
    background-color: var(--header-background);
    z-index: 2;
    letter-spacing: 2.1px;
    display: flex;
    flex-direction: column;
}

header:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 0;
    pointer-events: none;
    -webkit-box-shadow: 0 12px 48px 0 rgba(38, 38, 38, .12);
    box-shadow: 0 12px 48px 0 rgba(38, 38, 38, .12);
}

.home header, .single-post header {
    margin-bottom: unset;
}

.header-top {
    padding-top: 20px;
    padding-bottom: 20px;
}

.header-2-inner-wrap {
    display: flex;
    justify-content: right;
    flex-wrap: wrap;
    align-content: center;
}

.menu-header-2-container {
    align-self: flex-end;
}

#menu-header-2 {
    list-style: none;
    text-transform: uppercase;
    display: flex;
    flex-direction: row;
    gap: 50px;
    justify-content: right;
    margin: unset;
    padding: unset;
}

.header-2-wrap {
    height: 100%;
    display: flex;
    align-items: center;
    text-align: right;
}

.header-2-wrap .button {
    margin-top: unset;
}

#menu-header-2 li {
    display: flex;
}

#menu-header-2 li a {
    color: #e11838 !important;
    text-decoration: none;
    font-weight: bold;

}

#menu-header-2 li a:hover, #menu-header-2 .current-menu-item a {
    color: #000 !important;
}


.menu-container {
    position: relative;
    background-color: #fff;
}

#burger {
    display: none;
    justify-content: right;
    align-items: center;
    height: 100%;
}

.burger-wrap {
    transform: translateY(-50%);
    display: none;
    z-index: 3;
}

.burger {
    position: relative;
}

.burger::before, .burger::after {
    position: absolute;
}

.burger::before, .burger::after, .burger {
    content: '';
    display: block;
    width: var(--burger-line-width);
    height: var(--burger-line-thickness);
    background-color: var(--burger-color);
    border-radius: 25px;
}

.burger::before {
    top: var(--burger-line-seperation)
}

.burger::after {
    bottom: var(--burger-line-seperation)
}

.burger-wrap.menu-active .burger {
    transform: rotate(45deg);
    transition-delay: 0.12s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    background: var(--burger-color-hover);
}

.burger-wrap.menu-active .burger::before {
    top: 0;
    opacity: 0;
    transition: top 0.2s ease, opacity 0.1s 0.12s ease;
    background: var(--burger-color-hover);
}

.burger-wrap.menu-active .burger::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.2s ease, transform 0.2s 0.12s;
    background: var(--burger-color-hover);
}

.menu-active #menu-header {
    display: block;
}

#menu-header {
    position: absolute;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    display: none;
    left: 0;
    color: #000;
    top: 115px;
}

/*#menu-header li {border-bottom: 1px solid #ededed;}*/
#menu-header li a {
    text-decoration: none;
    display: inline-block;
    padding: 0 10px;
}

.menu-header-container > ul > li > a {
    text-transform: uppercase;
    font-weight: 600;
}

.menu-header-container li a {
    color: #000;
    transition: all 400ms;
}

#menu-header > li > a:hover {
    color: var(--link-color-hover);
}

.menu-mobile-container #menu-header > li > a:hover {
    color: #CDAB58 !important;
}

.current-menu-item > a {
    color: #CDAB58 !important;
}

.current-menu-item > .sub-menu > a {
    color: #CDAB58 !important;
}

#menu-header .menu-item-has-children {
    list-style: none;
}

#menu-header .sub-menu {
    list-style: none;
    background-color: #1B2A47;
    margin-right: -65px;
    padding: 15px;
}

#menu-header .menu-item-has-children .sub-menu {
    display: none
}

#menu-header .menu-item-has-children li a {
    color: #fff;
}

#menu-header .menu-item-has-children li a:hover {
    color: #CDAB58;
}

#menu-header .menu-item-has-children::after {
    content: "\e904";
    font-family: 'icomoon';
    display: inline-block;
    margin-left: 10px;
    pointer-events: none;
    color: #000;
    font-size: 20px;
    font-weight: bold;
}

#menu-header > .menu-item-has-children:hover::after {
    color: #000;
}

/*#menu-header > .menu-item-has-children.current-menu-item::after {*/
/*    transform: rotate(90deg);*/
/*}*/

/*#menu-header > .current-product_cat-ancestor::after {*/
/*    transform: rotate(90deg);*/
/*    color: #000;*/
/*}*/

/*#menu-header > .current-product_cat-ancestor > .sub-menu > .current-menu-ancestor::after, #menu-header > .current-product_cat-ancestor > .sub-menu > .menu-item-has-children:hover::after {*/
/*    transform: rotate(0deg) !important;*/
/*    color: #e11838;*/
/*}*/

/*#menu-header > .current-product_cat-ancestor > .sub-menu .current-menu-ancestor > a, #menu-header > .sub-menu .menu-item-has-children::after,*/
/*#menu-header > .sub-menu a {*/
/*    color: #e11838*/
/*}*/

#menu-header > .current-product_cat-ancestor > a, #menu-header > .current-product_cat-ancestor::after {
    color: #000;
}

#menu-header > .current-product_cat-ancestor > .current-product_cat-ancestor::after {
    color: blue !important;
}

.mainmenu-title a {
    color: #CDAB58 !important;
    pointer-events: none;
    font-weight: bold;
}

.menu-mobile-container {
    position: relative;
    z-index: 2;
}

.menu-mobile-container .sub-menu {
    padding-left: 0;
}

.menu-mobile-container > ul > li > a {
    text-transform: uppercase;
}

.menu-mobile-container li a {
    color: #000;
    padding: 10px 0 !important;
    font-size: 20px;
    margin-left: 15px;
}

.menu-mobile-container > li {
    padding-right: 30px;
}

.menu-mobile-container #menu-header {
    background-color: #E6E6E6;
    padding-bottom: 20px;
    padding-top: 20px;
    padding-right: 15px;
    text-align: right;
    min-height: 90lvh;
    margin-top: -115px;
}

.menu-mobile-container .menu-item-has-children {
    position: relative;
}

.hl {
    display: block !important;
}

.header-logo {
    display: flex;
    justify-content: center;
}

.home .contact-header-mobile, .single-post .contact-header-mobile {
    margin-bottom: unset;
}

.home h1, .home h2 {color: #CDAB58}
.home h1, .home h2 {font-size: 64px; font-weight: unset !important}
.home h2 {margin-bottom: 5px}
.home h3  {font-size: 48px}

.contact-header-mobile {
    background-color: #e11838;
    display: flex;
    justify-content: space-evenly;
    flex-direction: row;
    padding: 10px 10px;
    font-size: 13px;
    margin-bottom: 25px;
}

.contact-header-mobile a {
    text-decoration: none;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.contact-header-mobile a:hover {
    color: #000;
}

.contact-top a {
    text-decoration: none;
    color: #000;
    font-size: 10px;
    letter-spacing: 0;
}

.contact-top a::before {
    margin-right: 10px;
}

.contact-top {
    display: flex;
    align-items: end;
    justify-content: center;
    gap: 5px;
    flex-direction: column;
}

.servis-menu, .kontakt-menu {
    list-style: none;
    gap: 5px;
    display: flex;
    padding: 0;
    margin: 0;
    flex-direction: column;
}

.servis-menu li, .kontakt-menu li {
    display: inline-block;
}

.servis-menu li a, .kontakt-menu li a {
    font-size: 10px;
    text-decoration: none;
    color: #000;
}

.servis-menu li a:hover, .kontakt-menu li a:hover {
    color: #c81428;
}

.kontakt-menu li a {
    font-weight: bold;
}

.servis-top {
    display: flex;
    align-items: center;
    justify-content: left;
}


.footer-menu {
    list-style: none;
    font-size: 16px;
    padding: 0;
}

.footer-menu li a {
    text-decoration: none;
    color: #fff;
    padding: 6px 0;
    display: block;
}

.footer-menu li a:hover {
    color: #CDAB58;
}

footer [class*="icon-"] {
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    margin-left: 10px;
}

footer [class*="icon-"]:first-of-type {
    margin-left: unset;
}

.wpcf7 input, .wpcf7 textarea {
    padding: var(--wpcf-padding);
    border: unset;
    border: var(--wpcf-border);
    color: var(--wpcf-textcolor);
    border-radius: 10px;
    background: #fff;
    width: 100%;
    margin-bottom: 10px;
}

.wpcf7 textarea {
    width: 100%;
}

.wpcf7 input::placeholder, .wpcf7 textarea::placeholder {
    color: #727272;
    font-size: 12px;
}

.wpcf7 input[type="checkbox"] {
    width: unset;
    margin-left: 10px;
}

.wpcf7 input[type="submit"] {
    width: unset;
    font-size: var(--button-fontsize);
    padding: var(--button-padding);
    color: var(--button-color);
    background-color: var(--button-bg);
    border: var(--button-border-thickness) solid var(--button-border-color);
    text-decoration: none;
    text-transform: var(--button-texttransform);
    border-radius: 8px;
    margin: 0 auto;
    display: block;
}

.wpcf7 input[type="submit"]:hover {
    color: var(--button-color-hover);
    background-color: var(--button-bg-hover);
}

.home .contact-wrap {
    display: none;
}

.wpcf7-list-item {
    margin: unset;
}

.content-break {
    width: 100%;
    height: 5px;
    border-top: 2px solid #e1e1e1;
    margin-top: 50px;
    margin-bottom: 50px;
}

.wpcf7-spinner {
    display: none;
}

.wpcf7 form.init .wpcf7-response-output:empty {
    display: none !important;
}

.contact-form-wrap {
    background-color: #f5f5f5;
    padding: 40px 30px !important;
}

.wp-block-spacer {
    display: block !important;
}

#ajax {
    display: flex;
    align-items: center;
    z-index: 1;
    position: relative;
}

#ajax #ajaxsearchlite1 .probox {
    border-color: #0156a3;
}

div.asl_w .probox .promagnifier .innericon svg {
    fill: #0156a3 !important
}

.asl_w_container {
    min-width: unset !important
}

.tos-menu {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}

.tos-menu li {
    display: inline;
    padding: 0;
}

.tos-menu li:nth-child(0)::after, .tos-menu li:last-child::after {
    content: unset
}

.tos-menu li::after {
    content: '/';
    display: inline-block;
    margin: 0 8px 0 10px;
    color: #9F9F9F;
}

.tos-menu li a {
    text-decoration: none;
}

.menu-tos {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

footer #logo {
    z-index: 1;
    display: block;
    margin: 0 auto;
    margin-bottom: 25px;
    padding: 10px 0;
}

footer {
    font-size: 16px;
    background-color: var(--header-background);
    color: #fff;
    padding: 25px 0;
}

.copyright {
    font-size: 12px;
}

div.asl_m {
    z-index: unset !important;
}

section {
    padding: 50px 0;
}

main section:first-of-type {
    padding-top: unset;
    padding-bottom: unset;
}

.swiper-button-next, .swiper-button-prev {
    display: block !important;
}

.cm-img {
    width: 100%;
    height: auto;
    margin-top: 20px;
}

.celovita-mehanizacija a {
    text-decoration: none;
    color: #000
}

.celovita-mehanizacija a:hover {
    color: var(--burger-color-hover);
}

.celovita-mehanizacija img {
    transform: scale(0.9);
    transition: all 500ms;
}

.celovita-mehanizacija a:hover img {
    transform: scale(1);
}

.celovita-mehanizacija h3 {
    margin-top: 5px;
}

.swiper {
    overflow-x: hidden;
}

.novosti-wrap {
    gap: 30px;
}

.novosti-wrap h3 {
    margin-top: 10px;
}

.novosti-wrap img {
    height: 300px;
    width: 100%;
    object-fit: cover;
}

.category a {
    text-decoration: none;
    color: #000;
}

.category article a {
    display: block;
    width: 100%;
}

.category main .container {
    margin-bottom: 50px;
}

.category article:first-of-type {
    padding-top: unset;
}

.cat-date {
    position: absolute;
    top: 20px;
    left: 40px;
    display: flex;
    align-items: center;
    background-color: #fff;
    color: #000;
    padding: 5px 15px;
    border-radius: 25px;
}

.cat-date:before {
    content: "\e953";
    font-family: 'icomoon';
    margin-right: 10px;
    font-size: 20px;
}

.post-date {
    display: flex;
    align-items: center;
    background-color: #fff;
    color: #000;
    padding: 5px 15px;
    border-radius: 25px;
    position: absolute;
    right: 13%;
    top: 30px
}

.post-date:before {
    content: "\e953";
    font-family: 'icomoon';
    margin-right: 10px;
    font-size: 20px;
}

.post-img-wrap {
    position: relative;
}

.single-post-title {
    background-color: #f5f5f5;
    color: #000;
    display: flex;
    flex-direction: column;
    text-align: center;
    padding-top: 70px
}

.single-post-title img {
    align-self: center;
    margin-bottom: -100px;
    border: 10px solid #f5f5f5;
    width: 90%;
    border-radius: 25px;
}

.single-post-content {
    margin-top: 150px !important;
}

.single-post article {
    margin-bottom: 50px;
}

.page-template-kontakt main [class^="icon-"] {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}

.page-template-kontakt main [class^="icon-"]:before {
    display: inline-block;
}

.page-template-kontakt main [class^="icon-"] p {
    display: inline-block;
    margin: 0;
}

.kontakt-podatki {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.kontakt-podatki h3 {
    margin-bottom: unset
}

.page-template-kontakt .kontakt-wrap [class^="col-"] {
    margin-bottom: 50px;
}

.map {
    margin-bottom: 50px;
}

.category-image-container img {
    margin: 0 auto;
    display: block;
    max-height: 500px;
    width: auto
}

.header-store {
    display: flex;
    justify-content: right;
    align-items: center;
    gap: 5px
}

.header-store a {
    text-decoration: none;
    font-size: 17px;
    color: #000;
    padding: 5px;
    font-family: "Noto Sans", sans-serif !important;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.header-store a:before {
    font-fa.prikaz-cene {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
    font-size: 10px;
}

.prikaz-cene span {
    padding-bottom: 10px;
}mily: 'icomoon';
    font-size: 18px;
}

.icon-cart {
    position: relative;
}

.icon-cart .header-cart-amount {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #C81428;
    color: #fff;
    width: 15px;
    height: 15px;
    text-align: center;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 0;
    font-size: 12px;
}

#popup-contact {
    position: fixed;
    width: 95vw;
    height: auto;
    border: 2px solid #000;
    color: #000;
    padding: 20px;
    background-color: #f5f5f5;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
}

#popup-contact-wrap {
    content: '';
    position: fixed;
    z-index: 9997;
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
}

#popup-contact .icon-cross {
    display: block;
    font-size: 20px;
    color: #000;
    text-align: right;
    margin-bottom: 20px
}

.popup-active #popup-contact-wrap {
    display: block;
}

#popup-contact .icon-cross:hover {
    color: #C81428;
}

#popup-contact .wpcf7-textarea {
    height: 150px;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.swiperNovejsiIzdelki .swiper-slide a {
    text-decoration: none;
    color: #000;
    align-self: center
}

.swiperNovejsiIzdelki .swiper-slide .product {
    display: flex;
    flex-direction: column
}

.swiperNovejsiIzdelki .swiper-slide .product h3 {
    font-size: 18px;
    margin: unset;
    padding: 9px 0
}

.swiperNovejsiIzdelki .swiper-slide .product .price {
    color: #958e09;
    margin-bottom: 9px;
    display: block
}

.swiperNovejsiIzdelki .swiper-slide .product .button {
    align-self: anchor-center;
    order: 3;
    margin-top: 1em;
    font-size: 14px;
}

#opozorilo-podatki {
    display: block;
    text-align: center;
    padding: 10px;
    background-color: #ffdddd;
    font-size: 12px;
    margin: 0 auto;
    margin-bottom: 15px;
    border-radius: 25px;
    margin-top: 25px
}

#opozorilo-podatki p {
    margin: unset
}

.category-desc-long {
    margin-bottom: 70px
}

.category-desc-long p {
    margin: unset
}

.post-nav-permalink {
    display: block;
    padding: 10px;
    text-transform: uppercase;
}

.post-nav-permalink a {
    font-size: 15px;
    text-decoration: none;
    color: red;
}

.zaupajo {
    background-color: #f5f5f5
}

.zaupajo-img {
    width: 70%;
    height: auto;
    margin: 0 auto;
    display: block
}

.search-active .asl_w_container {
    display: block
}

.asl_w_container {
    position: fixed;
    top: 50px;
    right: 0;
    z-index: 99999;
    display: none;
    padding: 20px;
}

.admin-bar .asl_w_container {
    top: 90px
}

.asl_w_container .promagnifier {
    pointer-events: none;
}

#ajaxsearchliteres1 {
    z-index: 99999;
}


.nudimo-vam-wrap img {
    height: 150px;
    width: 150px;
}

.home .svetovanje {
    background-color: #fff;
    padding-top: unset;
    padding-bottom: unset;
}

.partner-imgs-wrap {
    display: flex;
    flex-direction: row;
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    padding: 26px 0 22px;
    font-size: 20px;
    text-transform: uppercase;
    color: #000;
    letter-spacing: 2px;
    overflow: hidden;
    height: 92px;
}

.partner-imgs {
    animation: bee-text-marquee-left 60s linear infinite;
    white-space: nowrap;
    display: flex;
}

.partner-img {
    height: 30px;
    width: auto;
    padding: 0 35px;
    display: flex;
    align-items: center;
    flex-direction: row;
}

@keyframes bee-text-marquee-left {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(-100%)
    }
}

.menu-mobile-container .current-menu-item > a, .menu-mobile-container .current-menu-ancestor > a {
    color: #CDAB58 !important;
}

.menu-mobile-container .menu-item-has-children {
    position: relative;
    padding-right: 50px;
}

.menu-mobile-container .menu-item-has-children:after {
    position: absolute;
    top: 10px;
    right: 5px;
}

.other-post-query {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 25px;
}


.other-post-query .cat-img {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.query-first-two {
    display: flex;
    flex-direction: column;
    gap: 12px
}

.category.paged .zanje-novice-head {
    display: none;
}


.zadnje-novice h2 {
    background-color: #409b5a;
    color: #fff;
    padding: 10px;
    font-size: 20px;
}

.zadnje-novice img {
    max-width: 100%;
    height: auto !important;
}

.izpostavljeno-title {
    font-size: 20px;
    color: #fff;
    background-color: #e11838;
    padding: 10px;
    margin: unset;
}

.izpostavljeno-query a{
    position: relative;
}

.izpostavljeno-query img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    display: block;
}

.izpostavljeno-query h3 {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: unset;
    padding: 30px;
    color: #fff;

    background: rgba(0, 0, 0, 0);
    background: linear-gradient(181deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.97) 100%);

    width: 100%;
}

.other-post-query article img {
    height: 300px;
    width: 100%;
    object-fit: cover;
    margin-bottom: 20px;
}

.other-post-query article {
    flex: 1 1 100%;
}

.prikaz-cene {
    display: flex;
    justify-content: center;
    flex-direction: column;
    font-size: 10px;
}

.wp-block-wdevs-tax-switch .wdevs-tax-switch .wdevs-tax-switch-label-text {
    margin-left: 5px !important;
}

.woocommerce-cart .prikaz-cene, .woocommerce-checkout .prikaz-cene {
    font-size: 0;
}

.wp-block-wdevs-tax-switch.is-style-inline .wdevs-tax-switch .wdevs-tax-switch-label {
    height: 17px;
    width: 30px;
}

.wp-block-wdevs-tax-switch.is-style-inline .wdevs-tax-switch .wdevs-tax-switch-slider:before {
    height: 15px;
    width: 15px;
}

.wp-block-wdevs-tax-switch.is-style-inline .wdevs-tax-switch .wdevs-tax-switch-checkbox:checked + .wdevs-tax-switch-slider:before {
    transform: translateX(12px);
}

/* .price-switcher {
    position: fixed;
    left: 0;
    top: 70%;
    z-index: 3;
    background-color: #fff;
    padding: 10px 20px 10px 10px;
    border-radius: 0 25px 25px 0;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 48px;
    display: none;
} */

/* .price-switcher span {
    display: block;
    text-align: center;
} */

/* .price-switcher:has(div) {
    display: block;
} */

/* .price-switcher .wdevs-tax-switch-label {
    transform: rotate(-90deg);
} */

.wp-block-wdevs-tax-switch.is-style-inline .wdevs-tax-switch .wdevs-tax-switch-label-text {
    font-size: 10px;
}

.wp-block-wdevs-tax-switch .wdevs-tax-switch .wdevs-tax-switch-label-text {
    margin-left: unset;
}

.page-nav-container {
    margin-top: 25px;
}

.page-numbers {
    padding: 10px;
    background-color: #000;
    color: #fff !important;
}

.page-numbers.current, .page-numbers:hover, .woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
    background-color: red;
}

.grecaptcha-badge {
    display: none;
}

.error404 main .col-12 {
    text-align: center;
    padding-bottom: 50px;
}

.povprasevanje-clanek {
    margin: 50px 0;
    padding: 35px;
    background-color: #f5f5f5;
}

.cta-klic {
    position: fixed;
    left: 10px;
    bottom: 10px;
    font-size: 30px;
    background-color: #409B5A;
    color: #fff !important;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    z-index: 99;
    text-decoration: none;
    animation: tilt-shaking 0.15s infinite;
}

.cta-klic .icon-phone {
    padding: 5px 12.5px;
    display: block;
}

@keyframes tilt-shaking {
    0% { transform: rotate(0deg); }
    25% { transform: rotate(5deg); }
    50% { transform: rotate(0eg); }
    75% { transform: rotate(-5deg); }
    100% { transform: rotate(0deg); }
}

.front-kategorije-wrap {
    padding: 50px 0 50px 0;
}

.front-kategorije-wrap .product-tab-imgs {
    gap: 20px;
}

.front-kategorije-wrap a {
    text-decoration: none;
    color: #000;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.front-kategorije-wrap h2 {
    font-size: 20px;
    text-align: center;
    color: #000;
}

.front-kategorije-wrap img {
    margin-bottom: 30px;
    width: 160px;
    height: 160px;
}

.cta-kategorije-wrap {
    background-color: #f5f5f5;
    padding: 25px 0;
    margin-bottom: 75px;
}

.cta-kategorije-inner-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    gap: 25px;
}

.cta-kategorija-img img {
    max-height: 100px;
    width: auto;
}

.cta-kategorija-single {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    font-size: 16px;
    flex: 1 0 33%;
    text-align: center;
}

.who-we-are {text-align: center}
.who-we-are p {text-align: left}

.who-we-are img {
    max-height: 350px;
    width: auto;
}

.course-wrap {
    background-color: #1B2A47;
    color: #fff;
    padding: 20px 50px !important;
}

.front-courses {
    display: flex;
    justify-content: space-evenly;
}

.courses-img {
    height: 50px !important;
    margin-bottom: 30px;
}

.course-wrap h3 {
    font-weight: unset !important;
}

.front-knowledge {
    display: flex;
    justify-content: space-evenly;
}

.front-knowledge h4 {margin-top: 15px; margin-bottom: unset}

.faq h2{
    margin-bottom: 50px;
}

.faq h3 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: unset;
}

.faq-question {
    background-color: #E6E6E6;
    margin-bottom: 10px;
    border-radius: 10px;
    padding: 10px;
    position: relative;
}

.faq-question:after {
    content: '+';
    position: absolute;
    right: 20px;
    top: -6px;
    font-size: 30px;
    color: #CDAB58;
}

.faq-active.faq-question:after {
    content: '-';
}

.faq-active .faq-q {
    display: block;
}

.faq-q {
    display: none;
    margin-top: 10px
}

.swiperReviews {
    padding-bottom: 50px !important;
}

.swiperReviews .swiper-slide {
    border: 5px solid #CDAB58;
    padding: 20px;
    border-radius: 25px;
    font-size: 13px;
}

.swiperReviews .swiper-slide .row {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.partner-o1 {font-style: italic; margin: 20px 0 !important}
.partner-o2 {font-weight: bold; color: #1B2A47}

.reviews-slider .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    -o-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
}

.one-story {
    display: flex;
    margin-bottom: 50px;
}

.one-story:nth-child(2n+1) .one-story-head{
    background-color: #CDAB58;
    color: #1B2A47;
    order: 2;
    text-align: left;
}
.one-story-head {
    background-color: #1B2A47;
    color: #fff;
    text-align: right;
}

.one-story-body {}

.page-thumb {
    margin-top: -25px;
    margin-bottom: 5px;
    width: 100%;
    height: auto;
}

.most-pages-slika{
    margin-bottom: 20px;
}

.most-pages-menu {
    list-style: none;
    margin: unset;
    padding: unset;
    display: flex;
    flex-direction: column;
    gap: 20px;
    font-size: 12px;
    text-transform: uppercase;
    justify-content: space-around;
}

.most-pages-menu li {
    display: inline-block;
    text-align: center;
}

.most-pages-menu li a {
    text-decoration: none;
    color: #000;
    padding: 20px 0;
    display: block;
}

.page-template-faq_2 h1 {
    color: #CDAB58;
    margin-top: 30px;
    font-size: 64px;
}

.page-template-faq_2 main {
    margin-bottom: 30px;
}

.faq_naslov {
    margin-bottom: 30px;
}

.shortcode-wrapper h2 {
    color: #CDAB58;
    margin-top: 30px;
    font-weight: 500;
    margin-bottom: 15px;
}

.content-most-pages h2 {
    font-weight: 600;
}


@media only screen and (min-width: 400px) {
    #logo img {
        height: 55px;
        max-width: unset;
    }
}

@media only screen and (min-width: 576px) {
    footer .footer-top [class*="col-"] {
        border-left: 2px solid #000;
    }
}

@media only screen and (min-width: 768px) {
    .servis-menu, .kontakt-menu {
        flex-direction: row;
        gap: 20px
    }

    .header-store {
        gap: 25px;
    }

    .footer-top {
        text-align: left;
    }

    .galerija a {
        width: 25%;
    }

    .menu-tos {
        margin: unset !important;
    }

    .novosti-wrap {
        gap: unset;
    }

    .contact-top a {
        font-size: 18px;
    }

    .servis-menu li a, .kontakt-menu li a {
        font-size: 18px
    }

    .single-post-content {
        margin-top: 250px !important;
    }

    .single-post-title img {
        margin-bottom: -100px;
    }

    .post-date {
        right: 7%
    }

    #popup-contact {
        width: 400px;
    }


    .other-post-query article {
        flex: 1 1 50%;
    }

    .front-kategorije-wrap img {
        width: unset;
        height: unset;
    }
}

@media only screen and (max-width: 992px) {

}

@media only screen and (min-width: 992px) {

}

@media screen and (max-width: 1199px) {
    #burger {
        display: block !important;
    }


    .burger-wrap {
        display: block;
        position: absolute;
        right: 15px;
        top: 50%;
    }

    .mobile-hidden {
        display: none !important;
    }

    .menu-header-container {
        display: none;
    }

    .hidden-1199 {
        display: none !important
    }
}

@media screen and (min-width: 1200px) {

    .cta-kategorija-single {
        flex: unset;
    }

    .other-post-query article {
        flex: 1 1 30%;
    }

    .query-first-two .cat-img, .query-first-two .cat-desc {
        width: 50%;
    }

    .zadnje-novice, .izpostavljeno-query {
        width: 49%;
    }

    .asl_w_container {
        right: 50%;
        top: 46px;
        width: 25% !important;
        transform: translate(50%)
    }

    .admin-bar .asl_w_container {
        top: 78px
    }

    .hidden-1199-up {
        display: none !important;
    }

    #menu-header > .current-menu-item > a, .current_page_ancestor > a {
        color: #000 !important;
        border-bottom: 3px solid #CDAB58;
    }

    .home header {
        margin-bottom: unset;
    }

    header {
        height: var(--header-height-full);
        margin-bottom: 25px;
    }

    #logo {
        display: flex;
        justify-content: left;
    }

    #logo img {
        height: 80px;
        padding: 10px 0;
    }

    #menu-header {
        position: relative;
        top: unset;
        display: block;
    }

    #menu-header > li {
        display: inline-block;
    }

    .menu-header-container {
        display: block;
    }

    #menu-header .menu-item-has-children {
        position: relative;
    }

    #menu-header .menu-item-has-children .sub-menu {
        padding: 0;
    }

    #menu-header .menu-item-has-children:hover > .sub-menu {
        display: block;
    }

    #menu-header .menu-item-has-children > .sub-menu {
        display: none;
        position: absolute;
        white-space: nowrap;
        left: 0;
        z-index: 9999;
        padding-top: 10px;
        background-color: #1B2A47;
        box-shadow: -4px 26px 24px 0 #00000059;
        -webkit-box-shadow: -4px 26px 24px 0 #00000059;
        -moz-box-shadow: -4px 26px 24px 0 #00000059;
        padding-bottom: 10px;
    }

    #menu-header > .menu-item-has-children::after {
        color: #000;
        font-size: 10px;
    }

    #menu-header > .current-product_cat-ancestor::after, #menu-header > .current-menu-item::after {
        color: #000;
    }

    #menu-header > .menu-item-has-children > .sub-menu > .menu-item-has-children::after {
        color: #fff !important;
    }

    #menu-header > .current-product_cat-ancestor > .sub-menu > .current-menu-ancestor::after {
        color: #CDAB58 !important;
    }

    #menu-header .menu-item-has-children > .sub-menu li a {
        padding: 5px 10px;
    }

    #menu-header .menu-item-has-children .menu-item-has-children:hover > .sub-menu {
        display: block;
    }

    #menu-header .menu-item-has-children .menu-item-has-children > .sub-menu {
        display: none;
        position: absolute;
        top: 0;
        background-color: #000;
        white-space: nowrap;
        left: 100%;
    }

    #menu-header li a {
        display: inline-block;
        padding: 20px 0;
        height: 100%;
    }

    .menu-mobile-container #menu-header {
        text-align: right;
    }

    .menu-mobile-container {
        display: none;
    }

    #menu-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .content-most-pages:nth-child(even) .most-pages-slika{
        order: 2 !important;
    }

    .content-most-pages:nth-child(even) .most-pages-vsebina{
        order: 1 !important;
    }

    .most-pages-menu {
        flex-direction: row;
    }

}


@media screen and (min-width: 1400px) {
    #opozorilo-podatki {
        width: 60% !important;
    }

    header {
        font-size: 18px;
    }
}

@media screen and (min-width: 1600px) {


}