/*Add your own styles here:*/

.term-description  {
	font-size: 16px;
	margin-bottom: 32px;
}

.template-shop .page-title  {
	display: block;
	margin-top: 16px;
	margin-bottom: -32px;
}


.submit-button-news {
	  background-color: #9db8cc;
    color: white;
    font-weight: bold;
    width: 25% !important;
    border: none;
    margin-top: -14px !important;
    border-radius: 3px;
}

.EMAIL-label {
    color: white !important;
}

.submit-button-news:hover {
	background-color: #59778F;
}

.product_tag-prodano .thumbnail_container:before{
  visibility: visible;
  content: 'PRODANO';
  display: block;
  position: absolute;
  color: red;
  font-weight: bold;
  font-size: 50px;
  top: 55%;
  transform: rotate(45deg);
  z-index: 100;
}

.product_tag-prodano .woo-variation-gallery-wrapper:before {
  visibility: visible;
  content: 'PRODANO';
  display: block;
  position: absolute;
  color: red;
  font-weight: bold;
  font-size: 70px;
  top: 55%;
  transform: rotate(45deg);
  z-index: 100;
}

.inner-sidebar {
	margin-left: 0px !important;
}

#sticky-sidebar {
	display: inline-block !important;
	position: static;
}

/* CSS - Subtext on right */

#top .logo,
#top .logo a {
  overflow: visible;
}


::-moz-selection {
background-color: #004FFF !important;
color: #fff !important;
}

::selection {
background-color: #004FFF !important;
color: #fff !important;
}

html  {
-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* Subtext styling 
.logo .subtext h1 {
  font-size: 44px;
    font-weight: 800;
color: #aaaaaa;
}

.logo .subtext {
  position: absolute;
    top: 55%;
    right: 0;
    transform: translate(105%, -50%);
    z-index: 999;
}
*/


/*text do logoa*/
.logo img {
    float: left;
}
.logo h2{
	color: #fff !important;
	font-size: 35px;
	margin-top: 7px;
}

.logo span{
	color: white !important;
	font-size: 1.6em;
	display: inline-block;
	
}

.logo a{
	text-decoration: none;
}

@media only screen and (max-width: 1300px) {
  .logo span {
    display: none;
  }
}

.subtext{
	vertical-align: middle !important;
}
.subtext h1{
	margin-bottom: 0 !important;
}

#header_main {
	-webkit-box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.4);
}


#wrap_all {
	box-shadow: 2px -2px 21px 0px rgba(0,0,0,0.1);
}
/*
.naslovna-img img{
	width:250px;
}


.naslovna-img2 img{
	width:182px;
}
*/
@media only screen and (max-width: 768px){
	.text-naslovna-kategorije {
	padding: 0;
	margin-top:30px;
}

}
@media only screen and (min-width: 768px){
	.text-naslovna-kategorije {
	padding: 0 39px 0 39px;
	margin-top:30px;
}
}


.avia-color-theme-color-subtle{
	background-color: #D3DDE4 !important;
	color: #5F6368 !important;
	transition: 0.6s;
	height:50px;
	padding: 15px !important;
}


.avia-color-theme-color-subtle:hover{
	background-color: #6786A1 !important;
	color: #ffffff !important;
	transition: 0.6s;
}


.border-top-bottom {
	border-top: solid 2px #f2f2f2;
	border-bottom: solid 2px #f2f2f2;
}


.border-slideshow-mobile{
	border-top: solid 20px #f2f2f2;
	border-bottom: solid 20px #f2f2f2;
}

#after_full_slider_1 {
	border: none;
}

.margin-bottom{
	margin-bottom: -20px;
}

.margin-top{
	margin-top: -20px;
}

.naslov-kategorija{
	color: #61656a !important;
	font-weight: 800 !important; 
	font-size: 30px;
}

.text-kategorija{
	line-height: 1.86; 
	font-weight: 400;
}

/*
#full_slider_1 {
	border-top: 70px solid #b3b3b3;
	border-bottom: 70px solid #b3b3b3;
}
*/

@media only screen and (max-width: 768px){
.single-product-main-image {
	width:100% !important;
	margin: 0 auto !important;
}}




