/*! 
Theme Name: Tema
Author: ms
Version: 1.0
Text Domain: looka
!*/

/* Boje*/

/* Layout*/

/* Z-index*/

/*@import '../../node_modules/bootstrap/scss/_navbar';*/

/* @import 'vendor/hamburgers/settings';
@import 'node_modules/hamburgers/_sass/hamburgers/hamburgers'; */

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */

/*
 *  Owl Carousel - Core
 */

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }

.owl-carousel .owl-stage {
    position: relative;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
    display: block;
    width: 100%; }

.owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }

.owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none; }

.owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }

.owl-carousel.owl-loaded {
    display: block; }

.owl-carousel.owl-loading {
    opacity: 0;
    display: block; }

.owl-carousel.owl-hidden {
    opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none; }

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }

.owl-carousel.owl-rtl {
    direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */

.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */

.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */

.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */

.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/* radi ok*/

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */

/*
 * 	Default theme - Owl Carousel CSS File
 */

.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }

.owl-theme .owl-nav [class*='owl-']:hover {
      background: #869791;
      color: #FFF;
      text-decoration: none; }

.owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }

.owl-theme .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #D6D6D6;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px; }

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #869791; }

@font-face {
	font-family: 'Alata';
	src: url('assets/fonts/alata-regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Gilroy';
	src: url('assets/fonts/GILROY-LIGHT.TTF') format('truetype');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Gilroy';
	src: url('assets/fonts/GILROY-MEDIUM.TTF') format('truetype');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Gilroy';
	src: url('assets/fonts/GILROY-SEMIBOLD.TTF') format('truetype');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'Gilroy';
	src: url('assets/fonts/GILROY-THIN.TTF') format('truetype');
	font-weight: 200;
	font-style: normal;
}

@font-face {
	font-family: 'Gilroy';
	src: url('assets/fonts/GILROY-BLACK.TTF') format('truetype');
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: 'Gilroy';
	src: url('assets/fonts/GILROY-EXTRABOLD.TTF') format('truetype');
	font-weight: 800;
	font-style: normal;
}

@font-face {
	font-family: 'Gilroy';
	src: url('assets/fonts/GILROY-BOLD.TTF') format('truetype');
	font-weight: 700;
	font-style: normal;
}

.relative {
	position: relative;
}

.overflow {
	overflow: hidden;
}

.color-primary {
	color: color(primary);
}

.color-white {
	color: #fff;
}

.color-black {
	color: color(black);
}

.color-gray2 {
	color: color(gray2);
}

.uppercase {
	font-weight: 300;
}

.fw-700 {
	font-weight: 700;
}

.bg-gray {
	background-color: color(gray);
}

.bg-black {
	background-color: color(black);
}

.bg-white {
	background: #fff;
}

.bg-primary {
	background: color(primary);
}

.text-uppercase {
	text-transform: uppercase;
}

body {
	font-family: 'Inter', sans-serif;
}

@media screen and (min-width: 993px) {

.h1 {
		font-size: 5rem;
		margin-bottom: 1rem
}
	}

h2,
.h2 {
	font-weight: 600;
}

@media screen and (min-width: 993px) {

h2,
.h2 {
		font-size: 32px;
		margin-bottom: 1rem
}
	}

.h3 {
	font-weight: 700;
}

@media screen and (min-width: 993px) {

.h3 {
		font-size: 20px
}
	}

.fw-400 {
	font-weight: 400;
}

.fw-600 {
	font-weight: 600;
}

p {
	line-height: 1.7;
}

.modal-age .modal-header {
		border: 0;
	}

.modal-age .modal-content {
		border-radius: 3px;
	}

.modal-age .modal-body {
		text-align: center;
		padding: 25px 0;
		background: color(primary) !important;
	}

@media screen and (min-width: 993px) {

.modal-age .modal-body {
			padding: 50px 0
	}
		}

.modal-age .modal-body .btn {
			padding: 0.75rem 1rem;
			border: 1px solid rgba(0, 0, 0, 0.3);
			background-color: #fff;
			min-width: 230px;
			margin: 0.5rem 0;
		}

.modal-age .modal-body .btn:hover {
				background-color: color(black);
				color: color(primary);
			}

.modal-age .modal-content {
		border: 0 !important;
	}

@media screen and (min-width: 993px) {

.modal-age .modal-content {
			margin-top: 200px
	}
		}

.gdpr .modal-footer button {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	text-transform: initial;
	font-family: inherit;
	font-size: 14px;
}

.gdpr .nav-pills .nav-link-text {
	font-size: 15px;
}

.footer-links {
	text-align: center;
	justify-content: center;
	margin-top: 1rem;
}

@media screen and (min-width: 577px) {

.footer-links {
		justify-content: center;
		margin-top: 2rem
}
	}

.footer-links a {
		font-size: 14px;
		text-decoration: none;
		color: #333;
	}

.footer-links a:hover {
			text-decoration: underline;
		}

.logo {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	max-width: 250px !important;
}

@media screen and (min-width: 993px) {

.logo {
        max-width: 500px !important
}
	}

body.home .logo {
	display: none !important;
}

@media screen and (min-width: 993px) {

ul.nav.nav-pills {
		position: absolute;
		top: 2rem;
		right: 4rem
}
	}

@media screen and (max-width: 992px) {

ul.nav.nav-pills {
		display: none
}
	}

ul.nav.nav-pills a {
		color: #fff;
		font-family: 'Yantramanav', sans-serif;
		text-transform: uppercase;
		border-radius: 0;
	}

@media screen and (min-width: 993px) {

ul.nav.nav-pills a {
			padding: 0.75rem 1.5rem;
			font-size: 17px
	}
		}

ul.nav.nav-pills a:hover {
			color: color(primary);
		}

ul.nav.nav-pills .active {
		background-color: #fff;
		color: #000;
	}

.header {
	position: relative;
	z-index: 99;
}

@media screen and (min-width: 993px) {

.header {
		padding-top: 30px
}
	}

.navbar-toggler {
	position: absolute;
	right: 0.5rem;
	top: 0;
	padding: 0.25rem;
}

.navbar-toggler:focus {
		box-shadow: none;
	}

.navbar-toggler-icon {
		background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(62, 64, 68)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
	}

/* Vanjski wrapper*/

.navbar {
	padding-bottom: 0 !important;
	/* 	@media screen and (min-width: $screen-lg-min) {
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
	} */
}

/* ul navigacije*/

@media screen and (max-width: 992px) {

.navbar-nav {
		padding: 10px
}
	}

@media screen and (min-width: 993px) {

.navbar-nav {
		margin-left: 75px
}
	}

.navbar-nav .nav-link {
		font: 400 14px/1.85em 'Inter', sans-serif;
		text-decoration: none;
		letter-spacing: 0.05rem;
		transition: color 200ms, opacity 200ms;
		position: relative;
		color: color(black);
	}

@media screen and (min-width: 993px) {

.navbar-nav .nav-link {
			padding-left: 1.5rem !important;
			padding-right: 1.5rem !important;
			font-size: 16px
	}
		}

.navbar-nav .nav-link:hover,
		.navbar-nav .nav-link:focus {
			background-color: transparent;
			color: color(primary);
		}

.navbar-nav .nav-link:hover:after, .navbar-nav .nav-link:focus:after {
				width: 30px;
			}

.navbar-nav .nav-link:after {
			content: '';
			position: absolute;
			background-color: #fff;
			left: 1.5rem;
			bottom: 1rem;
			right: 1.5rem;
			height: 1px;
			width: 0;
			transition: all 250ms;
		}

@media screen and (max-width: 992px) {

.navbar-collapse {
		border-radius: 0.15rem;
		overflow: hidden
}
	}

.header-btn {
	display: none;
}

@media screen and (min-width: 993px) {

.header-btn {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: 2rem;
		display: inline-block
}
	}

.navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

/* Hamburger ikona, na hover se smanji srednja crta a na klik se pokaže križić*/

.btn-hamb__in {
		width: 30px;
		height: 35px;
		overflow: hidden;
		position: relative;
	}

.btn-hamb.is-active span {
			transition: top 0.3s, transform 0.3s, opacity 0s;
			transition-delay: 0s, 0.3s, 0.3s;
		}

.btn-hamb.is-active span:nth-child(1) {
				top: 50%;
				transform: translate(0, -50%) rotate(-45deg);
			}

.btn-hamb.is-active span:nth-child(2) {
				opacity: 0;
			}

.btn-hamb.is-active span:nth-child(3) {
				top: 50%;
				transform: translate(0, -50%) rotate(45deg);
			}

.btn-hamb span {
		position: absolute;
		left: 0%;
		transform: translate(0, -50%);
		width: 30px;
		height: 2px;
		border-radius: 2px;
		background: color(black);
		opacity: 1;
		transition: all 200ms;
	}

.btn-hamb span:nth-child(1) {
			top: 25%;
		}

.btn-hamb span:nth-child(2) {
			top: 50%;
			transition-delay: 0s, 0s, 0s;
			width: 25px;
			left: 10px;
		}

.btn-hamb span:nth-child(3) {
			top: 75%;
		}

.btn-hamb:hover span:nth-child(2) {
				transform: translate(0, -50%);
			}

@media screen and (min-width: 993px) {

.fixed-top {
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
		z-index: 1030
}
	}

.btn-primary {
	background-color: color(primary);
	color: color(black);
	padding: 0.75rem 2.5rem;
	transition: background-color 200ms ease;
	text-transform: uppercase;
	font-family: 'Yantramanav', sans-serif;
	border-radius: 0;
}

.btn-primary:hover {
		background-color: darken(color(primary), 10%);
		color: color(black);
	}

.cookie-notice__btn-save {
	border: 1px solid color(primary);
	background: transparent;
}

/* body {
	background: url(https://maligani.org/wp-content/uploads/2024/12/maligani_pozadina_1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
} */

.wrap {
	/* background-color: #c2c2bb;
	margin: 20px;
	margin-left: 0;
	box-shadow: 0 0 40px 10px rgba(0, 0, 0, 0.7);
	border-radius: 1px;
	@media screen and (min-width: $screen-lg-min) {
		margin: 60px;
		margin-left: 0;
	} */
}

@media screen and (min-width: 993px) {

body:not(.home) .regularpage {
			margin-top: 80px
	}
		}

body:not(.home) h1 {
		padding-top: 20px !important;
	}

@media screen and (min-width: 993px) {

body:not(.home) h1 {
			font-size: 34px !important;
			padding-top: 50px !important
	}
		}

body.woocommerce-cart,
body.woocommerce-checkout {
	color: #333;

	background: url(https://maligani.org/wp-content/uploads/2024/12/maligani_pozadina_1.jpg);
}

body.woocommerce-cart div#payment, body.woocommerce-checkout div#payment {
		color: #333;
	}

body.woocommerce-cart a, body.woocommerce-checkout a {
		color: #333 !important;
	}

.section {
	background-position: center;
	background-size: cover;
}

@media screen and (min-width: 993px) {
	}

@media screen and (min-width: 993px) {

.section .row {
			align-items: center
	}
		}

@media screen and (min-width: 993px) {

.section1-left {
			display: flex;
			align-items: start;
			flex-direction: column;
			justify-content: center
	}
		}

@media screen and (min-width: 993px) {

.section1-right {
			display: flex;
			align-items: start;
			flex-direction: column;
			justify-content: center
	}
		}

.section1 .section1-row1 {
		min-height: initial;
	}

.section1 .section1-row1 > div {
			min-height: initial;
		}

@media screen and (min-width: 993px) {

.section1 .section1-row1 > div {
				height: calc(100vh - 100px)
		}
			}

.section1 .section1-row2 {
		min-height: initial;
	}

.section1 .section1-row2 > div {
			min-height: initial;
		}

@media screen and (min-width: 993px) {

.section1 .section1-row2 > div {
				height: 100px
		}
			}

@media screen and (max-width: 576px) {

.section1 .section1-row2 > div {
				flex-direction: column
		}
			}

.section1 .section-right-inside {
		position: relative;
	}

@media screen and (min-width: 993px) {

.section1 .section-right-inside__img1 {
				max-width: 250px;
				position: absolute;
				top: 0;
				left: 350px
				/*margin-top: -60px;*/
		}
			}

@media screen and (min-width: 993px) {

.section1 .section-right-inside__img2 {
				position: relative;
				margin-left: -200px;
				margin-top: -20px
		}
			}

.section__img2 {
	max-height: 100px;
	width: auto;
}

@media screen and (min-width: 993px) {

.section__img2 {
		margin-left: auto
}
	}

.section1 .title, .section2 .title {
		color: #000;
		font-family: 'Yantramanav', sans-serif;
		line-height: 1;
	}

@media screen and (min-width: 993px) {

.section1 .title, .section2 .title {
			font-size: 40px
	}
		}

.section1 .title div, .section2 .title div {
			-webkit-text-stroke: 1px #fff;
			font-weight: 700;
			font-size: 56px;
		}

@media screen and (min-width: 993px) {

.section1 .title div, .section2 .title div {
				font-size: 144px;
				-webkit-text-stroke: 2.5px #fff
		}
			}

.section-text p {
		font-size: 14px;
		font-weight: 500;
	}

@media screen and (min-width: 993px) {

.section-text p {
			max-width: 380px
	}
		}

.section-text--white {
		color: #fff;
	}

.section-text p {
	font-size: 20px;
}

@media screen and (max-width: 568px) {
	.section-text p {
		font-size: 20px;
		padding: 25px;
	}
}

.section-left-inside {
	margin-left: auto;
}

@media screen and (min-width: 993px) {

.section-left-inside {
		margin-top: 40px;
		text-align: center
}
	}

@media screen and (max-width: 992px) {

.section-left-inside--1 {
			text-align: center;
			padding: 70px 0 30px
	}
		}

@media screen and (max-width: 992px) {

.section-left-inside--2 {
			text-align: center;
			padding: 50px 0 50px
	}
		}

.sectionbg {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

@media screen and (min-width: 993px) {

.section__img1 {
		position: absolute;
		right: 0;
		top: -3rem;
		max-width: 200px;
		right: 1rem
}
	}

.section1__linkwrap {
	background: color(primary);
}

@media screen and (min-width: 577px) and (max-width: 992px) {

.section1__linkwrap {
		justify-content: space-around
}
	}

.section1__linkwrap a {
		color: #000;
		text-transform: uppercase;
		text-decoration: none;
		font-weight: 600;
		padding: 1rem;
		font-family: 'Yantramanav', sans-serif;
		font-size: 20px;
		display: flex;
		align-items: center;
	}

@media screen and (min-width: 993px) {

.section1__linkwrap a {
			padding: 2rem;
			margin-left: 2rem
	}
		}

.section1__linkwrap a:hover {
			background: color(primary);
		}

.section1__linkwrap a svg {
			margin-left: 1rem;
		}

@media screen and (max-width: 768px) {

.section1__linkwrap img {
			max-width: 200px
	}
		}

@media screen and (max-width: 576px) {

.section1__linkwrap img {
			margin-top: -1rem
	}
		}

@media screen and (min-width: 993px) {

.section2-piva {
		position: absolute;
		top: 50%;
		left: 0;
		transform: translate(-50%, -50%);
		max-height: 800px;
		width: auto
}
	}

.section2-right-inside {
	color: #fff;
}

@media screen and (min-width: 993px) {

.section2-right-inside {
		text-align: right;
		max-width: 600px;
		padding-left: 200px
}
	}

.section2-right-inside .btn {
		color: #fff;
	}

@media screen and (min-width: 993px) {

.section2-right-inside .btn {
			margin-top: 3rem
	}
		}

.num {
	font-family: 'Yantramanav', sans-serif;
	font-size: 38px;
	position: relative;
}

@supports (-webkit-text-stroke: 1px #fff) {
	.num {
		color: transparent;
		-webkit-text-stroke: 1px #fff;
		text-shadow: none;
	}
}

.section3 .title {
		color: color(primary);
		font-family: 'Yantramanav', sans-serif;
		line-height: 1;
	}

@media screen and (min-width: 993px) {

.section3 .title {
			font-size: 48px
	}
		}

.section3 .title div {
			font-size: 56px;
		}

@supports (-webkit-text-stroke: 3px #fff) {

.section3 .title div {
				color: transparent;
				-webkit-text-stroke: 1px #fff;
				text-shadow: none
		}
				@media screen and (min-width: 993px) {

.section3 .title div {
					-webkit-text-stroke: 3px #fff
		}
				}
			}

@media screen and (min-width: 993px) {

.section3 .title div {
				font-size: 144px
		}
			}

.section3 .container {
		max-width: 1200px;
	}

.section3_piva {
	transform: scale(0.7) rotate(25deg);
}

@media screen and (max-width: 992px) {

.row.section3-row3 {
		padding: 20px 0 10px
}
	}

@media screen and (min-width: 993px) {

.section3_tim {
		transform: scale(1.3)
}
	}

@media screen and (min-width: 1401px) {

.section3_tim {
		transform: scale(1.6)
}
	}

.section-left-inside__img1 {
}

.section4-left {
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-bottom: 50px;
}

@media screen and (min-width: 993px) {
	}

@media screen and (min-width: 993px) {
		}

@media screen and (max-width: 992px) {

.section1-right--2 {
		text-align: center;
		padding: 40px 0
}
	}

@media screen and (max-width: 992px) {

.section1-right--2 img {
			max-height: 400px;
			width: auto
	}
		}

@media screen and (min-width: 993px) {
	}

@media screen and (min-width: 993px) {

.slikica2 {
		margin-bottom: -50px
}
	}

@media screen and (min-width: 993px) {

.slikica3 {
		transform: scale(1.1);
		margin-top: 25px;
		margin-bottom: 20px
}
	}

@media screen and (min-width: 993px) {

.slikica4 {
		max-width: 700px
}
	}

@media screen and (min-width: 993px) {

.slikica8 {
		max-width: 600px
}
	}

.slikica9 {
    max-width: 70%;
}

@media screen and (min-width: 993px) {

.slikica9 {
		max-width: 600px
}
	}

.section4 {
	background-repeat: no-repeat;
	background-position: right bottom;
}

@media screen and (min-width: 993px) {

.section4 {
		background-size: 900px
}
	}

@media screen and (max-width: 992px) {

.section4 {
	    padding-bottom: 20px
}
	}

.msproduct {
	color: #fff;
	color: #2f3944;
}

.msproduct h2 {
		font-family: 'Yantramanav', sans-serif;
		text-transform: uppercase;
	}

@media screen and (min-width: 993px) {

.msproduct h2 {
			font-size: 48px
	}
		}

.msproduct__price {
		line-height: 1.3;
		margin-bottom: 2rem;
		margin-top: 1rem;
	}

@media screen and (min-width: 993px) {

.msproduct__price {
			margin-top: 2rem
	}
		}

.msproduct__price .amount {
			font-size: 24px;
			font-family: 'Yantramanav', sans-serif;
		}

@media screen and (min-width: 993px) {

.msproduct__price .amount {
				font-size: 36px
		}
			}

.msproduct form.cart {
		display: flex;
		align-items: center;
	}

@media screen and (max-width: 576px) {

.msproduct form.cart {
			justify-content: center
	}
		}

.msproduct span.ms-price-currency-out {
		display: block;
		font-size: 0.9rem;
	}

.msproduct .btn-buyproduct {
		background-color: transparent !important;
		border: 0 !important;
		font-size: 22px;
		padding: 6px 12px;
		height: 55px;
		display: flex;
		align-items: center;
		justify-content: center;
		color: #fff;
	}

@media screen and (min-width: 993px) {

.msproduct .btn-buyproduct {
			padding: 6px 16px;
			font-size: 27px
	}
		}

.msproduct .qty {
		background: #eee;
		border: 0;
		width: 55px !important;
		height: 55px;
		color: color(black);
		margin: 0 !important;
		font-size: 1rem !important;
		text-align: center;
		outline: none !important;
	}

.msproduct .single_add_to_cart_button {
		border-radius: 0;
		padding: 0.75rem 1.5rem;
		border-color: transparent !important;
		text-transform: uppercase;
		font-weight: 600;

		background: #2f3944 !important;
		color: #fff !important;
		font-weight: 600 !important;
	}

@media screen and (max-width: 576px) {

.msproduct .single_add_to_cart_button {
			font-size: 14px
	}
		}

.msproduct .single_add_to_cart_button:hover {
			color: #fff !important;
			border-color: transparent !important;
		}

.msproduct input[type='number']::-webkit-inner-spin-button,
	.msproduct input[type='number']::-webkit-outer-spin-button {
		-webkit-appearance: none;
		margin: 0;
	}

.woocommerce-message,
.woocommerce-info {
	border-color: color(primary);
}

.woocommerce-message::before,
.woocommerce-info::before {
	color: color(primary);
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
	background-color: color(primary);
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
	background-color: darken(color(primary), 5%) !important;
}

td.product-name a {
	pointer-events: none;
	text-decoration: none;
	color: #fff !important;
}

@media screen and (min-width: 993px) {

.woocommerce-cart table.cart td.actions .coupon .input-text {
		min-width: 150px
}
	}

.woocommerce-message a.button.wc-forward.wp-element-button {
	display: none !important;
}

.woocommerce form .form-row input.input-text {
	padding-left: 15px;
	min-height: 40px;
}

@media screen and (max-width: 768px) {
	.woocommerce form .form-row label {
		line-height: 1;
		margin-bottom: 1rem;
	}
	h3#ship-to-different-address {
		font-size: 18px;
		font-weight: 400;
	}
}

textarea#order_comments {
	padding-top: 10px;
	padding-left: 10px;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
	background-color: color(primary);
}

