/*
Theme Name: Stubmar Child
Theme URI: https://forgebit.com/
Template: hello-elementor
Author: ForgeBIT Team
Author URI: https://forgebit.com/about-us/
Description: A plain-vanilla &amp; lightweight theme for Elementor page builder
Tags: flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.3.1.1622011715
Updated: 2021-05-26 08:48:35

*/

*{
	-webkit-tap-highlight-color: transparent;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body {
	background: #F5F7FA;

}

a {
    color: #396db4;
}

#dynamic-woo-categories .elementor-sitemap-title {
    display: none;
}

#dynamic-woo-categories ul {
    padding-left: 0;
}

#dynamic-woo-categories ul li {
    list-style: none;
	position: relative;
	border-bottom: 3px solid #fff !important;
    padding: 6px 0;
}

#dynamic-woo-categories .elementor-widget-container {
    background-color: #eee;
    padding: 4px;
}

#dynamic-woo-categories ul li:last-child {
    border-bottom: 0 !important;
}

#dynamic-woo-categories ul li a {
	font-size: 15px;
    list-style: none;
    padding: 5px 10px;
    display: inline-block;
    max-width: 90%;
	text-transform: lowercase !important;
}

#dynamic-woo-categories ul li a:first-letter {
    text-transform: uppercase !important;
}

#dynamic-woo-categories ul>li>a {
    font-weight: bold;
}

#dynamic-woo-categories ul li:hover>a {
    color: #386cb4;
}

#dynamic-woo-categories ul li>.children {
    position: absolute;
	z-index: -9;
	opacity: 0;
    left: 100%;
    top: 0;
	width: 220px;
	background-color: #eee;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
}

@media (max-width: 768px) {
#dynamic-woo-categories ul li>.children {
    top: 8px;
    background-color: #64666E;
}
#dynamic-woo-categories ul li>.children>li>a {
    color: #fff;
}
#dynamic-woo-categories ul li>.children>li>.children {
    background-color: #818389;
}
}

#dynamic-woo-categories ul>li:hover>.children {
	z-index: 9;
	opacity: 1;
}

#dynamic-woo-categories ul li>.children a {
	font-size: 14px !important;
}

#dynamic-woo-categories ul li.has-children:after {
    content: '►';
    font-size: 10px;
    position: absolute;
    color: #818a91;
    right: 0;
    top: 10px;
    padding: 6px 12px;
    line-height: 18px;
}

@media (max-width: 768px) {
#dynamic-woo-categories ul li>.children {
    position: relative;
    left: 0;
	width: auto;
	margin-left: 0;
	z-index: 0;
	max-height: 0;
	overflow-y: hidden;
    box-shadow: none;
}

#dynamic-woo-categories ul li:hover>.children {
	max-height: 300px;
	overflow-y: scroll;
}


#dynamic-woo-categories ul li.has-children:after {
    content: '▼';
}
}

/* Prebaceni css iz prilagodeni css */
.yith-sinput {
	width: 100%!important;
}

.woocommerce-account .addresses .title h3 {
    -webkit-text-size-adjust: 100%;
    color: #172A3A;
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
	margin-bottom: 10px;
	margin-top: 10px;
    padding: 0;
    border: 0;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    font-weight: bold;
}

address {
    -webkit-text-size-adjust: 100%;
    color: #172A3A;
    line-height: 1.5;
    font-size: 14px;
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    flex-grow: 1;
	font-style: normal;
}

.woocommerce-account .addresses .title .edit {
    float: right;
    display: block;
    padding: 5px 10px;
    background-color: #436ca7;
    color: #fff;
    border-radius: 3px;
    max-width: 230px;
		font-size: 14px;
	margin-top:6px;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    outline: 0;
    line-height: normal;
    -webkit-appearance: none;
    background-color: transparent;
    border-radius: 0;
    padding: 0 25px;
    border: 1px solid #E3E3E3;
    font-size: 16px;
    height: 50px;
    font-family: "IBM Plex Sans",sans-serif;
    line-height: normal;
    transition: border-color .3s;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    box-shadow: none;
}

p#shipping_first_name_field {
    width: 100%;
}

p#shipping_last_name_field {
    width: 100%;
}

fieldset {
    padding: .55em .95em .925em;
    border: solid 1px #e3e3e3;
}

.woocommerce form .form-row {
    padding: 3px;
    margin-bottom: 6px!important;
}

/*
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a {
    display: block;
    padding: 20px 10px!important;
    background-color: #436ca7;
    color: #fff;
    border-radius: 3px;
    max-width: 280px;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 40px;
    height: 56px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.3;
    color: #fff;
    text-decoration: none;
    transition: all .3s;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    width: 100%;
	margin-right: 40px;
}
*/

.woocommerce-EditAccountForm.edit-account > p > button {
    margin-top: 20px!important;
    display: block;
    padding: 5px 10px;
    background-color: #436ca7;
    color: #fff;
    border-radius: 3px;
    max-width: 230px;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 45px;
    height: 60px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.3;
    color: #fff;
    text-decoration: none;
    transition: all .3s;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    width: 100%;
}


.woocommerce form .form-row {
    padding: 3px;
    margin-bottom: 6px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: stretch;
    justify-content: center;
    align-items: stretch;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit, .woocommerce-form-register__submit {
    /* float: left; */
    /* margin-right: 1em; */
    osition: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 45px;
    height: 60px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.3;
    color: #fff;
    background: #436ca7;
    text-decoration: none;
    transition: all .3s;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
}

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    min-height: 430px;
}

p.woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide > span > em {
    -webkit-text-size-adjust: 100%;
margin: 0;
border: 0;
outline: none;
box-sizing: border-box;
-webkit-font-smoothing: antialiased;
display: inline-block;
z-index: 10;
width: auto;
transition: all .3s;
-webkit-backface-visibility: hidden;
-webkit-tap-highlight-color: transparent;
cursor: pointer;
min-height: 24px;
text-align: left;
position: relative;
left: auto;
top: auto;
font-size: 14px;
line-height: 1.4;
color: #172A3A;
}

td, tr, th, tbody, table {
    border: none!important;
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    float: right;
    width: 48%;
    box-shadow: 0 15px 40px 0 rgb(67 108 167 / 20%);
    padding: 30px 35px 25px;
}

.cart_totals.calculated_shipping > h2 {
    -webkit-text-size-adjust: 100%;
    color: #172A3A;
    font-size: 20px;
    padding-left: 10px!important;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    padding-bottom: 10px;
}

.woocommerce-cart .woocommerce {
    display: flex;
    flex-direction: row;
	flex-wrap: wrap;
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    float: right;
    width: 100%;
    box-shadow: 0 15px 40px 0 rgb(67 108 167 / 20%);
    padding: 30px 35px 25px;
    max-width: 490px;
}

.woocommerce-cart-form {
    margin-right: 40px;
}

.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
    /* width: 100%; */
    width: auto;
}

.woocommerce-billing-fields__field-wrapper {
    display: flex;
    flex-direction: column;
    align-content: stretch;
    justify-content: center;
    align-items: stretch;
}

p#billing_first_name_field {
    width: 100%;
}

p#billing_last_name_field {
    width: 100%;
}


.woocommerce form .form-row .input-text, .woocommerce-page form .form-row .input-text {
    box-sizing: border-box;
    width: 100%;
    -webkit-text-size-adjust: 100%;
    outline: none;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    color: inherit;
    font: inherit;
    margin: 0;
    overflow: auto;
    resize: vertical;
    -webkit-appearance: none;
    background-color: transparent;
    border-radius: 0;
    padding: 0 25px;
    border: 1px solid #E3E3E3;
    font-size: 16px;
    transition: border-color .3s;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    box-shadow: none;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 19px;
    display: block;
    width: 100%;
    height: 110px;
}

.woocommerce-billing-fields > h3, #mx_custom_checkout_field > h3, h3#ship-to-different-address  {
    -webkit-text-size-adjust: 100%;
    color: #172A3A;
    font-size: 22px;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    padding-bottom: 10px;
}

h3#order_review_heading {
    -webkit-text-size-adjust: 100%;
    color: #172A3A;
    font-size: 22px;
    line-height: 1.5;
    padding-left: 10px;
    border: 0;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    padding-bottom: 10px;
}

.woocommerce table.shop_table {
    border: 1px solid rgba(0,0,0,.1);
    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    border-radius: 5px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e3e3e3!important;
}

ul.wc_payment_methods.payment_methods.methods {
    background: #fff;
}

.form-row.place-order {
    background: #fff;
}

#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {   
    background-color: #f7f6f7;
}

#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
    content: "";
    display: block;
    border: 1em solid #f7f6f7;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    position: absolute;
    top: -.75em;
    left: 0;
    margin: -1em 0 0 2em;
}

.woocommerce > form.checkout.woocommerce-checkout > div.col2-set {
    border-right: 1px solid #e3e3e3;
    padding-right: 40px!important;
}

@media only screen and (max-width: 768px) {

    .woocommerce .col2-set .col-1 {
        width: 100%;
        border-right: none!important;
        padding: 0px!important;
    }
    
    .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
        float: none;
        width: 100%;
        border-right: none!important;
        padding: 0px!important;
    }

}

#order_review_heading, .woocommerce #order_review, .woocommerce-page #order_review {
    float: left;
    width: 48%;
    margin-left: 3%;
}
table {
  border-collapse: collapse!important;
}
tr.woocommerce-shipping-totals.shipping {
padding-bottom: 10px;
   border-bottom: 1px solid #e3e3e3!important;
	padding-bottom: 20px!important;
}

tr.fee > * {
    padding-top: 20px!important;
}
tr.order-total > * {
    padding-bottom: 20px!important;
}

.woocommerce-cart-form > table > thead {
    background: #4370b7!important;
    color: #fff!important;
}

table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents {
    border-bottom: none!important;
}

.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled] {
    color: inherit;
    cursor: not-allowed;
    opacity: .6;
    padding: .618em 1em;
    color: #fff;
}

.woocommerce-cart-form > table {
    box-shadow: 0 15px 40px 0 rgb(67 108 167 / 20%);
    padding: 30px 35px 25px;
}

.woocommerce-cart .woocommerce .woocommerce-notices-wrapper {
    width: 100%;
}

.woocommerce-cart-form {
    width: 56%;
}

.cart-collaterals {
    width: 40%;
}

@media only screen and (max-width: 768px) {
        .stub-cat-iznad-top-page > div > div > ul.products.columns-5 {
            display: flex!important;
            flex-wrap: nowrap!important;
            overflow-x: auto!important;
              overflow-y: hidden;
            min-height:250px;
					 display: flex!important;
    flex-direction: row;
    flex-wrap: nowrap;
    /* align-content: center!important; */
    justify-content: flex-start!important;
    align-items: center;
    width: 100%!important;
    display: flex!important;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    box-sizing: border-box;
    display: flex!important;
    flex-wrap: nowrap!important;
        }
            
         .stub-cat-iznad-top-page > div > div > ul > li  {
               
                min-width: 200px!important;
                background: #ffffff;
              
                margin-right: 20px!important;
            }
        
            .stub-cat-iznad-top-page .woocommerce ul.products li.product a img {
            border-bottom: none!important;
        }
        
        .stub-cat-iznad-top-page .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product:nth-child(even) {
            border-right: 1px solid #E3E3E3!important;
        }
    
        .stub-cat-iznad-top-page .elementor-container.elementor-column-gap-default::-webkit-scrollbar {
            width: 1em!important;
          }
           
          .stub-cat-iznad-top-page .elementor-container.elementor-column-gap-default::-webkit-scrollbar-track {
            box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3)!important;
                background: #e3e3e3!important;
          }
           
          .stub-cat-iznad-top-page .elementor-container.elementor-column-gap-default::-webkit-scrollbar-thumb {
            background-color: #386cb4!important;
            
          }
            
          .stub-cat-iznad-top-page {
                margin-bottom: 0px;
            }
            
            .stub-cat-iznad-top-page div > div > ul > li {
            margin-bottom: 2px!important;
        }
      }
