.uk-jezik ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
	font-weight: 500;
    letter-spacing: .6px;
}
.uk-jezik li {
    float: left;
}
.uk-jezik li:not(:first-child):before {
  content: "/";
}
.uk-jezik li a {
	transition: .1s ease-in-out;
    transition-property: color, background-color, border-color, box-shadow;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
  	text-decoration: none;
}
.uk-jezik li a:hover {
	color: rgba(255,255,255,.5);
}
.tm-toolbar a {
	justify-content: center;
    align-items: center;
    column-gap: .25em;
    box-sizing: border-box;
    min-height: 100px;
    font-size: 11px;
    font-family: Montserrat;
    text-decoration: none;
	letter-spacing: 2px;
}
#tm-dialog-mobile .uk-jezik li {
    float: none;
	font-size: 11px;
    line-height: 1.625;
    font-family: Montserrat;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.chbs-layout-column-left .chbs-summary-price-element {
	display: none
}
.chbs-main-content-step-4 .chbs-summary-price-element .chbs-summary-price-element-deliver-fee {
	display: none
}