/* head */
:root{    
    --zelena: #a7c232;
    --svetlo_zelena: #dae7a2;
    --rjava: #75614f;
    --rumena: #f9c218;
    --siva: #E4E4E4;
  }

/***************************/

* {
    font-family: 'Montserrat', sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;    

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; 

    font-family: 'Montserrat', sans-serif;
}

p {
    margin-bottom: 0px;
    line-height: 180%;
    font-size: 16px;
}

.action.primary, .action-primary {
    background-image: none;
    background: var(--zelena) !important;
    border: 1px solid var(--zelena) !important;
}

a.pagebuilder-button-primary{
    background-color: var(--zelena) !important;
    border-color: 1px solid var(--zelena) !important;
    border-radius: 50px;
    color: #ffffff;
}

.action-primary.action-accept:hover, a.pagebuilder-button-primary:hover{
    background-color: var(--rjava) !important;;
    border-color: var(--rjava) !important;
    border-radius: 50px;
}

#page-title-heading span, .page-title-wrapper, .page-title {
    font-weight:500; 
    color: var(--rjava);
    font-size: 32px; 
}

.checkout-cart-index .page-title-wrapper {
    padding-top:24px;
}

.modal-inner-wrap #page-title-heading span, .page-title-wrapper {
    font-size: 14px;
}

a, .alink {
    color: var(--zelena);
    text-decoration: none !important; 
}
 
a:hover {
    color: var(--rjava);    
}

a:visited, .alink:visited {
    color: inherit !important;  
    text-decoration: none !important;
}

.pagebuilder-button-primary:visited{
    color:#fff !important; 
}

[data-content-type='row'][data-appearance='full-width']>.row-full-width-inner {
    max-width: 1366px !important; 
}

.navigation, .breadcrumbs, .page-header .header.panel, .header.content, .footer.content, .page-wrapper>.widget, .page-wrapper>.page-bottom, .block.category.event, .top-container, .page-main {
    max-width: 1366px !important; 
}

.cart.table-wrapper .action.help.map, .opc-wrapper .edit-address-link, .opc-block-shipping-information .shipping-information-title .action-edit, .action-auth-toggle, .checkout-payment-method .checkout-billing-address .action-cancel, .checkout-agreements-block .action-show, .cart-summary .block.giftcard .action.check, .gift-options .actions-toolbar .action-cancel, .table-comparison .wishlist.split.button>.action, .product-items .wishlist.split.button>.action, .paypal-button-widget .paypal-button {
    color: var(--zelena); 
}

/*************************************/
/* info header */
.obvestilo_top {
    background: var(--zelena);
}

.obvestilo_top p {
    color: #fff;
    padding: 8px 0px;
    text-align: center;
}

/*************************************/
/* header */ 
.page-header .header.panel {
    padding-bottom: 0px !important;    
}

.block-search .control {
    padding: 0 0 18px !important;
}

.header1 {
    float: left;
    width: 30%;    
    padding-top: 7px;
}

.header1 .block-search {
    width: 300px !important;
    float: left !important;
    margin-right: 50px;
    margin-top: 20px;
}

.header1 .header.links{
    float: right;
}

.header1 .field.search::after {    
    content: "IŠČI"; 
    font-size: 14px;
    color: #fff;
    background-color: var(--rjava);
    border: 1.5px solid var(--rjava);
    position: absolute;
    top: 0px;
    right: -42px;
    padding: 8px 18px 8px 36px;
    border-radius: 0 35px 35px 0;    
}

.block-search .action.search{
    right: -40px !important;
}

.search-autocomplete{
    z-index: 102 !important;
}

.action.search {
    width: 25%;
    display: flex !important;
    justify-content: left;
}

.header1 input#search.input-text{
    border-radius: 35px 0px 0px 35px !important;    
    border: 1.5px solid var(--rjava);
    background-color: transparent;
    height: auto;
    font-size: 14px;
    padding: 8px 18px;
}

.block-search .action.search::before{
    font-size: 24px !important;
    line-height: 26px !important;
}

.header1 input:not([disabled]):focus{
    box-shadow: none;
}

.page-header{
    position: sticky !important;
    background-color: white;
    top: 0;
    margin-bottom: 0 !important;
    z-index: 101;
}

/***/

.header2 {
    float: left;
    width: 40%;
    padding-top: 4px;
    text-align: center;
}

.header2 .logo {
    float: none
}

.header2 .logo img {
    display: inline-block;
}

/***/

.header3 {
    float: right;
    width: 30%;
    padding-top:15px;
}

.header3 .minicart-wrapper {
    margin-left: 0px;
}

.header3 .header.links {
    float: right;
}

.header3 .header.links li {
    float: left;
    list-style: none;
    display: inline-block;
    margin: 0;    
}

.header3 .header.links li a, .header .action.showcart {
    float: left;
    position: relative;
    list-style: none;
    display: inline-block;
    width: 50px;
    height: 50px;
    margin: 8px 12px;
    font-size: 0;
    background: var(--zelena);    
    border-radius: 100px;
    font-weight: 500;
}

.minicart-wrapper .action.showcart .counter.qty {    
    font-size: 12px;
    font-weight: 600;
    color: #fff;
}

.minicart-wrapper .action.showcart .counter.qty {
    margin: -6px 0px 0px -10px;
}

.header3 .header.links li:nth-of-type(1) a::after {
    content: '';
    width: 50px;
    height: 50px;
    top: 0;
    left: 0px;    
    position: absolute !important;
    background-image: url('/media/ikone/user.png');
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center; 
}

.header3 .header.links li:nth-of-type(2) {
    display: none;
}

.header3 .header.links li:nth-of-type(2) a::after {
    content: '';
    width: 50px;
    height: 50px;
    top: 0;
    left: 0px;    
    position: absolute !important;
    background-image: url('/media/ikone/user.png');
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center; 
}

.minicart-wrapper .action.showcart:before {    
    font-size: 45px;
    line-height: 52px;    
    margin: 0 0 0 1px;
}

.minicart-wrapper .action.showcart::before {
    color: #fff;
}

.header3 .header.links li:nth-of-type(n+3) {
    display: none !important;
}

.header3 ul.header.links {
    margin-bottom: 0;
    padding-bottom: 0;
}

.minicart-wrapper .action.showcart .counter.qty {
    background: var(--rjava);
    border-radius: 100px;
    width: 24px;
}

/* Sliding cart - Magento */

.page-wrapper {
    position: relative;
}

.cartnotempty {
    display: none !important;
}

.block-minicart {
    position: fixed !important;
    top: 0px !important;
    right: 0px !important;
    width: 480px !important;
    left: calc(100% - 0px) !important;
    bottom: 0px !important;
    transition: left 0.25s;
}

.block-minicart.slide,
.minicart-wrapper.active .block-minicart {
    left: calc(100% - 480px) !important;
    transition: left 0.25s;
}

.block-minicart .block-content {
    width: 480px !important;
    height: calc(100vh - 58px);
}