.stub-kartice-proizvoda > ul.products li.product .price {
    text-align: left!important;
    padding: 0px 20px!important;
    font-weight: 400;
}

.stub-kartice-proizvoda > ul > li > a > h2 {
    padding: 4px 20px!important;
    font-weight: 400;
    text-align: left!important;
	background-color: #f5f7fa;
    padding: 10px 15px !important;
    margin: 5px !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    line-height: 17px;
}

/****************/
    .autocomplete-suggestion .yith_wcas_result_content {
        margin-right: 0px;
    }

    .autocomplete-suggestions > div > div.yith_wcas_result_content > p.regularna-cijena {
    margin-bottom: 0px!important;
}
.autocomplete-suggestions > div > div.yith_wcas_result_content > p.cijena-za-gotovinu {
    margin-bottom: 0px!important;
}
.autocomplete-suggestions > div > div.yith_wcas_result_content > p.cijena-za-kartice {
    margin-bottom: 0px!important;
}

.autocomplete-suggestion {
    line-height: 25px!important;
	width: 100%!important;
}

.stub-cat-iznad-top-page > div > div > ul > li > a > h2 {
    width: 90%;
    min-height: 66px;
}

.stub-kartice-proizvoda-accordion > ul > li > a > p.popust-za-gotovinu {
    list-style: none outside;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: antialiased;
    margin-top: 0;
    margin-bottom: .9rem;
    box-sizing: border-box;
    position: absolute;
    top: 5px;
    left: 5px;
    padding: 4px 8px 2px 6px;
    background-color: #D72638;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    
}

html, body {
    max-width: 100%;
    overflow-x: hidden;
		scroll-behavior: smooth;
}

.stub-brands-few-in-row > div > ul > li:hover {
    opacity: 0.6!important;
}

.wp-block-button__link {
    background: #4370B7;
    color: #fff!important;
}

.stub-side-menu > div > nav > ul > li.menu-item > a::before {
    content: "";
    position: absolute;
    display: block;
    width: 16px;
    height: 3px;
    background: #436CA7;
    left: 0;
}

.stub-side-menu > div > nav > ul > li > a {
    position: relative;
    padding: 10px 0 0 30px!important;
}
.elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after, .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
    opacity: 1!important;
}

.promo-icons * {
	color:#172A3A!important;
}

.promo-icons a:hover {
	color:#436ca7!important;
}

.promo-icons p {
	color:#436ca7!important;
	line-height:
}

.hero-colum  {
	min-height:560px;
}

.newsletter-colum {
	min-height:360px;
}

.nas-hero-kategorija{
transition: box-shadow .1s;
}

.nas-hero-kategorija img:hover {
	-webkit-transform:scale(1.1); /*Webkit: Scale up image to 1.2x original size*/
-moz-transform:scale(1.1); /*Mozilla scale version*/
-o-transform:scale(1.1); /*Opera scale version*/
box-shadow:0px 0px 30px black; /*CSS3 shadow: 30px blurred shadow all around image*/
-webkit-box-shadow:0px 0px 30px black; /*Safari shadow version*/
-moz-box-shadow:0px 0px 30px black; /*Mozilla shadow version*/
opacity: 1;
 transition: all .2s ease-in-out;
}

.nas-hero-kategorija img:hover {
	transition: all .2s ease-in-out;
	-webkit-transform:scale(1.02); /*Webkit: Scale up image to 1.2x original size*/
-moz-transform:scale(1.02); /*Mozilla scale version*/
-o-transform:scale(1.02); /*Opera scale version*/
box-shadow:0px 0px 10px black; /*CSS3 shadow: 30px blurred shadow all around image*/
-webkit-box-shadow:0px 0px 10px black; /*Safari shadow version*/
-moz-box-shadow:0px 0px 10px black; /*Mozilla shadow version*/
opacity: 1;
   box-shadow: rgb(100 100 111 / 46%) 0px 19px 39px 0px; 
    }
}

.c-category {
	background: #fff;
    border: 1px solid #E3E3E3;
    
	height: 100%;
	width:100%;
	max-width:300px;
    transition: all .3s;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
   
	
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    padding: 0 0 20px;
    color: #172A3A;
}

.c-category-image img {
   
}

.c-category-title {
    margin-top: 10px;
	margin-bottom: 10px;
}

.c-category-title a:hover {
    color:#4269a4!important;
}

.c-category:hover{box-shadow:0 15px 40px 0 rgba(67,108,167,0.3);border-color:#fff;z-index:2;text-decoration:none;color:#436CA7}.categ-title{text-align:center;font-size:36px;line-height:1.4;padding-bottom:5px}.c-bc-center{text-align:center!important}

.brand-item {
    flex-grow: 1;
    border-left: 1px solid #E3E3E3;
    font-weight: bold;
}


.brand-item img{
    padding-top:10px;
		padding-bottom:10px;
}

.brand-item a {
    display: block;
    display: flex;
    align-items: center;
    height: 102px;
    justify-content: center;
    text-decoration: none;
    padding: 0 20px;
}

.brand-item a:hover
img{opacity:.7}

.brand-item:last-child{border-right:1px solid #E3E3E3}

/* Footer sijena */
.elementor-element.elementor-element-b5613f3 {
	box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%)!important;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s!important;
}

.benefit-icon img {
    width:60px;
    height: 60px;
		margin-bottom:20px;
} 

.benefit {
	box-shadow: 0 15px 23px 0 rgb(0 0 0 / 9%);
    transition: background 0.3s,border 0.3s,border-radius 0.3s,box-shadow 0.3s;
    margin-top: 0px;
    margin-bottom: 0px;
    z-index: 1;
}

.benefit-col-border {
    border-right: 0px solid #E3E3E3;
}

.newsletter-icon {
	width:60px;
	height:60px;
}

/* search bar na headeru */
.yith-sinput [type=button], .yith-sinput [type=submit], .yith-sinput button {
    display: inline-block;
    font-weight: 400;
    color: #386cb4;
    text-align: center;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid #386cb4;
    padding: .5rem 1rem;
    font-size: 1rem;
    border-radius: 3px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
	border: 1px solid #E3E3E3!important;
}

.yith-sinput[type=button]:hover, .yith-sinput[type=submit]:hover, .yith-sinput button:hover {
	background:#386cb4!important;
}

.yith-sinput [type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
    width: 100%;
    border: 1px solid #E3E3E3!important;
    border-radius: 3px;
    padding: .5rem 1rem;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
	color: #386cb4!important;
}

.headershadow {
       -webkit-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
    -moz-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
    box-shadow: 0 3px 5px rgba(57, 63, 72, 0.1);
      }

/* slike kategorija na naslovnoj stranici*/
.c-category-image {
	max-width:160px;
	max-height:160px;
}



.woocommerce ul.products li.product .price {
        color: #4370B7;
        padding-left: 15px;
				font-weight: 600;
				font-size: 16px;
				padding-bottom:10px;
    }

 .owl-carousel.owl-drag .owl-item {
       
        background: #fff;
    }

.brand-item {
	background: #fff;
}

.woocommerce ul.products li.product a img {
       
        border-bottom: solid 1px #E3E3E3;
    }

 .owl-carousel.owl-drag .owl-item:hover {
       
         box-shadow: rgb(100 100 111 / 26%) 0px 9px 39px 0px; 
    }

.product-catalog-column-left .elementor-widget-wrap.elementor-element-populated {
	background: #fff!important; 
}

.product-catalog-column-right .elementor-widget-wrap.elementor-element-populated {
	background: #fff!important; 
}



/* css za katalog proizvoda laptop/desktop */
@media (min-width: 1024px) {
  

.product-catalog-column-left .elementor-widget-wrap.elementor-element-populated {
	background: #fff!important;
	 box-shadow: rgb(100 100 111 / 16%) 0px 7px 20px 0px;  
}

.product-catalog-column-right .elementor-widget-wrap.elementor-element-populated {
	background: #fff!important;
	 box-shadow: rgb(100 100 111 / 16%) 7px 0px 10px 0px;  
}

.product-catalog-column-left .elementor-widget-wrap.elementor-element-populated {
	background: #fff!important;
	 box-shadow: rgb(100 100 111 / 16%) 7px 0px 20px 0px;  
}

.product-catalog-column-left .elementor-widget-wrap.elementor-element-populated:hover {
	background: #fff!important;
	 box-shadow: rgb(100 100 111 / 26%) 0px 9px 20px 0px; 
}

.product-catalog-column-right .elementor-widget-wrap.elementor-element-populated:hover {
	background: #fff!important;
	 box-shadow: rgb(100 100 111 / 26%) 20px 1px 20px 0px; 
}
}

.c-category-title a {
	color: #4370b7!important;
}

.c-category-more a {
	color: #4370b7!important;
}

.c-category-title a:hover {
	color: #172A3A!important;
}

.c-category-more a:hover {
	color: #172A3A!important;
}

@media screen and (max-width: 767px) {
.product-catalog-column-right .elementor-widget-wrap.elementor-element-populated {
            border-style: solid #E3E3E3!important;
            border-width: 0px 1px 1px 1px!important;
	margin-bottom:10px!important;
	padding-bottom:40px!important;
        }
	
.product-catalog-column-left .elementor-widget-wrap.elementor-element-populated {
            border-style: solid #E3E3E3!important;
            border-width: 1px 1px 0px 1px!important;
	margin-top:10px!important;
	padding-top:20px!important;
        }
}

.nas-hero-kategorija.elementor-widget.elementor-widget-image  {
 
}


.all-brands-more a:hover {
	color:#172A3A!important;
}

.pogledajte-svu-ponudu-home-icon .elementor-2 .elementor-element.elementor-element-ca12f6b .elementor-icon-box-title, .elementor-2 .elementor-element.elementor-element-ca12f6b .elementor-icon-box-title a:hover {
    font-family: "Rubik", Sans-serif;
    font-size: 22px;
    font-weight: 600;
    color: #342e37;
}

.elementor-2 .elementor-element.elementor-element-ca12f6b .elementor-icon i:hover {
    color:#342e37;
}


/*

      @media screen and (min-width: 768px) and (max-width: 1200px) {
      .elementor-26 .elementor-element.elementor-element-ec2682c .elementor-nav-menu--main .elementor-item {
        font-size: 15px!important;
        padding-left: 1px!important;
        padding-right: 1px!important;
    }

    body:not(.rtl) .elementor-26 .elementor-element.elementor-element-ec2682c .elementor-nav-menu--layout-horizontal .elementor-nav-menu > li:not(:last-child) {
        margin-right: 20px!important;
    }

}

.elementor-26 .elementor-element.elementor-element-9396f17 > .elementor-widget-container {
    margin: 0px 0px 0px 0px;
}
*/
@media screen and (min-width: 768px) and (max-width: 1024px) {
  
    .logo-nav img {
        max-width:160px!important;
    }
    
  }

@media screen and (max-width: 767px) {
    .logo-nav img {
        max-width:160px!important;
    }

    

}

.yith-sinput-mob[type=button]:hover, .yith-sinput-mob[type=submit]:hover, .yith-sinput-mob button:hover {
	background:#386cb4!important;
}

.yith-sinput-mob [type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
    width: 100%;
    border: 1px solid #E3E3E3!important;
    border-radius: 3px;
    padding: .5rem 1rem;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
	color: #386cb4!important;
}

.yith-sinput-mob [type=button], .yith-sinput-mob [type=submit], .yith-sinput-mob button {
    display: inline-block;
    font-weight: 400;
    color: #386cb4;
    text-align: center;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid #386cb4;
    padding: .5rem 1rem;
    font-size: 1rem;
    border-radius: 3px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
	border: 1px solid #E3E3E3!important;
}

@media screen and (max-width: 1024px){
	
	.yith-sinput-mob .yith-sinput-mob[type=button], .yith-sinput-mob[type=submit], .yith-sinput-mob button {
        width: 100%;
        border: 0px solid #ffffff!important;
        border-radius: 3px;
        padding: .5rem 1rem;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
        color: #386cb4!important;
    }
	
	input#yith-s {
    width: 100%;
    border: 0px solid #ffffff!important;
    border-radius: 3px;
    padding: .5rem 1rem;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    color: #386cb4!important;
}

.yith-sinput-mob [type=button], .yith-sinput-mob [type=submit], .yith-sinput-mob button {
    display: inline-block;
    font-weight: 400;
    color: #386cb4;
    text-align: center;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid #386cb4;
    padding: .5rem 1rem;
    font-size: 1rem;
    border-radius: 3px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    border: 1px solid #fff!important;
}

	.eicon-menu-bar {
    padding: 8px!important;
}

	.yith-ajaxsearchform-container .yith-ajaxsearchform-wide  {
		    min-height: 50px!imprtant;
	}
	
}