.single-product-summary {
    overflow: hidden;
    width: 38%;
    float: left;
		margin-right: 3%;
    
}

.single-product-summary h1{
	text-align: center;
}

@media only screen and (max-width: 768px){
	.single-product-summary {width:auto;}
}

aside.sidebar {
    width: 24% !important;   
	  max-width: 300px !important;
    overflow: visible !important;
    float: right !important;
		border-left: none !important;
}

div.shop_columns_3 > div.container > aside.sidebar {
    overflow: visible !important;
    float: right !important;
    width: 24.8% !important;
}
    

/*harmonika kategorije stil */
.widget_product_categories .product-categories, .widget_product_categories .widget-title + ul{
border: 2px solid #bbb;
background: #fff;

}

.widget_product_categories ul li {
    border-top: 1px solid #ddd;
}

.widget_product_categories ul li:first-child {
    border: none;
}

ul.product-categories > li > ul.children > li:first-child {
    border-top: 1px solid #DDDDDD;
}

ul.product-categories > li > ul.children {
   border-left: 1px solid #DDDDDD;
}

ul.product-categories > li > ul.children > li > ul.children {
   border-left: 1px solid #DDDDDD;
	   border-right: 1px solid #DDDDDD;
}

ul.product-categories > li > ul.children > li > ul.children > li:first-child {
   border-top: 1px solid #DDDDDD;
}


ul.product-categories a{
   color: #5f6368 !important;
}


.widget_product_categories li a {

    padding: 0 0 0 15px;
    background: none !important; 

}


.widget_product_categories .wcsca-icon {
		margin-left: 10px;
    float: left;
	 	color:red;
}

.current-cat{
	background-color: #f2f2f2 !important;
}

 .widgettitle::first-letter{
	color:red;
}

#top form {
 margin-bottom:0px !important;
 margin-top: 10px !important;
}

.woocommerce-Price-amount {
	color: #db2c2c;
}


#product-excerpt td{
	border: none;
}

#product-excerpt td:first-child{
	border-right: 1px solid red;
	text-align: right;
	color:black;
	font-weight: 800;
	font-variant: small-caps;
	font-size: 17px;
	vertical-align: middle;
	width:50%;
}

#product-excerpt td:last-child{
	
	text-align: left;
	color: #5f6368;
	font-weight: 500;
	vertical-align: middle;
	width:50%;
}

#product-excerpt tr:first-child td{
	padding-top:25px;
		
}

#product-excerpt tr:last-child td{
	padding-bottom:25px;
		
}


.thumbnail_container{
	height:300px;
	display: flex !important;
	justify-content: center;
	padding: 2%;
}

#top .thumbnail_container img{
	object-fit:contain;
}

.products li:hover{
	box-shadow: 0px 0px 13px 6px rgba(0,0,0,0.18);
}

ul.products li {
    list-style-type: none;
    height: 406px;
	  border-bottom: 1px solid #ddd;
}


#top .price span{
	font-weight: 400 !important;
}


span.tagged_as{
	display: none !important;
}

#top div .av-dark-form input[type='text'], textarea{
	border-color: #cecece !important;
}



#footer-table td{
	border: none;
}
#footer-table td:first-child{
	border-right: 1px solid red;
	text-align: right;
	color:#9DB8CC;
	font-weight: 800;
	font-variant: small-caps;
	font-size: 17px;
	vertical-align: middle;
	background: transparent !important;
}

#footer-table td:last-child{
	
	text-align: left;
	color: white !important;
	font-weight: 500;
	vertical-align: middle;
		background: transparent !important;
	
}


#footer-table tr:last-child td{
	padding-bottom:25px;
		
}

.av-countdown-cell-inner{
	padding: 14px 0 14px 0 !important;
}

span.av-countdown-days > span.av-countdown-cell-inner > span.av-countdown-time {
	color: red !important;
}

#top textarea {
	resize: vertical;
}

body.page-id-76 > div .avia-section > div.container {
	padding: 0 !important;
}

@media only screen and (max-width: 768px){
	body.page-id-76 > div .avia-section > div.container {
	padding: 0 !important;
	width: 100% !important;
	max-width: 100% !important;
}
}

li.cat-item-15{
	display: none;
}

span.avia_button_icon{
	color: red !important;
}

