height: 65px;/* ===================================================================================

* Theme Name: Suxnix Child
* Theme URI: https://www.themegenix.net/wp/suxnix/
* Author: ThemeGenix
* Author URI: https://themeforest.net/user/themegenix/
* Description: Suxnix - Health Supplement WordPress Theme
* Version: 1.6
* Template: suxnix
* License: GNU General Public License version 3.0
* License URI: http://www.gnu.org/licenses/gpl-3.0.html
* Tags: one-column, right-sidebar, left-sidebar, custom-menu, featured-images, post-formats, sticky-post, translation-ready

* We encourage you to create Child theme for any modifications you will want to do.

* Why use Child theme?

* Because of future updates we may provide for this theme that will overwrite your
* modifications and all your custom work.

* If you are not familiar with Child Themes, you can read about it here:
* http://codex.wordpress.org/Child_Themes
* http://wp.tutsplus.com/tutorials/theme-development/child-themes-basics-and-creating-child-themes-in-wordpress/

====================================================================================== */
.features-bg::before,
.features-bg::after,
.formula-bg::before,
.formula-bg::after,
.video-bg::before,
.video-bg::after,
.testimonial-bg::before,
.testimonial-bg::after,
.footer-top-wrap::before{
	display:none !important;
}
@media (max-width: 1200px){
    .new-menu {
        display:none !important;
    }
}
.contact-form input:not([type=submit]), .contact-form textarea {
        border: 1px solid #c0c0c0 !important;
}