.minicart-wrapper .block-minicart .block-title {
    display: block;
    background: var(--rjava);
    color: #fff;
    padding: 15px 20px;
    font-size: 20px;
    text-transform: uppercase;
}

.minicart-wrapper .block-minicart .block-title span.qty {
    display: none;
}

.minicart-wrapper .block-minicart {
    padding: 0px 0px 25px 0px;
}

.minicart-wrapper .action.close:before {
    font-size: 60px;
    margin-top: 4px;
    color: #000;
    font-weight: 600;
    margin-left: -20px;
}

.block-minicart .subtotal {
    margin: 20px 10px 20px;
    text-align: right;
    font-size: 16px;
}

.block-minicart .subtotal .price {
    font-size: 36px !important;
}

.minicart-wrapper .action.close {
    position: absolute;
    float: none;
    top: 70px;
    left: 20px;
    color: #000 !important;
}

.minicart-wrapper .product-image-container {
    width: 70px !important;
    height: auto !important;
}

.minicart-items .product-item-name {
    font-weight: 700 !important; 
}

.minicart-items-wrapper {
    margin: 0 0px;
}

.minicart-wrapper .price-container .price-including-tax+.price-excluding-tax .price {
    font-size: 14px;
    font-weight: 400;
}

.minicart-wrapper .price-including-tax+.price-excluding-tax::before {
    font-size: 12px;
}

.minicart-wrapper .price-container .price {
    font-size: 16px;
}

.minicart-items .product-item-name a {
    color: #111;
}


.minicart-items-wrapper a.action.edit,
.block-minicart .items-total {
    display: none !important;
}


.minicart-items .product-item {
    padding-right: 0px;
}

.zsiq_floatmain.zsiq_theme1.siq_bR {
    z-index: 99 !important;
}

.minicart-wrapper.active .block-minicart {
    z-index: 100 !important;
}

.block-minicart .block-content > .actions > .primary .action.primary {
    background: var(--rjava);
    border: none;
}
 
.minicart-items .product>.product-item-photo, .minicart-items .product>.product-image-container, .minicart-wrapper .product-image-container {
    position: relative !important;
}

.minicart-wrapper .block-minicart {
    border: none;
    margin-top: 0px;
}

.actions .secondary .action.viewcart{
    border: 3px solid var(--zelena);
    border-radius: 50px;
    padding: 5px 122px;
}

.actions .secondary .action.viewcart span{
    color:black;
    font-size: 1.5rem;
    font-weight: 500;
}

.block-content {
    display: flex;
    flex-direction: column;
}

.minicart-items-wrapper{
    order:3
}
  
.block-content > .actions {
    order: 2;
}
  
.block-content > .actions:has(.secondary) {
    order: 1;
}

.subtotal .label span{
    display: none;
}

.block-minicart .subtotal .label::after{
    content: "Vsota košarice:" !important;
}

.details-qty.qty{
    display: inline-flex;
}

.details-qty.qty button{
    margin-top: 0;
}

.details-qty.qty div{
    margin: 1px 10px;
    width: 30px;
    border: 2px solid var(--zelena);
    border-radius: 50px;
    text-align: center;
    font-size: 17px;
}

.minicart-items .update-cart-item{
    margin-left: -7px;
}

.minicart-items-wrapper {
    min-height: calc(100%);
}


/***********************************/
/* menu */ 
.nav-sections {
    background: var(--rjava);
    position: sticky;
    top: 139px;
    margin-bottom: 0 !important;
    z-indeX: 100;
}

.navigation {
    background: none !important;
}

.navigation .level0>.level-top {
    color: #fff !important;
}

.navigation .level0.active>.level-top, .navigation .level0.has-active>.level-top, .navigation .level0 .submenu .active>a {
    border-color: var(--zelena) !important; 
}

.navigation .level0 .submenu li a {
    font-weight: 500;
}

.navigation .level0 .submenu li:hover a {
    background: var(--svetlo_zelena) !important;
}

.navigation .level0 .submenu {
    min-width: 350px !important;
}

h1 {
    font-size: 48px;
    margin-bottom: 14px;
}

h1.page-title {
    margin-bottom: 10px;
}

h2 {
    font-size: 32px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 28px;
    margin: 6px 0px;
}

h5 {
    font-size: 28px;
}

/*************************************//*************************************/
/*************************************//*************************************/
/* footer */
.footer p, footer a span, footer a:visited span, footer h3 {
    line-height: 90%;
    color: #fff !important;
    text-decoration: none;
    font-size: 16px;
    margin-bottom: 5px;
}

footer a{
    color: #fff !important;
    text-decoration: none;
    font-size: 16px;
}

.footer .pagebuilder-column:nth-of-type(1) img {
    display: inline-block;
    padding-bottom: 24px;
}

.footer h3 {
    font-size: 17px;
    display: inline-block;
    font-weight: 600;
    padding: 14px 0px 10px 0px; 
}

.footer.links {
    display: none !important;
}

.footer.content{
    padding-bottom: 0px;
    border-top: none !important;
}

.footer .footer_middle p{
    text-align: center;
}

.page-footer { 
    background-image: url("/media/theme/preview/backgr_footer.jpeg"); 
    background-repeat: no-repeat;
    background-size: cover !important;
    margin-top: -40px;
    padding-bottom: 50px; 
    padding-top: 0px;
    z-index: 0;
}

.copyright {    
    color: var(--rjava);    
    text-align: center;
    font-weight: 500;    
    padding: 10px 0;
}

/*************************************//*************************************/
/*************************************//*************************************/
/* landing */ 

/*-------------------------*/
/* banner */
.banner {    
    padding: 200px 0px 60px 0px;
    position: relative;   
    filter: grayscale(50%);
    -webkit-filter: grayscale(50%); 
    -moz-filter: grayscale(50%);
    -ms-filter: grayscale(50%); 
    -o-filter: grayscale(50%);    
}

.banner.color {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%); 
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%); 
    -o-filter: grayscale(0%);    
    transition: all 3000mS;
}

.banner::before {
    content: '';
    position: absolute !important;
    width: 100%;    
    z-index: 0;     
    position: relative;
    top: 0;
    left: 0;    
    bottom: 0;
    right: 0;
    background: rgb(117,97,79);
    background: linear-gradient(0deg, rgba(117,97,79,1) 0%, rgba(117,97,79,0) 100%);
}

.banner .row-full-width-inner {
    z-index: 2;     
}

/*-------------------------*/
/* bar prednosti */
.bar_prednosti {
    /*border-bottom: 1px solid var(--siva);*/
    padding: 18px 0px 14px 0px; /*26px 0px 20px 0px;*/
    position: relative;
    z-index: 1;
}

.bar_prednosti a {
    color: #000;
}

.bar_prednosti a:hover {
    color: var(--rjava);
}

.bar_prednosti p {
    width: calc(100% - 78px);
    float: left;
    display: inline-block;   
    text-align: left; 
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    font-weight: 500;
    line-height: 130%;
    font-size: 14px;
}

