.main{
   /* background-color: #F0F8FF;*/  
   background:url('../assets/imgs/podloga2.webp') no-repeat;
   background-color: #005ba4;
}
.container.glavni{
	background-color: white;
    padding-top: 30px;
    border-radius: 10px;border: 1px solid #ddd;
}
.zaglavlje{
	background: url(../assets/imgs/zaglavlje2.jpg) no-repeat scroll 100% 0% #eee;
	min-height: 170px;
}
.page-header.breadcrumb-wrap {
    border-bottom: 1px solid #dee2e6;
}
.hero-slider-1.style-2 .single-slider-img {
    bottom: 80px;
}
.hero-slider-1.style-2 .single-slider-img img {
    max-width: unset; 
}
.hero-slider-1.style-2,.hero-slider-1.style-2 .slider-1-height-2 {
	height: 500px;
}
.product-cart-wrap .product-img-action-wrap .product-img a img,.product-cart-wrap .product-img-action-wrap .product-img img{
	height: 150px;
	width: auto;
}
.product-cart-wrap .product-img-action-wrap .product-img a img.hover-img,.product-cart-wrap .product-img-action-wrap .product-img img.default-img{
	height: auto;
	width: auto;
    max-height: 200px;
}
.product-cart-wrap .product-img-action-wrap .product-img-zoom  img {
    -webkit-transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
    transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
}
.widget_categories li.cat-item, .widget_archive li, .widget_pages li, .widget_recent_comments li, .widget_nav_menu li{
	text-align: left;
}
.download-app a img {
    max-width: 200px;
    }
.bg-brand,.sticky-bar.stick.sticky-blue-bg,.header-bottom-bg-color{
    /*background-image: linear-gradient(to bottom, #245aac, #0076c2, #0091d4, #00ace1, #12c6eb);*/
    background-color: #032E66 !important;
    padding: 10px 0;
}
.fitC{
    width: fit-content;
}
.single-slider-img {   
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px;
}
.categori-dropdown-wrap ul li.has-children {

    border-bottom: 1px dotted #ddd;
}
.categori-dropdown-wrap ul li.has-children .dropdown-menu{
	min-width:max-content;
}
.categori-dropdown-wrap ul li a{
	padding: 7px 0;
}
.product-cart-wrap .product-content-wrap {
    /*padding: 0;*/
}
.product-cart-wrap {
   
    width: 100%;
}
.product-cart-wrap .product-img-action-wrap .product-img {
   text-align: center;
}
.product-cart-wrap .product-content-wrap h2 {
    border-bottom:none;
    text-align:center;
}
.skrol{
	height:100vh;
                overflow-x: hidden;
                overflow-y: auto;
}
.categori-dropdown-wrap ul li:hover .dropdown-menu {
    display: none;
    }
  .nema  {
  	word-break: keep-all;
  	    border-bottom: 1px dotted #ddd;
  }
 .categori-dropdown-wrap ul li.has-children > a::after{
 	right: 0;
 }
 .button.button-add-to-cart {
    padding: 10px 10px;
}
.prz{
  max-height: 250px;
 /*  height:auto;*/
    overflow: auto;
    text-align:justify;padding-right: 5px;
}
.product-cart-wrap .product-action-1 a.action-btn {
    background-color: #5897fb;
}
.product-action-1 button.makniizkosarice2, .product-cart-wrap .product-action-1 a.action-btn {
    background-color: lightcoral !important;
    }
    .btn-cart .far,.btn-cart .fas {
    display: flex;
}
.product-action-1 button:hover:after, .product-cart-wrap .product-action-1 a.action-btn:hover:after {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(-50%) translateY(-8px);
    transform: translateX(-50%) translateY(-8px);
}
.product-action-1 button.makniizkosarice2:after, .product-action-1 a.makniizkosarice2.action-btn:after{
    background-color: lightcoral !important;
    }
.product-action-1 button.makniizkosarice2:before,.product-action-1 a.makniizkosarice2.action-btn:before{
    border-top-color: lightcoral;
}
.product-action-1 button:after, .product-cart-wrap .product-action-1 a.action-btn:after {
    bottom: 100%;
    left: 50%;
    position: absolute;
    white-space: nowrap;
    border-radius: 5px;
    font-size: 11px;
    padding: 7px 10px;
    color: #ffffff;
    background-color: #5897fb;
    content: attr(aria-label);
    line-height: 1.3;
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
    -webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.1);
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.1);
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24), -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-50%) translateY(0px);
    transform: translateX(-50%) translateY(0px);
}
.product-action-1 button:hover:before, .product-cart-wrap .product-action-1 a.action-btn:hover:before {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
}

.product-action-1 button:before, .product-cart-wrap .product-action-1 a.action-btn:before {
    content: '';
    position: absolute;
    left: calc(50% - 7px);
    bottom: 100%;
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
    border: 7px solid transparent;
    border-top-color: #5897fb;
    z-index: 9;
    margin-bottom: -13px;
    transition-delay: .1s;
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24), -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    opacity: 0;
    visibility: hidden;
}
.footer-list li {
    display: inline;
}
.footer-list a {
    margin-right: 15px;
    display: block;
}
.prz img{
    height: auto;
}
#cb-cookie-banner { position: fixed; bottom: 0; left: 0; width: 100%; z-index: 999; border-radius: 0; display: none; }
@media (max-width:991px){
    .footer-list a {
    display: inline;
   
}
 .main{
   background:none
}
    .prz{
  height:auto;
}
.header-bottom .header-action-right a span.pro-count {
    background-color:white;
    color: #5897fb;
}
}
@media (max-width:762px){
	.pt-60 {
    padding-top: 0 !important;
}
.order-sm-2 {
    order: 2!important;
}
}