@media (min-width: 1200px){
    .contact-box{
            padding: 60px 20px !important;
    }
    .inner-shop-item .home-shop-thumb img{
            object-fit: contain !important;
            height: auto !important;
            width: 100%;
            max-width: 100%;
    }
    .breadcrumb-bg {
     padding: 90px 0 90px;
     background-image:url("https://www.unlabeledfood.com/wp-content/uploads/2025/11/background-1.jpg") !important;
    }
    .jednake-visine
    .breadcrumb-bg {
            padding: 74px 0 90px;
    }
	body>header{
		display:none !important;
	}	
	main{
	
	
	}
	.new-menu{
	           position: fixed;
        left: 0;
        top: 50%;
        height: auto;
        width: auto;
        z-index: 99;
        transform: translateY(-50%);
	}
	.new-menu svg {
	    max-width:100%;
	}
	.new-menu .new-menu-single svg * {
	    fill:#fff !important;
	}

	.new-menu .new-menu-single.new-menu-logo svg .st0 {
        fill: #b7b7b7 !important;
      }

      .new-menu .new-menu-single.new-menu-logo svg .st1 {
        fill: #fff !important;
      }
      .new-menu .new-menu-single-link {
    
          display: flex;
          align-items:center;
          justify-content:center;
      
        position: relative;
          height: 65px; 
                         width: 65px; 
      }
      .new-menu .lang-item a {
    
          display: flex;
          align-items:center;
          justify-content:center;
      
        position: relative;
          height: 65px; 
                         width: 65px; 
                         color:#fff;
      }
      .new-menu .lang-item a:before {
          content:"";
          position:absolute;
          top:5px;
          left:5px;
          z-index:-1;
          width:calc(100% - 10px);
           height:calc(100% - 5px);
                 background:#1D1D1D;
      }
     
      .new-menu .new-menu-single-link:before {
          content:"";
          position:absolute;
          top:5px;
          left:5px;
          z-index:-1;
          width:calc(100% - 10px);
           height:calc(100% - 5px);
                 background:#1D1D1D;
      }
      .new-menu .new-menu-single-link:nth-last-of-type(1):before{
          height:calc(100% - 10px);
      }
      .new-menu .new-menu-single-link span {
          position:absolute;
          top:5px;
          left:100%;
          width:0;
          height:calc(100% - 5px);
          overflow:hidden;
          color:#fff;
           background:#1D1D1D;
           font-size:16px;
              display:flex;
               align-items:center;
          justify-content:center;
          transition:width .3s;
      }
      .new-menu .new-menu-single-link:nth-last-of-type(1) span {
               height:calc(100% - 10px); 
      }
      .new-menu .new-menu-single-link:hover span {
          width:200px;
      }
      .new-menu .new-menu-single-link svg {
          max-width:20px;
           max-height:20px;
      }
      .new-menu .new-menu-logo {
        height: 55px;
        width: 55px;
        display: flex;
        background: #1D1D1D;
        padding: 3px;
        margin-left: 5px;
         
      }
.home .new-menu>a:nth-of-type(2):before{ 
           background:#DBCFC5 !important;
      }
      .home .new-menu>a:nth-of-type(2) svg * {
          fill:#000 !important;
      }
      .features-products-thumb .shape-img {
           position: absolute;
        bottom: -97px;
        left: -200px;
        z-index: -1;
        width: 376px;
        max-width: 500px;
        height: unset;
        max-height: unset;
        transform: none !important;
    }
    .brand-title .title{
        font-size:25px;
    }
    .brand-title .title::before, .brand-title .title::after {
        top:18px;
    }
}
.features-product-bottom .price{
    display:none;
}
.features-product-content .title::after {
        background: #000;
        height:3px;
}
.features-products-thumb::before {
    background-image:url("https://www.unlabeledfood.com/wp-content/uploads/2025/11/features_product_dots.png");
}
.new-btn>a{
    user-select: none;
    -moz-user-select: none;
    background: var(--tg-primary-color) none repeat scroll 0 0 !important;
    border: medium none;
    border-radius: 50px;
 color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.4;
    margin-bottom: 0;
    padding: 19px 50px;
    text-align: center;
    text-transform: capitalize;
    touch-action: manipulation;
    transition: all 0.3s 
ease 0s;
    vertical-align: middle;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.new-btn>a::before {
    content: "";
    position: absolute;
    -webkit-transition-duration: 800ms;
    transition-duration: 800ms;
    width: 200%;
    height: 200%;
    top: 110%;
    left: 50%;
    background: var(--tg-secondary-color);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 50%;
    z-index: -1;
}
/*.new-btn>a:hover{*/
/*     color: #fff;*/
/*    transition-delay:.2s; */
    
/*}*/
.new-btn>a:hover:before {
    top: -40%;
}
.brand-item{
    max-height:unset;
}
.features-item .features-icon img {
        max-width: 150px;
        margin:0 auto;
}
.features-item .features-content{
    text-align:center;
}
.features-bg {
    background-position: center bottom;
    background:#000 !important;
}
.features-img{
    visibility: visible !important;
    animation-delay: 0.3s;
    animation-name: none !important;
        position: absolute;
    bottom: 0;
}
.slider-na-home-akcija {
    /*position:absolute;*/
    /*top:0;*/
    /*left:0;*/
    /*width:100%;*/
    /*z-index:3;*/
}
    .bf-banner {
      position: relative;
      width: 100%;
      overflow: hidden;
      background: #4cd964;
      color: #fff;
      border-top: 2px solid #4cd964;
      border-bottom: 2px solid #4cd964;
      font-size: 18px !important;
      font-family: "Bebas Neue", sans-serif !important;
      line-height: 1.4 !important;
    }

    /* ====== TRAKA KOJA SE KREĆE ====== */
    .bf-track {
      display: inline-block;
      white-space: nowrap;
      padding-block: 10px;
      /* startuje malo desno, pa ide ulevo */
      animation: bf-marquee 85s linear infinite;
    }

    .bf-banner .bf-item {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      font-size: 18px !important;
      font-family: "Bebas Neue", sans-serif !important;
      text-transform: uppercase !important;
      letter-spacing: 2px !important;
      padding-inline: 30px;
      font-weight: 700 !important;
      line-height: 1.4 !important;
    }
    .bf-banner .bf-item a {
        color: #000;
        font-family: "Bebas Neue", sans-serif !important;
        font-size: 18px !important;
        font-weight: 700 !important;
        letter-spacing: 2px !important;
        text-transform: uppercase !important;
        line-height: 1.4 !important;
        text-decoration: none !important;
        transition: all .3s;
    }
    .bf-banner .bf-item a:hover {
        color: #fff;
    }

    .bf-dot {
      /*width: 6px;*/
      /*height: 6px;*/
      /*border-radius: 50%;*/
      /*background: #ffcc00;*/
      /*display: inline-block;*/
    }

    /* ====== ANIMACIJA ====== */
    @keyframes bf-marquee {
      0% {
        transform: translateX(0);
      }
      100% {
        transform: translateX(-50%);
      }
    }

    /* Pauza na hover (kad pređe miš preko) */
    .bf-banner:hover .bf-track {
      animation-play-state: paused;
    }

    /* Malo smanji na mobilnim */
    @media (max-width: 600px) {
      .bf-banner .bf-item,
      .bf-banner .bf-item a {
        font-size: 14px !important;
        padding-inline: 20px;
      }
      .pf-partner-card {
          width:100%;
      }
    }
    .blog-post-item .tags {
        display:none;
    }
  .blog-post-item  .content-top .date {
    margin-left: 0;
}
.wp-singular .video-shape,
body.archive .video-shape{
    display:none;
}
.wp-singular .breadcrumb-bg::after,
body.archive .breadcrumb-bg::after{
      background: #ffffff;
    background: linear-gradient(360deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 35%, rgba(255, 255, 255, 0.37) 49%, rgba(255, 255, 255, 0) 100%);
}
.home-shop-rating {
    display:none;
}
.hover-about-image .new-btn {
    opacity:0 !important;
       position:relative;
       z-index:10;
    transition:opacity .3s;
}
.hover-about-image:before {
    content:"";
    position:Absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:#000;
    opacity:0;
    transition:opacity .3s;
}
.hover-about-image:hover:before {
        opacity:0.5;
    transition:opacity .3s;
}
.hover-about-image:hover .new-btn {

    opacity:1 !important;
    transition:opacity .3s;
}
.custom-post .new-btn>a:nth-of-type(1){
     display:none;
}
.custom-post .new-btn>a{
        padding: 9px 30px;
}

.product-inquiry-modal {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 9999;
    align-items: center;
    justify-content: center;
}

.product-inquiry-modal.is-open {
    display: flex;
}

.product-inquiry-modal__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.5);
}