.bar_prednosti :not(.certifikat) p:first-of-type {
    width: 64px;
    padding: 0px;
    margin: 0px 12px 0px 0px;
    text-align: center;
}

.bar_prednosti p:nth-of-type(2) {
    margin-top: 0px;
}

.bar_prednosti .certifikat p {
    width: 100% !important;
    padding: 0;
    margin: 0px 0px 0px 0px;
}

.bar_prednosti .certifikat {
    margin: -62px;
}

.catalog-product-view .bar_prednosti, .catalog-category-view .bar_prednosti {
    background: #fff;
    border-top: 1px solid var(--siva);
}

.catalog-category-view .bar_prednosti a{
    color: #000000 !important;
}

.page-product-downloadable .product-options-bottom{
    float: none !important;
}

.block-subtitle.filter-subtitle{
    display: none;
}

/*-------------------------*/
/* widget produkti  */

.brez_glutena a:hover{
    color: var(--rjava);
    text-decoration: none;
}

.block-title.filter-title{
    display: none;
}

.product-item-info {
    text-align: center;
}

/* .najboljiskano {
    padding-bottom:
}
*/

.action.tocompare, .actions-secondary {
    display: none !important;
}

.product-item {
    position: relative;
    transition: all 0.25s;
}

.product-item .product-image-photo {
    margin-bottom: 0px !important;
    margin-top: 30px !important;
}



.product-item .product-image-container::after {
    content: '';
    position: absolute !important;
    width: 0%;
    aspect-ratio: 1 / 1;    
    /*background: rgba(153, 238, 100, 0.1); */
    border-radius: 50%;
    z-index: 10;    
    position: relative;
    top: 40%;
    left: 50%;    
    transform: translate(-50%, -50%);  
    transition: all 0.25s;
}

.product-item:hover .product-image-container::after {
    width: 90%; 
    transition: all 0.25s;
}

.product-items .product-item-actions {
    text-align: center;
    min-height: 20px;
}

.product-items .stock.unavailable {
    background: var(--siva);
    padding: 3px 12px;
    border-radius: 100px;
    margin-top: 0px;
    font-weight: 500;
    color: #fff;
    display: inline-block;
}

.product-items .product-item-details .product-item-name {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: 500;    
    padding: 0px 12px;
    height: 40px;
    text-align: center;
}

.product-item-details {
    margin-top: -18px;
}

.minicart-items-wrapper .product-item-details {
    margin-top: 0px;
}

.minicart-items-wrapper .product-item .product-image-photo {    
    margin-top: 0px !important;
}

.product-item-details .product-item-photo {
    display: none;
}

.product-items .price-label {
    display: none;
}

.product-items .price-box {
    text-align: center;
    margin: 0;
}

.product-items .price-box .price {
    font-size: 20px;
    color: var(--zelena);    
    padding: 4px 10px;
    border-radius: 100px;    
}

/*
.product-items .special-price {
    float:right;
    width: 50%;    
    text-align: left;    
}

.product-items .old-price {
    float:left;
    width: 50%;
    text-align: right;    
}
*/
.product-items .old-price .price {
    font-size: 14px;
    color: #666;  
    padding-top: 3px;
    display: inline-block;    
    font-weight: 500;
    text-decoration: line-through;
}

.price-box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.price-box .price {
    flex: 1;
    text-align: center;
}

.price-box:has(.price:first-child:last-child) {
    justify-content: center;
}

.catalog-product-view .product-info-main .price-box:has(.price:first-child:last-child) {
    justify-content: left;
}

.catalog-product-view .bar_prednosti a{
    color: #000000 !important;
}

.left .price-box:has(.price:first-child:last-child) {
    justify-content: center !important;
}

.price-box span {
    text-align: center;
}

.old-price .price{
    color: var(--rjava) !important;
}

.product-items:hover .product-item {
    /*opacity: 0.6;*/
}

.product-items:hover .price-box .price {
    color: #999;
    transition: color 0.5s;
}
.product-items:hover .product-item:hover .price-final_price .price,
.product-items:hover .product-item:hover .special-price .price {
    /*color: var(--zelena);*/
    transition: color 0.5s;
    background: var(--zelena);
    color: #fff;    
}

.product-items:hover .product-item:hover {
    opacity: 1;
}

.product-items:hover .product-item:hover .product-image-photo {
    /*transform: scale(1.2);
    transform: rotate(10deg);*/
    transition: all 0.5s;
}

.product-items .action.tocart.primary {
    opacity: 1;
    /* position: absolute; */
    /* right: 41%; */
    /* bottom: -26px; */
    background: var(--zelena);
    font-size: 14px;
    /* width: 48px; */
    height: 40px;
    border-radius: 100px;
    /* background-image: url(/media/theme/preview/shopping-cart.png); */
    /* background-size: 19%; */
    /* background-position: left; */
    border: none;
    z-index: 20;
    transition: all 0.25s;
    margin-bottom: -32px;
}

.product-items button:not(.slick-arrow):hover span, .product-items button:not(.slick-arrow):hover {
    background: var(--rjava) !important; 
}

/*
.product-item:hover .action.tocart.primary {
    opacity: 1;    
    right: 16px;
}
*/

.slick-prev.slick-arrow {
    margin-left: -62px;
    background: none;
}

.slick-next.slick-arrow {
    margin-right: -62px;
    background: none;
}

.slick-next.slick-arrow, .slick-prev.slick-arrow {
    z-index:1 !important;
}

.product-item [class*="swatch-opt-"] {
    bottom: 100px;    
    position: absolute;
    z-index: 99;
    /*
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
    */
    width: 100%;
}

.swatch-option.text {
    white-space: nowrap;
    border: 1px solid var(--zelena);
    background: #fff !important;
}

.swatch-option.text:hover {
    color: #fff !important;
    border: 1px solid var(--rjava) !important;
    background: var(--rjava) !important;
}

.swatch-option-tooltip {
    display:none !important;
    visibility:hidden !important;
}

.swatch-attribute-options {    
    width: 100%;
}

.swatch-option.text {
    display: inline-block;
    float: none;
}

.product-item .bubble_wrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

.bubble {
    width: 56px;
    height: 56px;
    border-radius: 100px;
    text-align: center;    
    color: #fff;
    font-size: 12px;
    font-weight:500;
    padding-top: 18px;   
    z-index: 1; 
    margin-bottom: -12px;
}

.bubble.nova {
    background: var(--rjava);
    color: #fff;    
    transform: rotate(-15deg);
    z-index: 2; 
}

.bubble.akcija {
    background: var(--zelena);
    color: #fff;    
    transform: rotate(-15deg);
    z-index: 3; 
}

.bubble.glutena {
    padding-top: 0px;
    content: url('/media/theme/preview/gluten-free.png');    
    z-index: 4; 
    position:relative;
}

.bubble.laktoze {
  z-index: 5; 
  width: 56px;
  height: auto;
}

