/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
optgroup,
textarea {
	color: #000;
	font-family: "Vitotype", sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.2;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-moz-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
	margin-top: 0;
}

p {
	margin: 0;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* sizes */

h1 {
	font-size: 60px;
}

.blog .page-title,
h2 {
	font-size: 42px;
}

h3 {
	font-size: 36px;
}

h4 {
	font-size: 30px;
}

h5 {
	font-size: 24px;
}

h6 {
	font-size: 18px;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1.1;
	font-weight: 500;
}

.icon-filter {
	width: 15px;
	height: 15px;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
	margin: 0;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
	border-collapse: collapse;
}

.clear:before,
.clear:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after {
	clear: both;
}

strong {
	font-weight: 600;
}

/*--------------------------------------------------------------
# Links
--------------------------------------------------------------*/

a {
	text-decoration: none;
}

a,
a:visited,
a:hover,
a:focus,
a:active {
	color: inherit;
}

a:focus,
a:hover,
a:active {
	outline: 0;
}

.akcija-single .site-title {
	color: #f46517;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Main Content
--------------------------------------------------------------*/

#facebook-jssdk-iframe {
	display: none;
}

.page-template-akcija-page .container.container-large {
	margin: 30px auto;
}

.akcija-single .site-header {
	/*
	background: white url("img/hero.jpg") no-repeat right center;
	background-size: contain;
	height: 900px;
	*/
}

.page-template-akcija-page .site-header {
	padding: 0;
	margin: 0;
	margin-top: 20px;
}

.akcija-single .site-header > .container {
	position: relative;
	padding-bottom: 0;
	margin-bottom: 16vh;
	margin-bottom: 5vh;
}

.akcija-single #vito-logo {
	width: 250px;
	height: 100px;
}

.akcija-single .hero-text-wrapper {
	padding: 0;
}

/*	Add white logo */
/*
.akcija-single .hero-text-wrapper #vito-logo path {
	fill: #fff;
}
*/


.akcija-single .hero-img {
	font-size: 0;
}

.akcija-single .hero-img img {
	z-index: -1;
	width: 100%;
}

.akcija-single .s-hero-text-wrapper {
	padding: 50px 50px;
}

.akcija-single .s-hero-img {
	z-index: -1;
	width: 100%;
	height: 100%;
}

.akcija-single .fb-like {
	text-align: center !important;
	margin: 0 auto !important;
	display: block !important;
	margin-bottom: 40px;
	background-color: #f6f6f6;
	padding: 50px;
}

.akcija-single .site-title {
	position: absolute;
	top: 10px;
	left: 30px;
	margin-bottom: 0;
}

.akcija-single .hero-text-float {
	background-color: #c4dd84;
	background-color: #d9eff8;
	background-color: #e2d1be;
	background-color: #ffdc5e;
	padding: 40px 50px 40px 50px;
	display: inline-block;
	margin-top: -140px;
	width: 100%;
	max-width: 720px;
}

.page-template-akcija-page-9-5-13-5 .hero-text-float {
	background-color: #6a9c9c;
}

.page-template-akcija-page-21-5 .hero-text-float {
	background-color: #84a74b;
}

.page-template-akcija-page-30-5 .hero-text-float {
	background-color: #e9c9b0;
}

.page-template-akcija-page-20-6 .hero-text-float {
	background-color: #f9bc7b;
}

.page-template-akcija-page-4-7 .hero-text-float {
	background-color: #b6cdd4;
}

.page-template-akcija-page-11-7 .hero-text-float {
	background-color: #ffdc5e;
}

.page-template-akcija-page-23-8 .hero-text-float {
	background-color: #ceecf7;
}

.page-template-akcija-page-5-12 .hero-text-float {
	background-color: #ee7c31;
	color: #fff;
}

.page-template-akcija-page-5-12 .akcija-single .date-separator {
	background: #fff;
}


.page-template-akcija-page-5-12 .akcija-single .hero-text ~ a {
	background: #fff;
	color: #000;
}
.page-template-akcija-page-5-12 .akcija-single .hero-text ~ a:hover {
	background: #000;
	color: #fff;
}


.akcija-single .hero-text-float .hero-text {
	margin-top: 3.5em;
	margin-bottom: 1.8em;
}

.akcija-single .sale-date-period {
	font-size: 36px;
	font-weight: 600;
	float: left;
}

.akcija-single .sale-date-period sup {
	font-weight: 400;
	font-size: 0.6em;
	margin-left: 5px;
}