.yith-sinput[type=button]:hover, 
.yith-sinput[type=submit]:hover, 
.yith-sinput button:hover {
    background: #386cb4!important;
    color: #fff!important;
}

.logo-nav-mobile img {
	max-width:170px!important;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: .618em 1em;
    font-weight: 700;
    border-radius: 3px;
    left: auto;
    color: #f5f7fa;
    background-color: #ebe9eb;
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
    background: #4370b7;
}

.facebook-footer-icon {
	background: #2e3f4e;
	border-radius: 0px;
	-moz-transition:color .2s ease-in;
    -o-transition:color .2s ease-in;
    -webkit-transition:color .2s ease-in;
}

.facebook-footer-icon:hover {
	opacity: 0.9;
}

.instagram-footer-icon {
	-moz-transition:color .2s ease-in;
    -o-transition:color .2s ease-in;
    -webkit-transition:color .2s ease-in;
	background: #2e3f4e;
	border-radius: 0px;
	margin-left:10px;
}

.facebook-podstranice-icon {
    border: 1px solid #E3E3E3;
	    width: 60px;
    height: 60px;
		padding-bottom: 0px;
	padding-top: 6px;
	padding-left: 8px;
	padding-right: 8px;
}

.instagram-podstranice-icon {
    border: 1px solid #E3E3E3;
	    width: 60px;
    height: 60px;
	padding-bottom: 0px;
	padding-top: 6px;
	padding-left: 8px;
	padding-right: 8px;
}

.instagram-footer-icon:hover {
	opacity: 0.9;
}

.facebook-podstranice-icon:hover {
    background: #436CA7;
}

.instagram-podstranice-icon:hover {
    background: #8943A7;
}
/*
.elementor-26 .elementor-element.elementor-element-e662b6d {
    width: 100%;
}
*/
.yith-ajaxsearchform-wide .search-input-container input[type="search"], .yith-ajaxsearchform-wide #yith-ajaxsearchform select, .yith-ajaxsearchform-wide #yith-ajaxsearchform input[type="submit"] {
    min-height: 42px;
    margin: 0;
}

 @media (min-width: 1200px) {
  .c-category-image {
	max-width:200px;
	max-height:160px;
}
}



.product-catalog-c-category-title {
	padding-bottom: 20px;
}

.product-catalog-c-category-title a {
	color: #4370b7!important;
}

.product-catalog-c-category-title a:hover {
	color: #172A3A!important;
}

/* Katalog proizvoda mobitel */

@media screen and (max-width: 767px) {
.product-catalog-horizontal-mob-shortcode .product .count {
    display: none!important;
}

.product-catalog-horizontal-mob-shortcode .woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    text-align: center;
}

	.product-catalog-horizontal-mob-shortcode > div > div > ul {
    display: flex!important;
    flex-wrap: nowrap!important;
    overflow-x: auto!important;
 	 overflow-y: hidden;
	min-height:270px;
}
	
	
	
	  .product-catalog-horizontal-mob-shortcode > div > div > ul > li {
        flex: 0 0 auto!important;
        min-width: 200px!important;
        background: #ffffff;
        max-height: 260px!important;
        margin-right: 16px!important;
    }

.product-catalog-horizontal-mob-shortcode .woocommerce ul.products li.product a img {
    border-bottom: none!important;
}

.product-catalog-horizontal-mob-shortcode .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product:nth-child(even) {
    border-right: 1px solid #E3E3E3!important;
}
	

    
}

	 .product-catalog-horizontal-mob-shortcode .elementor-container.elementor-column-gap-default::-webkit-scrollbar {
    width: 2em!important;
  }
   
  .product-catalog-horizontal-mob-shortcode .elementor-container.elementor-column-gap-default::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3)!important;
		background: #e3e3e3!important;
  }
   
  .product-catalog-horizontal-mob-shortcode .elementor-container.elementor-column-gap-default::-webkit-scrollbar-thumb {
    background-color: #386cb4!important;
    
  }
	
	.product-catalog-horizontal-mob {
		margin-bottom: 0px;
	}
	
.product-catalog-horizontal-mob div > div > ul > li {
	margin-bottom: 10px!important;
}

	
	::-webkit-scrollbar {
    -webkit-appearance: none;
}
::-webkit-scrollbar:vertical {
    width: 12px;
}
::-webkit-scrollbar:horizontal {
    height: 16px;
		
}
::-webkit-scrollbar-thumb {
 background-color: rgba(56, 108, 180, .99);
    border-radius: 10px;
    border: 2px solid #ffffff;
}
::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #ffffff;
}
	
	.product-catalog-horizontal-mob-shortcode::-webkit-scrollbar-track-piece:end {
    margin-right: 80px!imporant; 
  }
  
  .product-catalog-horizontal-mob-shortcode::-webkit-scrollbar-track-piece:start {
    margin-left: 80pxImportant;
  }

body {
  overflow-y: hidden!important;

}
	
}

.page-header-stub-section {
   margin-bottom: 80px!important;
}

/* Header pozadina i naslov */
.page-header-stub-section {
    background-size: cover;
    background-repeat: no-repeat;
	
    padding: 155px 0px!important;
    position: relative;
    max-height: 360px;
    overflow: hidden;

}

@media screen and (max-width:768px) {
	.page-header-stub-section {
    background-size: cover;
    background-repeat: no-repeat;
	
    padding: 40px 0px 20px 0px!important;
    position: relative;
    max-height: 190px;
    min-height: 160px!important;
    overflow: hidden;

}
}

.page-header-title {
	 color: #fff;
}


.stub-page-content-section {

	box-shadow: rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px, rgba(17, 17, 26, 0.1) 0px 24px 80px;
}


/* Ispravak kod mobitela da Katalog proizvoda na kraju scrolla nema veci odmak od zadnjeg */	
.product-catalog-horizontal-mob-shortcode .woocommerce ul.products[class*=columns-] li.product:nth-child(15n), .woocommerce-page ul.products[class*=columns-] li.product:nth-child(15) {
    
    margin-right: 0px!important;
}
	
}




	.product-catalog-horizontal-subpages-over-footer {
		-ms-overflow-style: none;  /
    scrollbar-width: none;  
		overflow: hidden;
	}
	.product-catalog-horizontal-subpages-over-footer ::-webkit-scrollbar { 
    display: none; 
}
	

.product-catalog-horizontal-subpages-over-footer .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product:nth-child(even) {
   
    border: 1px solid #E3E3E3!important;
}

.product-catalog-horizontal-subpages-over-footer-handel-icon {
	cursor: pointer;
}

/* Ispravak kod mobitela da Katalog proizvoda na kraju scrolla nema veci odmak od zadnjeg */	
@media screen and (max-width: 767px) {
.product-catalog-horizontal-subpages-over-footer .woocommerce ul.products[class*=columns-] li.product:nth-child(15n), .woocommerce-page ul.products[class*=columns-] li.product:nth-child(15) {
    
    margin-right: 0px!important;
}
}

.product-catalog-horizontal-subpages-over-footer-handel-icon:hover {
/*	filter: grayscale(100%) sepia(100%); */
	opacity: 0.8;
}

.product-catalog-horizontal-subpages-over-footer .woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
	white-space: pre-line;
	padding: 10px 20px;
    margin: 0;
    font-size: 1em;
}

.product-catalog-horizontal-subpages-over-footer .woocommerce ul.products li.product a img {
    margin-bottom: 6px;
}

/* Kraj koda prikaza kategorija na podstranicama iznad footera */

/* Newsletter privicy tekst box */
.elementor-field-subgroup:not(.elementor-subgroup-inline) .elementor-field-option {
    max-height: 66px!important;
    font-size: 10px!important;
}


.elementor-2 .elementor-element.elementor-element-d4745de .elementor-tab-title {
    text-transform: uppercase;
    background: #4370b7;
    color: #fff;
    border: none;
}


/* Tabovi proizvoda najprodavanije/novo u ponudi/popusti na naslovnici */
.elementor-2 .elementor-element.elementor-element-d4745de .elementor-tab-title.elementor-active, .elementor-2 .elementor-element.elementor-element-d4745de .elementor-tab-title.elementor-active a {
    background: #ffffff!important;
	color: #4370b7!important;
	border: 1px solid #E3E3E3!important;
		
}

.elementor-2 .elementor-element.elementor-element-d4745de .elementor-tab-title:hover {
	opacity: 0.9;
}

#elementor-tab-content-2221, #elementor-tab-content-2222,
#elementor-tab-content-2223 {
	background: #ffffff;
	
}


/* Ispravak širine prikaza proizvoda shortcode-a proizvoda u 5 reda */
.woocommerce-page.columns-5 ul.products li.product, .woocommerce.columns-5 ul.products li.product {
 /*  width: 16.95%!important; */
}