.bubble.celiakijo {
    z-index: 6; 
    z-index: 5; 
    width: 56px;
    height: auto;
}

.bubble.laktoze, .bubble.celiakijo, .bubble.slovensko, .bubble.ekološko {
    display: none;
}

.gumbBrezGlutena a{
    background-color: var(--zelena) !important;
    border-color: var(--zelena) !important;
    color: #fff !important; 
}

.gumbBrezGlutena a:hover{
    background-color: var(--rjava) !important;
    border-color: var(--rjava) !important;
}

/*-------------------------*/
/* vstopi */

.bled_banner_l a:hover, .bled_banner_d a:hover{
    color: var(--rjava);
    text-decoration: none;
}

.vstopi {
    padding: 36px 0px;
    position: relative;    
}

.vstopi img {
    transition: all 0.5s;
}

.vstopi img:hover {
    transform: rotate(390deg);
    transition: all 0.5s;
}

.vstopi span a{
    color: var(--rjava) !important;
}

.vstopi .pagebuilder-column-line::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 100px; 
    background-color: rgba(255,255,255,0.8);
}

.vstopi .pagebuilder-column {
    z-index: 2;
    font-weight: 500;
}

/*-------------------------*/
/* peka kruha */
.peka_kruha table, th, td {
    border: none;
    border-collapse: collapse;
}

.peka_kruha {
    padding: 72px 0px;
}

.peka_kruha table {
    max-width:500px;
    margin: 0 auto;
}

.peka_kruha a {
    color: var(--rumena);
    border: 2px solid var(--rumena);
    padding: 8px 16px;
    border-radius: 100px;
    text-decoration: none;
    display: inline-block;
    margin-top: 12px;
}

.peka_kruha a:hover, .peka_kruha a:hover span {
    color: #000 !important;
    background: var(--rumena);    
}

.peka_kruha a span {
    color: var(--rumena) !important;  
    font-size: 20px;  
}

/*-------------------------*/
/* video recepti */
.video_recepti {
    position: relative;
    overflow: hidden;
    padding: 70px 0px 60px 0px;
}

.video_recepti .pagebuilder-column-group {
    padding-top: 20px;   
}

.video_recepti::before, .video_recepti::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100px;
    top: -40px;    
    background-color: none;
    z-index: 10;    
    background-size: 50px 120px;    
    background-image: radial-gradient(circle at 25px 25px, #fff 25%, transparent 26%);
}

.video_recepti::after {
    background-image: radial-gradient(circle at 25px 25px, #fff 25%, transparent 26%);
}

.video_recepti::after {
    top: auto;    
    bottom: -88px;    
}

.video_recepti .pagebuilder-column {
    margin: 32px;
}

.video_recepti .pagebuilder-column .pagebuilder-banner-wrapper {    
    border-radius: 24px;
}

.video_recepti .pagebuilder-column {
    position: relative;
}

.video_recepti .pagebuilder-banner-wrapper .pagebuilder-poster-content::before {
    content: '';
    position: absolute !important;
    width: 100%;    
    z-index: 0;    
    position: relative;
    top: 0;
    left: 0;    
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,0.4);    
    border-radius: 24px;
}

.pagebuilder-banner-wrapper [data-element='content'] {
    z-index: 1;
    position: relative;
}

/*-------------------------*/ 
/* medve */
.midve_text > div {
    padding: 12px 24px; 
}

.midve_text h3, .midve_text h4, .midve_text h5, .midve_text h6 {
    margin-top: 0px !important; 
}

.preberi_vec a{
    background-color: var(--zelena);
    border-color: var(--zelena);
    color:#fff !important;
    border-radius: 50px;
    height: 40px !important;
}

.preberi_vec a span{
    margin-top: -5px !important;
    display: flex;
}

.preberi_vec a:hover{
    background-color: var(--rjava);
    border-color: var(--rjava);    
}

/*-------------------------*/
/* blog & mnenja */
.blogItem {
    float: left;    
    padding: 0px 18px;
    text-align: center;
    position: relative;
}

.blogItem .bmx\:link.bmx\:block.bmx\:text-xl.bmx\:font-bold.itemTitle{
    margin: 10px 0;
    
}

.recepti, .stranke {
    padding: 24px 0px 52px 0px;    
    width: 100%;
    overflow:auto;
}

.stranke .itemInner {
    display: none;
}

.recepti {
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding-bottom: 52px;
}

.recepti .blogItem {
    width: 25%;
}

.stranke .blogItem {
    width: 33.33%;
}

.front_recept .bmx\:font-bold {
    color: var(--zelena) !important;
}

.blogItem img {
    border-radius: 20px;
}

.blogItem .itemTitle {
    text-overflow: ellipsis !important;
    overflow: hidden;
    white-space: nowrap;
}

.bmx\:card-title:after {
    display: none !important;
}

.bmx\:text-xl {
    font-size: 15px;
    line-height: 0;    
    width:100%;    
}

.bmx\:category-badge {
    display: none !important;
}

.bmx\:font-bold {
    font-weight: 500;
}

.bmx\:text-subdued {
    padding: 4px 0px 12px 0px;
    position: relative;
}

.blogItem .preberivec, button, .button, div.pagebuilder-button-primary {
    display: inline-block;
    background: var(--zelena);
    padding: 8px 16px;
    border-radius: 100px;
    margin-top: 8px;
    color: #fff !important;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 600 !important;
    border: none;
    font-size: 14px !important;
    border: none;
}

.read-more.light{
    color: var(--zelena) !important;
}

.stranke .blogItem .preberivec {
    display: none;
}

.cookie-group-toggler.active {
    background: var(--zelena);
}

.blogItem .preberivec:hover, button:hover, .button:hover, div.pagebuilder-button-primary:hover, .action.primary.accept-cookie-consent:hover{
    background: var(--rjava); 
    border: none;
}

.stranke .bmx\:text-subdued {
    height: auto;
}

.blog-post-view h1, .blog-category-view .page-title { 
    font-size: 26px;
    font-weight: 500;
    color: var(--rjava);
    padding-top: 24px;
}

.bmx\:card img {
    float: right;
    margin: 0px 0px 24px 36px;
}

.bmx\:thumb.bmx\:relative {
    max-height: 400px;
}

.bmx\:thumb.bmx\:relative img {
    width: 100%;
}

.bmx\:list-inline.bmx\:text-sm li:first-child {
    display: none; 
}

.bmx\:link{
    padding-bottom: 10px;
}
  
.bmx\:flex.bmx\:justify-end .bmx\:link{
    background-color: var(--zelena);
    border: 1px solid var(--zelena);
    border-radius: 50px;
    padding: 4px 10px;
    color: white !important;
    font-weight: 500;
    font-size: 16px !important;
}

.blog__category__default.bmx\:mb-8.bmx\:card{
    border: 2px solid var(--zelena);
    padding: 15px
}