.akcija-single .sale-date-period .crossline {
	position: relative;
	color: #aaa;
}

.akcija-single .sale-date-period .crossline:before,
.akcija-single .sale-date-period .crossline:after {
	content: '';
	display: block;
	position: absolute;
	top: 45%;
	left: 50%;
	height: 120%;
	width: 3px;
	background: #000;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-moz-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	-o-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);

}

.akcija-single .sale-date-period .crossline:after {
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	-moz-transform: translate(-50%, -50%) rotate(-45deg);
	-ms-transform: translate(-50%, -50%) rotate(-45deg);
	-o-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
}

.akcija-single .date-separator {
	width: 3em;
	height: 2px;
	display: inline-block;
	vertical-align: middle;
	background: #000;
}

.akcija-single .hero-text {
	margin-top: 14vh;
	margin-bottom: 100px;
	max-width: 600px;
	letter-spacing: -0.02em;
}
/*
.akcija-single .hero-text,
.akcija-single .sale-date-period {
	color: white;
}

.akcija-single .date-separator {
	background: #fff;
}

*/

.akcija-single .hero-text {
	position: relative;
}

.akcija-single .hero-text p {
	font-size: 34px;
	font-weight: 400;
	margin-bottom: 24px;
}

.akcija-single .hero-text h1 {
	font-size: 64px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: -0.03em;
	margin: 0;
}

.akcija-single .hero-text h1 small {
	font-size: 0.6em;
	font-weight: 600;
	letter-spacing: -0.02em;
	display: block;
}

.akcija-single .hero-text ~ a {
	font-size: 19px;
	font-weight: 500;
	letter-spacing: -0.02em;
	padding: 0.8em 2em;
	border-radius: 32px;
	background: #f25a17;
	color: #fff;
	/*
	background: #fff;
	color: #f25a17;
	*/
	display: inline-block;
	-webkit-transition: 0.15s linear;
	-moz-transition: 0.15s linear;
	-ms-transition: 0.15s linear;
	-o-transition: 0.15s linear;
	transition: 0.15s linear;
}

.akcija-single .hero-text ~ a:hover {
	background: #000;
	color: #fff;
}

.akcija-single .s-hero-text {
	margin-top: 100px;
	margin-bottom: 120px;
	letter-spacing: -0.02em;
	max-width: 850px;
}

.akcija-single .s-hero-text p {
	font-size: 36px;
	font-weight: 400;
	margin-bottom: 16px;
}

.akcija-single .s-hero-text h1 {
	font-size: 120px;
	font-weight: 500;
	line-height: 0.9;
	letter-spacing: -0.03em;
	margin: 0;
}

.akcija-single .s-hero-text h1 small {
	font-size: 0.6em;
	font-weight: 600;
	letter-spacing: -0.02em;
	display: block;
}

.akcija-single .s-hero-text img {
	margin-bottom: -40px;
}

.akcija-single .s-hero-text ~ a {
	font-size: 19px;
	font-weight: 500;
	letter-spacing: -0.02em;
	padding: 1em 2.4em;
	border-radius: 32px;
	border: 1px solid #000;
	display: inline-block;
	-webkit-transition: 0.15s linear;
	-moz-transition: 0.15s linear;
	-ms-transition: 0.15s linear;
	-o-transition: 0.15s linear;
	transition: 0.15s linear;
}

.akcija-single .s-hero-text ~ a:hover {
	background: #000;
	color: #fff;
}


.akcija-single .hero-sale-badge {
	float: right;
	margin-top: -80px; /* 65 */
	margin-right: 0;
}

.akcija-single .hero-sale-badge img {
	max-width: 140px; /* 100 */
}

.akcija-single .hero-text-wrapper .grid-item,
.akcija-single .s-hero-text-wrapper .grid-item {
	max-width: 600px;
}

.akcija-single .container.container-large {
	max-width: 1690px;
	margin: 60px auto;
}

.akcija-single .container.container-large.no-mt {
	margin-top: 0;
}

.akcija-single .no-mt .hero-text-wrapper,
.akcija-single .no-mt .s-hero-text-wrapper {
	padding: 0;
}

.akcija-single .no-mt .hero-text-wrapper p,
.akcija-single .no-mt .s-hero-text-wrapper p {
	padding-top: 0;
}

.akcija-single .grid-wrapper {
	margin-left: -36px;
	margin-right: -36px;
	margin-bottom: 50px;
	margin-left: 0;
	margin-right: 0;
}

