/*!
Theme Name: Promopop Theme (Astra Child)
Template: astra
Version: 2.0.0
*/

:root {
    --main-color: #2db469;
    --main-color-dark: #72A230;
    --color-dark: #3d550c;
    --ast-global-color-0: #2db469;
    --ast-global-color-1: #2db469;
    --e-global-color-astglobalcolor0: #2db469;
    --e-global-color-astglobalcolor1: #2db469;
}

::selection {
  background: var(--main-color) !important;
}
::-moz-selection {
  background: var(--main-color) !important;
}

.mb-6 {
    margin-bottom: 5rem!important;
}

a, .woocommerce .star-rating, .woocommerce .comment-form-rating .stars a, .woocommerce .star-rating::before {
    text-decoration: none !important;
    color: var(--main-color);
}

a:focus {
    outline: none !important;
}

h1, .entry-content h1, .entry-content h1 a,
h2, .entry-content h2 {
    font-family: var(--bs-font-sans-serif);
}

h1, .entry-content h1, .entry-content h1 a,
h2, .entry-content h2, .entry-content h2 a,
h3, .entry-content h3, .entry-content h3 a,
h4, .entry-content h4, .entry-content h4 a,
h5, .entry-content h5, .entry-content h5 a,
h6, .entry-content h6, .entry-content h6 a,
.ast-single-post .entry-title, .page-title {
    font-weight: normal;
}

.menu-toggle, button, .ast-button, .ast-custom-button, .button, input#submit, input[type="button"], input[type="submit"], input[type="reset"],
.woocommerce a.button, .woocommerce button.button, .woocommerce .woocommerce-message a.button, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt,
.woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce input.button, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled],
.woocommerce input.button:disabled:hover, .woocommerce input.button:disabled[disabled]:hover, .woocommerce #respond input#submit, .woocommerce button.button.alt.disabled,
.wc-block-grid__products .wc-block-grid__product .wp-block-button__link, .wc-block-grid__product-onsale {
    background-color: var(--main-color);
    border-color: var(--main-color);
}

li::marker {
    color: var(--main-color);
}

.block-item {
    border-radius: 3px;
    margin-bottom: 30px;
    position: relative;
    height: auto;
}