.bmx\:link.bmx\:block.bmx\:text-xl.bmx\:font-bold.itemTitle {
    padding-top: 15px;
}

/* midve blog */

.midve h3 {
    font-weight: 600;
    font-size: 36px;
}

/*************************************//*************************************/
/*************************************//*************************************/
/* product view */

.fotorama-item{
    display: none;
}

.catalog-product-view .page-title {
    font-size: 26px;
    font-weight: 500;
    color: var(--rjava);
}

.catalog-product-view .price-label, .catalog-product-view .product-reviews-summary, .catalog-product-view .qty .label {
    display: none !important;
}

.catalog-product-view .column.main {
    padding-bottom: 120px;
}

#product-addtocart-button {    
    background: var(--zelena);
    border: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;    
    font-weight: 500;    
    box-sizing: border-box;
    vertical-align: middle;
    line-height: 100%;
    padding: 14px 17px;
    font-size: 14px;
    margin-top: 0px;
}

.product-info-main .price-box .price {
    color: var(--zelena);
    font-size: 28px !important;
}

.product-info-main .box-tocart .input-text.qty, .product-options-bottom .box-tocart .input-text.qty {
    border-radius: 100px;
}

.product-info-main .box-tocart .actions, .product-options-bottom .box-tocart .actions {
    padding: 0px !important;
}       

.swatch-option {
    background: none !important;
    color: #000 !important;
    font-size: 12px !important;
    padding: 4px 8px !important;
    border: 1px solid var(--siva);
    cursor: pointer;
    float: left;    
    height: auto !important;
    border-radius: 3px;
    outline: none !important;
}

.swatch-option.selected {
    background: var(--zelena) !important;
    color: #fff !important;
    border: 1px solid var(--zelena) !important;
}

.product-info-main .box-tocart .input-text.qty, .product-options-bottom .box-tocart .input-text.qty {
    height: 42px;
    width: 42px;
}

.field.qty .control{
   display: inline-flex;
}

#subQty, #addQty{
    margin: 5px 17px;
    width: 34px;
    height: 34px;
    border: 2px solid var(--zelena);
    border-radius: 50px;
    text-align: center;
    font-size: 20px;
}

#subQty:hover, #addQty:hover{
    cursor: pointer;
}

.product-info-main .read-more {
    font-weight: 600;   
}

.product-info-main .toggle-plus {
    font-size: 28px;
    padding: 6px;
    border-radius: 100px !important;
}

.product-add-form, .product.attribute.overview {
    border-bottom: 1px solid var(--siva); 
    padding: 8px 0px 13px 0px;
    margin: 0px 0px 28px 0px;    
}

.product-add-form {
    padding: 0px 0px 13px 0px;
    margin: 0px 0px 28px 0px;
}

.bubble_wrapper {
    position: absolute;
}

.catalog-product-view .bubble_wrapper{
    top:0
}

.product-info-main .box-tocart, .product-options-bottom .box-tocart {
    margin: 20px 0 -14px 0px;
}

.product-info-stock-sku {
    color: var(--zelena);
    font-weight: 600;
}

.countdown-item:nth-child(1) {
     padding-left: 12px;
}

.countdown-item {
    display: inline-block;
    color: #000;
    font-weight: 500;
}
 
/* description */
.product.attribute.description {
    padding: 0px 0px 24px 0px;
    border-bottom: 1px solid var(--siva);
    margin-bottom: 24px;
    font-size: 16px;
}

.product.attribute.description .value p {
    font-size: 16px;
}

.product.attribute.description .value.shortDescription {
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    max-height: calc(1.6em * 2);
    line-height: 1.6em;
}

.read-more.light {
    background: none;
    padding: 12px 0px 0px 0px;
    color: var(--zelena);
    border: none !important;
    box-shadow: none !important;
}

.read-more.light:hover {
    color: #000;
}

/* slidebar - desni stolpec */

.sidebar .products-grid .product-item {
    width: 100%;
}

.sidebar .product-items .product-item-details {
    margin-left: 0 !important;
  }

.sidebar .product-items .special-price {
    width: 100%;
    text-align: center;
}

.sidebar .product-items .product-item-info .product-item-photo {
    width: 100%;
    position: relative !important;
}

.sidebar .product-item .product-image-photo {
    margin-top: 0px !important;
  }

.sidebar .product.name a {
    font-weight: 600;
}

.sidebar .products .item:nth-of-type(n+3) {
    display: none !important;
}

.sidebar .products {
    margin: -32px 0 0px 0px;
}    

/* page bottom - spodnji stolpec */

.page-bottom {
    border-top: 1px solid #ddd;
    padding: 80px 0px 80px 0px;
}

.page-wrapper > .page-bottom {
    width: 100% !important;
}

.page-bottom .products-grid .product-item {
    width: 15%;
}

.page-bottom .product-item-info {
    width: 100%;
}

.page-bottom .product-image-container {
    aspect-ratio: 210 / 250;
}

.block.related .block-title.title, .block.related .block-actions {
    display: none;
}

.catalog-product-view .page-bottom {
    padding: 20px 0px 80px 0px;
}

.catalog-product-view .columns {
    padding-top: 24px;
}

.page-product-downloadable .product-add-form{
    width:48%;
    float: right;
}

.page-product-downloadable .product-info-stock-sku{
    padding-bottom: 20px;
}


/****************************//***********************/
/****************************//***********************/
/* category_view */
.pages .item:not(.pages-item-next):not(.pages-item-prev) {
    font-size: 16px;
    line-height: 3.2rem;
    letter-spacing: normal;
    margin: 0 5px 0 0 !important;
    display: inline-block;
    border:1px solid var(--zelena);
    border-radius: 50px;
    width: 36px;
    height: 36px;
    color: var(--zelena);
}

.pages a.page {
    color: var(--zelena) !important;
}

.pages .item.current {
    background: var(--zelena);
    color: #fff !important;
}

.pages .current strong.page {
    color: #fff !important;
}

.breadcrumbs .items {
    padding-top: 18px;
}

.pages .item:not(.current):not(.pages-item-next):hover {
    background: var(--rjava);
}

.pages .item:not(.current):hover a.page {
    color: #fff !important;
}

.pages .action.next, .pages .action.prev {
    margin: 0;
}

.pages .action {
    border: none;
    color: var(--rjava);
    display: inline-block;
    padding: 0;
    text-decoration: none;
    border-radius: 100px;
}

.pages .action:hover {
    background: var(--rjava);
    color: #fff;    
}

.filter-options-title, .filter-label {
    display: none;
}

.filter-options-content .items.bss-items-cat {
    display: none !important;
}

.items.bss-items-filtri .item{
    text-transform: uppercase;
} 

.items.bss-items-filtri .item{
    border: 2px solid var(--siva);
    border-radius: 50px;
    padding: 12px;
    margin-right: 12px;
    font-size: 16px;
    font-weight: 500;
    color: #000000;
}

.items.bss-items-filtri li.item:hover:has(input[type="checkbox"]) {
    border: 2px solid var(--zelena) !important;
}