.akcija-single #colophon .grid-wrapper {
	margin-left: -20px;
	margin-right: -20px;
}

.akcija-single #colophon .grid-item {
	padding: 20px;
	text-align: left;
}

.akcija-single #colophon .item-type {
	line-height: 1.3;
}

.akcija-single .grid-item {
	width: 25%;
	float: left;
	display: inline-block;
	padding: 35px;
	margin-bottom: 40px;
}

.akcija-single .grid-item.half-width {
	width: 50%;
	float: left;
	display: inline-block;
	padding: 40px;
	margin-bottom: 40px;
}

.akcija-single .grid-item.full-width {
	width: 100%;
	float: none;
}

.akcija-single .grid-item,
.akcija-single .grid-item-item {
	float: left;
	display: inline-block;
	padding: 20px 3.3vw;
	margin-bottom: 40px;
	width: 33.3333%;
	width: calc(100% / 3);
	text-align: center;
}

.akcija-single .grid-item-twice,
.akcija-single .grid-item.width-2 {
	width: 66.66666%;
	width: calc(( 100% / 3 ) * 2);
}

.akcija-single .grid-item-full {
	width: 100%;
}

.akcija-single .twice-img,
.akcija-single .twice-text,
.akcija-single .full-img,
.akcija-single .full-text {
	display: inline-block;
	vertical-align: middle;
}

.akcija-single .grid-item-twice .twice-text {
	vertical-align: top;
}

.akcija-single .twice-img {
	width: 64%;
}

.akcija-single .twice-img img {
	padding-left: 10px;
	padding-right: 10px;
}

.akcija-single .twice-text {
	margin-top: -10px;
	width: 34%;
	text-align: left;
	padding-left: 20px;
}

.akcija-single .full-text {
	width: 32%;
	text-align: left;
}

.akcija-single .full-text .grid-item-text > * {
	vertical-align: middle;
}

.akcija-single .twice-text > .grid-item-text-1,
.akcija-single .full-text > .grid-item-text-1 {
	margin-bottom: 0.4em;
}

.akcija-single .twice-text > .grid-item-text > *,
.akcija-single .full-text > .grid-item-text > * {
	vertical-align: middle;
}

.akcija-single .twice-text .grid-item-text-1 .item-name {
	font-size: 18px;
}

.akcija-single .twice-text > .grid-item-text-1 .item-name {
	font-size: 32px;
}

.akcija-single .full-text > .grid-item-text-1 .item-name {
	font-size: 42px;
}

.akcija-single .twice-text > .grid-item-text:not(:last-child),
.akcija-single .full-text > .grid-item-text:not(:last-child) {
	margin-bottom: 0.2em;
}

.akcija-single .grid-item-text-0 {
	width: 48px;
}

.akcija-single .grid-item-text-0 span {
	display: inline-block;
	font-size: 12px;
	font-weight: 500;
	width: 2em;
	height: 2em;
	border-radius: 50%;
	border: 2px solid #f25a17;
	/*background-color: #f25a17;*/
	line-height: 1;
	padding: 5px 0;
	text-align: center;
}

.akcija-single .grid-item-item:nth-last-child(3) {
	clear: left;
}

.akcija-single .site-footer .grid-item.long {
	width: 75%;
}

@media (min-width: 1201px)  {
	.akcija-single .site-footer .grid-item.long.placanje-karticama {
		width: 50%;
	}

	.akcija-single #colophon .grid-item.new-item {
		margin-top: -50px;
	}
}

.akcija-single #colophon .grid-item.new-item {
	clear: none;	
}

.akcija-single #colophon .grid-item.new-item p.item-type {
	background: #FFDB5D;
	padding: 5px 10px;
	position: relative;
}

.akcija-single #colophon .grid-item.new-item p.item-type .stiker {
	position: absolute;
    width: 150px;
    height: auto;
    top: -85px;
    right: 0;
}

.akcija-single .site-footer .grid-item {
	margin-bottom: 0;
}

.akcija-single .grid-item:nth-child(3n + 1) {
	clear: left;
}

.akcija-single .grid-wrapper-double .grid-item:nth-child(3) {
	clear: left;
}

.akcija-single .grid-wrapper-double .grid-item:nth-child(3n + 1),
.akcija-single .grid-wrapper-full .grid-item:nth-child(3n + 1) {
	clear: none;
}

.akcija-single .grid-item img {
	/* margin-bottom: 20px; */
}