.img-container {
    padding-bottom: 85%;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.img-container img {
    position: absolute;
    bottom: 25px;
    left: 0;
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    transition: all .5s;
}

.block-item:hover .img-container img {
    transform: scale(1.1) translateY(-44%);
    cursor: pointer;
}

.block-item-content {
    padding: 30px;
    color: #fff;
}

.block-item-title {
    font-size: 26px;
    margin: 0;
    line-height: normal;
    letter-spacing: -0.01em;
    font-weight: 600;
}

.block-item-subtitle {
    font-size: 16px;
    margin: 0;
    line-height: normal;
    letter-spacing: -0.01em;
}

.category-wrapper .block-item.block-item-md {
    border: 4px solid var(--main-color);
    background-position-y: calc(100% + 2px);
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}


.category-wrapper .block-item.block-item-md p.block-item-title {
    font-size: 16px;
}

@media only screen and (min-width: 768px) {
    .category-wrapper .block-item.block-item-md p.block-item-title {
        font-size: 13px;
    }
}

@media only screen and (min-width: 850px) {
    .category-wrapper .block-item.block-item-md p.block-item-title {
        font-size: 14px;
    }
}

@media only screen and (min-width: 992px) {
    .category-wrapper .block-item.block-item-md p.block-item-title {
        font-size: 16px;
    }
}

.category-wrapper .block-item.block-item-md p.block-item-subtitle {
    display: none;
}

.category-wrapper .block-item.block-item-md a.d-block {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.block-item::before {
    background-color: rgba(57, 78, 100, 0);
}

.block-item .img-container img {
    top: 38%;
    transform: translateY(-50%);
}

@media only screen and (min-width: 500px) {
    .block-item .img-container img {
        top: 40%;
    }
}

@media only screen and (min-width: 600px) {
    .block-item .img-container img {
        top: 42%;
    }
}

@media only screen and (min-width: 768px) {
    .block-item .img-container img {
        top: 38%;
    }
}

@media only screen and (min-width: 900px) {
    .block-item .img-container img {
        top: 39.5%;
    }
}

@media only screen and (min-width: 1000px) {
    .block-item .img-container img {
        top: 41%;
    }
}

.home-category-item .category-thumbnail-home {
    z-index: 299;
}

.home-category-item:hover .category-thumbnail-home.nedostupno {
    opacity: 0.08;
}

.home-category-item .category-thumbnail-home-nedostupno {
    z-index: 300;
    transform: translateY(-50%) scale(1.1);
    opacity: 0;
}

.home-category-item:hover .category-thumbnail-home-nedostupno {
    opacity: 1;
}

.home-category-item .img-container {
    padding-bottom: 100%;
}

@media only screen and (min-width: 992px) {
    .home-category-item .img-container {
        padding-bottom: 85%;
    }
}

.block-item .block-item-content {
    width: calc(100% + 8px);
    padding: 10px 5px;
    background-color: var(--main-color);
    text-align: center;
    position: absolute;
    bottom: 0;
    left: -4px;
}

.block-item .block-item-content:hover {
    cursor: pointer;
}

.category-wrapper .block-item.block-item-md p.block-item-title {
    color: var(--bs-light);
    margin-bottom: 0;
}

@media screen and (min-width: 992px) {

    .category-wrapper .block-item.block-item-md p.block-item-subtitle {
        display: block;
    }
}

@media screen and (min-width: 1250px) {

    .category-wrapper .block-item.block-item-md p.block-item-title {
        font-size: 22px;
    }
}

body:not(.home) section.contact {
    display: none;
}

section.contact {
    background-image: url("images/kontakt.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    padding: 55px 0 30px;
    background-position-x: -500px;
}

@media screen and (min-width: 768px) {
    section.contact {
        background-position: center top;
    }
}

section.contact h2 {
    color: #818181;
    margin-left: 6px;
    margin-bottom: 45px;
}

section.contact ul.info-list {
    display: block;
    text-align: left;
    padding: 0;
    margin-bottom: 40px;
}

section.contact ul.info-list li {
    clear: both;
    margin-bottom: 18px;
    display: block;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

section.contact ul.info-list .back {
    color: #fff;
    float: left;
    margin-right: 15px;
    width: 53px;
    height: 53px;
}

section.contact ul.info-list .fa-stack-2x {
    font-size: 24px;
    color: var(--main-color);
}

section.contact ul.info-list .fa-stack-1x {
    color: white;
    font-size: 18px;
    top: 51%; left: 57%;
    bottom: auto; right: auto;
    transform: translate(-50%, -50%);
}

section.contact ul.info-list li p {
    margin: 0;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    color: #282828;
}

section.contact form {
    margin-top: 20px;
}

section.contact form input, section.contact form textarea {
    display: block;
    width: 100%;
    background-color: transparent;
    color: white !important;
    border: none;
    border-bottom: 1px solid white;
    border-radius: 0;
    margin-bottom: 25px;
}

section.contact form input:focus, section.contact form textarea:focus {
    border-color: transparent;
    background-color: var(--main-color-dark);
}

section.contact form .btn-my {
    background-color: var(--main-color-dark);
    color: white;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    display: block;
    padding: 10px 15px;
    width: 100%;
}

section.footer {
    background-color: var(--main-color);
    padding: 30px 0 10px;
}

section.footer span {
    font-size: 14px;
    display: block;
    color: white;
}

section.footer span a {
    color: white !important;
    text-decoration: none;
}

@media screen and (min-width: 768px) {
    .align-right {
        text-align: right;
    }
}

.woocommerce .products .star-rating,
.ast-header-account,
.ast-shipping-text {
    display: none;
}

.woocommerce #content .ast-woocommerce-container div.product div.images,
.woocommerce .ast-woocommerce-container div.product div.images,
.woocommerce-page #content .ast-woocommerce-container div.product div.images,
.woocommerce-page .ast-woocommerce-container div.product div.images {
    width: 100% !important;
}

 @media only screen and (min-width: 610px) and (max-width: 991px) {
    .woocommerce #content .ast-woocommerce-container div.product div.images,
    .woocommerce .ast-woocommerce-container div.product div.images,
    .woocommerce-page #content .ast-woocommerce-container div.product div.images,
    .woocommerce-page .ast-woocommerce-container div.product div.images {
        width: 80% !important;
        max-width: 600px;
        margin: 0 auto 75px;
    }
 }

 @media only screen and (max-width: 609px) {
    .woocommerce #content .ast-woocommerce-container div.product div.images,
    .woocommerce .ast-woocommerce-container div.product div.images,
    .woocommerce-page #content .ast-woocommerce-container div.product div.images,
    .woocommerce-page .ast-woocommerce-container div.product div.images {
        margin-bottom: 35px;
    }
 }

.woocommerce #content .ast-woocommerce-container div.product div.summary,
.woocommerce .ast-woocommerce-container div.product div.summary,
.woocommerce-page #content .ast-woocommerce-container div.product div.summary,
.woocommerce-page .ast-woocommerce-container div.product div.summary {
    width: 96% !important;
}

@media only screen and (min-width: 992px) {
    .ast-theme-transparent-header .ast-builder-menu .main-header-menu .menu-link,
    .ast-theme-transparent-header [CLASS*="ast-builder-menu-"] .main-header-menu .menu-item > .menu-link,
    .ast-theme-transparent-header .main-header-menu .menu-link,
    .ast-builder-menu-1 .menu-item.current-menu-item > .menu-link,
    .ast-builder-menu-2 .menu-item > .menu-link {
        color: var(--ast-global-color-3);
    }
    
    body.ast-theme-transparent-header .ast-site-header-cart .ast-cart-menu-wrap .count,
    body.ast-theme-transparent-header .ast-site-header-cart .ast-cart-menu-wrap .count:after {
        border-color: var(--ast-global-color-1);
    }
    
    .ast-theme-transparent-header .ast-menu-cart-outline .ast-cart-menu-wrap .count {
        color: var(--e-global-color-astglobalcolor0);
    }

    .ast-theme-transparent-header .ast-builder-menu .main-header-menu .menu-item:hover > .menu-link,
    .ast-theme-transparent-header .main-header-menu .menu-item:hover > .menu-link,
    .ast-builder-menu-1 .menu-item.current-menu-item:hover > .menu-link,
    .ast-builder-menu-2 .menu-item:hover > .menu-link {
        color: var(--main-color);
    }
}

@media only screen and (min-width: 922px) {
    body.ast-theme-transparent-header .ast-site-header-cart .ast-woo-header-cart-info-wrap {
        color: var(--ast-global-color-3);
    }
}

.elementor-column-gap-default>.elementor-column>.elementor-element-populated {
    padding: 0 !important;
}

.carousel-slider .active .carousel-slider-hero__cell__background.carousel-slider-hero-ken-in {
    transform: scale(1.2) !important;
}

@media only screen and (max-width: 1299px) {
    .carousel-slider-hero__cell__background {
        background-size: cover !important;
    }
}

@media only screen and (max-width: 991px) {
    .carousel-slider-hero__cell__content {
        left: 10% !important;
    }
}

@media only screen and (min-width: 1px) and (max-width: 449px) {
    .carousel-slider-hero__cell__heading {
        font-size: 22px !important;
    }    
}

@media only screen and (min-width: 450px) and (max-width: 599px) {
    .carousel-slider-hero__cell__heading {
        font-size: 28px !important;
    }    
}

@media only screen and (min-width: 600px) and (max-width: 991px) {
    .carousel-slider-hero__cell__heading {
        font-size: 36px !important;
    }    
}

@media only screen and (min-width: 992px) and (max-width: 1999px) {
    .carousel-slider-hero__cell__heading {
        font-size: 40px !important;
    }    
}

/*********************
 **** HEADER INFO ****
 ********************/

.header-info {
    display: none;
    flex-direction: row;
    align-items: center;
    margin-right: 25px;
}

@media screen and (min-width: 1200px) {
    .header-info {
        display: flex;
    }
}

.header-info .header-info--box {
    display: flex;
    margin-right: 25px;
    align-items: center;
}

.header-info .header-info--box:last-child {
    margin-right: 0;
}

.header-info .header-info--box .header-info--box--left {
    display: flex;
    margin-right: 15px;
    flex-direction: column;
    order: 1;
}

.header-info .header-info--box .header-info--box--left span {
    color: var(--bs-secondary);
}

.header-info .header-info--box .header-info--box--left span.main {
    text-align: right;
    font-size: 16px;
    line-height: 1.2;
}

.header-info .header-info--box .header-info--box--left span.other {
    text-align: right;
    font-size: 13px;
}

.header-info .header-info--box .header-info--box--right {
    display: flex;
    margin-right: 10px;
    order: 2;
}

.header-info .header-info--box.working-time .header-info--box--left span.main small {
    font-size: 13px;
}

.header-info .header-info--box .header-info--box--right img.alignnone {
    margin-top: -2px;
}

/********************
 **** SEARCH BAR ****
 * *****************/

 .ast-header-search {
    display: none;
 }

a.slide-search.astra-search-icon {
    text-decoration: none;
    color: var(--main-color);
}

.ast-search-menu-icon {
    visibility: visible;
    opacity: 1;
    position: relative;
}

.ast-search-menu-icon.slide-search .search-form {
    visibility: visible;
    opacity: 1;
}

.ast-header-search .ast-search-menu-icon .search-field {
    margin-right: 12px;
}

.ast-search-menu-icon .search-field {
    width: 235px;    
}

.ast-search-menu-icon input[type=search]:focus {
    outline: none;
}

/*********************
 **** WOOCOMMERCE ****
 * ******************/

.woocommerce-page ul.products li.productproduct_cat-dvokrilni-prozori a img {
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1);
}

.woocommerce-page ul.products li.product.product_cat-jednokrilni-prozori a img,
.woocommerce-page ul.products li.product.product_cat-otklopni-prozori a img {
    -webkit-transform: scale(1.5);
       -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
         -o-transform: scale(1.5);
            transform: scale(1.5);
    margin-bottom: 45px;
}

.product-name a {
    color: var(--main-color);
}

.woocommerce-product-details__short-description ul {
    padding-left: 0.5rem;
    margin-left: 1.5rem;
}

.woocommerce button.button,
.woocommerce button.button.alt,
.woocommerce a.button,
.woocommerce a.button.alt {
    border-color: var(--main-color) !important;
    background-color: var(--main-color);
}

.woocommerce-js .astra-cart-drawer .astra-cart-drawer-content .woocommerce-mini-cart__buttons .button:not(.checkout) {
    color: var(--main-color) !important;
}

.woocommerce.archive:not(.term-spojni-profili):not(.term-montazni-pribor):not(.term-servisna-oprema):not(.term-balkonska-vrata-jednokrilna) ul.products li.product a img,
.woocommerce-page ul.products li.product.post-377 a img,
.woocommerce-page ul.products li.product.post-404 a img,
.woocommerce-page ul.products li.product.post-4212 a img,
.woocommerce-page ul.products li.product.post-4238 a img,
.woocommerce-page ul.products li.product.post-4244 a img,
.woocommerce-page ul.products li.product.post-4249 a img {
    -webkit-transform: scale(1.2);
       -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
         -o-transform: scale(1.2);
            transform: scale(1.2);
}

.woocommerce.archive:not(.term-spojni-profili):not(.term-montazni-pribor):not(.term-servisna-oprema) ul.products li.product.post-4283 a img,
.woocommerce.archive:not(.term-spojni-profili):not(.term-montazni-pribor):not(.term-servisna-oprema) ul.products li.product.post-3977 a img,
.woocommerce.archive:not(.term-spojni-profili):not(.term-montazni-pribor):not(.term-servisna-oprema) ul.products li.product.post-4414 a img,
.woocommerce.archive:not(.term-spojni-profili):not(.term-montazni-pribor):not(.term-servisna-oprema) ul.products li.product.post-4571 a img,
.woocommerce.archive:not(.term-spojni-profili):not(.term-montazni-pribor):not(.term-servisna-oprema) ul.products li.product.post-4869 a img {
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1);
}
.woocommerce.archive.term-ulazna-vrata-dvokrilna:not(.term-spojni-profili):not(.term-montazni-pribor):not(.term-servisna-oprema) ul.products li.product a img {
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1);
}

.woocommerce-page ul.products li.product.post-4414 a img {
    position: relative;
    bottom: 2px;
}

.woocommerce ul.products li.product a img, .woocommerce-page ul.products li.product a img {
    aspect-ratio: 1 / 1;
}

.woocommerce-page ul.products li.product.product_cat-balkonska-vrata-jednokrilna a img,
.woocommerce-page ul.products li.product.product_cat-sporedna-vrata a img,
.woocommerce-page ul.products li.product.product_cat-ulazna-vrata-jednokrilna a img {
    aspect-ratio: 75 / 100;
    width: 75%;
}

.woocommerce-page ul.products li.product.product_cat-ulazna-vrata-dvokrilna a img {
    aspect-ratio: 70 / 100;
    width: 70%;
}

.woocommerce-page ul.products li.product.product_cat-balkonska-vrata-dvokrilna a img {
    top: 12px;
    position: relative;
}

.woocommerce.archive.term-balkonska-vrata-jednokrilna ul.products {
	padding-top: 40px;
}

.woocommerce-page ul.products li.product.product_cat-balkonska-vrata-jednokrilna a img {
    -webkit-transform: scale(1.4);
       -moz-transform: scale(1.4);
        -ms-transform: scale(1.4);
         -o-transform: scale(1.4);
            transform: scale(1.4);
	     aspect-ratio: 1 / 1;
   			    width: 100%;
}

.woocommerce-page.single-product ul.products li.product.product_cat-balkonska-vrata-jednokrilna a img {
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1);
}