.items.bss-items-filtri li.item:has(input[type="checkbox"]:checked) {
    background: var(--zelena) !important;
    color: #fff !important;
    border: 2px solid var(--zelena) !important;
}

.block-actions.filter-actions,   
.filter-current {
    /*display: none;*/
}

.items.bss-items-filtri .item a:before{
    content: '';
    width: 25px;
    height: 25px;   
    position: absolute !important;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center; 
    margin-left: -30px;
}

.items.bss-items-filtri .item:nth-child(1) a::before{
    background-image: url('/media/ikone/filter_brez_glutena.png');
}

.items.bss-items-filtri .item:nth-child(2) a::before{
    background-image: url('/media/ikone/filter_brez_laktoze.png');
}

.items.bss-items-filtri .item:nth-child(3) a::before{
    background-image: url('/media/ikone/filter_brez_glutena.png');
}

.items.bss-items-filtri .item:nth-child(4) a::before{
    background-image: url('/media/ikone/filter_slovensko.png');
}

.items.bss-items-filtri .item:nth-child(5) a::before{
    background-image: url('/media/ikone/filter_ekolosko.png');
}

.items.bss-items-filtri .item a{
    color:#000000;
    padding-left: 20px;
}

.category-description div{
    max-width: 1536px !important;
}

.layer-input-filter, .bss_checkbox span{
    display: none;
}

.bss_checkbox{
    margin: 0 10px;
}

.items.bss-items-filtri{
    display: flex;
} 

.block.filter {
    float: left;
    width: 100%;
}

.page-products.page-layout-1column .products-grid .product-item {
    padding: 0px 20px;
}

.filter_icon {
    float:left;
    padding: 0px 0px 0px 0px;
    margin-right: 12px;
}

.filter_icon a {
    border-radius: 100px;
    border: 3px solid var(--siva);
    padding: 6px 12px 3px 12px;
    float: left;
    text-transform: uppercase;
    margin-right: 12px;
    color: #000;
}

.filter_icon a.remove {
    padding: 6px 12px 9px 12px;
}

.filter_icon.selected a {
    border: 3px solid var(--zelena);
    background: var(--zelena);
    color: #fff;
    font-weight: 500;
    border-radius: 100px 0px 0px 100px;
    margin-right: 0;
}

.filter_icon.selected a.remove {
    border-radius: 0px 100px 100px 0px;    
}

.filter_icon a:hover {
    border: 3px solid var(--zelena);    
}

.filter_icon a.remove:hover {
    background: #000;
    border-color: #000;
}

.filter_icon a img {
    display: inline-block;
    padding: 0px 0px 0px 0px;
    width: 24px;
    height: 24px;
}

.filter_icon a span {
    padding: 3px 0px 0px 8px;
    display: inline-block;
    float: right;
}

/* Modifikacija product grid  */
.product-item-info {
    text-align: center;
    border: 1px solid var(--zelena);
    border-radius: 12px;
}

li.product-item {
    padding: 12px !important;
}

.product-item-details {
    margin-bottom: 12px !important;
    position: relative;
}

.slick-list {
    padding-bottom: 12px;
}

/********************************/
/* MX Blog */
.blog-category-view .column.main h3,
.blog__posts__type-7__title.bmx\:card-title,
.bmx\:list-inline.bmx\:text-sm.bmx\:mb-6 {
    display: none;
}

.blog__posts__type-7.bmx\:card.bmx\:mb-12,
.bmx\:card.bmx\:mb-6 {
    padding: 24px 0px 0px 0px;
    border: none !important;
}

.blog__search__default.bmx\:mb-8 .btn {
    display: none;
}

.bmx\:card {
    border-radius: 12px;
    padding:0;
    border: none;
    margin-bottom: 70px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.toolbar.mx-list-toolbar .pages span{
    padding-left: 10px;
}

.blog__search__default.bmx\:mb-8 input {
    border: 1px solid var(--zelena);
    padding: 12px 12px !important;
    border-radius: 12px;
    height: auto;
    margin-top: 24px;
}

.bmx\:list-inline.bmx\:mt-4.bmx\:text-white {
    display: none;
}

.bmx\:block.bmx\:text-white {
    color: #fff !important
}

.bmx\:thumb::after {
    content: "";
    background: none;
    display: block;
    height: 100%;
    left: 0;
    opacity: .3;
    top: 0;
    position: absolute;
    width: 100%;
}

.bmx\:grid.bmx\:gap-4{
    gap: 9px;
}

.bmx\:hr.bmx\:last\:hidden {
    display: none;
}

.blog__post-list__default.bmx\:card .bmx\:grid.bmx\:lg\:grid-cols-3.bmx\:gap-6:not(.toolbar.mx-list-toolbar) {
    width: calc((100% - 5%) / 2);;
    float: left;
    margin: 0 10px;
    height: 300px;
}

.swiper-slide .bmx\:absolute.bmx\:p-8 {
    padding: 15px 24px 15px 24px;
    width: 100%;
    background: var(--zelena);
}

.bmx\:number, .blog__author__short.bmx\:rounded.bmx\:p-8.bmx\:mb-6{
    display: none;
}

.toolbar.mx-list-toolbar{
    width:100%;
    padding-top: 40px;
}

/*********************************/
/* messages */
.message.success {
    margin: 0;
    padding: 16px 20px;
    display: block;
    line-height: 1.2em;
    font-size: 1.6rem;
    background: var(--zelena);
    color: #fff;
    padding-left: 40px;
    position: relative;
    font-weight: 500;
    text-align: center;
}


/*******************************/
/* checkout */


.firecheckout .place-order .actions-toolbar .primary .action {
    border-color: var(--zelena) !important;
    background: var(--zelena) !important; 
}

.firecheckout #checkout .opc-wrapper .step-title:before, .firecheckout #checkout .opc-block-summary>.title:before, .firecheckout #checkout .opc-sidebar .step-title:before {
    color: var(--zelena) !important;
    border: 2px solid var(--zelena) !important;
}

.firecheckout #maincontent .authentication-wrapper .action-auth-toggle {
    background: var(--zelena) !important;
}

.firecheckout #maincontent .authentication-wrapper .action-auth-toggle:hover {
    background: var(--rjava) !important;
}

.firecheckout .actions-toolbar button.action {
    color: #fff !important;
    background: var(--zelena) !important;
    border-color: var(--zelena) !important;
}

.firecheckout .place-order .actions-toolbar .primary .action:hover {
    border-color: var(--rjava) !important;
    background: var(--rjava) !important; 
}

.firecheckout .actions-toolbar button.action:hover {
    background: var(--rjava) !important;
    border-color: var(--rjava) !important;
}

.checkout-onepage-success #maincontent {
    padding: 48px 24px !important;
}

.checkout-onepage-success .action.primary {
    margin-top: 12px !important;
    color: #fff !important;
}

.checkout-onepage-success .action.primary:hover { 
    background: var(--rjava) !important;
}