.product-inquiry-modal__content {
    position: relative;
    background: #fff;
    padding: 30px 25px;
    max-width: 520px;
    width: 90%;
    max-height: 90vh;
    overflow-y: auto;
    border-radius: 6px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.25);
    z-index: 1;
}

.product-inquiry-modal__close {
    position: absolute;
    top: 8px;
    right: 12px;
    border: none;
    background: none;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
}

.product-inquiry-wrapper .product-inquiry-open {
    margin-top: 15px;
}
.inner-shop-details-content .shop-single-rating {
    display:none;
}
body.single-product .breadcrumb-bg {
    background-image:url("https://www.unlabeledfood.com/wp-content/uploads/2025/11/background-1.jpg") !important;
}
.pf-partner-modal__body-title:after {
    content: "";
    position: Absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background: #000;
}
.pf-partner-modal__body-title {
        margin-bottom: 12px;
    padding-bottom: 7px;
}
        .pf-partner-name {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #000;
    margin-top: 14px;
    display: block;
}
.inner-shop-item .home-shop-content .title {
    min-height: 50px;
}
.inner-shop-item .home-shop-content .btn {
        padding: 19px 7px;
    width: 100%;
}
.inner-shop-item .shop-item-cat {
    margin-bottom: 6px;
}
.inner-shop-item .shop-item-cat a {
    font-size: 12px;
    font-weight: 400;
    color: #a3a3a3;
    letter-spacing: 0.2px;
}
.inner-shop-item .shop-item-cat a:hover {
    color: #8d8d8d;
}
@media (max-width: 991.98px) {
    .single-product .inner-shop-details-content .product_title {
        position: relative;
        padding-bottom: 14px;
        margin-bottom: 14px;
    }
    .single-product .inner-shop-details-content .product_title::after {
        content: "";
        display: block;
        width: 60px;
        height: 4px;
        background: var(--tg-primary-color) !important;
        position: absolute;
        left: 0;
        bottom: 0;
    }
    body.single-product {
        padding-bottom: 96px;
    }
    .single-product .inner-shop-perched-info .suxnix-cart-action,
    .single-product .woocommerce-variation-add-to-cart.variation-shop-perched-info {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 9999;
        background: #fff;
        padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
        box-shadow: 0 -4px 18px rgba(0, 0, 0, 0.12);
        display: flex;
        flex-direction: row;
        align-items: stretch;
        gap: 12px;
        width: 100%;
    }
    .single-product .inner-shop-perched-info .quantity,
    .single-product .woocommerce-variation-add-to-cart .quantity {
        width: calc(50% - 6px);
        flex: 0 0 calc(50% - 6px);
        margin-right: 0;
        margin-left: 0;
        margin-bottom: 0;
    }
    .single-product .inner-shop-perched-info .quantity .qty_button,
    .single-product .woocommerce-variation-add-to-cart .quantity .qty_button {
        width: 60px;
    }
    .single-product .inner-shop-perched-info .quantity input.qty,
    .single-product .woocommerce-variation-add-to-cart .quantity input.qty {
        padding-left: 60px;
        padding-right: 60px;
    }
    .single-product .inner-shop-perched-info .cart-btn,
    .single-product .woocommerce-variation-add-to-cart .single_add_to_cart_button {
        width: calc(50% - 6px);
        flex: 0 0 calc(50% - 6px);
        display: flex;
        justify-content: center;
        margin: 0;
    }
    .inner-shop-item .home-shop-content .title {
        min-height: unset;
        margin-bottom: 8px;
        position: relative;
        padding-bottom: 12px;
    }
    .inner-shop-item .home-shop-content .title::after {
        content: "";
        display: block;
        width: 60px;
        height: 3px;
        background: var(--tg-primary-color);
        margin-top: 8px;
    }
    .inner-shop-item .home-shop-price {
        margin-bottom: 16px;
    }
}
.content-bottom ul .user,
.content-bottom ul .comments,
.content-bottom ul .viewers{
    display:none;
}
.blog-post-content .title {
    font-size: 20px;
    white-space: normal;
    text-overflow: unset;
    overflow: visible;
    margin: 0 0;
}
.features-bg::before,
.features-bg::after,
.testimonial-bg::before,
.testimonial-bg::after,
.footer-top-wrap::before{
    display:none;
}
.np-category-tag-cloud {
 display: flex
;
    flex-wrap: wrap;
}