.akcija-single .grid-item-icon {
	text-align: left;
}

.akcija-single .grid-item-icon.empty {
	height: 25px;
}

.akcija-single .grid-item-icon img {
	width: calc(154px / 2);
	margin-bottom: 0;
}

.akcija-single .grid-item-text {
	display: flex;
	justify-content: space-between;
	text-align: left;
	width: 100%;
}

.twice-text .grid-item-text:not(:last-of-type) {
	border-bottom: 1px solid rgba(0,0,0,.08);
	padding-bottom: 16px;
}

.akcija-single .grid-item-text-float {
	margin-bottom: 15px;
}

.akcija-single .grid-item-text > * {
	display: table-cell;
	vertical-align: top;
}

.akcija-single .item-name {
	font-size: 22px;
	font-weight: 600;
	letter-spacing: -0.02em;
	margin-bottom: 0;
}

.akcija-single .item-type {
	font-size: 14px;
	font-weight: 400;
}

.akcija-single .item-size {
	font-size: 12px;
	line-height: 14px;
}

.akcija-single .item-discl {
	font-size: 12px;
	text-align: left;
}

.akcija-single .grid-item-text-3 {
	text-align: right;
}

.akcija-single .item-old-price {
	font-size: 18px;
	font-weight: 400;
	color: #666;
	margin-bottom: 2px;
}

.twice-text .item-old-price {
	font-size: 16px;
}

.akcija-single .item-new-price {
	font-size: 24px;
	font-weight: 600;
}

.akcija-single .small-text {
	font-size: 11px;
}

.akcija-single .grid-item.long .zaliha {
	display: inline-block;
	border-radius: 3px;
	font-weight: 500;
	width: auto;
	padding: 12px 20px;
	/*background-color: #fddb4e;*/
	border: 2px solid #000;
}

.akcija-single .grid-item.long .item-name {
	margin-bottom: 0;
}

.akcija-single .grid-item.long .item-type:nth-child(2) {
	margin-bottom: 10px;
}

.akcija-single .site-footer .grid-item .item-type:nth-child(3) {
	margin-bottom: 10px;
}

.akcija-single .grid-item.long .item-type {
	max-width: 650px;
}

.akcija-single .credit-cards {
	margin-bottom: 10px;
}

.akcija-single .credit-cards ~ h4 {
	margin-top: 0;
	margin-top: 6px;
}

.akcija-single .item-type sup {
	font-weight: 400;
	font-size: 0.6em;
}

/* poklon */

.page-template-akcija-page-5-9 .hero-text-float {
	background-color: #cddfe9;
}

.poklon-design {

}

.akcija-single .hero-text-wrapper {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: flex-end;
	align-items: flex-end;
}

.akcija-single .site-title {
	-webkit-order: 2;
	-moz-order: 2;
	-ms-order: 2;
	-o-order: 2;
	order: 2;
	margin-left: auto;
}

.akcija-single .poklon-design .grid-item-text > div:last-child {
	text-align: right;
}

.poklon-design .grid-wrapper:nth-child(2) {
	background-color: #8dc2bd;
}
.poklon-design .grid-wrapper:nth-child(3) {
	background-color: #ecd8b2;
}
.poklon-design .grid-wrapper:nth-child(4) {
	background-color: #c6d1a2;
}
.poklon-design .grid-wrapper:nth-child(5) {
	background-color: #d2ab85;
}
.poklon-design .grid-wrapper:nth-child(6) {
	background-color: #f7e99a;
}
.poklon-design .grid-wrapper:nth-child(7) {
	background-color: #b1c6d1;
}

.akcija-single .poklon-design .grid-item:nth-child(2) {
	position: relative;
}

.akcija-single .poklon-design .grid-item:nth-child(2):before {
	content: '+';
	position: absolute;
	top: calc(50% - 0.5em);
	left: -0.5em;
	font-size: 80px;
	width: 1em;
	height: 1em;
	text-align: center;

}

.akcija-single .poklon-design  .grid-item {
	margin-bottom: 0;
}

/* responsive */

@media screen and (min-width: 1201px) {
	.akcija-single .hero-text img {
		margin-top: -0.3em;
		margin-bottom: -0.3em;
		margin-left: 0.4em;
		width: 100px;
	}

	.akcija-single .site-footer .grid-item,
	.akcija-single .site-footer .grid-item-item {
		width: calc(100% / 4);
	}

	.akcija-single .site-footer .grid-item:nth-child(3n + 1) {
		clear: none;
	}

	.akcija-single .site-footer .grid-item:nth-child(4n + 1) {
		clear: left;
	}

}