p.woocommerce-shipping-destination {
	display: none;
}

.woocommerce table.shop_table td {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

table.shop_table.woocommerce-checkout-review-order-table img {
	max-width: 100px;
}

td.product-name a {
	color: #333 !important;
}

body.woocommerce-cart .coupon .button {
	border: 0 !important;
	height: 36px;
}

body.woocommerce-cart button.button[name='update_cart'] {
	border: 0 !important;
	height: 36px;
}

a.checkout-button.button.alt.wc-forward {
	border-radius: 0;
	padding: 0.75rem 1.5rem;
	border-color: transparent !important;
	text-transform: uppercase;
	font-weight: 500;
	background: #2f3944 !important;
	color: #fff !important;
	text-decoration: none !important;
}

body.woocommerce-cart tbody,
body.woocommerce-cart td,
body.woocommerce-cart tfoot,
body.woocommerce-cart th,
body.woocommerce-cart thead,
body.woocommerce-cart tr {
	border-color: #bbb !important;
	border-style: solid;
	border-width: 0;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
	border-color: #2f3944 !important;
}

.woocommerce-info:before {
	display: none !important;
}

.woocommerce-message::before {
	content: '\e015';
	color: #8fae1b;
	display: none !important;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
	padding-left: 2em !important;
}

body.woocommerce-checkout button#place_order {
	background: #2f3944 !important;
	color: #fff !important;
	padding: 10px 20px;
	border: 0 !important;
}

body.woocommerce-checkout h3 {
		text-transform: uppercase;
		font-weight: 400;
	}

@media screen and (min-width: 993px) {

body.woocommerce-checkout h3 {
			font-size: 18px
	}
		}

body.woocommerce-checkout .woocommerce form .form-row {
		margin: 0 0 1px;
	}

body.woocommerce-checkout .woocommerce form .form-row input.input-text, body.woocommerce-checkout .woocommerce form .form-row textarea {
		border-style: solid !important;
		border-width: 1px !important;
	}

h3#order_review_heading {
    margin-top: 20px;
}

.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
    font-weight: 500 !important;
}

.woocommerce ul.order_details {
    margin-left: 0 !important;
    padding: 0 !important;
}