.np-category-tag-cloud .np-tag-item {
    font-size: 14px !important;
    padding: 7px 19px;
    border-radius: 0;
    display: block;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin-right: 8px !important;
    margin-bottom: 8px !important;
    background: #f5f5f5;
    font-weight: 500;
    color: #222;
    text-transform: capitalize;
    line-height: 1.5;
}

.np-category-tag-cloud .np-tag-item:hover {
       background: #ddcec4;
    color: #fff !important;
}
.blog-sidebar .cat-item-46{
    display:none !important;
}
.contact-content .title {
    font-size: 21px;
    margin: 0 0 15px;
}
#tp_sidebar_form_widget-2 {
    padding-left:0 !important;
}
.ikonice-vizija img {
 transform: scale(1);
    transition:all .3s;
}
.ikonice-vizija img:hover {
           transform: scale(1.2) !important;
}
.blog-post-content .blog--read--more {
        margin-top: 10px;
    display: flex
;
    align-items: flex-end;
    justify-content: flex-end;
}
.search-results .breadcrumb-bg::after,
.search-results .breadcrumb-bg .video-shape{
    display:none;
}
.popmake-close {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2NDAgNjQwIj48IS0tIUZvbnQgQXdlc29tZSBGcmVlIDcuMS4wIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlL2ZyZWUgQ29weXJpZ2h0IDIwMjUgRm9udGljb25zLCBJbmMuLS0+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTE4My4xIDEzNy40QzE3MC42IDEyNC45IDE1MC4zIDEyNC45IDEzNy44IDEzNy40QzEyNS4zIDE0OS45IDEyNS4zIDE3MC4yIDEzNy44IDE4Mi43TDI3NS4yIDMyMEwxMzcuOSA0NTcuNEMxMjUuNCA0NjkuOSAxMjUuNCA0OTAuMiAxMzcuOSA1MDIuN0MxNTAuNCA1MTUuMiAxNzAuNyA1MTUuMiAxODMuMiA1MDIuN0wzMjAuNSAzNjUuM0w0NTcuOSA1MDIuNkM0NzAuNCA1MTUuMSA0OTAuNyA1MTUuMSA1MDMuMiA1MDIuNkM1MTUuNyA0OTAuMSA1MTUuNyA0NjkuOCA1MDMuMiA0NTcuM0wzNjUuOCAzMjBMNTAzLjEgMTgyLjZDNTE1LjYgMTcwLjEgNTE1LjYgMTQ5LjggNTAzLjEgMTM3LjNDNDkwLjYgMTI0LjggNDcwLjMgMTI0LjggNDU3LjggMTM3LjNMMzIwLjUgMjc0LjdMMTgzLjEgMTM3LjR6Ii8+PC9zdmc+") !important;
       background-position: center !important;
    background-size: 20px !important;
    width: 30px !important;
    height: 30px !important;
    background-repeat: no-repeat !important;
}
.breadcrumb-bg {
     background-image:url("https://www.unlabeledfood.com/wp-content/uploads/2025/11/background-1.jpg") !important;
    }
    
    .site-cart-icon{
  position:relative;
  display:inline-flex;
  align-items:center;
  gap:8px;
  text-decoration:none;
}