@media screen and (max-width: 1680px) {
	.akcija-single .container.container-large {

	}

	.akcija-single .grid-item-item {
		padding: 20px 40px;
	}
}

@media screen and (max-width: 1400px) {
	.akcija-single .hero-text-float {
		padding: 25px 30px;
	}

	.akcija-single .hero-text {
		/*max-width: 330px;*/
	}

	.akcija-single .hero-text h1 {
		font-size: 45px;
	}

	.akcija-single .hero-text img {
		max-width: 80px;
	}

	.akcija-single .hero-sale-badge img {
		max-width: 100px;
	}

	.akcija-single .hero-text ~ a {
		font-size: 18px;
		padding: 0.8em 2em;
	}
}

@media screen and (max-width: 1400px) {
	.akcija-single .grid-item-item {
		padding: 20px 20px;
	}
}

@media screen and (max-width: 1200px) {

	.akcija-single .site-header > .container {
		margin-bottom: 5vh;
		min-height: unset;
	}

	.akcija-single .hero-text-wrapper {
		padding: 0;
		margin-top: -25vw;
		max-width: 400px;
		padding-left: 20px;
	}

	.akcija-single .hero-img {
	}

	.akcija-single .site-title {
		float: none;
		top: 20px;
		left: 20px;
	}

	.akcija-single .hero-text-float {
		padding: 30px;
		position: relative;
		bottom: auto;
		left: auto;
	}

	.akcija-single .hero-text {
		max-width: unset;
		min-width: 500px;
	}

	.akcija-single .hero-text img {
	}

	/* old */

	.akcija-single .hero-text {
		/*max-width: 320px;*/
	}

	.akcija-single .hero-text p {
		font-size: 28px;
	}

	.akcija-single .hero-text h1 {
		font-size: 40px;
	}

	.akcija-single .hero-text img {
		margin-top: -0.3em;
		margin-bottom: -10px;
		max-width: 80px;
	}

	.akcija-single .hero-text ~ a {
		display: none;
	}

	.akcija-single .s-hero-text {
		max-width: 600px;
	}

	.akcija-single .s-hero-text p {
		font-size: 28px;
	}

	.akcija-single .s-hero-text h1 {
		font-size: 80px;
	}

	.akcija-single .s-hero-text img {
		width: 71px;
	}

	.akcija-single .s-hero-text ~ a {
		display: none;
	}

	.akcija-single .grid-item,
	.akcija-single .grid-item.width-2 {
		width: 50%;
	}

	.akcija-single .site-footer .grid-item.long {
		width: 66.6666%;
	}

	.akcija-single .grid-item:nth-child(3n + 1) {
		clear: none;
	}

	.akcija-single .grid-item:nth-child(2n + 1) {
		clear: left;
	}
}