.woocommerce-page ul.products li.product.product_cat-balkonska-vrata-jednokrilna {
	margin-bottom: 4.5em;
}

/*********************
 **** WOOCOMMERCE ****
 * ******************/

.ast-site-header-cart.ast-menu-cart-outline .ast-cart-menu-wrap .count {
    border: none;
    position: relative;
}

.ast-site-header-cart.ast-menu-cart-outline .ast-cart-menu-wrap .count:after {
    content: none;
}

@media screen and (min-width: 992px) {
    .ast-theme-transparent-header .ast-site-header-cart .ast-cart-menu-wrap:hover .count, .ast-theme-transparent-header .ast-site-header-cart .ast-addon-cart-wrap:hover .count {
        background-color: transparent;
    }
}

.ast-site-header-cart.ast-menu-cart-outline .ast-cart-menu-wrap .count:before {
    content: '';
    background-image: url(images/cart.png);
    width: 40px;
    height: 40px;
    display: inline-block;
}

.ast-site-header-cart.ast-menu-cart-outline .ast-cart-menu-wrap .count .ast-count-text {
    position: absolute;
    top: 7px;
    left: 27px;
    color: white;
    font-size: 12px;
    font-weight: normal;
}

@media screen and (min-width: 922px) {
    .ast-site-header-cart.ast-menu-cart-outline .ast-cart-menu-wrap .count .ast-count-text {
        left: 24px;
        top: 6px;
    }
}

 .ast-addon-cart-wrap {
    border: none !important;
 }