/* Prikaz proizvoda najprodavanije/novo u ponudi/popusti na naslovnici kod mobitela da ima horizontalni scroll */
@media screen and (max-width: 767px) {
	
	.stub-kartice-proizvoda {
		overflow-y: hidden!important;
		z-index:500;
	}
	
	.stub-kartice-proizvoda > ul {
		display: flex;
		flex-wrap: nowrap;
		overflow: scroll;
		overflow-y: hidden!important;
		
	}
	
	.stub-kartice-proizvoda > ul > li {
		min-width: 140px;
/*		border: 1px solid #ECEEF0; */
		background: #ffffff!important;
	}
	
	.stub-kartice-proizvoda > ul > li > a > h2.woocommerce-loop-product__title {
		font-size:12px!important;
		background-color: #f5f7fa!important;
    padding: 10px 15px !important;
    margin: 5px !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    line-height: 17px;
	}
	
	.stub-kartice-proizvoda > ul > li:nth-child(odd) {
  border-left: 1px solid #E3E3E3;
  border-bottom: 1px solid #E3E3E3;
  border-top: 1px solid #E3E3E3;
  border-right: 1px solid #E3E3E3;
		
}

.stub-kartice-proizvoda > ul > li:nth-child(even) {
  border-left: 0px solid #E3E3E3;
  border-bottom: 1px solid #E3E3E3;
  border-top: 1px solid #E3E3E3;
  border-right: 0px solid #E3E3E3;
	
}
	
		.stub-kartice-proizvoda .woocommerce-loop-product__title {
		font-size: 12px!important;
	}
	
			.stub-kartice-proizvoda .woocommerce-Price-amount.amount {
		font-size: 12px!important;
				padding: 0px 5px;
	}
	
	.stub-kartice-proizvoda > ul > li > .button {
		display: none !important;
	}
	
		.stub-kartice-proizvoda > ul.products li.product .price {
		text-align: center!important;
		padding: 0px 5px!important;
		
	}
	
	.stub-kartice-proizvoda li.product {
		margin: 0 0 1.2em!important;
	}
	
	.stub-kartice-proizvoda > ul > li > a img {
    border-bottom: solid 0px #E3E3E3!important;
    }
	
	
	.stub-kartice-proizvoda::-webkit-scrollbar {
    width: 0!important;  
    background: transparent!important;
		display: none!important;
}
	
.stub-kartice-proizvoda::-webkit-scrollbar {
  -webkit-appearance:none!important;
  width:4px!important;
  background:#E9E9E9!important; 
}
.stub-kartice-proizvoda::-webkit-scrollbar-thumb {
  background-color:#061C39!important;
  border-radius:50px!important;
  box-shadow:0 0 1px rgba(255,255,255,0.5)!important; 
}
	
	
	#elementor-tab-content-2221, #elementor-tab-content-2222,
#elementor-tab-content-2223 {
	background: #f5f7fa;
}
	
	}

/* On sale/Akcija badge pozicioniran na lijevu stranu */
.woocommerce ul.products li.product .onsale {
    top: 0;
    right: 0;
    left: unset;
    margin: 0em -.5em 0 0;
    width: 54px;
    height: 50px;
    right: auto!important;
}

/* Maknuta margina desna margina kod prikaza proizvoda preko shortcode-a */
.stub-kartice-proizvoda > ul > li {
	margin-right: 0px!important;
	margin-bottom: 0px;
}

.stub-kartice-proizvoda > ul > li {
	/* min-height: 420px; */
	border-left: 0px solid #E3E3E3;
  border-bottom: 1px solid #E3E3E3;
  border-top: 1px solid #E3E3E3;
  border-right: 0px solid #E3E3E3;
}

/* Sakriven gmb dodaj u košaricu kod prikaza proizvoda preko shortcodea.  */
.stub-kartice-proizvoda > ul > li > .button {
		display: none;
	}

/* Dodavanje obruba oko proizvoda. */
.stub-kartice-proizvoda > ul > li:nth-child(odd) {
  border-left: 1px solid #E3E3E3;
  border-bottom: 1px solid #E3E3E3;
  border-top: 1px solid #E3E3E3;
  border-right: 1px solid #E3E3E3;
		
}

.stub-kartice-proizvoda > ul > li:nth-child(even) {
  border-left: 1px solid #E3E3E3;
  border-bottom: 1px solid #E3E3E3;
  border-top: 1px solid #E3E3E3;
  border-right: 1px solid #E3E3E3;
	
}

/* Sanjen font na naslovnici kod bloka proizvoda */
		.stub-kartice-proizvoda .woocommerce-loop-product__title {
		font-size: 14px!important;
	}
	
			.stub-kartice-proizvoda .woocommerce-Price-amount.amount {
		font-size: 14px!important;
				padding: 0px 5px;
				text-align: center;
				
	}

.stub-kartice-proizvoda > ul.products li.product .price {
		text-align: right!important;
		padding: 0px 20px!important;
	font-weight: 400;
	font-size: 12px;
		margin-bottom: 0px!important;
	}

.stub-kartice-proizvoda > ul.products li.product .price b {
    display: block;
    border-bottom: 1px solid #eee;
    text-align: right;
    font-size: 16px;
    font-weight: bold;
}

.stub-kartice-proizvoda > ul.products li.product .price > p {
		margin-bottom: 4px!important;		
	}
.stub-kartice-proizvoda > ul.products li.product .price > p:last-child {
		margin-bottom: 14px!important;		
	}
.stub-kartice-proizvoda > ul.products li.product .price > p.regularna-cijena {
    text-decoration: line-through;
    font-size: 13px;
    color: #172A3A;
    font-weight: 300;	
}

.stub-kartice-proizvoda > ul.products li.product .price > p.cijena-za-gotovinu, p.cijena-za-kartice {
    color: #172A3A;
}

.stub-kartice-proizvoda > ul.products li.product .price > p.cijena-za-gotovinu > b, p.cijena-za-kartice > b {
    color: #D72638;
}

.stub-kartice-proizvoda > ul.products li.product .price > b {
    color: #D72638;
}
.stub-kartice-proizvoda > ul.products li.product .price  {
    color: #172A3A;
}

@media only screen and (max-width: 768px) {
	
	a.elementor-button.elementor-button--checkout.elementor-size-md {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.woocommerce > form.woocommerce-cart-form {
    width: 100%!important;
    margin-right: 0px!important;
}
	
	.woocommerce > form.checkout.woocommerce-checkout > div.col2-set {
    border-right: none!important;
    padding-right: 0px!important;
}
	
	#order_review_heading, .woocommerce #order_review, .woocommerce-page #order_review {
    float: left;
    width: 100%;
    margin-left: 1%;
}
	
    .stub-kartice-proizvoda-accordion > ul.products li.product .price {
		text-align: left!important;
	font-weight: 400;
	font-size: 14px;


	}
	
	.stub-kartice-proizvoda-accordion > ul > li > a > h2 {
    padding: 4px 16px!important;
    font-weight: 400;
    text-align: left!important;
		background-color: #f5f7fa;
    padding: 10px 15px !important;
    margin: 5px !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    line-height: 17px;
}

    .stub-kartice-proizvoda-accordion > ul.products li.product .price > p {
		margin-bottom: 4px!important;		
	}
    .stub-kartice-proizvoda-accordion > ul.products li.product .price > p:last-child {
		margin-bottom: 14px!important;		
	}
    .stub-kartice-proizvoda-accordion > ul.products li.product .price > p.regularna-cijena {
    text-decoration: line-through;
    font-size: 13px;
    color: #172A3A;
    font-weight: 300;	
}

.stub-kartice-proizvoda-accordion > ul.products li.product .price > p.cijena-za-gotovinu, p.cijena-za-kartice {
    color: #172A3A;
}

.stub-kartice-proizvoda-accordion > ul.products li.product .price > p.cijena-za-gotovinu > b, p.cijena-za-kartice > b {
    color: #D72638;
}

.stub-kartice-proizvoda-accordion > ul.products li.product .price > b {
    color: #D72638;
}
.stub-kartice-proizvoda-accordion > ul.products li.product .price  {
    color: #172A3A;
}
}

/* Maknut obrub na dnu proizvoda kod kartice proizvoda na naslovnoj stranici */ 
	.stub-kartice-proizvoda > ul > li > a img {
    border-bottom: solid 0px #E3E3E3!important;
    }

/* Promo ikone na naslovnoj stranici ispod slidera */

.promo-icons-icon-mob svg {
	width: 40px;
    height: 40px;
}

/* Prikaz Novosti/Objava na mobitelu kod naslovne stranice u jednom redu */
@media screen and (max-width: 767px) {
.stub-blog-naslovna > div > div {
	display:flex;
	flex-wrap: nowrap;
	flex-direction: row;
	overflow: scroll;
		overflow-y: hidden!important;
	}
	
	.stub-blog-naslovna > div > div > article {
		min-width: 100%!important;
	}
}

/* Prikaz Popularnih Kategorija na mobitelu kod naslovne stranice u jednom redu */
@media screen and (max-width: 767px) {
.stub-popularne-kategorije-nas > div {
	display:flex!important;
	flex-wrap: nowrap!important;
	flex-direction: row!important;
	overflow: scroll!important;
		overflow-y: hidden!important;
	}
.stub-popularne-kategorije-nas > div > div {
		width: 100%!important;
		min-width: 100%!important;
	}
}

/* Kod za prikaz liste brandova */
.stub-brands-list-shortecode > div > ul {
 	list-style: none;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	overflow: scroll;
	overflow-y: hidden!important;
	padding: 0px 20px;
	
}

.stub-brands-list-shortecode > div > ul > li {
 	padding: 5px 10px;
	width: 100%;
	min-width: 160px;
	flex-grow: 1;
	padding-bottom: 20px;
	text-align: center; 

}

.stub-brands-list-shortecode > div > ul > li:first-child {
 	padding-left: 0px;
}

.stub-brands-list-shortecode > div > ul > li:last-child {
 	padding-right: 0px;
}

/* Razmak na karticama proizvoda u tabovima */
@media only screen and (min-width: 1023px) and (max-width: 1440px) {
    .stub-kartice-proizvoda > ul > li {
	width:18.6%!important;
        margin:6px!important;
	
    }
	
	.stub-kartice-proizvoda > ul {
display: flex;
    flex-wrap: wrap!important;
    align-items: stretch!important;
    justify-content: center!important;
    align-content: stretch!important;
		width:100%!important;
			min-width:100%!important;
		
    }
}

@media only screen and (min-width: 1440px) {
    .stub-kartice-proizvoda > ul > li {
	width:18.4%!important;
        margin:10px!important;
	
    }
	.stub-kartice-proizvoda > ul {
display: flex;
    flex-wrap: wrap!important;
    align-items: stretch!important;
    justify-content: center!important;
    align-content: stretch!important;
		width:100%!important;
			min-width:100%!important;
		}
    }

/*Sakriven naziv brandova ispod loga brandova */
.stub-brands-logo-title-short {
	display:none;
}

/*Prikaz odredenih brandova u jednom redu */
  .stub-brands-few-in-row > div > ul {
        list-style: none;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
				padding-left: 0px;
		
    }

    .stub-brands-few-in-row > div > ul > li {
			background: #fff;
        border: 1px solid #E3E3E3;
			width: 12.5%;
			display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
			padding: 26px 0px;
			min-height: 60px;
    }

  /* Prikaz odredenih brandova na mobitelima */
 @media screen and (max-width: 768px) {
        .stub-brands-few-in-row > div > ul {
           flex-wrap: wrap!important;
					
        }
        .stub-brands-few-in-row > div > ul > li {
            width: 50%!important;
					min-width: 50%!important;
					padding: 10px 0px;
					min-height: 66px;
        }
    }

/* Prikaz odredenih brandova na tabletima */
    @media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) {
    .stub-brands-few-in-row > div > ul {
        flex-wrap: wrap;
     }
     .stub-brands-few-in-row > div > ul > li {
        padding: 14px 0px;
         width: 25%;
			 min-height: 60px;
     }

}

   /* Obrb oko proizvoda */
      .woocommerce .products ul li, .woocommerce ul.products li {
        border: solid 1px #E3E3E3;
				background: #fff;
    }

    /* Centriran tekst unutar kartice proizvoda */
    .woocommerce ul.products li.product a {
        text-align: center;
    }

/* Shortcode za listu svih brandova na stranici brandovi */

.brandovi-a-z-lista {
    display: flex;
    flex-wrap: wrap;
}

.brandovi-a-z-popis {
    list-style: none;
    padding-left: 0px;
}

.brandovi-slovo-wrap {
    width: 20%;
    border: solid 1px #E3E3E3;
    min-height: 220px;
	}

.brandovi-slovo-wrap {
    width: calc(100% / 7);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border: 1px solid #E3E3E3;
    padding: 40px 0;
    margin-left: -1px;
    margin-bottom: -1px;
}