.site-cart-icon .cart-icon{
  font-size:20px;
  line-height:1;
}

.site-cart-icon .cart-count{
  position:absolute;
top: 13px;
right: 9px;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    border-radius: 999px;
    background: #4dd964;
    color: #000;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
}
.wc-block-cart__submit-button {
    user-select: none;
    -moz-user-select: none;
    background: #4cd964 none repeat scroll 0 0 !important;
    border: medium none;
    border-radius: 50px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.4;
    margin-bottom: 0;
    padding: 19px 50px;
    text-align: center;
    text-transform: capitalize;
    touch-action: manipulation;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.wc-block-cart__submit-button:before{
        content: "";
    position: absolute;
    -webkit-transition-duration: 800ms;
    transition-duration: 800ms;
    width: 200%;
    height: 200%;
    top: 110%;
    left: 50%;
    background: #3ab84f;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 50%;
    z-index: -1;
}
.wc-block-cart__submit-button:hover {
    color:#fff;
}
.wc-block-cart__submit-button:hover:before{
    top: -40%;
}
.wp-block-woocommerce-cart .wc-block-cart-item__prices ,
.wp-block-woocommerce-cart .wc-block-components-product-metadata__description{
    display:none;
}
.wp-block-woocommerce-cart .wc-block-cart-item__remove-link {
    font-size:0 !important;
    text-decoration: none !important;
    position: absolute;
    left: 0;
   top: calc(50% - 17px);
    bottom: unset;
}
.wp-block-woocommerce-cart .wc-block-cart-item__remove-link:before {
    content:"x";
    font-size:20px  !important;
}
.wp-block-woocommerce-cart .wc-block-cart-items__row {
    position:relative;
}
.wp-block-woocommerce-cart .wc-block-cart-items {
    position:relative;
}
.payment-card {
    display:flex;
    gap:10px;
        justify-content: flex-end;
}
.payment-card img {
      max-height: 39px;
}
.mobile-menu .search-form input {
 width: 100%;
    border: none;
    border-bottom: none;
    padding: 10px 56px 7px 24px;
    font-weight: 500;
    font-size: 15px;
    background: transparent;
    color: #222;
    text-align: left;
}
.mobile-menu .search-form input::placeholder {
    font-size: 15px;
    color: #222;
}

.mobile-menu .search-form input::-webkit-input-placeholder {
    font-size: 15px;
	 color: #222;
}

.mobile-menu .search-form input::-moz-placeholder {
    font-size: 15px;
	 color: #222;
}

.mobile-menu .search-form input:-ms-input-placeholder {
    font-size: 15px;
	 color: #222;
}

body.woocommerce-cart .wc-block-cart-item__wrap .wc-block-components-product-badge {
	display:none !important;
}

.single-product .inner-shop-item .related-inline-view-btn {
    display: flex;
    width: 100%;
    justify-content: center;
    text-align: center;
    margin: 0 0 14px;
}

.single-product .related-products-wrap {
    position: relative;
}

.single-product .related-products-wrap .inner-shop-item .home-shop-thumb {
    height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.single-product .related-products-wrap .inner-shop-item .home-shop-thumb > a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.single-product .related-products-wrap .inner-shop-item .home-shop-thumb img {
    width: 100%;
    height: 100% !important;
    max-height: 100%;
    object-fit: contain !important;
}

.single-product .related-products-wrap .rel-product-slider-active {
    position: relative;
    padding: 0 42px;
}

.single-product .related-products-wrap .rel-product-slider-active .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 999px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    background: var(--tg-primary-color);
    color: #fff;
    line-height: 1;
    transition: all 0.25s ease;
}

.single-product .related-products-wrap .rel-product-slider-active .slick-prev {
    left: -6px;
}

.single-product .related-products-wrap .rel-product-slider-active .slick-next {
    right: -6px;
}

.single-product .related-products-wrap .rel-product-slider-active .slick-arrow:hover {
    background: var(--tg-secondary-color);
    color: #fff;
}

.single-product .related-products-wrap .rel-product-slider-active .slick-arrow i {
    font-size: 14px;
    line-height: 1;
}

@media (max-width: 767.98px) {
    .single-product .related-products-wrap .rel-product-slider-active {
        padding: 0 34px;
    }

    .single-product .related-products-wrap .rel-product-slider-active .slick-arrow {
        width: 38px;
        height: 38px;
    }

    .single-product .related-products-wrap .rel-product-slider-active .slick-prev {
        left: 4px;
    }

    .single-product .related-products-wrap .rel-product-slider-active .slick-next {
        right: 4px;
    }
}

.custom-checkout-notice{
    margin: 0 0 12px 0;
    padding: 12px 19px;

}

@media (max-width: 767.98px) {
    .wp-block-woocommerce-cart .wc-block-cart-items__row {
        padding: 14px 0 14px 28px;
        border-bottom: 1px solid #e7e7e7;
    }

    .wp-block-woocommerce-cart .wc-block-cart-item__image img {
        width: 72px;
        max-width: 72px;
        border-radius: 8px;
    }

    .wp-block-woocommerce-cart .wc-block-cart-item__wrap {
        display: flex;
        flex-direction: column;
        gap: 10px;
        min-width: 0;
    }

    .wp-block-woocommerce-cart .wc-block-components-product-name {
        display: block;
        font-size: 24px;
        line-height: 1.35;
        margin-bottom: 4px;
        word-break: break-word;
    }

    .wp-block-woocommerce-cart .wc-block-components-quantity-selector {
        width: 100%;
        max-width: 220px;
        height: 52px;
    }

    .wp-block-woocommerce-cart .wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input {
        font-size: 22px;
    }

    .wp-block-woocommerce-cart .wc-block-cart-item__remove-link {
        left: 0;
        top: 8px;
        width: 22px;
        height: 22px;
        border-radius: 50%;
        background: #f3f3f3;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        line-height: 1;
    }

    .wp-block-woocommerce-cart .wc-block-cart-item__remove-link:before {
        font-size: 18px !important;
        line-height: 1;
    }

    .wp-block-woocommerce-cart .wc-block-cart__totals-title,
    .wp-block-woocommerce-cart .wc-block-components-totals-item__label {
        font-size: 20px;
        line-height: 1.3;
    }

    .wp-block-woocommerce-cart .wc-block-components-totals-item__value,
    .wp-block-woocommerce-cart .wc-block-formatted-money-amount {
        font-size: 20px;
        line-height: 1.3;
    }

    .wp-block-woocommerce-cart .wc-block-cart__submit-button {
        width: 100%;
        min-height: 56px;
        padding: 16px 24px;
        font-size: 22px;
    }
}

@media (max-width: 767.98px) {
	.features-items-wrap {
		position: relative;
    z-index: 22;
    margin-bottom: 116px;
	}
    /* Footer newsletter mobile layout: input left, submit anchored right. */
    .footer-area .footer-widget .sidebar-search-form form {
        display: flex;
        align-items: stretch;
        width: 100%;
    }

    .footer-area .footer-widget .sidebar-search-form input[type="email"],
    .footer-area .footer-widget .sidebar-search-form input[type="text"] {
        flex: 1 1 auto;
        min-width: 0;
        padding-right: 16px !important;
    }

    .footer-area .footer-widget .sidebar-search-form button,
    .footer-area .footer-widget .sidebar-search-form input[type="submit"] {
        position: static !important;
        flex: 0 0 auto;
        margin-left: auto !important;
    }

    .footer-area .footer-widget .form-btn,
    .footer-area .footer-widget .newsletter-form .form-btn {
        display: flex;
        flex-direction: column;
        width: 300px;
        align-items: flex-end;
        justify-content: flex-end;
        flex-wrap: wrap;
        margin-left: auto;
        margin-right: 0;
    }
}

/* Shop loop cards: equal height only on desktop (theme custom grid). */
@media (min-width: 992px) {
    .inner-shop-area .suxnix-shop-pagination {
        margin-top: 40px !important;
    }

    body.post-type-archive-product.woocommerce .shop-grid-active > .col,
    body.tax-product_cat.woocommerce .shop-grid-active > .col,
    body.tax-product_tag.woocommerce .shop-grid-active > .col {
        display: flex;
    }

    body.post-type-archive-product.woocommerce .shop-grid-active > .col .suxnix-product-main,
    body.tax-product_cat.woocommerce .shop-grid-active > .col .suxnix-product-main,
    body.tax-product_tag.woocommerce .shop-grid-active > .col .suxnix-product-main {
        display: flex;
        width: 100%;
    }

    body.post-type-archive-product.woocommerce .shop-grid-active > .col .inner-shop-item.home-shop-item,
    body.tax-product_cat.woocommerce .shop-grid-active > .col .inner-shop-item.home-shop-item,
    body.tax-product_tag.woocommerce .shop-grid-active > .col .inner-shop-item.home-shop-item {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 100%;
    }

    body.post-type-archive-product.woocommerce .shop-grid-active > .col .inner-shop-item .home-shop-content,
    body.tax-product_cat.woocommerce .shop-grid-active > .col .inner-shop-item .home-shop-content,
    body.tax-product_tag.woocommerce .shop-grid-active > .col .inner-shop-item .home-shop-content {
        display: flex;
        flex-direction: column;
        flex: 1 1 auto;
    }

    body.post-type-archive-product.woocommerce .shop-grid-active > .col .inner-shop-item .shop-content-bottom,
    body.tax-product_cat.woocommerce .shop-grid-active > .col .inner-shop-item .shop-content-bottom,
    body.tax-product_tag.woocommerce .shop-grid-active > .col .inner-shop-item .shop-content-bottom {
        margin-top: auto;
    }

    /* Equal image area height for product cards. */
    body.post-type-archive-product.woocommerce .shop-grid-active > .col .inner-shop-item .home-shop-thumb,
    body.tax-product_cat.woocommerce .shop-grid-active > .col .inner-shop-item .home-shop-thumb,
    body.tax-product_tag.woocommerce .shop-grid-active > .col .inner-shop-item .home-shop-thumb {
        height: 280px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 20px;
    }

    body.post-type-archive-product.woocommerce .shop-grid-active > .col .inner-shop-item .home-shop-thumb > a,
    body.tax-product_cat.woocommerce .shop-grid-active > .col .inner-shop-item .home-shop-thumb > a,
    body.tax-product_tag.woocommerce .shop-grid-active > .col .inner-shop-item .home-shop-thumb > a {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    body.post-type-archive-product.woocommerce .shop-grid-active > .col .inner-shop-item .home-shop-thumb img,
    body.tax-product_cat.woocommerce .shop-grid-active > .col .inner-shop-item .home-shop-thumb img,
    body.tax-product_tag.woocommerce .shop-grid-active > .col .inner-shop-item .home-shop-thumb img {
        width: 100%;
        height: 100% !important;
        max-height: 100%;
        object-fit: contain !important;
    }
}
.new-btn>a,.btn {
	text-transform:none !important;
}
footer .contact-form .acceptance-footer .wpcf7-list-item-label {
	color:#fff;
}
footer .contact-form .acceptance-footer label{
	display:flex;
}
footer .contact-form .acceptance-footer input {
	width: 20px;
    height: 20px;
    margin-right: 10px;
}
footer .contact-form .acceptance-footer  .wpcf7-list-item {
	margin:0;
}
.wc-block-cart-item__remove-link>svg {
    display: none;
}
.wp-block-woocommerce-cart  .wc-block-components-totals-footer-item-tax {
    display: none !important;
}
.wp-block-woocommerce-checkout .wc-block-components-totals-item__description {
    display: none !important;
}
.wp-block-woocommerce-checkout-order-summary-subtotal-block .wc-block-formatted-money-amount:after{
    display: none !important;
}

/* Place Order dugme - zeleno na svim jezicima */
.woocommerce-checkout .wc-block-components-checkout-place-order-button,
.woocommerce-checkout .wc-block-components-button.wc-block-components-checkout-place-order-button,
.wp-block-woocommerce-checkout .wc-block-components-checkout-place-order-button,
.wp-block-woocommerce-checkout .wc-block-components-button.wc-block-components-checkout-place-order-button,
body .wc-block-components-checkout-place-order-button {
    width: 100% !important;
    min-height: 52px;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    text-transform: uppercase !important;
    background-color: #4cd964 !important;
    border-color: #4cd964 !important;
    color: #ffffff !important;
}
.woocommerce-checkout .wc-block-components-checkout-place-order-button:hover,
.wp-block-woocommerce-checkout .wc-block-components-checkout-place-order-button:hover,
body .wc-block-components-checkout-place-order-button:hover {
    background-color: #3ab84f !important;
    border-color: #3ab84f !important;
    color: #ffffff !important;
}

/* === Payment methods - English translations via CSS === */

/* COD - label */
.lang-en #radio-control-wc-payment-method-options-cod__label .wc-block-components-payment-method-label,
:lang(en) #radio-control-wc-payment-method-options-cod__label .wc-block-components-payment-method-label {
    font-size: 0 !important;
}
.lang-en #radio-control-wc-payment-method-options-cod__label .wc-block-components-payment-method-label::after,
:lang(en) #radio-control-wc-payment-method-options-cod__label .wc-block-components-payment-method-label::after {
    content: "Cash on delivery";
    font-size: 16px !important;
}