.opc-summary-wrapper .widget.block p {
    text-align: center;
}

.opc-summary-wrapper .widget.block p a {
    color: var(--rjava);
    /* color: #fff !important; */
    padding: 0px 32px 8px 32px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    letter-spacing: 0.5px;
}

.firecheckout .opc-sidebar .shipping-information .shipping-information-content {
    font-size: 14px !important;
    line-height: 160% !important;
}

.firecheckout .product-item-details .content, .minicart-items-wrapper .product-item-details .content {
    display: block !important;
}

.firecheckout .product-item-details .toggle, .minicart-items-wrapper .product-item-details .toggle {
    display: none !important;
}

.minicart-items-wrapper .product-item-details .product.options.list .label {
    float: left;
    padding-right: 12px;
}

.minicart-items-wrapper .product-item-pricing .price-container {
    float: right;
    position: absolute;
    top: 0px;
    right: 0px;
}

.firecheckout .details-qty {
    /*
    position: absolute;
    right: 0px;
    margin-top: -1px;
    z-index: 2;
    */
}

.firecheckout .action.primary.checkout {
    font-size: 28px !important;
    font-weight: 700 !important;
}

.firecheckout li.product-item {    
    padding-bottom: 0 !important;
}

.firecheckout dl {
    margin-bottom: 0 !important; 
}

.firecheckout .column.main .widget.block {
    margin: 30px 0 15px !important;
}

.firecheckout .slick-list {
    padding-bottom: 20px !important;
}

.firecheckout .nazaj {
    background: var(--rjava);
    padding: 6px 12px 7px 12px;
    margin-right: 24px;
    color: #fff !important;
    text-transform: uppercase;
    border-radius: 3px;
    margin-top: 8px;
    display: inline-block;
    float: left;
    font-weight: 600;
}

/*************************/
/* costumer */

.block.block-new-customer .primary{
    color:#fff;
}

/*****************************************/
/******  peka brezglutenskega kruha ******/
/*****************************************/

.content_right img{
    float: right;
    padding: 25px;
}



/*****************************************/
/************** MOBILES ******************/
/*****************************************/

@media (max-width:769px){

    /******************************/
    /*  GLAVA IN NAVIGACIJA  */

    .obvestilo_top p{
        padding: 5px 15px;
    }
    
    .nav-toggle{
        margin-top: 110px;
    }

    .form.minisearch {
        float: left;
    }

    .block-search .control {
        border-top: none 
    }

    .field.search::after, .label.active, .action.nav-toggle:after, .form.minisearch .actions{
        display: none;
    }

    .form.minisearch.active .actions{
        display: block;
        margin-top: -77px;
        margin-left: 250px;
        padding-bottom: 20px;
    }

    .form.minisearch.active button{
        border-radius: 0;
        padding: 10px 10px;
        width: 93px;
        border-radius: 0 50px 50px 0;
    }

    .block-search .label::before {
        color: #fff;
        background: var(--zelena);
        padding: 2px;
        border-radius: 100px;
    }

    .block-search .label{
        float: left;
        margin-left: 40px;
    }

    .form.minisearch.active{
        padding-top: 40px;
    }

    .minicart-wrapper .action.showcart::before {
        font-size: 40.2px;
        line-height: 44.3px;
    }

    .header1 input#search.input-text{
        width: 360px;
        border-radius: 50px !important;
    }

    .header1{
        width:28%;
    }

    .action.search{
        width: 100%;
    }

    .nav-sections{
        top:0;
    }

    .nav-sections .navigation ul li ul li:first-child {
        text-transform: lowercase;
    }

    .nav-sections {
        position: fixed;
    }

    .header .action.showcart{
        width: 41.5px;
        height: 41.5px;
        margin: 0;
    }

    .header2 .logo img{
        display: block;
        margin-top: -2px;
    }

    .header3 .minicart-wrapper {
        margin-left: 55px;
        float: none;
    }

    .header img{
        max-width: 120%;
    }

    a.ui-menu-item-wrapper span,.ui-menu-item.all-category, .navigation a, .sections.nav-sections,
    .navigation .level0 > .level-top{  
        color: var(--rjava) !important;
    }

    .nav-sections,  .nav-sections-item-title{
        background-color: #fff;
        border-color: #fff;
    }

    .page-header{
        position:  relative !important;
    }

    .bar_prednosti .certifikat {
        margin: 0;
    }

    .bar_prednosti .pagebuilder-column{
        margin-bottom: 15px;
    }

    /************************************/
    /***********  košarica    ***********/
    /************************************/

    .minicart-wrapper.active .block-minicart {
        left: 0 !important;        /* Poravna na levi rob */
        width: 90% !important;    /* Raztegne na celotno širino zaslona */
        max-width: 90% !important;/* Prepreči omejitve širine */
        box-shadow: none;          
    }

    .block-minicart .block-content {
        width: auto !important;
    }

    .actions .secondary .action.viewcart{
        padding: 10px 65px;
    }

    /************************************/
    /***********   footer     ***********/
    /************************************/

    .footer h3{
        padding: 0;
        margin-top: 20px;
    }

    .footer .pagebuilder-column{
        margin-bottom: 30px;
    }

    .footer p, .footer div, .footer h3{
        text-align: center !important;
    }

   /*************************************/
   /************  body  *****************/
   /*************************************/
   
    h1{
        font-size: 35px;
    }
    
    h2, h3, h4{
        font-size: 24px;
    }

    strong{
        padding: 0 5px;
    }

    .page-wrapper{
        position: static;
    }

    .banner{
        background-size: 310% !important;
    }  

    [data-content-type="row"] div {
        padding-bottom: 0 !important;
    }

    .novoPriNas{
        padding:0 !important;
    }

    .slick-slide{
        padding: 5px !important;
    }

    [data-content-type="row"]:nth-of-type(5) .row-full-width-inner [data-content-type="text"]{
        padding: 0 !important;
    }

    [data-content-type="row"]:nth-of-type(7) {
        padding-top: 0 !important;
    }

    .bar_prednosti p{
        text-align: center;
        float: none;
    }

    .row2{
        text-align: center;
        padding-bottom: 10px;
    }

    .certifikat, .slick-next.slick-arrow, .vstopi, .slick-prev.slick-arrow{
        display: none !important;
    }

   li.product-item{
        margin-bottom: 25px;
   }

   .product-items .action.tocart.primary{
        width: 150px;
   }

   .product-items .action.tocart.primary span{
        margin-left:-10px;
        font-size: 13px;
   }

   .block.widget .products-grid .product-item{
    margin: 5px 0 !important;
   }

   .najboljiskano{
    padding: 10px !important;
   }

   .brez_glutena{
    margin-top: 0 !important
   }

    .nakupuj_brez_glutena{
        margin-top: 50px !important;
    }

   .peka_kruha div{
     padding: 15px;
   }

   .gumbBrezGlutena a{
        padding: 7px 15px;
   }

   .peka_kruha .row-full-width-inner{
        content: "";
        height: 100%;
        width:100%;
        background-color: rgba(0,0,0,0.4);
   }

   .peka_kruha a span {
        color: var(--rumena) !important;  
        font-size: 12px;  
        font-weight: 500;
    }

    .midve, .midve div{
        padding: 10px  10px !important;
    }

    .midve .pagebuilder-column-group{
        margin-top: 0 !important;
    }
    
    .midve img{
        margin-top: 50px;
    }

    .recepti .blogItem{
        width: 50%;
        margin-bottom: 20px;
    }

    .blogItem .preberivec{
        margin-top: 40px;
    }
   
    .stranke .blogItem{
        width:100%;
        margin-bottom: 10px;
    }

    .recepti{
        padding: 0 !important;
    }

    .stranke .blogItem .bmx\:link {
        padding-bottom: 10px;
    }

    .bmx\:link.bmx\:block.bmx\:text-xl.bmx\:font-bold.itemTitle {
        padding-bottom: 15px;
    }

    .blogItem .preberivec{
        margin: 10px 0 35px 0;
    }

    .bmx\:text-subdued {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        padding: 0;
    }
    
    /******************************/
    /*********** izdelek **********/
    /******************************/

    .page-bottom .products-grid .product-item{
        width: calc((100% - 2%) / 2);
    }

    .product-items .price-box .price{
        padding: 0 !important;
    }
    
    .products {
        margin: 0;
    }

    .catalog-product-view .column.main {
        padding-bottom: 20px;
    }

    .product-info-stock-sku{
        text-align: center;
    }

    /******************************/
    /*********** catalog **********/
    /******************************/

    .items.bss-items-filtri {
        display: contents;
    }

    .catalog-product-view .product-info-main .price-box:has(.price:first-child:last-child){
        justify-content: center;
    }

    .fieldset {
        display: flex;
        align-items: center;    
        flex-direction: column;  
    }

    li.product-item{
        padding: 12px !important;
    }
    
    .swatch-opt, .swatch-option, .swatch-attribute  {
        align-items: center;
    }
    
    #product-addtocart-button{
        padding: 14px 100px;
    }

    .products-grid .product-item{
        margin-left:0 !important;
    }

    .filter-options .filter-options-content .item{
        margin-bottom: 10px;
    }
    
    /******************************/
    /*********** recepti **********/
    /******************************/

    .blog__post-list__default.bmx\:card .bmx\:grid.bmx\:lg\:grid-cols-3.bmx\:gap-6:not(.toolbar.mx-list-toolbar) {
        float: none;
        width: 99%;
    }

    .bmx\:card img{
        margin: 0;
    }

    .bmx\:flex.bmx\:justify-end .bmx\:link{
        margin: -10px 0 15px 0;
    }

    .blog__post-list__default.bmx\:card .bmx\:grid.bmx\:lg\:grid-cols-3.bmx\:gap-6:not(.toolbar.mx-list-toolbar){
        height: auto;
    }

    .blog__category__default.bmx\:mb-8.bmx\:card{
        margin-bottom: 50px
    }


    /******************************/
    /******************************/
    /******************************/

    .page-product-downloadable .product-options-bottom {
        float: left  !important;
        text-align: center !important;
    }

    .page-product-downloadable .product-add-form{
        border-bottom: none;
    }

    .page-product-downloadable .product-add-form{
        width: auto;
    }

    .column.main .bar_prednosti:nth-of-type(1) {
        display: none !important;
    }

    /************************/
    /************************/
    /************************/

    #payment .fieldset{
        display: block;
    }


}