#tab-description h2{
	display: none !important;
}

#custom_html-2 {
	padding-bottom: 0;
}

#countdown-widget{
	margin:0 !important;
}


.required {
	color: #f00 !important;
}

#top label{
	font-weight: 400 !important;
}

section.woocommerce-bacs-bank-details{
	margin: 50px 0 50px 0;
}

section.woocommerce-order-details{
	margin-bottom: 50px;
}

h2.wc-bacs-bank-details-heading:first-letter{
	color:red;
}


h2.woocommerce-order-details__title:first-letter{
	color:red;
}


h2.woocommerce-order-details__title:first-letter{
	color:red;
}

h2.woocommerce-column__title:first-letter{
	color:red;
}


div .title_container > div.container {
	min-height: 38px !important;
}

span.sep{
	color: red;
}

.title_container .breadcrumb{
	margin: auto !important;
	position: unset !important;
}

.bez-pdv{
	margin: 0;
}

#av_section_1 .bez-pdv{
	display: none;
}


div.product > aside.sidebar{
	padding-top: 0 !important;
}

span.trail-end > br{
	display: none;
}

div.pswp__caption{
	display:none;
}


/*CJENIK TABLICA STIL*/
table.cjenik-table{
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
	box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.4);
}

table.cjenik-table caption {
  font-size: 16px;
  margin: .5em 0 .75em;
  text-align: left;
	color: #5f6368 !important;
}

table.cjenik-table tr {
  background-color: #f8f8f8;
  padding: .35em;
}



table.cjenik-table th,
table.cjenik-table td {
  padding: .625em;
  text-align: center;
  font-size: 13px;
	vertical-align: middle;
	
}

table.cjenik-table th {
  font-size: 13px;
  letter-spacing: .1em;
  border-bottom: 1px solid red;
  color: black;
	text-transform: none !important;
	vertical-align: middle;
}

table.cjenik-table td:first-child{
  font-weight: bold;
  border-right: 1px solid red;
  color: #000;
}

table.cjenik-table td:not(:first-child){
  font-weight: 400;
  color: #7d7d7d;
}

table.cjenik-table th:first-child{
	border-right: 1px solid red;
}

@media screen and (max-width: 600px) {
	
	
div.pozicije{ 
	justify-content: space-between !important; 
	
}
	
	
  table.cjenik-table {
    border: 0;
  }

  table.cjenik-table td:first-child{
    border-bottom: 2px solid red;
    border-right: none;
    border-left: none;
  }

  table.cjenik-table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }


  table.cjenik-table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }

  table.cjenik-table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: 13px;
    text-align: right;
  }

  table.cjenik-table td::before {

    content: attr(data-label);
    float: left;
    font-weight: bold;
  }

  table.cjenik-table td:last-child {
    border-bottom: 0;
  }
}

table.cjenik-table-no-res{
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
	box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.4);
}

table.cjenik-table-no-res caption {
  font-size: 16px;
  margin: .5em 0 .75em;
  text-align: left;
	color: #5f6368 !important;
}

table.cjenik-table-no-res tr {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  padding: .35em;
}



table.cjenik-table-no-res th,
table.cjenik-table-no-res td {
  padding: .625em;
  text-align: center;
  font-size: 13px;
}

table.cjenik-table-no-res th {
  font-size: 13px;
  letter-spacing: .1em;
  text-transform: uppercase;
  border-bottom: 1px solid red;
  color: black;
}

table.cjenik-table-no-res td:first-child{
  font-weight: bold;
  border-right: 1px solid red;
  color: #000;
}

table.cjenik-table-no-res td:not(:first-child){
  font-weight: 400;
  color: #7d7d7d;
}

table.cjenik-table-no-res th:first-child{
	border-right: 1px solid red;
}


/*CJENIK TABLICA STIL END*/


.max-visina{
	max-height: 30px;
}

div.pozicije{
	display: flex; 
	justify-content: space-evenly; 
	margin-bottom:30px;
}

div.pozicije > div {
	padding: 5px;
}

li.color-variable-item-crno-plava > span{
	border: 2px solid blue;
}


li.color-variable-item-crno-crvena > span{
	border: 2px solid red;
}

.naslovna-img img {
	max-height: 300px;
}