/* Type */

html {
	font-size: 16px;
}

body {
    -webkit-font-smoothing: antialiased;
}

.site-main {
	padding-top: 0;
	padding-bottom: 0;
}

.zrihtam-header {
	margin-bottom: 0;
}

.zrihtam-header-shadow {
	-webkit-box-shadow: 0 0.25rem 0.3125rem -0.125rem rgb(0 0 0 / 8%);
	        box-shadow: 0 0.25rem 0.3125rem -0.125rem rgb(0 0 0 / 8%);
	height: 1rem;
}

.flex-full-width {
	width: 100%;
}

.header-right {
	-webkit-box-pack: right;
	 -ms-flex-pack: right;
	 justify-content: right;
}

.wp-block-columns .wp-block-column:not(:last-child) {
    margin-bottom: 0;
}

.poslovalnice-link {
	font-family: "XXXLutzSans";
	color: #302f33;
	font-size: .625rem;
	font-weight: 500;
	line-height: 1.5;
  letter-spacing: .1rem;
  text-transform: uppercase;
	display: block;
	text-align: right;
	-webkit-text-decoration: underline transparent;
	text-decoration: underline transparent;
	transition: text-decoration-color .15s ease, -webkit-text-decoration-color .15s ease;
}

.poslovalnice-link:hover {
	-webkit-text-decoration: underline #FF5CAB;
	text-decoration: underline #FF5CAB;
	color: #89888f;
	opacity: .7;
}

.poslovalnice-link::after {
	content: "";
	background: url("https://www.moemax.si/assets/svg/mmx.1XPO.svg#location-usage") no-repeat;
	display: inline-block;
	-webkit-transform: translateY(25%);
	    -ms-transform: translateY(25%);
	transform: translateY(25%);
  width: 1rem;
  height: 1rem;
	margin-left: .5rem;
}

.poslovalnice-link:active, .poslovalnice-link:focus {
  outline: 0;
  -moz-outline-style: none;
}

#colophon {
	display: none;
}

.wp-block-cover {
	z-index: -99;
	margin-bottom: 2.5rem;
}

.wp-block-cover__inner-container {
	  margin: 0 auto !important;
    width: var(--responsive--alignwide-width) !important;
} 

#cookie-notice {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100vh;
}

#cookie-notice.cookie-notice-hidden {
    display: none;
}

#cookie-notice .cookie-notice-container {
    background-color: #ffffff;
	  text-align: left;  
	  display: flex;
    flex-direction: column;
    align-content: center;
    align-items: left;
	  color: #302f33;
	  padding: 30px 30px;
	  box-shadow: 0 1rem 0.75rem 0 rgb(0 0 0 / 24%), 0 1.25rem 2.5rem 0 rgb(0 0 0 / 24%);
	max-width: 520px;
}

#cn-close-notice {
    display: none;
}

h3.cookie-title::before {
	content: "";
	background: url("https://i0.wp.com/zrihtam.si/wp-content/uploads/2022/08/cookie_new.png") no-repeat;
	background-size: 30px 30px;
	display: inline-block;
	-webkit-transform: translateY(20%);
	    -ms-transform: translateY(20%);
	transform: translateY(20%);
  width: 30px;
  height: 30px;
	margin-right: .5rem;
}

h3.cookie-title {
	font-family: "XXXLutzSans";
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.1px;
	line-height: 30px;
	margin-bottom: 13px;
}

p.cookie-text {
	font-family: "XXXLutzSans";
	margin-bottom: 12px;
	color: #302f33;
}

p.cookie-text {
	font-family: "XXXLutzSans";
	margin-bottom: 12px;
	color: #302f33;
}

ul.cookie-text {
	font-family: "XXXLutzSans";
	display: block;
  margin-top: 16px;
  margin-bottom: 24px;
	margin-right: 24px;
}

.cookie-links a {
	font-family: "XXXLutzSans";
	margin-right: 0.5rem;
	color: #999;
  text-decoration: none;
  border-bottom: 1px solid hsla(0,0%,69.8%,.32);
}

#cn-notice-buttons {
  display: flex;
  flex-direction: column;
  align-items: stretch; /* da bosta gumba enako široka */
  gap: 10px; /* razmak med gumboma */
  width: 100%;
}