/* Add on fixex */
/* mni cart */
#mini-cart .product-item .details-qty.qty label {
    margin-top: 5px;
}

#layered-filter-block-container:last-of-type {
    display: none;
}

.firecheckout #checkout .opc-wrapper .shipping-address-item.selected-item:after {
    background: var(--zelena) !important;

}

.firecheckout #checkout .opc-wrapper .shipping-address-item.selected-item {
    border-color: var(--zelena) !important;
}


.firecheckout .checkout-shipping-address button.action {
    color: var(--zelena) !important;
    border-color: var(--zelena) !important;
}


.action .action-show-popup {
    color: var(--zelena) !important;
}

.firecheckout .checkout-shipping-address button.action:focus, .firecheckout .checkout-shipping-address button.action:hover {
    background: var(--zelena) !important;
    color: #fff !important;
}

.firecheckout .modal-footer button.action.secondary {
    color: var(--zelena) !important;
    margin-top: 5px !important;
}

.firecheckout .modal-footer button.action.secondary:hover {
    color: var(--rjava) !important;    
}

.action-save-address {
    color: #fff;
}

.action.primary.action-save-address {
    border: none !important;
}

.action.primary.action-save-address:hover {
    background: var(--rjava) !important;
}

.search.results dd {
    margin-bottom: 10px;
    margin-top: 0;
    margin-left: 0;
    width: auto;
    float: left;
    border: 1px solid var(--zelena);
    padding: 4px 12px;
    border-radius: 100px;
    margin-right: 12px;
}

dl.block {
    float:left;
    width: 100%;
}

.sidebar-additional .block.block-reorder {
    display: none;
}

.blog-category-view .bmx\:justify-end {
    justify-content: flex-start;
}

.all-category {
    display: none;
}

.category-description {
    float: left;
    width: 100%;
}

.filter-current-subtitle {
    display: none;
}

.action.clear.filter-clear {
    background: var(--zelena);
    font-size: 0px;
    height: 48px;
    width: 48px;
    display: inline-block;
    border-radius: 50px;
    display: none;
}

.filter-current .item {
    border-radius: 100px;
    border: 3px solid var(--zelena);
    background: var(--zelena);
    padding: 6px 12px 3px 12px;
    float: left;
    text-transform: uppercase;
    margin-right: 12px;
    color: #000;
}

.filter-current .item .filter-value {
    display: none;
}

.filter-current .item .action.remove {
    font-size: 0px;
    height: 30px;
    width: 30px;
    float: right;
    background: var(--rjava);
    border-radius: 100px;
    margin: -3px -7px 0px 0px;
    position: relative;
}

.filter-current .item .action.remove::after {
    content: "X";
    position: absolute;
    top: 0px;
    /* right: 0px; */
    text-align: center;
    width: 30px;
    height: 30px;    
    color: #fff !important;
    font-weight: 700;
    z-index: 2;
    display: block;
    line-height: 30px;
    font-size: 16px;
}

.filter-current .filter-label {
    width: auto;
    float: left;
    padding: 2px 6px 0px 0px;
}

.block-actions.filter-actions {
    display: none;
}

.block-content.filter-content {
    display: inline !important;
}

.filter-current .filter-label { 
    font-weight: 500 !important;
    padding: 2px 6px 0px 4px !important;
}

@media (max-width:769px) {
    .product-options-bottom .control {
        margin-left: -12px; 
    }
}