.ast-addon-cart-wrap i {
    position: relative;
}
.ast-addon-cart-wrap i:before {
    content: '';
    background-image: url(https://promopop.hr/wp-content/uploads/2025/06/cart.png);
    width: 40px;
    height: 40px;
    display: inline-block;
    top: -3px;
    position: relative;
    right: -3px;
}

.ast-addon-cart-wrap i:after {
    position: absolute !important;
    top: 5px !important;
    left: 2px !important;
    color: white !important;
    font-size: 12px !important;
    font-weight: normal !important;
    background-color: transparent !important;
    box-shadow: none !important;
}

.type-product .gallery {
    margin-bottom: 50px;
}

.type-product .gallery .gallery-icon {
    border: none;
}

.type-product .wp-image-386 {
    height: auto;
    max-width: 80%;
}

@media screen and (max-width: 921px) {
    .site-logo-img {
        display: inline-block;
        padding: 10px 0;
    }
}

@media screen and (max-width: 520px) {
    div.ast-builder-layout-element.ast-flex.site-header-focus-item[data-section="section-header-mobile-trigger"] {
        display: none;
    }

    .ast-site-header-cart .ast-woo-header-cart-info-wrap {
        line-height: 1.2;
        text-align: right;
    }

    .ast-site-header-cart {
        flex-wrap: nowrap;
    }

    .ast-builder-layout-element.site-header-focus-item.ast-header-woo-cart {
        padding-right: 0;
    }

    .ast-theme-transparent-header #masthead .site-logo-img .transparent-custom-logo img {
        max-width: 170px;
    }
}