@media screen and (max-width: 900px) {

	.akcija-single .container.container-large {
		margin-top: 30px;
		margin-bottom: 30px;
	}

	.akcija-single .site-title {
		top: 0;
		left: 0;
	}

	.akcija-single .site-header {
		height: auto;
	}

	.akcija-single #vito-logo {
		width: 125px;
		height: 42px;
	}

	.akcija-single .hero-img {
		overflow: hidden;
	}

	.akcija-single .hero-img img {
		/*
		width: 130%;
		max-width: 130%;
		float: right;
		*/
	}

	.akcija-single .s-hero-img {
		opacity: .2;
	}

	.akcija-single .hero-text-wrapper {
		padding: 0;
		margin-top: 0;
	}

	.akcija-single .hero-text-wrapper {
		max-width: 100%;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.akcija-single .hero-text-float {
		padding: 20px;
		margin-top: 0;
		width: 100%;
		-webkit-order: 3;
		-moz-order: 3;
		-ms-order: 3;
		-o-order: 3;
		order: 3;
	}

	.akcija-single .hero-sale-badge {
		margin-left: 0;
	}

	.akcija-single .hero-text img {
		max-width: 75px;
		margin-bottom: -15px;
	}

	.akcija-single .s-hero-text-wrapper {
		padding: 15px;
	}

	.akcija-single .site-title {
		float: none;
		/*margin-bottom: 70px;*/
		font-size: 0;
	}

	.akcija-single .site-title {
		text-align: left;
		margin-right: auto;
		margin-left: 0;
		/*margin-bottom: 10px;
		margin-top: -10px;*/
	}

	.akcija-single .site-title img {
		width: 160px;
	}

	.akcija-single .site-header > .container {
		padding-bottom: 0;
	}

	.akcija-single .sale-date-period {
		font-size: 24px;
	}

	.akcija-single .hero-text,
	.akcija-single .s-hero-text {
		max-width: 100%;
		margin-top: 40px;
		margin-bottom: 50px;
	}
	.akcija-single .hero-text {
		/*max-width: 300px;*/
		min-width: unset;
	}

	.akcija-single .hero-text p,
	.akcija-single .s-hero-text p {
		font-size: 20px;
	}

	.akcija-single .hero-text h1,
	.akcija-single .s-hero-text h1 {
		font-size: 34px;
		line-height: 1;
	}

	.akcija-single .grid-item,
	.akcija-single .grid-item.width-2 {
		width: 50%;
	}

	.akcija-single .grid-item,
	.akcija-single .grid-item-item {
		padding-left: 30px;
		padding-right: 30px;
	}

	.akcija-single .site-footer .grid-item.long {
		width: 100%;
	}

	.akcija-single .grid-item:nth-child(3n + 1) {
		clear: none;
	}

	.akcija-single .grid-item:nth-child(2n + 1) {
		clear: left;
	}

	.akcija-single .poklon-design .grid-item:nth-child(2):before {
		top: -0.5em;
		left: calc(50% - 0.5em);
		font-size: 60px;
	}

	.akcija-single .poklon-design .grid-item {
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.akcija-single .grid-item.half-width {
		width: 100%;
	}

	.akcija-single .hero-text-wrapper .grid-item.half-width {
		padding: 0 0 20px;
		margin-bottom: 0;
	}

	.akcija-single .grid-item-item {
		float: none;
		display: block;
		padding: 20px 0;
		width: 100%;
	}

	.akcija-single .hero-img {

	}

	.akcija-single .s-hero-img {

	}

	.akcija-single .twice-img,
	.akcija-single .twice-text,
	.akcija-single .full-img,
	.akcija-single .full-text {
		display: block;
		width: 100%;
	}

	.akcija-single .hero-text:after,
	.akcija-single .hero-text:before {
		border-width: 25px 15px 0 15px;
	}

	.akcija-single .grid-item-twice .grid-item-text > *,
	.akcija-single .grid-item-full .grid-item-text > * {
		vertical-align: baseline;
	}

	.akcija-single .grid-item-twice .item-name,
	.akcija-single .grid-item-full .item-name {
		margin-bottom: 0;
	}

	.akcija-single .grid-item-twice .item-old-price,
	.akcija-single .grid-item-twice .item-new-price,
	.akcija-single .grid-item-full .item-old-price,
	.akcija-single .grid-item-full .item-new-price {
		/* display: inline-block; */
	}

	.akcija-single .grid-item-twice .item-old-price,
	.akcija-single .grid-item-full .item-old-price {
		font-size: 16px;
	}

	.akcija-single .grid-item-twice .item-new-price,
	.akcija-single .grid-item-full .item-new-price {
		font-size: 22px;
	}

}

@media screen and (max-width: 600px) {


	.akcija-single .container.container-large {

	}

	.akcija-single .hero-text-wrapper {
		padding: 0;
		margin-top: 0;
	}

	.akcija-single .grid-item,
	.akcija-single .grid-item.width-2 {
		width: 100%;
		float: none;
	}

	.akcija-single .grid-wrapper {
		margin-left: -5px;
		margin-right: -5px;
	}

	.akcija-single .grid-item, .akcija-single .grid-item-item {
		padding-left: 0;
		padding-right: 0;
	}

	.akcija-single .grid-item.half-width {
		width: 100%;
		float: left;
		display: inline-block;
		padding: 35px;
		margin-bottom: 40px;
	}

	.akcija-single .fb-like {
		padding: 20px 10px;
		overflow: hidden;
	}
}

@media screen and (max-width: 550px) {
	.akcija-single .hero-sale-badge {
		margin-top: -15px;
		padding-left: 5px;
	}

	.akcija-single .hero-sale-badge img {
		max-width: 60px;
	}
}

@media screen and (max-width: 350px) {

	.akcija-single .site-header {
		padding-top: 0;
	}

	.akcija-single .date-separator {
		width: 1.1em;
	}

	.akcija-single .hero-text-float {
		padding-right: 5px;
		padding-bottom: 5px;
	}
}