@media screen and (max-width: 768px){
.brandovi-slovo-wrap {
    width: calc(100% / 2);
		height: auto;
}
	}

@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1){
.brandovi-slovo-wrap {
    padding: 25px 0;
    width: calc(100% / 5);
}}

/* Naziv branda na stranici proizvoda */
.brand_na_stranici_proizvoda-title {
	    -webkit-text-size-adjust: 100%;
    font-size: 26px;
    line-height: 1.4;
    color: #436CA7;
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    font-weight: bold;
    margin-right: 5px;
}

/* Naziv proizvoda na single product pageu */

.stub-product-signgle-title > div > h1.product_title {
-webkit-text-size-adjust: 100%;
color: #000000;
margin: 0;
border: 0;
outline: none;
-webkit-tap-highlight-color: transparent;
box-sizing: border-box;
-webkit-font-smoothing: antialiased;
position: relative;
padding: 0;
font-size: 26px;
line-height: 1.4;
padding-bottom: 3px;
font-weight: 100;
}

/* Dodana ikona kosare kod gumba dodaj u kosaricu kod single proizvoda */
.stub-add-to-cart-signgle-product > div > div > form > button:before {
  font-family: "Font Awesome 5 Free";
	content: "\f07a";
	padding-right:16px;
}

/* Izbor varijacija kod single product pagea */
.stub-add-to-cart-signgle-product > div > div > form > table > tbody td {
    background: #ffffff;
		padding: 0px;
}

.stub-add-to-cart-signgle-product > div > div > form > table > tbody> tr > td {
		padding-right: 0px!important;
}

.stub-add-to-cart-signgle-product > div > div > form > div > div > button {
   width: 100%;
		padding: 10px 20px!important;
}

.stub-add-to-cart-signgle-product > div > div > form > div > div > button:before {
  font-family: "Font Awesome 5 Free";
	content: "\f07a";
	padding-right:16px;
}

.stub-add-to-cart-signgle-product > div > div > form > div > div > label > input {
    min-width: 120px!important; 
		background: red!important;
}

/* Prikaz postotka popusta na stranici proizvoda */
.prikaz-popusta-kod-proizvoda {
    -webkit-text-size-adjust: 100%;
    line-height: 1.5;
    margin: 0;
    border: 0;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    font-size: 18px;
    color: #FFF;
    background-color: #DB5461;
    padding: 12px 30px;
    margin-right: 15px;
    font-weight: bold;
	
}

/* Sakriven posotak popusta na naslovnici u karticama proizvoda */
.stub-kartice-proizvoda > ul > li > a > span > p.prikaz-popusta-kod-proizvoda {
    display:none;
}
/* Sakriven posotak popusta na stranici trgovine */
li.product > a > span > p.prikaz-popusta-kod-proizvoda {
    display:none;
}

/* Prikaz postotka popusta prije cijene na stranici proizvoda */
.stub-price-signgle-product > div {
    display: flex;
		align-content: center;
    align-items: center;
}

.stub-price-signgle-product > div > p.price {
    order: 2;
	margin-bottom: 0px;
}

.stub-price-signgle-product > div > p.prikaz-popusta-kod-proizvoda {
    order: 1;
}

/* Prikaz brand loga pokraj naziva proizvoda na stranici proizvoda 
.elementor-element-populated > div.stub-brand-logo-single-product {
    width: 20%;
}

.elementor-element-populated > div.stub-product-signgle-title {
    width: 80%;
}
*/
/* Tehnicke karakteristike kod proizvoda */
.tehnicke-karakteristike-list {
    padding-left: 0px;
}

.tehnicke-karakteristike-list li {
    list-style: none;
}

.tehnicke-karakteristike-list li {
    padding: 16px 20px;
}

.tehnicke-karakteristike-list li:nth-child(odd) {
    background: #f5f8fb;
}

.tehnicke-karakteristike-list li:nth-child(even) {
    background: #ffffff;
}

.tehnicke-karakteristike-list li {
    padding: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
	  border: solid 1px #E3E3E3;
}

.tehnicke-karakteristike-list-naziv:first-letter {
    text-transform: uppercase;
}

.tehnicke-karakteristike-list-value:first-letter {
    text-transform: uppercase;
}

@media only screen and (min-width: 1023px) and (max-width: 1440px) {
.stub-kartice-proizvoda > ul > li {
    width: 18.7%!important;
    margin: 3px!important;
}
}

@media only screen and (min-width: 1440px) {
.stub-kartice-proizvoda > ul > li {
    width: 18.8%!important;
    margin: 4px!important;
}
}

  @media only screen and (max-width: 768px) {
        .stub-kartice-proizvoda-accordion > ul {
            display: flex!important;
            flex-direction: row!important;
            flex-wrap: wrap!important;
            align-content: stretch!important;
            justify-content: flex-start!important;
            align-items: stretch!important;
        }
      }

   @media only screen and (max-width: 768px) {
        .stub-kartice-proizvoda-accordion > ul > li {
            -webkit-text-size-adjust: 100%;
            color: #172A3A;
            line-height: 1.5;
            font-size: 14px;
            text-align: left;
            white-space: normal;
            margin: 0;
            outline: none;
            box-sizing: border-box;
            -webkit-font-smoothing: antialiased;
            clear: both;
            display: flex;
            border: 1px
        solid #E3E3E3;
            position: relative;
            transition: all .3s;
            -webkit-backface-visibility: hidden;
            -webkit-tap-highlight-color: transparent;
            background-color: #FFF;
            margin-right: -1px;
            margin-top: -1px;
            width: calc(100% / 2 - -1px);
            margin-left: -1px;
            padding: 15px;
            flex-direction: column;
					margin-bottom: 0px!important;
					width:50%!important;
        }
		 
		  .stub-kartice-proizvoda-accordion  a.button.product_type_variable.add_to_cart_button {
            display: none;
        }
		  .stub-kartice-proizvoda-accordion a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
        display: none;
    }
		 .stub-kartice-proizvoda-accordion ul > li > a > img {
        border-bottom: none!important;
    }
		  .stub-kartice-proizvoda-accordion ul > li > a > h2 {
        font-size: 14px!important;
    }

    .stub-kartice-proizvoda-accordion ul > li > a > span {
        font-size: 14px!important;
    }

      }

.stub-kartice-proizvoda-accordion ul > li > a > img {
        max-height: 245px!important;
	object-fit: cover;
    width: 100%;
    height: 245px;
    }

@media only screen and (min-width: 1024px) {
.stub-kartice-proizvoda ul > li > a > img {
  object-fit: cover!important;
    width: 100%!important;;
    height: 245px!important;;
}
}


/* Prikaz postotka popusta u lijevom gornjem kutu proizvoda */
.woocommerce ul.products li.product .onsale {
    background-color: #DB5461;
	 height: 10px;
}

  .woocommerce span.onsale {
    border-radius: 0px;
		min-height: 2.236em;
    min-width: 3.236em;
    line-height: 1.99;
}

.woocommerce .elementor-widget-woocommerce-product-images span.onsale {
    padding: 0;
    background-color: #DB5461;
}

/*Izgled social media icona sharea na podstranicama */
.stub-share-bar-icons {
    -webkit-text-size-adjust: 100%;
    color: #172A3A;
    line-height: 1.5;
    font-size: 14px;
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    display: flex;
}

.elementor-share-btn_facebook, .elementor-share-btn_twitter, .elementor-share-btn_whatsapp, .elementor-share-btn_email {
    -webkit-text-size-adjust: 100%;
    line-height: 1.5;
    padding: 0;
    outline: none;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    width: 45px;
    height: 45px;
    border: 1px
solid #E3E3E3;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0
0 0 -1px;
    cursor: pointer;
    color: #172A3A;
    transition: all .3s;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
}

.elementor-share-btn_facebook .elementor-share-btn__icon:hover {
    background: #3E78BF;
    border-color: #3E78BF;
}

.elementor-share-btn_twitter .elementor-share-btn__icon:hover {
    background: #1DA1F2;
    border-color: #1DA1F2;
}

.elementor-share-btn_whatsapp .elementor-share-btn__icon:hover {
    background: #00E073;
    border-color: #00E073;
}

.elementor-share-btn_email .elementor-share-btn__icon:hover {
    background: #0D2C54;
    border-color: #0D2C54;
}

.elementor-share-btn_facebook > span > i:hover {
    color: #ffffff;
	padding: 50px!important;
}
.elementor-share-btn_facebook > span > i {
	padding: 50px!important;
}

.elementor-share-btn_twitter > span > i:hover {
    color: #ffffff;
	padding: 50px!important;
}
.elementor-share-btn_twitter > span > i {
	padding: 50px!important;
}

.elementor-share-btn_whatsapp > span > i:hover {
    color: #ffffff;
	padding: 50px!important;
}
.elementor-share-btn_whatsapp > span > i {
	padding: 50px!important;
}

.elementor-share-btn_email > span > i:hover {
    color: #ffffff;
	padding: 50px!important;
}
.elementor-share-btn_email > span > i {
	padding: 50px!important;
}

/* Footer navigacija na mobitelu */
ul#menu-footer_stubomar-hr, ul#menu-footer_uvjeti_kupnje {
	list-style: none!important;
    padding-left: 0px;
}

ul#menu-footer_stubomar-hr > li > a, ul#menu-footer_uvjeti_kupnje > li > a {
	color:#ffffff;
}

ul#menu-footer_stubomar-hr > li > a:hover, ul#menu-footer_uvjeti_kupnje > li > a:hover {
	color:#4370B7;
}

ul#menu-footer_stubomar-hr > li > a:active, ul#menu-footer_uvjeti_kupnje > li > a:active {
	color:#4370B7;
}

ul.stub-footer-uvjeti-kupnje-list {
    padding-left: 20px;
}

.stub-footer-uvjeti-kupnje-list > li::marker{
color:#4370B7;
}

/* Newsleeter forma izmijena redoslijeda prikaza elemnta da gumb bude pokraj input fielda za email */

.stub-newsletter-forma > div > form > div {
    display: flex;
}

.stub-newsletter-forma > div > form > div > div:nth-child(1)  {
    order: 1;
}

.stub-newsletter-forma > div > form > div > div:nth-child(2)  {
    order: 3;
}

.stub-newsletter-forma > div > form > div > div:nth-child(3)  {
    order: 2;
}

.elementor-3950 .elementor-element.elementor-global-3276 .elementor-button[type="submit"] {
    width: -webkit-fill-available!important;
}

.stub-newsletter-forma > div > form > div > div:nth-child(2) > div > span > label  {
    font-size:11px!important;
}

@media only screen and (max-width:768px) {
    .footer-main > div { 
        background-image: none!important;
    }
}
		
	
/* Prikaz kontakt forme na mobitelu */
@media screen and (max-width:768px) {
    .gform_wrapper.gravity-theme .gfield textarea, .gform_wrapper.gravity-theme .gfield input.large, .gform_wrapper.gravity-theme .gfield select.large {
        border: 1px solid #E3E3E3!important;
    }
}
	
#gform_submit_button_2 {
    border: solid 1px #ffffff!important;
	border: none!important;
}
	
	::-webkit-scrollbar {
    -webkit-appearance:none;
    width:4px!important;
}
::-webkit-scrollbar-thumb {
    border-radius:4px;
    background-color:rgba(0,0,0,0.5);
    -webkit-box-shadow:0 0 1px rgba(255,255,255,0.5);
}
::-webkit-scrollbar-track {
    border:1px
    solid #E3E3E3;
    margin-left:15px;
    margin-right:15px;
    background-color:#E3E3E3;border-radius:4px;
}

	
.stub-sku-category-single > div > div > span > span a:not(:last-child)  {
    display: none!important;
}
	