#cn-notice-buttons #cn-accept-cookie {
	font-family: "XXXLutzSans";
	color: #ffffff;
	font-size: .875rem;
  font-weight: 500;
  letter-spacing: .0125rem;
  padding: 0 1.5rem;
	height: 3rem;
  line-height: 1.5;
	margin-top: 10px;
	border-radius: 3.125rem;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background .3s cubic-bezier(.42,0,.1,1),transform .3s cubic-bezier(.42,0,.1,1),border .3s cubic-bezier(.42,0,.1,1),box-shadow .3s cubic-bezier(.42,0,.1,1);
}

a#cn-accept-cookie:hover {
	background-color: #5EA843 !important;
}

#cn-notice-buttons #cn-refuse-cookie {
	font-family: "XXXLutzSans";
	color: #999;
	font-size: .875rem;
  font-weight: 500;
  letter-spacing: .0125rem;
  padding: 0 1.5rem;
	height: 3rem;
  line-height: 1.5;
	margin-top: 10px;
	border-radius: 3.125rem;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background .3s cubic-bezier(.42,0,.1,1),transform .3s cubic-bezier(.42,0,.1,1),border .3s cubic-bezier(.42,0,.1,1),box-shadow .3s cubic-bezier(.42,0,.1,1);
}

#cn-notice-buttons #cn-refuse-cookie {
  background-color: #ffffff !important;
  color: #999 !important;
  border: 1px solid #ccc;
  text-align: left !important;
  padding: 16px;
}

a#cn-refuse-cookie:hover {
	background-color: #5EA843 !important;
}

.cn-close-icon {
	right: 30px;
  top: 15px;
  margin-top: 0px;
}

.title1 {
	  font-family: "MoemaxSerif";
	  color: #ffffff !important;
	  font-size: 40px;
    font-weight: 400;
    line-height: 1.25;
	  letter-spacing: .00625rem;
 	  margin-bottom: 1rem !important;
}

.title2 {
	  font-family: "MoemaxSerif";
	  font-size: 32px;
    font-weight: 400;
    line-height: 1.25;
	  letter-spacing: .00625rem;
 	  margin-bottom: 1rem;
}

.title3 {
	  font-family: "MoemaxSerif";
	  font-size: 24px;
    font-weight: 400;
    line-height: 1.25;
	  letter-spacing: .00625rem;
	  margin-bottom: 1rem;
}

.title4 {
	  font-family: "MoemaxSerif";
	  font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
	  letter-spacing: .0125rem;  
}

.lg {
	font-family: "XXXLutzSans";
	color: #302f33;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5;
  letter-spacing: .0125rem;
	margin: 0;
}

.rg {
	font-family: "XXXLutzSans";
	font-size: 16px;
	font-weight: 300;
	line-height: 1.5;
  letter-spacing: .0125rem;
}

.sm {
	font-family: "XXXLutzSans";
	font-size: 0.875rem;
	font-weight: 300;
	line-height: 1.5;
  letter-spacing: .0125rem;
}

p, .xs {
	font-family: "XXXLutzSans";
	color: #89888f;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.5;
  letter-spacing: .0125rem;
}

.xs a {
	color: #302f33 !important;
	font-weight: 500;
	-webkit-text-decoration: underline rgba(48,47,51,.32);
	text-decoration: underline rgba(48,47,51,.32);
	-webkit-transition: all .15s ease;
	-o-transition: all .15s ease;
	transition: all .15s ease;
}

.xs a:hover {
	opacity: .7;
  text-decoration: none;
}

.xxs {
	font-family: "XXXLutzSans";
	font-size: 10px;
	font-weight: 300;
	line-height: 1.2;
  letter-spacing: .0125rem;
}

@media only screen and (max-width: 600px) {
  .img-hide {
    display:none;
  }
	
	.wp-block-cover {
	  min-height: 190px !important;
  }
	 
	#cookie-notice {
		justify-content: flex-end;
		align-items: center;
	}
	
	#cookie-notice .cookie-notice-container {
		max-width: 600px;
	}
}

.skrit {
	display: none !important; 
} 