/* COD - description */
.lang-en #radio-control-wc-payment-method-options-cod__content > div,
:lang(en) #radio-control-wc-payment-method-options-cod__content > div {
    font-size: 0 !important;
}
.lang-en #radio-control-wc-payment-method-options-cod__content > div::after,
:lang(en) #radio-control-wc-payment-method-options-cod__content > div::after {
    content: "Pay when your order is delivered.";
    font-size: 14px !important;
}

/* Raiaccept (kartica) - label */
.lang-en #radio-control-wc-payment-method-options-raiaccept__label > div,
:lang(en) #radio-control-wc-payment-method-options-raiaccept__label > div {
    font-size: 0 !important;
}
.lang-en #radio-control-wc-payment-method-options-raiaccept__label > div::before,
:lang(en) #radio-control-wc-payment-method-options-raiaccept__label > div::before {
    content: "Pay with card";
    font-size: 16px !important;
}
.lang-en #radio-control-wc-payment-method-options-raiaccept__label > div .wc-block-components-payment-method-icons,
:lang(en) #radio-control-wc-payment-method-options-raiaccept__label > div .wc-block-components-payment-method-icons {
    font-size: initial !important;
}
.lang-en #radio-control-wc-payment-method-options-raiaccept__label > div .wc-block-components-payment-method-icons img,
:lang(en) #radio-control-wc-payment-method-options-raiaccept__label > div .wc-block-components-payment-method-icons img {
    width: auto !important;
    height: 24px !important;
}

/* Raiaccept (kartica) - description */
.lang-en #radio-control-wc-payment-method-options-raiaccept__content,
:lang(en) #radio-control-wc-payment-method-options-raiaccept__content {
    font-size: 0 !important;
}
.lang-en #radio-control-wc-payment-method-options-raiaccept__content::after,
:lang(en) #radio-control-wc-payment-method-options-raiaccept__content::after {
    content: "Pay securely with your credit or debit card.";
    font-size: 14px !important;
}

/* Empty cart "Novo u prodavnici": layout only, image source is full size from PHP. */
.wp-block-woocommerce-cart .wp-block-woocommerce-product-new .wc-block-grid__product-image img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 290px;
}