.stub-sp-meta-sku-cat > div  li:not(:last-child) {
    display: none;
}

.stub-sp-meta-sku-cat > div > li {
    display: none;
	background: red!important;
}

.stub-sp-meta-sku-cat > div > li a {
    text-decoration: underline;
    -webkit-text-size-adjust: 100%;
color: #172A3A;
margin: 0;
padding: 0;
border: 0;
outline: none;
-webkit-tap-highlight-color: transparent;
box-sizing: border-box;
-webkit-font-smoothing: antialiased;
font-size: 13px;
line-height: 1.4;
padding-bottom: 10px;
}
	
	/* Dropdown izbornik kod proizvoda sa varijacijama */
	.woocommerce div.product form.cart .variations select {
    height: 60px!important;
}
	
.stub-product-archive-products > div > div > ul {
    list-style: none!important;
}
	

/* kraj cssa iz prilagodenog */

#yith-ajaxsearchform select, #yith-ajaxsearchform input[type="search"] {
    margin-bottom: 0px !important;
}

.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link {
    list-style: none;
    text-align: center;
    margin: 5px;
}

.woocommerce-account .woocommerce-MyAccount-content {
    margin: 5px;
}

#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text {
    min-width: 150px;
}

#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text, .woocommerce .cart .button, .woocommerce .cart input.button {
    height: 39px;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #4370b7;
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background-color: #2AAF07;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    font-size: 20px;
    line-height: 20px;
    padding: 20px 50px;
}

@media (min-width: 993px) {
	body .woocommerce .col2-set .col-1{width:100%;}
	.woocommerce-billing-fields h3{margin-top:40px;}
	.woocommerce .col2-set, .woocommerce-page .col2-set{width:48%;float:left;}
	#order_review_heading, .woocommerce #order_review, .woocommerce-page #order_review{float:left;width:48%;margin-left:2%;}
	.woocommerce-billing-fields h3 {margin-top:.5rem;}
	.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2{float:none;width:100%;}
}

@media (max-width: 992px) {
	.woocommerce .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-1, .woocommerce-page .col2-set .col-2 {float:none;width:100%;}
}

@media (min-width: 1025px) {
	.cart-menu .elementor-menu-cart__main {
		padding-top: 120px !important;
	}
	.elementor-menu-cart__products {
		max-height: calc(100vh - 400px) !important;
	}
}
 
.single.single-product .woocommerce-product-gallery__image a img {
    width: 100%;
    max-height: 600px;
    margin: 0 auto;
    aspect-ratio: 1 / 1 !important;
    object-fit: contain;
    object-position: center;
}

.woocommerce ul.products li.product a img {
    width: 100%;
    max-height: 300px;
    margin: 0 auto;
    aspect-ratio: 1 / 1 !important;
    object-fit: contain;
    object-position: center;
}

.tehnicke-karakteristike-list-naziv {
    margin-right: 10px;
}

.woocommerce .quantity .qty {
    width: 70px;
	height: 50px;
    padding: 8px !important;
	text-align: center;
}

.woocommerce .quantity input.qty::-webkit-outer-spin-button,
.woocommerce .quantity input.qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.woocommerce .quantity input[type=number] {
  -moz-appearance: textfield;
}

p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    font-size: 32px;
    line-height: 38px;
    font-weight: bold;
    color: #386cb4;
    margin-bottom: 30px;
}

.woocommerce #customer_login {
    width: 100%;
}

@media (min-width: 993px) {
.woocommerce #customer_login.col2-set .col-1, .woocommerce #customer_login.col2-set .col-2 {
    float: left;
    width: 48%;
    margin-right: 2%;
}
}

.woocommerce .elementor-widget-woocommerce-product-price .elementor-widget-container {
    display: block;
}

.woocommerce .elementor-widget-woocommerce-product-price .elementor-widget-container p,
.woocommerce .woocommerce-variation-price p {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 5px;
    margin-right: 10px;
    font-family: "Rubik", Sans-serif !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    line-height: 24px !important;
    color: #000;
}

.regularna-cijena {
    display: block !important;
}

.postotak-popusta-za-gotovinu, .postotak-popusta-za-kartice {
    display: inline-block;
    background-color: #d72638;
    color: #fff !important;
    padding: 3px 6px;
    margin-top: 5px;
}

.postotak-popusta-za-kartice {
    background-color: #4370b7;
}

.woocommerce .elementor-widget-woocommerce-product-price .elementor-widget-container p b,
.woocommerce .woocommerce-variation-price p b {
    font-size: 16px;
    line-height: 24px;
}

.woocommerce .elementor-widget-woocommerce-product-price .elementor-widget-container p.regularna-cijena,
.woocommerce .woocommerce-variation-price p.regularna-cijena {
    text-decoration: line-through;
    color: #717275 !important;
}

.woocommerce .elementor-widget-woocommerce-product-price .elementor-widget-container p.cijena-za-gotovinu b,
.woocommerce .elementor-widget-woocommerce-product-price .elementor-widget-container p.cijena-za-kartice b,
.woocommerce .woocommerce-variation-price p.cijena-za-gotovinu b,
.woocommerce .woocommerce-variation-price p.cijena-za-kartice b,
.woocommerce .elementor-widget-woocommerce-product-price .price b {
    display: block;
    color: #4370b7 !important;
	font-weight: bold !important;
    font-size: 24px;
    line-height: 28px;
}

.stub-kartice-proizvoda .popust-za-gotovinu, #woo-archive-grid .popust-za-gotovinu {
    position: absolute;
    top: 5px;
    left: 5px;
    padding: 4px 8px 2px 6px;
    background-color: #D72638;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}

.stub-kartice-proizvoda > ul.products li.product .price b {
    display: inline !important;
    border-bottom: none !important;
    font-size: 14px;
}

.stub-kartice-proizvoda > ul.products li.product .price > p.regularna-cijena,
.stub-kartice-proizvoda > ul.products li.product .price > p.cijena-za-gotovinu,
.stub-kartice-proizvoda > ul.products li.product .price > p.cijena-za-kartice {
    display: inline-block !important;
    margin-bottom: 5px;
}

.stub-kartice-proizvoda > ul.products li.product .price p.cijena-za-kartice span, .stub-kartice-proizvoda > ul.products li.product .price p.cijena-za-kartice {
    display: none !important;
}

.stub-kartice-proizvoda > ul.products li.product .price > p.regularna-cijena > b {
    font-size: 13px;
    font-weight: 400;
    padding-right: 8px;
}

.stub-cat-iznad-top-page > div > div > ul > li {
    width: 16.95%!important;
}

.ham-nav-mob.elementor-widget__width-auto.elementor-view-default.elementor-widget.elementor-widget-icon {
    background: #436CA7!important;
    padding-top: 11px!important;
    padding-bottom: 7px!important;
    padding-left: 12px!important;
    padding-right: 10px!important;
}

ul.products.columns-3 > li > a > p.popust-za-gotovinu {
    position: absolute!important;
    top: 5px!important;
    left: 5px!important;
    padding: 4px 8px 2px 6px!important;
    background-color: #D72638!important;
    color: #fff!important;
    font-size: 16px!important;
    font-weight: 700!important;
    line-height: 24px!important;
}

.woo-archive-grid .product form.cart, .woo-archive-grid .woocommerce-variation-add-to-cart {
    display: block !important;
}

.woo-archive-grid form.cart .reset_variations {
	display: none !important;
}

.woo-archive-grid > div > div > ul.products.columns-3 > li > a > h2 {
    padding: 4px 20px!important;
    font-weight: 400;
    text-align: left!important;
    background-color: #f5f7fa;
    padding: 10px 15px !important;
    margin: 5px !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    line-height: 17px;
	color: #172A3A!important;
}

.woo-archive-grid > ul.products li.product .price {
    text-align: right!important;
    padding: 0px 20px!important;
    font-weight: 400;
    font-size: 12px;
    margin-bottom: 0px!important;
}

.woo-archive-grid > div > div > ul.products.columns-3 > li {
    background: #fff!important;
}


.woo-archive-grid > div > div > ul.products.columns-3 > li > form.variations_form.cart > table > tbody td {
    background: #ffffff;
    padding: 0px;
} 

.woo-archive-grid > div > div > ul.products.columns-3 > li > form.variations_form.cart > table > tbody td.label {
    display: none;
} 

.woo-archive-grid > div > div > ul.products.columns-3 > li > a > span.price b {
    color: #D72638!important;
}

.woo-archive-grid > div > div > ul.products.columns-3 > li > a > span.price > p.regularna-cijena > b {
	color: #172A3A!important;
	text-align: right!important;
	display: inline !important;
	font-weight: 500!important;
	text-decoration: line-through!important;
}

.woo-archive-grid > div > div > ul.products.columns-3 > li > a > span.price > p.cijena-za-gotovinu  {
    color: #172A3A!important;
}

.woo-archive-grid .woocommerce-variation-price .price {
    padding: 0 15px !important;
}

.woo-archive-grid .woocommerce-variation-price .cijena-za-gotovinu {
    margin: 0;
}

.woo-archive-grid .woocommerce-variation-price .cijena-za-gotovinu b {
    display: inline-block !important;
}

.woocommerce-message {
    background: #fff!important;
    font-weight: 600;
    max-width: 1400px;
    margin: 20px auto;
}

.woocommerce-error {
    border-top-color: #b81c23;
    background: #fff!important;
    font-weight: 600;
    max-width: 1400px;
    margin: 20px auto;
}

.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover {
    background-color: #386cb4!important;
}

#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text, .woocommerce .cart .button, .woocommerce .cart input.button {
    height: 50px;
}

@media only screen and (max-width: 768px) {
    .woocommerce .woocommerce-ordering {
        width: 100%;
    }
	.woo-archive-grid > div > div > ul.products.columns-3 {
    grid-column-gap: 0px!important;
    grid-row-gap: 0px!important;
}

.woo-archive-grid > div > div > ul.products.columns-3 > li > form.cart  {
    display: none!important;
}

.woo-archive-grid > div > div > ul.products.columns-3 > li > p.stock.in-stock {
    display: none!important;
}
	
.woo-archive-grid > div > div > ul.products.columns-3 > li > a > span.price > p.cijena-za-gotovinu,
.woo-archive-grid > div > div > ul.products.columns-3 > li > a > span.price > p.cijena-za-kartice,
.woo-archive-grid > div > div > ul.products.columns-3 > li > a > span.price > p.regularna-cijena {
    font-size: 14px;
    text-align: left;
    font-weight: 400;
}

.woo-archive-grid > div > div > ul.products.columns-3 > li > a > span.price > p.postotak-popusta-za-gotovinu,
.woo-archive-grid > div > div > ul.products.columns-3 > li > a > span.price > p.postotak-popusta-za-kartice,
.woo-archive-grid > div > div > ul.products.columns-3 > li > a > span.price > p.cijena-za-kartice {
    display: none!important;
}

.stub-kartice-proizvoda-accordion > ul > li > a > span.price > p.postotak-popusta-za-gotovinu,
.stub-kartice-proizvoda-accordion > ul > li > a > span.price > p.postotak-popusta-za-kartice,
.stub-kartice-proizvoda-accordion > ul > li > a > span.price > p.cijena-za-kartice {
    display: none!important;
}
	
.woo-archive-grid > div > div > ul.products.columns-3 > li > a > img {
    border-bottom: none;
}

button.plus, button.minus {
    max-width:30px;
	padding: 10px 5px 10px 5px!important;
}

.quantity input {
    max-width: 80px;
}
	
}