.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator {
    border-top-color: var(--main-color) !important;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price {
	font-weight: 400;
}

.woocommerce div.product p.price span,
.woocommerce div.product span.price span,
.woocommerce ul.products li.product .price span,
.woocommerce-page ul.products li.product .price span {
	font-weight: 700;
}

.woocommerce div.product p.price span.amount-eur,
.woocommerce div.product span.price span.amount-eur,
.woocommerce ul.products li.product .price span.amount-eur,
.woocommerce-page ul.products li.product .price span.amount-eur {
	font-size: 80%;
}

.woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th {
	line-height: 1em;
}

table.variations tbody tr {
	display: block;
	margin-bottom: 1.5em !important;
}

.red-lijevo, .red-desno {
    justify-content: center;
    align-items: center;
}

.woocommerce-page .red-lijevo img {
    width: auto;
    max-height: 500px;
}

.red-lijevo .gallery-item:nth-child(1) {
    margin-bottom:  60px;
}

.red-lijevo ul {
    margin: 0 0 1.5em 0.5em;
}

.woocommerce-product-image-container {
    position: relative;
}

.new-values.old-prices {
    display: inline-block;
    position: absolute;
    top: -10px;
    left: -10px;
}

@media only screen and (min-width: 1300px) {
    .new-values.old-prices {
        top: -42px;
        left: -42px;
        z-index: 998;
    }
}

body.archive .product .rate_archive_page {
    visibility: hidden;
}

body.archive.term-jednokrilni-prozori .woocommerce-ordering,
body.archive.term-otklopni-prozori .woocommerce-ordering {
    margin-bottom: 4em;
}

.opis-vrata-gore {
	margin-top: 25px;
	margin-bottom: 0 !important;
}

.opis-vrata-gore p {
	margin-bottom: 0.25rem;
}

/* SWATCHES */

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item) {
	box-shadow: var(--wvs-item-box-shadow,0 0 0 1px var(--main-color));
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected,
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item):hover {
	-webkit-box-shadow: var(--wvs-hover-item-box-shadow,0 0 0 3px var(--main-color-dark));
    box-shadow: var(--wvs-hover-item-box-shadow,0 0 0 3px var(--main-color-dark));
	color: #fff;
	background-color: var(--main-color);
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item.selected:not(.no-stock) {
	color: #fff;
	background-color: var(--main-color);
}

/* DOSTAVA - NAJBOLJA PONUDA - SIGURNO PLAĆANJE */

@media (min-width: 576px) and (max-width: 1024px) {
    .elementor-2888 .elementor-element.elementor-element-22533a71,
    .elementor-2888 .elementor-element.elementor-element-15f8e79d,
    .elementor-2888 .elementor-element.elementor-element-64309c0a {
        width: 33.33% !important;
    }

    .elementor-2888 .elementor-element.elementor-element-22533a71 > .elementor-element-populated,
    .elementor-2888 .elementor-element.elementor-element-15f8e79d > .elementor-element-populated,
    .elementor-2888 .elementor-element.elementor-element-64309c0a > .elementor-element-populated {
        margin-left: 5px !important;
        margin-right: 5px !important;
    }

    .elementor-2888 .elementor-element.elementor-element-22533a71 .elementor-image-box-wrapper figure.elementor-image-box-img,
    .elementor-2888 .elementor-element.elementor-element-15f8e79d .elementor-image-box-wrapper figure.elementor-image-box-img,
    .elementor-2888 .elementor-element.elementor-element-64309c0a .elementor-image-box-wrapper figure.elementor-image-box-img {
        width: 30% !important;
    }
}

/* KATEGORIJE NA ARCHIVE STRANICI */

@media (min-width: 922px) and (max-width: 993px) {

    body.archive .widget-area.secondary {
        padding-right: 20px !important;
    }
}

@media (min-width: 922px) and (max-width: 1300px) {

    body.archive .widget-area.secondary input.wc-block-product-search__field {
        font-size: 14px !important;
    }

    body.archive .widget-area.secondary .wc-block-product-search .wc-block-product-search__button {
        flex: 0 0 30px;
    }

    body.archive .widget-area.secondary .sidebar-main ul.product-categories {
        padding-left: 0.5rem;
        display: flex;
        flex-direction: column;
    }

    body.archive .widget-area.secondary .sidebar-main ul.product-categories li {
        display: flex;
        flex-direction: row;
        align-item: flex-end;
    }

    body.archive .widget-area.secondary .sidebar-main ul.product-categories li a {
        font-size: 85%;
    }

    body.archive .widget-area.secondary .sidebar-main ul.product-categories li span {
        font-size: 75%;
        flex: 0 0 30px;
        margin-left: auto;
        text-align: right;
    }
}

/* MAIN LOGO HEADER */

.main-header-logo-custom {
    width: 175px;
    height: auto;
    margin: 15px 0;
    display: inline-block;
}

@media (min-width: 1200px) {

    .main-header-logo-custom {
        width: 220px;
    }
}

@media (max-width: 921px) {

    body.home .main-header-logo-custom.dark-logo {
        display: none !important;
    }

    body:not(.home) .main-header-logo-custom.white-logo {
        display: none !important;
    }
}

@media (min-width: 922px) {

    .main-header-logo-custom.white-logo {
        display: none !important;
    }
}

.post-4732 h1 {
	font-size: 48px !important;
}

.post-4732 .cli_user_consent_state {
	margin-bottom: 1.6em;
}

.footer-napomena{
	text-align: center;
	margin-top: 25px;
}

.carousel-slider-outer.carousel-slider-outer-hero-banner-slider {
	padding-top: 80px;
}
@media only screen and (min-width: 922px) {
	.carousel-slider-outer.carousel-slider-outer-hero-banner-slider {
		padding-top: 110px;
	}
}
@media only screen and (min-width: 1200px) {
	.carousel-slider-outer.carousel-slider-outer-hero-banner-slider {
		padding-top: 130px;
	}
}
@media (max-width: 921px) {
	.ast-theme-transparent-header .main-header-bar, .ast-theme-transparent-header.ast-header-break-point .main-header-bar-wrap .main-header-menu, .ast-theme-transparent-header.ast-header-break-point .main-header-bar-wrap .main-header-bar, .ast-theme-transparent-header.ast-header-break-point .ast-mobile-header-wrap .main-header-bar {
		background-color: rgba(0,0,0,0.07) !important;
	}
}

body.ast-theme-transparent-header .ast-site-header-cart .ast-woo-header-cart-info-wrap {
	color: var(--ast-global-color-2);
}

/* KOLIČINA - STRELICE */
.quantity {
  position: relative;
  border: 1px solid var(--ast-global-color-0);
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.quantity input {
  width: 45px;
  height: 42px;
  line-height: 1.65;
  float: left;
  display: block;
  padding: 0;
  margin: 0;
  padding-left: 20px;
  border: none;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08);
  font-size: 1rem;
  border-radius: 4px;
}

.quantity .myNewInputClass {
	text-align: left !important;
	padding: 0 25px !important;
	width: 4.5em !important;
}

.quantity input:focus {
  outline: 0;
}

.quantity-nav {
  float: left;
  position: relative;
  height: 42px;
  padding-left: 10px;
}

.quantity-button {
  position: relative;
  cursor: pointer;
  border: none;
  width: 21px;
  text-align: center;
  color: var(--ast-global-color-0);;
  font-size: 13px;
  line-height: 1.5;
  padding: 0;
  background: #FAFAFA;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.quantity-button:active {
  background: #EAEAEA;
}

.quantity-button.quantity-up {
  position: absolute;
  height: 50%;
  top: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  content: "+";
  border-radius: 0 4px 0 0;
  line-height: 1.6
}

.quantity-button.quantity-down {
  position: absolute;
  bottom: 0;
  height: 50%;
  content: "-";
  border-radius: 0 0 4px 0;
}

@media (max-width: 800px) {
	.d-mobile-none {
		display: none;
	}
}