@media only screen 
  and (min-device-width: 1px) 
  and (max-device-width: 400px) 
  and (-webkit-min-device-pixel-ratio: 1) {
	  
	 .woocommerce div.product.elementor form.cart.variations_form .woocommerce-variation-add-to-cart, .woocommerce div.product.elementor form.cart:not(.grouped_form):not(.variations_form) {
    display: flex!important;
    -ms-flex-wrap: nowrap!important;
    flex-wrap: nowrap!important;
    flex-direction: column!important;
    align-content: center!important;
    justify-content: space-evenly!important;
    align-items: center!important;
}
	  .woocommerce div.product form.cart div.quantity {
    margin-bottom: 30px!important;
}
	 	.woocommerce-variation-price > span.price > p.cijena-za-gotovinu {
    width:69%;
}
	  .single-product-feature-tooltip .elementor-icon-box-description {
		  max-width:180px!important;
	  }

}

@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) {
	  
	  button.plus, button.minus {
    max-width:30px;
	padding: 10px 5px 10px 5px!important;
}
	.quantity input {
    max-width: 50px!important;
}

}

.woo-archive-grid p.cijena-za-kartice {
    display: none;
}

.woo-archive-grid .quantity+.button {
	margin: 0 !important;
	width: 100%;
}

.woo-archive-grid form.cart .variations select {
    height: 50px!important;
}

.woocommerce div.product.elementor .quantity+.button {
    margin-top: 0px;
}

.single-product-feature-tooltip {
    margin-right: 20px;
    margin-bottom: 20px;
}

.single-product-feature-tooltip .elementor-icon-box-description:before {
    content: '';
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    background-color: #fff;
    top: -5px;
    left: 10px;
    z-index: -99;
    transform: rotate(45deg);
}

.single-product-feature-tooltip .elementor-icon-box-description {
    display: none;
    position: absolute;
    width: 220px;
    top: 100px;
    background-color: #fff;
    padding: 10px;
    z-index: 99;
    box-shadow: rgb(17 17 26 / 10%) 0px 8px 24px, rgb(17 17 26 / 10%) 0px 16px 56px, rgb(17 17 26 / 10%) 0px 24px 80px;
}

.single-product-feature-tooltip:hover .elementor-icon-box-description {
    display: block;
}

.woocommerce ul#shipping_method li:first-child label:after {
    display: block;
    content: 'Za neke proizvode koji su skloni lomovima i/ili su velikih dimenzija ili težina, točan izračun troškova dostave, bit će dostavljen na e-adresu koju je kupac prilikom kreiranja narudžbe ostavio.';
    max-width: 250px;
    font-size: 12px;
    font-weight: normal;
    line-height: 15px;
}

.woocommerce ul#shipping_method li:last-child label:after {
    display: none;
}

#cn-accept-cookie {
    background: #4370B7;
}

.product-meta-sku-cat > div > div > span > span.detail-label {
    font-weight: 400!important;
}

button.plus, button.minus {
    height: 50px;
    width: 50px;
    background: #fff!important;
    color: #4370B7!important;
    border-color: #E3E3E3!important;
}

.woocommerce div.product form.cart div.quantity {
    width: 100%;
    max-width: 179px;
    height: 50px;
    margin-right: 10px;
    margin-bottom: 10px;
    text-align: center;
}

.woocommerce div.product form.cart div.quantity .mjerna-jedinica-value {
    font-size: 13px;
    line-height: 17px;
}

.elementor-widget-wc-archive-products.elementor-wc-products ul.products li.product .price {
    padding: 0 20px;
    text-align: right;
}

.elementor-widget-wc-archive-products.elementor-wc-products ul.products li.product .stock {
    display: none;
}

.woo-archive-grid li.product form.cart {
    position: absolute;
    left: -1px;
    right: -1px;
    height: 0;
    opacity: 0;
    overflow: hidden;
    z-index: 99;
    padding: 0 5px !important;
    background-color: #fff;
    border: 1px solid #e3e3e3;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
    transition: all .4s ease;
}

.woo-archive-grid li.product form.cart table, .woo-archive-grid li.product form.cart div.quantity {
    margin-top: 5px !important;
}

.woo-archive-grid li.product .button {
    margin-bottom: 5px !important;	
}

.woo-archive-grid li.product .price {
	margin-bottom: 0 !important;
}

.woo-archive-grid li.product:hover form.cart {
    height: auto;
    opacity: 1;
}

.woocommerce table.shop_table td.product-price {
    min-width: 180px;
}

.woocommerce table.shop_table td.product-quantity button.plus, .woocommerce table.shop_table td.product-quantity button.minus {
    display: none;
}

.woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
    width: 70px;
}

.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
    background: #4370b7;
    color: #fff;
}

.tehnicki-list, 
.tehnicki-list-default {
    padding-left: 0px;
}

.tehnicki-list li, 
.tehnicki-list-default li {
    list-style: none;
    padding: 16px 20px;
    padding: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
	  border: solid 1px #E3E3E3;
}

.tehnicki-list li:nth-child(odd),
.tehnicki-list-default li:nth-child(odd) {
    background: #f5f8fb;
}

.tehnicki-list li:nth-child(even),
.tehnicki-list-default li:nth-child(even) {
    background: #ffffff;
}

.single_variation_wrap .woocommerce-variation-description {
    display: none;
}

.yith_wcas_result_content > p.cijena-za-gotovinu {
    display: inline-block;
}

.yith_wcas_result_content > p.postotak-popusta-za-gotovinu {
    margin-right: 10px;
}

.yith_wcas_result_content > p.postotak-popusta-za-kartice, 
.yith_wcas_result_content > p.cijena-za-kartice {
    display: none;
}

.woocommerce div.product .woocommerce-variation-availability p.stock {
    display: none;
}

.woocommerce div.product.elementor .single_add_to_cart_button .stock, .elementor-product-simple .single_add_to_cart_button .stock {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 13px !important;
    line-height: 17px;
    font-weight: normal;
}

.stub-brands-few-in-row > div > ul > li {
			padding: 20px 0px;
    }
.stub-brands-few-in-row > div > ul > li > span > a {
    padding: 26px 46px;
}
.stub-brands-few-in-row > div > ul > li > span.all-brands-more a {
    padding: 20px!important;
}

.woocommerce-message {
    background: #2AAF07!important;
    color: #fff;
}

.woocommerce-message::before {
    content: "\e015";
    color: #fff;
}

#ajaxsearchpro1_1 .probox .promagnifier .innericon svg, #ajaxsearchpro1_2 .probox .promagnifier .innericon svg, div.asp_m.asp_m_1 .probox .promagnifier .innericon svg {
    fill: #4370b7!important;
}

@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
	and (-webkit-min-device-pixel-ratio: 1) {
		#ajaxsearchpro1_1, #ajaxsearchpro1_2, div.asp_m.asp_m_1 {
    border: none!important;
}

#ajaxsearchpro1_1 .probox .proinput input.orig, #ajaxsearchpro1_2 .probox .proinput input.orig, div.asp_m.asp_m_1 .probox .proinput input.orig {
    border: none!important;
}
		#ajaxsearchpro1_1 .probox .proinput input.autocomplete, #ajaxsearchpro1_2 .probox .proinput input.autocomplete, div.asp_m.asp_m_1 .probox .proinput input.autocomplete {
    border: none!important;
}
		
}

@media only screen and (max-width: 768px) {
	#ajaxsearchpro1_1, #ajaxsearchpro1_2, div.asp_m.asp_m_1 {
    border: none!important;
}
	

#ajaxsearchpro1_1 .probox .proinput input.orig, #ajaxsearchpro1_2 .probox .proinput input.orig, div.asp_m.asp_m_1 .probox .proinput input.orig {
    border: none!important;
}
	#ajaxsearchpro1_1 .probox .proinput input.autocomplete, #ajaxsearchpro1_2 .probox .proinput input.autocomplete, div.asp_m.asp_m_1 .probox .proinput input.autocomplete {
    border: none!important;
}
	
}


input.orig {
    border: none!important;
}

input.autocomplete {
    border: none!important;
}

.asp_res_text > p.postotak-popusta-za-gotovinu {
    display: inline-block;
}

.asp_res_text > p.cijena-za-gotovinu {
    display: inline-block;
    margin-left: 10px!important;
}

.asp_res_text > p.postotak-popusta-za-kartice, 
.asp_res_text > p.cijena-za-kartice {
    display: none;
}

.asp_res_text > p.postotak-popusta-za-gotovinu {
    padding: 2px 6px!important;
}

.pswp__caption__center {
    text-align: center;
}

.elementor-menu-cart__product-remove {
    align-self: start!important;
    justify-self: flex-end!important;
}

.elementor-menu-cart__product-name.product-name > a {
    text-indent: 0px!important;
    padding: 0px!important;
}

.select2-container--default .select2-selection--single {

box-sizing: border-box;
    width: 100%!important;
    margin: 0!important;
    outline: 0!important;
    line-height: normal!important;
    -webkit-appearance: none!important;
    background-color: transparent!important;
    border-radius: 0!important;
    padding: 0 25px!important;
    border: 1px solid #E3E3E3!important;
    font-size: 16px!important;
    height: 50px!important;
    line-height: normal!important;
    transition: border-color .3s!important;
    -webkit-backface-visibility: hidden!important;
    -webkit-tap-highlight-color: transparent!important;
    box-shadow: none!important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #386cb4!important;
    line-height: 48px!important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-top: 6px!important;
}

 .postotak-popusta-za-kartice {
	 display: none!important;
 }

.woocommerce-MyAccount-content p:first-of-type {
    font-size: 22px!important;
}

.woocommerce-MyAccount-navigation-link a {
    padding: 0px!important;
    display: block;
    text-align: left;
    height: auto!important;
    background: none;
    color: #436ca7;
    font-size: 16px;
    font-weight: 500;
    /* text-decoration: dotted!important; */
}

nav.woocommerce-MyAccount-navigation > ul > li > a {
    padding: 0px!important;
    display: block;
    text-align: left;
    height: auto!important;
    background: none;
    color: #436ca7;
    font-size: 16px;
    font-weight: 500;
    /* text-decoration: dotted!important; */
}

nav.woocommerce-MyAccount-navigation {
    margin-top:10px;
}

.stub-katalog-proizvoda-show-all {
    margin-top: 6px;
}

.moj-racun-korisnicka-podrska-title {
    padding: 0;
    margin: 0;
    line-height: 1;
    color: #342e37;
    font-family: Rubik,Sans-serif;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 16px;
    margin-top: 40px;
}

span.moj-racun-korisnicka-podrska-icon {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    nargin-bottom: 10px;
}

span.moj-racun-korisnicka-podrska-icon > i {
    padding-right: 10px;
    color: #436ca7;
}

nav.woocommerce-MyAccount-navigation > ul > li {
    list-style-type: disc!important;
}

nav.woocommerce-MyAccount-navigation > ul > li > a:hover {
    background: #fff!important;
    color: #000000!important;
}

@media only screen and (max-width: 768px) {
    nav.woocommerce-MyAccount-navigation > ul  {
       padding-left: 20px;
       margin-bottom: 30px;
    }
    .woocommerce-MyAccount-content p:first-of-type {
        font-size: 18px!important;
    }
  }
  
  .ts-product-image {
    display: table;
}

.woocommerce-account-fields {
    display: flex;
    flex-direction: column;
}

.woocommerce-account-fields h3 {
    order: 1;
}

p.form-row.form-row-wide.create-account.woocommerce-validated {
    order: 2;
}



.cijena-za-gotovinu > b {
    color: #d72638!important;
}

.woocommerce .elementor-widget-woocommerce-product-price .elementor-widget-container p.cijena-za-gotovinu b, .woocommerce .elementor-widget-woocommerce-product-price .elementor-widget-container p.cijena-za-kartice b, .woocommerce .elementor-widget-woocommerce-product-price .price b, .woocommerce .woocommerce-variation-price p.cijena-za-gotovinu b, .woocommerce .woocommerce-variation-price p.cijena-za-kartice b {
    color: #d72638!important;
}

.woocommerce .elementor-widget-woocommerce-product-price .elementor-widget-container p.cijena-za-kartice b, .woocommerce .elementor-widget-woocommerce-product-price .elementor-widget-container p.cijena-za-kartice b, .woocommerce .elementor-widget-woocommerce-product-price .price b, .woocommerce .woocommerce-variation-price p.cijena-za-kartice b, .woocommerce .woocommerce-variation-price p.cijena-za-kartice b {
    color: #436ca7!important;
}

.cijena-za-kartice > b {
    color: #436ca7!important;
}

span.price > p.postotak-popusta-za-gotovinu {
    display: inline-block!important;
}

.stub-kartice-proizvoda > ul > li > a > span.price > p.postotak-popusta-za-gotovinu {
    display: none!important;
}

.elementor-menu-cart__product {
    grid-template-columns: 20% auto 50px !important;
    grid-template-rows: auto !important;
}

.elementor-menu-cart__product-image a, .elementor-menu-cart__product-image img {
    max-height: 70px;
    width: auto;
    margin: 0 auto;
}

.wspay-icons img {
    max-height: 44px;
    width: auto;
    border-radius: 4px !important;
    margin-right: 4px;
    margin-bottom: 4px;
}

.footer-phone-mail > div > h2 > a {
    color: #fff!important;
}

.footer-phone-mail > div > h2 > a:hover {
    color: #4370B7!important;
}

.footer-mail-tel a {
    color: #fff!important;
}

.footer-phone-mail > a:hover {
    color: #4370B7!important;
}

@media only screen and (max-width: 768px) {
  .footer-phone-mail > div > h2 > a {
    color: #fff!important;
}

.footer-phone-mail > div > h2 > a:hover {
    color: #4370B7!important;
}
}

select#pa_atributi {
    text-transform: unset!important;
}
/*
span.stubmar-tehnicki-listovi-pdf a::before {
    content:''!important;
    background: url('https://stubmar.hr/wp-content/uploads/2021/08/pdf.png')!important; 
    background-repeat: no-repeat!important;
    height: 32px!important; 
    width: 32px!important;  
    position: absolute!important;
    padding-right: 20px!important;
    position:absolute!important;
    top:0px!important;
    left:0px!important;
}

span.stubmar-tehnicki-listovi-pdf a {
    padding-left: 40px!important;
}

.stubmar-tehnicki-listovi-pdf > div > span > a {
    padding-left: 40px;
}
*/
.woo-archive-grid > div > div > ul > li > a > span > p.postotak-popusta-za-gotovinu {
	display:none!important;
}

ul.products.columns-3 > li > a > span.price > p.postotak-popusta-za-gotovinu  {
	display:none!important;
}

a.lmp_button.stubmar-ucitaj-vise-btn {
	font-family: "Rubik", Sans-serif;
    font-weight: 500;
  }

 @media only screen and (max-width: 768px) {
	a.lmp_button.stubmar-ucitaj-vise-btn {
	  margin-bottom: 40px;
	}
  }

.ct-ultimate-gdpr-trigger-modal-squared {
    display: none!important;
}

.stubmar-dodatni-dokumenti a, .stubmar-dokumenti-materijali-za-preuzimanje a {
font-family: "Rubik", Sans-serif;
font-size: 18px;
font-weight: 400;
-webkit-tap-highlight-color: transparent;
-webkit-font-smoothing: antialiased;
background-color: transparent;
color: #396db4;
box-sizing: border-box;
box-shadow: none;
text-decoration: none;
}

.stubmar-dodatni-dokumenti > div.elementor-widget-container > p, .stubmar-dokumenti-materijali-za-preuzimanje > div.elementor-widget-container > p {
  display: none!important;
}

span.prdctfltr_showing {
    display: none;
}

span.prdctfltr_woocommerce_filter_title {
    background: #3e71b7;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    overflow: hidden;
    color: #fff;
    padding: 5px 15px;
}

.prdctfltr_wc .prdctfltr_filter_title .prdctfltr_woocommerce_filter {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-right: 0px!imprtant;
    width: 1em;
    height: 1em;
    background: #3e71b7;
    overflow: hidden;
    color: #fff;
    padding: 17px 15px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

a.prdctfltr_woocommerce_filter.pf_ajax_none {
    margin-right: 0px!important;
}

.prdctfltr_wc .prdctfltr_filter_title .prdctfltr_woocommerce_filter {
    margin-right: 0px!important;
}

.prdctfltr_add_scroll {
    max-height: 240px!important;
    overflow-x: auto!important;
}


.prdctfltr_add_scroll::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3)!important;
	background-color: #F5F5F5!important;
}

.prdctfltr_add_scroll::-webkit-scrollbar
{
	width: 10px!important;
	background-color: #F5F5F5!important;
}

.prdctfltr_add_scroll::-webkit-scrollbar-thumb
{
	background-color: #adadad!important;
	border: 2px solid #adadad!important;
}

.stubmar-dodatni-dokumenti > ul, .stubmar-dokumenti-materijali-za-preuzimanje > ul {
    list-style-image: url('https://stubmar.hr/wp-content/uploads/2021/08/pdf.png')!important;
}

@media only screen and (max-width: 768px) {
  .single-product-feature-tooltip {
    width:38%!important;
}

.single-product-feature-tooltip > div > div {
    text-align: center!important;
}
	.stub-dokumenti-woocommerce {
    margin-top: -30px!important;
}
	
	.ui-accordion .ui-accordion-header {
	margin-left: 0px!important;
}
	
}

.woocommerce > div > div.ui-accordion-content > ul {
	padding-left:0px!important;
}

.woocommerce > div > div.ui-accordion-content > ul > li > a {
    color: #386cb4!important;
}

.woocommerce > div > div.ui-accordion-content > ul > li {
	font-family: 'Rubik'!important;
	font-size: 18px!important;
}

.ui-accordion .ui-accordion-header {
	border:none!important;
	font-size: 1rem!important;
    color: #386cb4!important;
	font-family: 'Rubik'!important;
	font-weight: 600!important;
	background: #fff!important;
	margin-left: 3px!important;
}

.ui-state-hover {
	background: #fff!important;
}

.woocommerce > div > div.ui-accordion-content {
    border: none!important;
    border-bottom: solid 1px #d4d4d4!important;
}

.woocommerce > div > div.ui-accordion-content > ul > li {
    list-style-image: url(https://stubmar.hr/wp-content/uploads/2021/08/pdf.png)!important;
}
h3.woocommerce-product-documents-title {
    display: none;
}

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon, .ui-button:hover .ui-icon, .ui-button:focus .ui-icon, .ui-state-active .ui-icon, .ui-button:active .ui-icon, .ui-state-hover .ui-icon, .ui-state-focus .ui-icon, .ui-button:hover .ui-icon, .ui-button:focus .ui-icon, .ui-state-active .ui-icon, .ui-button:active .ui-icon, .ui-icon, .ui-widget-content .ui-icon {
    background-image: url("https://stubmar.hr/wp-content/uploads/2021/12/plus.svg")!important;
	background-size: 15px!important;
    background-position: center!important;
}

.ui-state-active .ui-icon, .ui-button:active .ui-icon {
     background-image: url("https://stubmar.hr/wp-content/uploads/2021/12/minus.svg")!important;
	background-size: 15px!important;
    background-position: center!important;
}

.ui-icon-triangle-1-s {
    background-position: contain!important;
}

@media only screen and (max-width: 1024px) {
    .ui-accordion .ui-accordion-header {
      margin-left: 0px!important;
    }
  }

.elementor-tab-title[data-tab="4"] {
	display: none;
}

form.variations_form.cart > table.variations > tbody > tr > th.label {
    display: none!important;
}

#pa_atributi {
  background: white;
}

/* Fix elementor cart icon */
.elementor-menu-cart__toggle .elementor-button-text, span.elementor-button-text {
    order: 1!important;
}

.elementor-menu-cart__toggle .elementor-button-icon, span.elementor-button-icon {
    order: 2!important;
}

.stubmar-menu-katalog-proizvoda-btn > div > div > a > span {
    display: flex;
}

.stubmar-menu-katalog-proizvoda-btn > div > div > a > span > span:first-child {
    order: 1!important;
}

/* Dvojni iskaz cijena css */
.elementor-menu-cart__toggle.elementor-button-wrapper > a {
    padding: 16px 12px 14px 18px!important;
	font-size: 14px;
}

.elementor-menu-cart__toggle.elementor-button-wrapper span.woocommerce-Price-amount.amount:after {
    content: "\a";
    white-space: pre;
}

.woo-archive-grid > div > div > ul.products.columns-3 > li > a > span.price > p.cijena-za-gotovinu span:after {
    content: "\a";
    white-space: pre;
}

.woo-archive-grid > div > div > ul.products.columns-3 > li > a > span.price > p.cijena-za-gotovinu span:last-child:before {
    content: "\a";
    white-space: pre;
}

.stub-kartice-proizvoda > ul.products li.product .price > p.cijena-za-gotovinu span:after {
	content: "\a";
    white-space: pre;
}

.stub-kartice-proizvoda > ul.products li.product .price > p.cijena-za-gotovinu span:last-child:before {
	content: "\a";
    white-space: pre;
}

@media only screen and (max-width: 768px) {
  .stub-kartice-proizvoda-accordion > ul.products li.product .price > p.cijena-za-gotovinu span:after {
	content: "\a";
    white-space: pre;
}

.stub-kartice-proizvoda-accordion > ul.products li.product .price > p.cijena-za-gotovinu span:last-child:before {
	content: "\a";
    white-space: pre;
}
}

.asp_res_text .cijena-za-gotovinu span:after {
    content: "\a";
    white-space: pre;
}

.asp_res_text .cijena-za-gotovinu span:last-child:before {
    content: "\a";
    white-space: pre;
}

.asp_res_text {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: center;
}

.asp_res_text .cijena-za-gotovinu > span:last-child b, .cijena-za-gotovinu > span > b {
  color: #d72638!important
}

/* Kraj dvojnog iskaz cijena css */



/******************* ANIMUS FIX NAKON AŽURIRANJA 26.05.2023. **************/
.stub-kartice-proizvoda ul.products li.product a.button {
  display: none !important;
}

/******* ANIMUS 26.05.2023. ********/
.elementor-add-to-cart .quantity button.plus
{margin-left: 0px !important;}
/********* ANIMUS end *********/


/********** ANIMUS 07.06.2023. fix cart icon ******************************/
.elementor-menu-cart__toggle #elementor-menu-cart__toggle_button {
    flex-direction:row !important;
}



/**************** ANIMUS 07.12.2023. PDF buttons na proizvodu ***********/
.pdf-button {
  padding: 3px 10px;
  margin-right: 15px;
  margin-bottom: 10px;
  display:block;
  font-family: "Rubik", Sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.pdf-button::before {
      content: url('https://stubmar.hr/wp-content/uploads/2021/08/pdf.png') !important;
      margin-right:10px;
}


/**** LOCAL PICK UP *********/
.cart-collaterals .woocommerce-shipping-totals .woocommerce-shipping-destination {
display: none !important;
}