@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@media (min-width: 1280px) {
	.container {
	    width: 1240px;
	}
}
@media (min-width: 1360px) {
	.container {
	    width: 1340px;
	} 
}
@media (min-width: 1350px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1300px;
    }
}
@media (min-width: 1560px) {
    .container {
        width: 1500px !important;
    }
}
@media (min-width: 1700px) {
    .container {
        width: 1550px;
    }
}
@media (min-width: 1900px) {
    .container {
        width: 1760px !important;
    }
}
@media (min-width: 1600px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1460px;
    }
}
@media (min-width: 1900px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1760px !important;
    }
}
body {
	font-family: "Montserrat", sans-serif;
	margin: 0;
	padding: 0;
	font-size: 16px;
	overflow-x: hidden;
	color: #2E2E2E;
}
h1, h2, h3, h4, h5 {
	font-family: "Bebas Neue", sans-serif;
	color: #000;
}
a {
	color: #021c3b;
}
a:hover {
	text-decoration: none;
	opacity: .8;
}
img {
	display: inline-block;
	max-width: 100%;
	margin: 0 auto;
  height: auto;
}
.clearfix {
  clear: both;
}
.hidden-xs {
	display: block;
}
.visible-xs {
	display: none;
}
@media(max-width:991px) {
	.hidden-xs {
		display: none !important;
	}
	.visible-xs {
		display: block;
	}
}
.navbar {
	box-shadow: 0 5px 15px #00000011 !important;
	background-color: #fff;
}
.navbar-brand {	
	padding-right: 25px;

}
.navbar-brand img {
	height: 60px !important;
}
.menu-item a.nav-link {
	text-transform: uppercase !important;
	font-weight: 400;
	font-size: 18px;
	padding: 8px 17px 12px !important;
	color: #2E2E2E;
	position: relative;
/*	padding: */
}
span.menu-red-bottom-line {
	display: none;
	position: absolute;
	bottom: 0;
	left: 17px;
	right: 17px; 
	height: 2px;
	width: calc( 100% - 34px );
	background-color: #C62828; 
}
.menu-item a.nav-link:hover span.menu-red-bottom-line {
	display: block;
}
.navbar-nav .nav-link.active, .navbar-nav .show>.nav-link {
	color: #C62828;
	opacity: 1;
}
.navbar-nav .nav-link.active span.menu-red-bottom-line, .navbar-nav .show>.nav-link span.menu-red-bottom-line {
	display: block;
}
.navbar-nav .nav-link:hover {
	color: #C62828;
}
.home-hero {
	padding: 30px 0 50px;
}
.col-md-3x {
	width: 29%;
}
.col-md-9x {
	width: 71%;
}
.home-hero h1 {
	font-size: 82px;
	line-height: 0.9;
	font-weight: 500;
	width: 75%;
}
.hero-subtitle {
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
	font-size: 19px;
}
.hero-buttons {
	margin-bottom: 20px;
}
.black-button {
	background-color: #000;
	border: 1px solid #000;
	color: #fff;
	display: inline-block;
}
.grey-button {
	background-color: #999;
	border: 1px solid #999;
	color: #fff;
	font-size: 17px;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
    text-align: center;
    width: 100%;
    max-width: 600px;
    text-decoration: none;
    padding: 11px 18px;
     pointer-events: cross; /* Stops mouse clicks */
  cursor: no-drop;       /* Removes pointer finger cursor */
  opacity: 0.5 !important;   
}
.grey-button:hover {
	color: #fff;
}
.black-button-big {
	display: inline-block;
	padding: 11px 30px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 15px;
	letter-spacing: 1.1px;
	margin-top: 15px;
}
.black-button-big:first-child {
	margin-right: 20px;
}
.white-button {
	background-color: #fff;
	border: 1px solid #000;
	color: #000;
}
.hero-buttons a,
a.black-button-x,
a.black-button-y,
button.black-button-x {
	padding: 11px 11px;
	margin-right: 10px;
	float: left;
	width: calc( 50% - 10px );
	text-transform: uppercase;
	font-size: 13px;
	text-decoration: none;
	display: inline-block;
	margin-bottom: 10px;
	font-weight: 600;
}
a.black-button-x,
button.black-button-x {
	width: auto;
	padding: 11px 18px;
}
.hero-buttons a img,
a.black-button-x img,
button.black-button-x img  {
	width: 16px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	margin-top: 3px;
	transition: all 0.3s ease-in-out;
	float: right;
}
button.black-button-x {
	padding: 13px;
	border-radius: 5px;
	font-size: 16px;
	letter-spacing: 1.1px;
	font-weight: 500;
}
a.black-button-x img,
button.black-button-x img  {
	margin-right: auto;
	margin-left: 15px;
	margin-top: 1px;
	opacity: 1;
}
button.black-button-x img {
	margin-right: 10px;
	margin-top: 5px;
}
a.black-button-y {
	display: inline-block;
	margin-top: 20px;
	border-radius: 7px;
	padding: 9px 20px;
	width: auto !important;
	margin-bottom: 0;
}
a.black-button-y img {
	height: 25px;
}
.hero-buttons a:hover img{
	margin-right: 0px;
}
a.black-button-x:hover img {
	margin-left: 20px;
}
.black-button:hover {
	color: #fff !important;
}
.white-button:hover {
	color: #000 !important;
}
.button-arrow {
	display: inline-block;
}
.button-arrow img {
	transition: all 0.3s ease-in-out;
	margin-left: 0px;
	display: inline-block;
	vertical-align: middle;
	width: 30px;
}
.button-arrow:hover img {
	margin-left: 5px;
}
.hero-manifesto {
	margin-top: 30px;
}
.hero-manifesto h5 {
	color: #C62828;
	font-size: 14px;
	font-weight: 600;
	font-family: "Montserrat", sans-serif;
	text-transform: uppercase;
}
.hero-mainfesto-inner {
	border-left: 2px solid #C62828;
	padding-left: 25px;
}
.hero-manifesto .hero-mainfesto-inner h2 {
	font-size: 42px;
	line-height: 1.1;
}
.hero-manifesto .hero-mainfesto-inner h2  p {
	font-weight: normal;
}
.hero-mainfesto-inner p {
	text-transform: uppercase;
	font-weight: 600;
}
.section {
	padding: 50px 0;
}
.red-line-small {
	padding: 20px 0 15px;
}
.red-line-small-xs {
	padding: 0 0 10px;height: 2px;
}
.red-line-small-xss {
	padding: 0 0 2px;
	height: auto;
	max-width: 3px;
}
.red-line-small-xss span {
	display: inline-block;
	width: 35px;
	background-color: #C62828;
	height: 2px;
}
.section-home-izlozbe .red-line-small-xss {
	margin-top: -7px;
	margin-bottom: 10px;
}
.red-line-small span,
.red-line-small-xs span {
	display: inline-block;
	width: 45px;
	background-color: #C62828;
	height: 4px;
}
.red-line-undertitle-print {
	margin-top: -10px;
	margin-bottom: 10px;
	padding: 0 !important;
}
.red-line-undertitle-print span {
	display: inline-block;
	width: 55px;
	background-color: #C62828;
	height: 3px;
	
}
.home-artist-item {
	/*margin-bottom: 30px;*/
	padding: 0;
	/*border: 1px solid #eee;*/
	height: 100%;
	position: relative;
}
.home-artist-item  img {
	height: 520px;
	object-fit: cover;
}
.txt-home-artist h2 {
	font-size: 80px;
	margin-top: 0;
	font-weight: 500;
	letter-spacing: 1.5px;
	line-height: 1.05;
}
.txt-home-artist {
	padding: 0 20px;
	min-height: 290px;
}
.txt-home-artist p {
	font-weight: 500;
	letter-spacing: .5px;
	font-size: 15px;
	line-height: 1.6;
	max-width: 90%;
}
.right-arrow-a  {
	text-transform: uppercase;
	line-height: 1.9;
	padding-bottom: 5px;
	text-decoration: none;
	display: inline-block;
	font-weight: 500;
}
.right-arrow-a span {
	background-color: #000;
	height: 1.5px;
	width: 100%;
	display: block;
	font-weight: 500;
}
.right-arrow-a:hover {
	color: #000;
}
.right-arrow-a img {
	width: 16px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
	margin-top: -1px;
	transition: all 0.4s ease-in-out;
}
.right-arrow-a:hover img {
	margin-left: 10px;
}
.ab-bottom {
	position: absolute;
	left: 30px;
	bottom: 2px;
	margin-bottom: 0 !important;
}
.ab-bottom a {
	margin-bottom: 0;
}
h2.left-red-line {
	border-left: 5px solid #C62828;;
	padding-left: 20px;
	font-size: 42px;
	margin-bottom: 35px;
}
h3.left-red-line {
	border-left: 5px solid #C62828;;
	padding-left: 20px;
	font-size: 36px !important;
	margin-bottom: 35px;
	font-weight: 500;
	font-family: "Bebas Neue", sans-serif !important;
	margin-top: 25px;
	line-height: 1.3 !important;
	padding-top: 5px;
}
.align-center {
	text-align: center;
	width: 100% !important;
}
.section-home-izlozbe .col-md-3 {
	margin-bottom: 30px;
	
}
.section-home-izlozbe h4 {
	margin-bottom: 0px;
	font-size: 35px;
}
.section-home-izlozbe  .col-sm-12.borderline-bottom {
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px;
}
.section-home-izlozbe h3,
.section.section-home-izabrana-dela h3 {
	letter-spacing: 1.5px;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-size: 21px;
    margin-bottom: 15px;
    color: #C62828;
    font-weight: 600;

}
.section.section-home-izabrana-dela h3 {
	color: #C62828;
	margin-bottom: 10px;
}
.mb-30 {
	margin-bottom: 30px !important;
}
.mb-40 {
	margin-bottom: 40px !important;
}
.mt-40 {
	margin-top: 40px !important;
}
.mt-50 {
	margin-top: 50px !important;
}
.mt-60 {
	margin-top: 60px !important;
}
.section-home-izlozbe p {
	line-height: 1.2;
	width: 65%;
	margin-bottom: 15px;
	font-weight: 600;
}
.section-home-izlozbe .zilozba-location {
	font-weight: 400;
}
.wc-block-mini-cart__quantity-badge {
    background-image: url(../img/cart.png);
    width: 25px;
    height: 21px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.wc-block-mini-cart__quantity-badge svg {
	display: none;
}
.section.section-home-izabrana-dela h2 {
	font-size: 42px;
	margin-bottom: 10px;
}
.owl-product-item {
	margin-top: 30px;
	display: block;
	width: 100%;
	position: relative;
}
.owl-product-item a  {
	display: block;
	padding: 0 0px;
	text-decoration: none;
}
.tax-product_brand .owl-product-item a {
	padding: 0 5px;
}
.owl-product-item tr {
	font-size: 14px !important;
}
.owl-carousel {
	position: relative;
}
.owl-carousel .owl-nav .owl-next span {
    background-image: url(../img/right-arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    display: block;
    width: 35px;
    height: auto;
    top: 0px;
    right: 20px;
    margin-top: -40px;
    color: transparent;
}
.owl-carousel .owl-nav .owl-prev span {
    background-image: url(../img/left-arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    width: 35px;
    height: auto;
    top: 0px;
    right: 70px;
    color: transparent;
    margin-top: -40px;
}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
	display: inline-block;
}
.owl-carousel .owl-dots {
    text-align: center;
    margin-top: 15px;
}

.owl-carousel .owl-dots .owl-dot span {
    width: 14px;
    height: 14px;
    margin: 0 6px;
    background: transparent;
    border: 2px solid #000;
    display: block;
    border-radius: 50%;
    transition: all 0.2s ease-in-out;
}

.owl-carousel .owl-dots .owl-dot.active span {
    background-color: #000;
    transform: scale(1.1);
}
.owl-sidebar-home {
	padding-left: 30px;
}
.owl-sidebar-home span.osh-number {
	font-size: 77px;
	font-weight: 500;
	display: inline-block;
	padding-bottom: 0px;
	border-bottom: 3px solid #C62828;
	font-family: "Bebas Neue", sans-serif;
}
.owl-sidebar-home h4 {
	margin-top: 15px;
	line-height: 1.2;
	font-weight: 500;
	letter-spacing: 1px;
	margin-bottom: 15px;

}
.table>:not(caption)>*>* {
	padding: 7px 7px !important;
}
#gallery-carousel .owl-product-item img {
	height: 70Vh;
	width: 100%;
	object-fit: cover;
	object-position: center;
}
.section-home-gallery h3 span ,
.section-home-proces h3 span{
	float: right;
	margin-top: -30px;
	display: inline-block;
	padding-bottom: 1px;
	border-bottom: 2px solid #000; 

}

.section-home-gallery .owl-carousel .owl-nav .owl-next span {
    background-image: url(../img/right-arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    display: block;
    width: 22px;
    height: auto;
    top: auto;
    right: auto;
    margin-top: 0px;
    color: transparent;
}
.section-home-gallery .owl-carousel .owl-nav {
	text-align: center;
	padding: 25px 0 0px;
}
.section-home-gallery .owl-carousel .owl-nav .owl-prev span {
    background-image: url(../img/left-arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    display: block;
    width: 22px;
    height: auto;
    top: auto;
    left: auto;
    margin-top: 0px;
    color: transparent;
    right: auto;
}
.section-home-gallery .right-arrow-a,
.section-home-proces .right-arrow-a {
	line-height: 1.1;
	padding-bottom: 0;
	font-size: 14px;
	letter-spacing: 2px;
	font-family: "Montserrat", sans-serif;
}
.section-home-gallery h3,
.section-home-proces h3 {
	font-family: "Montserrat", sans-serif;
	text-transform: uppercase;
	font-size: 19px;
	letter-spacing: 3px;
	margin-bottom: 20px;
	line-height: 1.5;
}
.section-home-gallery .owl-nav {
  display: flex;
  justify-content: center; /* Centers everything */
  align-items: center;
  position: relative;
}

.section-home-gallery .nav-center-text {
  order: 2; /* Ensures it sits in the middle, between prev(1) and next(3) */
  margin: 0 25px; /* Adjust the space between text and arrows */
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
  margin-top: 3px;
}

/* Optional: style the default buttons as desired */
.section-home-gallery .owl-prev, .section-home-gallery .owl-next {
  order: 1; /* For prev */
}
.section-home-gallery .owl-next {
  order: 3; /* For next */
}
/*.outer { margin:0 auto; max-width:800px;}
#big .item {  margin:2px; color: #FFF; border-radius: 3px; text-align: center; }
#thumbs .item { background: #C9C9C9; height:auto; ; padding: 0px; margin:3px; color: #FFF; border-radius: 3px; text-align: center; cursor: pointer; }
#thumbs .item h1 { font-size: 18px; }
#thumbs .current .item { background:#FF5722; }
.section-home-proces .owl-theme .owl-nav [class*='owl-'] { -webkit-transition: all .3s ease; transition: all .3s ease; }
.section-home-proces .owl-theme .owl-nav [class*='owl-'].disabled:hover { background-color: #D6D6D6; }
#big.owl-theme { position: relative; }
#big.owl-theme .owl-next, #big.owl-theme .owl-prev { width: 22px; line-height:40px; height: 40px; margin-top: -20px; position: absolute; text-align:center; top: 50%; }
#big.owl-theme .owl-prev { left: 10px; }
#big.owl-theme .owl-next { right: 10px; }
#thumbs.owl-theme .owl-next, #thumbs.owl-theme .owl-prev { background:#333; }
.section-home-proces .owl-carousel .owl-dots {
	display: none;
}
#thumbs .owl-nav {
	display: none ;
}
.section-home-proces .owl-carousel .owl-nav .owl-prev span {
	right: auto;
}*/
.section-home-proces #thumbs .owl-nav {
	display: none ;
	height: 2px;
}
.section-home-proces .owl-carousel .owl-nav,
.section-home-proces #thumbs.owl-carousel .owl-dots {
	display: none !important;

}
.section-home-proces.section-home-gallery2 #big2.owl-carousel .owl-dots,
.section-home-proces #big.owl-carousel .owl-dots {
	display: block !important;
	padding: 10px 0 10px 0;
	margin-top: 10px !important
}
.section-home-proces.section-home-gallery2 .owl-carousel .owl-nav {
	display: none !important;
}
#thumbs .item  {
	margin: 0 2px;
}
.section-home-proces .owl-carousel .owl-nav .owl-next span {
    background-image: url(../img/right-arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    display: block;
    width: 22px;
    height: auto;
    top: auto;
    right: auto;
    margin-top: 0px;
    color: transparent;
}
.section-home-proces .owl-carousel .owl-nav {
	text-align: center !important;
	padding: 25px 0 0px;

	width: 100%;

	display: flex;
	 justify-content: center; /* Centers items horizontally (on the main axis) */
  align-items: center;  
  padding-bottom: 20px;
}
.section-home-proces .owl-carousel .owl-nav .owl-prev span {
    background-image: url(../img/left-arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    display: block;
    width: 22px;
    height: auto;
    top: auto;
    left: auto;
    margin-top: 0px;
    color: transparent;
    right: auto;
}
.section-home-proces .nav-center-text {
    order: 2;
    margin: 0 25px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
    display: inline-block;
    margin-top: 3px;
}
/* Optional: style the default buttons as desired */
.section-home-proces .owl-prev , .section-home-proces .owl-next {
  order: 1; /* For prev */
  display: inline-block;
}
.section-home-proces .owl-next  {
  order: 3; /* For next */
  display: inline-block;
}
.footer {
	padding: 50px 0 10px 0;
	background-color: #000;
	color: #fff;
}
.footer  h1 {
	font-size: 70px;
	line-height: 1;
	font-weight: 500;
	width: 80%;
	color: #fff;
}
.footer  .hero-subtitle {
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
	color: #fff;
}
.footer-social {
	max-width: 80%;
	width: auto;
	display: inline-block;
	padding-bottom: 25px;
	padding-top: 15px;
	border-bottom: 2px solid #C62828;
}
.footer-social a {
	padding: 10px;
}
.footer-social a img {
	height: 30px;
	display: inline-block;
	margin-right: 4px;
}
.bdd-logo span {
	display: inline-block;
	border: 2px solid #fff;
	padding: 12px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 500;
	border-radius: 1px;
}
.foter-menu-container {
	padding-bottom: 30px;
}
.foter-menu-container h3 {
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 0;
}
.foter-menu-container ul {
	padding-left: 0;
	list-style-type: none;
	text-transform: uppercase;
}
.foter-menu-container ul li {

}
.foter-menu-container ul li a {
	color: #fff;
	text-decoration: none;
	display: inline-block;
	padding: 5px 0;
}
.red-line-small2 {
	margin: 0px 0 20px;
	height: 2px;
	position: relative;
	display: inline-block;
}
.red-line-small2 span {
    display: inline-block;
    width: 35px;
    background-color: #C62828;
    height: 2px;
}
.red-line-small-center {
	text-align: center !important;
	padding-top: 0;
}
.border-bottom-white {
	border-bottom: 1px solid #fff;
}
.cred-left{
	padding: 10px 0 5px;
	text-transform: uppercase;
	font-size: 13px;
}
.cred-right {
	padding: 10px 0 5px;
 	text-transform: uppercase;
 	text-align: right;
 	font-size: 13px;
}
.lang-menu-test {
	display: inline-block;
	text-decoration: none;
	line-height: 30px;
	padding: 2px 1px;
	position: relative;
	vertical-align: middle;
	font-weight: 600;


}
.lang-menu-test:hover {
	color: #C62828;
}
.cart-ul li {
	display: inline-block;
	width: auto;
	vertical-align: middle;
}
span.vertical-line-menu {
	display: inline-block;
	position: relative;
	margin: 5px 10px 0 0;
	width: 2px;
	height: 24px;
	background-color: #ccc;
}
#product-carousel1 .owl-product-item a img, 
#product-carousel .owl-product-item a img {
	display: block;
	width: 100%;
	margin: 0 auto;
}

.hidden-xs {
	display: block;
}
.visible-xs {
	display: none;
}
.section-home-grey {
	background-color: #F7F3EE;
}
.section-home-archive {
	background-color: #F7F3EE;
}
.section-home-grey .col-md-7 p {
	font-weight: 500;
	font-size: 19px;
	font-family: "Bebas Neue", sans-serif;
	letter-spacing: .7px;
}
.section-home-grey .col {
	position: relative;
}
.section-home-grey p.highlight-number {
	font-size: 65px;
	font-family: "Bebas Neue", sans-serif;
	margin-bottom: 4px;
	max-width: 100%;
}
.right-grey-line {
	position: absolute;
	right: 20px;
	top: 10px;
	bottom: 0px;
	width: 1px;
	background-color: rgba(2,2,2, .6);
}
.section-home-grey .col:last-child .right-grey-line {
	background-color: #F7F3EE;
}
.section-home-grey .col-md-5 .txt img {
	margin-top: -50px;
	display: block;
	max-width: 70%;
}
.section-home-grey .col-md-5 .txt {
	border-left: 1px solid rgba(2,2,2, .6);
}
/*blockquote img {
	height: 50px;
	display: block;
	max-width: 100%;
	margin-left: 0;
	margin-bottom: 10px;
}*/
blockquote p {
	font-size: 22px;
	font-weight: 500;
}
.section-home-archive {

}
.section-home-archive h2 {
	text-align: center;
	font-family: "Bebas Neue", sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
    font-size: 42px;
    margin-bottom: 0px;
    margin-top: 35px;
}
.section-home-archive .col-sm-3 img {
	height: 290px;
}
.img-fluid {
	display: block;
	margin-left: 0 auto;
}
.inline-ul {
	text-align: center;
	font-weight: 500;
	font-size: 16px;
}
.inline-ul > span {
	width: 40px;
	height: 20px;
	display: inline-block;
}
.inline-ul  span span {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #C62828;
}
.product-home-img-wrapper {
	height: auto;
	position: relative;
	display: block;
	width: 100%;
}
.product-home-img-wrapper img {
	display: block;
	margin-left: 0 !important;
	
}
.woocommerce ul.prducts-xxx li.product, .woocommerce-page ul.prducts-xxx li.product {
	padding-right: 50px !important;
}
.owl-product-item-desc {
	padding: 10px;
}
.owl-product-item-desc h4 {
	margin-bottom: 0px;
	line-height: 1.1;
}
.owl-product-item-desc-p {
	color: #666;
	margin-bottom: 0;
	padding-top: 2px;
	display: inline-block;
}
p.brand-name {
	margin-bottom: 0;
	font-weight: 500;
}
.owl-product-item-desc-p::after {
  content: " \2022 "; /* Unicode character for a bullet point */
  padding: 0 10px;    /* Space on the left and right of the dot */
  color: #666;        /* Optional: Change the dot color */
}
.owl-product-item-desc-p:last-child::after {
	content: " ";
}
.owl-product-item-desc-p-price {
	padding-top: 20px;
}
.section-item .owl-product-item-desc-p-price {
	/*padding-top: 20px;*/
	padding-top: 0px;
	margin-bottom: 0;
}

.white-button-3 {
	background-color: #fff;
	color: #000;
	display: inline-block;
	font-size: 30px;
	font-family: "Bebas Neue", sans-serif;
	padding-left: 0 !important;
}
.owl-product-item h4 {
	font-size: 30px;
}
.owl-product-item .white-button-3 {
	font-size: 22px;
}
.white-button-3 img {
	display: inline-block !important;
	float: right !important;
	width: 31px !important;
	margin-right: 10px !important;
transition: all 0.3s ease-in-out !important;
}
.woocommerce ul.prducts-xxx li.product a.white-button-3 img {
	display: inline-block !important;
	float: right !important;
	width: 31px !important;
	margin-right: 10px !important;
transition: all 0.3s ease-in-out !important;
display: none !important;
}
.white-button-3:hover {
	color: #000 !important;
	opacity: .9 !important;
}
.white-button-3:hover img{
	margin-right: 5px !important;
}
.section-home-proces .carousel-big img {
	/*height: 600px;
	width: 100%;
	object-fit: cover;
	object-position: center;*/
}
.section-home-proces .carousel-big-thumbs img {
	/*height: 186px;*/
	height: auto;
	object-fit: cover;
	width: 100%;
} 
#thumbs2 .item {
    margin: 0 1.5px;
}
.section-home-gallery2 .gallery-p,
.section-home-proces .gallery-p,
.section-home-gallery2 .gallery-p p,
.section-home-proces .gallery-p p {
	position: relative;
	font-weight: 600;
	letter-spacing: .7px;
	font-size: 15px;
	margin-top: 60px;
	line-height: 1.7;
	max-width: 80%;
}

.col-sm-1 {
	position: relative;
}
.section-home-grey-gallery p {
	font-weight: 600;
}
.section-home-grey-gallery p.gallery-p {
	height: 100%;
	position: relative;
}
.section-home-grey-gallery p.gallery-p  a.black-button-x {
	float: none;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: auto;
}
.section-home-grey-gallery p.uppertitle-p {
	margin-bottom: 5px;
}
.section-home-grey.section-home-grey-gallery .col-sm-10 h3 {
	font-size: 36px;
	letter-spacing: 2px;
	margin-bottom: 10px;
}
.section-home-proces {
	padding-top: 80px;
}
.section-home-grey-gallery .black-button-x,
.section-home-proces .black-button-x {
	padding: 20px;
	letter-spacing: 2px;
	font-size: 14px;
}
.section-home-proces  a.black-button-x img,
.section-home-grey-gallery  a.black-button-x img {
    margin-top: 2px;
}
.section-home-grey-gallery .right-grey-line {
	right: auto;
	left: 0 !important;
}
.section-home-grey-gallery-content {
	position: relative;
	height: 100%;
	padding-left: 30px;
	padding-top: 20px;
}
.woocommerce div.product div.images .flex-control-thumbs {
    overflow: hidden !important;
}
@media (min-width: 980px) {
	    .flex-control-nav.flex-control-thumbs li {
        float: none;
        display: block;
        background-color: transparent;
        padding: 0 10px 10px 0 !important;
        border: none;
        box-shadow: none;
    }
	.woocommerce div.product div.images .flex-control-thumbs li {
        width: 100% !important;
        float: none !important;
        margin: 0;
        margin-bottom: 10px;
        list-style: none;
    }
    .flex-control-nav.flex-control-thumbs {
        position: absolute;
        top: 0;
        right: auto;
        left: 0;
        width: 100px;
        height: 100%;
        padding: 0;
    }
    .flex-control-nav.flex-control-thumbs img {
        height: auto !important;
        display: block;
        max-width: 100%;
    }
    .flex-viewport {
        margin-left: 130px;
    }
    .single-product .product.type-product {
	    margin-top: 5px;
	}
	.category-sidebar-custom {
		display: none;
	}
}
.flex-control-nav.flex-control-thumbs img.flex-active {
	 border: 1px solid #C62828;
	 padding: 2px;
}
#sidebar {
	display: none !important;
}
.titleCategorySingle {
	margin-bottom: 0;
	font-family: Montserrat, sans-serif;
}
.titleCategorySingle a {
	text-decoration: none;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
}
.titleCategorySingle a:hover {
	color: #233232;
	opacity: .78;
}
.single-product .red-line-small-xss{
	height: 2px;
	margin-bottom: 25px;
	margin-top: -10px;
}
.woocommerce-tabs {
	display: none !important;
}
.woocommerce div.product p.stock.stock-dostupno {
	display: inline-block;
	color: #fff;
	background-color: #04b3f4;
	padding: 4px 15px;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 13px;
}
.woocommerce div.product p.stock.stock-prodato {
	display: inline-block;
	color: #fff;
	background-color: #C62828;
	padding: 4px 15px;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 13px;
}
.woocommerce div.product p.stock.stock-nedostupno {
	display: inline-block;
	color: #fff;
	background-color: #E5E5E5;
	padding: 4px 15px;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 13px;
}s
.nnnnnnn {
	position: relative !important;
	clear: both;
}
.content-area {
	position: relative;
}
p.stock {
	position: absolute;
	top: 30px;
	z-index: 999;
	left: 210px;
}
.woocommerce-product-gallery__lightbox {
	background: transparent !important;
	color: #000 !important;
}
.tinv-wraper.tinv-wishlist {
	position: absolute !important;
	top: 25px !important;
	z-index: 999;
	left: 45% !important;
}
.woocommerce-product-gallery__wrapper {
	max-width: 703px !important;
	float: right;
	position: relative;
}
.flex-viewport .woocommerce-product-gallery__wrapper {
	max-width: none !important;
}
.flex-viewport .woocommerce-product-gallery__wrapper {
	float: none;
}
.woocommerce div.product .product_title {
	font-size: 50px !important;
	letter-spacing: 1px;
	margin-top: 11px !important;
	margin-bottom: 1px;
}
.single-product-page-brand {
	margin-bottom: 10px;
	text-transform: uppercase;
	font-weight: 600 !important;
	font-size: 18px;
}
.request-price-p {
	margin-bottom: 20px;
}
.request-price-p a {
	text-decoration: none;
	font-size: 17px;
	text-transform: uppercase;
	font-weight: 600;
	display: block;
	text-align: center;
	width: 100%;
	max-width: 600px;
}
label[for="pa_materijal"] {
  display: none !important;
}
.request-price-p a.request-pdf-p-a {
	background-color: #fff;
	color: #000;
	border: 1px solid #000;
}
.request-price-p a.request-pdf-p-a:hover {
	color: #000 !important;
}
.request-price-p a.black-button-x img {
	margin-top: 5px;
}
.single-product .product-info-table {
	max-width: 600px;
	/*border-bottom: 1px solid #eee !important;*/
}
.single-product table.table tr td {
	border-color: transparent !important;
	max-width: 230px;
	font-weight: 600;
	font-size: 14px;
}
.single-product .product-info-table .txt {
	font-weight: 600;
	font-size: 14px;
}
.single-product table.table tr th {
	text-transform: uppercase;
	border-color: #eee !important;
	font-size: 14px;
}
.woocommerce-product-gallery__image {
	
}
.woocommerce div.product div.images.woocommerce-product-gallery,
.woocommerce div.product div.summary {
	margin-top: 20px;
}
@media(min-width: 991px) {
	.woocommerce div.product div.summary {
		margin-top: -40px;
	}
}
.product_meta {
	display: none;
}
.woocommerce-breadcrumb {
	margin-top: 15px !important;
}
.summary.entry-summary {
	/*max-width: 600px;*/

}
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
	width: 48% !important;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
	width:45% !important;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb a,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb {
	font-size: 14px !important;
	font-weight: 500;
	color: #232323 !important;
	text-transform: uppercase;
	text-decoration: none;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb a:hover {
	opacity: 0.78 !important;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb {
	font-weight: 600 !important;
}
.txt-single-product-icons {
	text-align: center;

	margin: 25px auto;
}
.row-single-product-icons {
	max-width: 600px;
}
.row-single-product-icons .col-sm-4 .txt-single-product-icons {
	border-right: 1px solid #eee;
	font-size: 12px !important;
}
.row-single-product-icons .col-sm-4 .txt-single-product-icons img {
	margin-bottom: 8px;
	height: 33px;
}
.row-single-product-icons .col-sm-4:last-child .txt-single-product-icons {
	border-right: 0px solid #eee;
}
.right-icon , .left-icon {
	float: left;
}
.left-icon {
	width: 70px;
}
.right-icon {
	width: calc( 100% - 70px );
	padding-left: 20px;
}
.single-rod-icon-full-width h4{
	margin-bottom: 0;
	font-size: 22px;
}
.single-rod-icon-full-width p {
	margin-bottom: 0;
	font-size: 14px;
}
.row-single-rod-icon-full-width {
	margin-bottom: 40px;
	margin-top: 20px;
}
.woocommerce div.product div.images .flex-control-thumbs li img.flex-active {
	width: 90px !important;
}

.woocommerce-product-gallery__image a img {
	max-width: 80%;
}
/*.single-product form.cart {
	display: none;
}*/
p.product-price-euro {
	font-size: 50px !important;
	color: #232323 !important;
	font-weight: 500;
	letter-spacing: 1px;
	font-family: "Bebas Neue", sans-serif;
	margin-bottom: 0;
}
.related.prducts-xxx {
	display: none;
}
.favorite-icon {
	position: absolute;
	top: 16px;
	right: 70px;
	z-index: 999;
}
/*.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt, .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt {
	height: 27px !important;
	width: 27px;
}*/
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before, .woocommerce ul.prducts-xxx li.product a.tinvwl-button.tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before, .woocommerce-page ul.prducts-xxx li.product a.tinvwl-button.tinvwl-icon-heart.tinvwl_add_to_wishlist_button:before, a.wishlist_products_counter.top_wishlist-heart:before, span.wishlist_products_counter.top_wishlist-heart:before, a.sidr-class-wishlist_products_counter.sidr-class-top_wishlist-heart:before {
	font-size: 28px !important;
}
.brand-hero {
	background-position: right top;
	background-repeat: no-repeat;
	background-size: 70% auto;
	padding: 80px 0 60px;
	background-color: #F7F3EE;
}
.red-button {
	background-color: #C62828 !important;
	border-color: #C62828 !important;
	float: none !important;
}
.brand-hero .white-button,
.cats-buttons-tax-page .white-button,
.cats-buttons-tax-page-prints .white-button {
	display: block;
	padding: 11px 11px 11px 11px;
    margin-right: 10px;
    float: none;
    width: auto !important;
    text-transform: uppercase;
    font-size: 13px;
    text-decoration: none;
    margin-bottom: 10px;
    font-weight: 500;
	background-color: #fff;
	border: 1px solid #000;
	color: #000;
	float: left;
	/*min-width: 150px;*/
}
.cats-buttons-tax-page-prints .white-button,
.cats-buttons-tax-page .white-button {
	margin-right: 15px;
}
/*.brand-hero .white-button.white-button-last {
	min-width: 210px;
}*/
.white-button img {
	width: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-top: 2px;
    transition: all 0.3s ease-in-out;
    float: right;
    margin-left: 25px;
}
.brand-hero p.subtitle {
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 25px;
}
img.quote {
	height: 20px !important;
}
img.quote-top {
	margin-top: -4px;
	float: left;
	display: inline-block;
	margin-right: 12px;
}
.blockquote p {
	font-size: 16px;
	float: left;
}
img.quote-bottom {
	transform: rotate(180deg);
	margin-left: 12px;
}
.filter-cats {
	margin-top: 15px;
	padding-top: 15px;
}
.filter-cats a {
	text-decoration: none;
	display: block;
    padding: 11px 11px 11px 11px;
    margin-right: 10px;
    float: none;
    width: auto !important;
    text-transform: uppercase;
    font-size: 13px;
    text-decoration: none;
    margin-bottom: 10px;
    font-weight: 500;
    background-color: #fff;
    border: 1px solid #000;
    color: #000;
    float: left;
}
.filter-cats a:hover {
	background-color: #000;
	color: #fff;
}
.section-brand-izabrana-dela {
	
}
.white-button-3 {
	background-color: transparent !important;
}

#izlozbe-owl {
	padding-top: 0px;
	
	/*width: calc( 100% - 80px );*/
}
.timeline-slide {

    /*max-width: 165px;
    margin: 4.2rem 0 0 0; 
    width: 100%;*/
    
    position: relative;
    text-align: center;
}
.timeline-slide .vertical-line {
    /*border-left: 3px #B7852C solid;
    height: 50px;
    position: absolute;
    left: 50%;
    margin-left: -4.5px;
    top: -50px;
    z-index: 1000;*/
}
.timeline-slide .circle {
    border: 1px #C62828 solid;
    background-color: #C62828;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-redius: 50%;
    height: 13px;
    width: 13px;
   /* position: absolute;
    left: 50%;
margin-left: -8PX;
    top: 0px;*/
    z-index: 999 !important;
    overflow: visible;
    text-align: center;
    display: inline-block;
}
.horizontal-line {
	position: absolute;
    left: 40px;
    top: 35px;
    right: 40px;
    border-bottom: 1px solid rgba(0,0,0, .4);
    /*width: calc( 100% - 80px );*/
    
}
a.owl-timeline-a {
	/*position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 0px;*/
	text-align: center;
	display: block;
	margin-top: 0px;
	text-decoration: none;
	font-weight: 500;

}
a.owl-timeline-a:hover {
	font-weight: 600;
	color: #021c3b;
}
.col-sm-8-relative {
	padding-left: 60px;
	padding-right: 60px;
	position: relative;
}
.tax-product_brand .section-home-proces .owl-carousel .owl-nav {
	display: block !important;
}
.owl-carousel.timeline-carousel .owl-nav button.owl-prev {
	position: absolute;
	top: 25px;
	left: 0;
	margin-left: -40px;
}
.owl-carousel.timeline-carousel .owl-nav button.owl-next {
	position: absolute;
	top: 25px;
	right: 0;
	margin-right: -40px;
}
.section-home-proces .owl-carousel.timeline-carousel .owl-nav .owl-prev span {
	width: 19px;
}
.section-home-proces .owl-carousel.timeline-carousel .owl-nav .owl-next span {
	width: 19px;
}
.bootstrap-carousel-wrap-izlozbe h3 {
    font-size: 46px;
    margin-bottom: 5px;
    font-family: "Bebas Neue", sans-serif;
    letter-spacing: 1px;
    font-weight: 500;
}
.bootstrap-carousel-wrap-izlozbe h3.izlozba-title-carousel {
    font-size: 42px;
    margin-bottom: 5px;
    font-family: "Bebas Neue", sans-serif;
    letter-spacing: 1px;
    font-weight: 500;
    line-height: 1.3;
}
p.izlozba-tip {
	color: #C62828;
	text-transform: uppercase;
	font-weight: 500;
}
p.izlozba-mesto-datum {
	font-weight: 500;
}
.carousel .carousel-indicators [data-bs-target] {
	width: 14px!important;;
	height :14px!important;;
	border-radius: 50% !important;
	opacity: .9 !important;
	background-color: #a3a3a3 !important;
	margin-left: 6px !important;
	margin-right: 6px !important;
}
.carousel .carousel-indicators .active {
	background-color: #C62828 !important;
}
.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
    margin-bottom: -40px !important;
}
.timeline-carousel .owl-item.active  a.owl-timeline-a.active-owl-timeline-a {
	font-weight: 700;
	font-size: 21px;
	color: red;
	margin-top: -7px;
}
.timeline-carousel .owl-item.active  a.owl-timeline-a:hover {
	font-weight: 700;
	font-size: 21px;
	color: red;
	margin-top: -7px;
}
.woocommerce .woocommerce-ordering {
	display: none !important;
}
.woocommerce ul.prducts-xxx li.product a img {
	width: auto !important;
	margin: 0 auto !important;
	display: block !important;
	max-height: 100%;
}
a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
	display: none !important;
}
.woocommerce ul.prducts-xxx li.product a.product_type_simple {
	display: none !important;
}

.page-numbers {
    text-align: center;
}
.woocommerce .section-pagination ul li {
    border: 0px solid #000 !important;
}
.page-numbers li {
    display: inline-block;
}
.woocommerce .section-pagination ul li a, .woocommerce .section-pagination ul li span {
    display: inline-block !important;
    font-size: 16px !important;
    padding: 0 !important;
    background-color: #000;
    color: #fff !important;
    height: 40px;
    width: 40px;
    line-height: 40px !important;
    margin-right: 1px !important;
    text-decoration: none;
}
.woocommerce .section-pagination ul li a:focus, .woocommerce .section-pagination ul li a:hover, .woocommerce .section-pagination ul li span.current {
    background: #C62828 !important;
    color: #fff !important;
    border: 1px solid #C62828 !important;
}
@media(min-width:991px) {
	.woocommerce ul.products.columns-4 {
	   /* columns: 4 !important;
	    column-gap: 20px !important;*/
	}
}

.woocommerce ul.products.columns-4 li.product {
    display: inline-block !important;
    /*width: 100% !important;*/
    margin-bottom: 20px !important;
   /* break-inside: avoid !important;*/
}
.owl-carousel .product-home-img-wrapper {
	height: auto;
	position: relative;
	display: block;
	width: 100%;
	height: 400px;
	overflow: hidden;
	position: relative;
}
.owl-carousel .product-home-img-wrapper img {
	display: block;
	margin-left: 0 !important;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: auto !important;
	max-width: 90% !important;
	max-height: 100% !important;
}
.cats-buttons-tax-page .white-button.active-brand-filter {
    background-color: #000;
    color: #fff;
    border: 1px solid #000;
    /* min-width: 150px; */
}
.cats-buttons-tax-page .white-button.active-brand-filter:hover {
	background-color: #000;
    color: #fff !important;
    border: 1px solid #000;
    opacity: .78;
}
.cats-buttons-tax-page .white-button.active-brand-filter img {

}
.grid-sizerXXX {
	width: 100%;
	max-width: 1920px;
	overflow: hidden;
}

.grid-sizer {
	width: 25%;
	float: left;display: inline-block;
}

.woocommerce .prducts-xxx ul li,
.woocommerce ul.prducts-xxx li,
.woocommerce-page .prducts-xxx ul li,
.woocommerce-page ul.prducts-xxx li {
    list-style: none !important;
    width: 24% !important;
    margin-right: 8px !important;
    margin-bottom: 8px !important;
    box-sizing: border-box;
    float: left;
    padding-right: 45px;
}
.grid-sizer {
	width: 24%;
	float: left;
	padding-right: 80px;
}
ul.prducts-xxx {
	padding-left: 0;
}
/*.woocommerce ul.prducts-xxx li.product a img,
.woocommerce-page ul.prducts-xxx li.product a img {
    width: 100% !important;
    height: auto !important;
    display: block !important;
   -webkit-transition: all ease-in-out .2s !important;
   -moz-transition: all ease-in-out .2s !important;
   -o-transition: all ease-in-out .2s !important;
   transition: all ease-in-out .2s !important;
}*/

/*.woocommerce ul.prducts-xxx li.product,
.woocommerce-page ul.prducts-xxx li.product {
    float: left !important;
    margin: 0 8px 8px 0 !important;
    padding: 0 !important;
    position: relative !important;
    width: 22.5% !important;
    padding-right: 50px !important;
}*/
.kritika-text {
		padding-right: 30px;
		position: relative;
		z-index: 999;
		overflow: visible;
		padding-top: 20px;
	}
.kritika-text p {
		line-height: 1.63;
}
#kritike p {
		font-weight: 400;
}
#kritike h3 {
		padding-top: 15px;
		color: #C62828 !important;
		font-size: 17px;
		text-transform: uppercase;
}
p.zanimanje-kriticara {
		font-weight: 600;
		line-height: 1.2;
		margin-bottom: 30px;
}
.bootstrap-carousel-wrap-kritike {
		padding: 20px 30px;
		background-color: #F7F3EE;
		border: 1px solid rgba(0,0,0, .2);
		border-radius: 6px;
}
	/* Change the color of the Left (Previous) arrow */
.bootstrap-carousel-wrap-kritike .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%3E%3Cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3E%3C/svg%3E") !important;
}

/* Change the color of the Right (Next) arrow */
.bootstrap-carousel-wrap-kritike .carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%3E%3Cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E") !important;
}
.bootstrap-carousel-wrap-kritike .carousel-control-next, .bootstrap-carousel-wrap-kritike .carousel-control-prev {
    width: 5%;
}
.carousel-control-prev {
	left: 0;
	margin-left: -9%;
}
.carousel-control-next {
	right: 0;
	margin-right: -9%;
}

@media (min-width: 1025px) {
    .wpgs-image {
        width: 84% !important;
        float: right;
        margin-left: 1%;
    }
    .wpgs-thumb {
        width: 14% !important;
        float: left;
        text-align: center !important;
        padding-top: 40px;
        padding-bottom: 20px;
    }
    .wpgs-image .slick-list {
    	margin-left: 9.5%;
    	margin-right: 9.5%;
    }
    .slick-vertical .slick-slide {
    	/*width: 90px !important;*/
    }
    .content-area .wpgs-wrapper .wpgs-thumb .slick-prev {
    	background: transparent !important;
    	width: 25px !important;
    	left: 50% !important;
    	transform: translateX(-50%) !important;
    }
    .content-area .wpgs-wrapper .wpgs-thumb .slick-next {
    	background: transparent !important;
    	width: 25px !important;
    	left: 50% !important;
    	transform: translateX(-50%) !important;
    }
    .content-area .wpgs-wrapper .wpgs-image .slick-prev {
    	background: transparent !important;
    /*	width: 25px !important;
    	left: 50% !important;
    	transform: translateX(-50%) !important;*/
    }
    .content-area .wpgs-wrapper .wpgs-image .slick-next {
    	background: transparent !important;
    	/*width: 25px !important;
    	left: 50% !important;
    	transform: translateX(-50%) !important;*/
    }
    .wpgs-thumb .slick-list .slick-slide img {
    	width: 84px !important;
    }
    .slick-track {
    	text-align: center !important;
    }
}

ul.single-product-variable-items[aria-label="Materijal"] {

}

ul.single-product-variable-items[aria-label="Materijal"] li {
  padding: 7px 30px !important;
  height: auto !important;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px !important;
}
ul.single-product-variable-items[aria-label="Dostupni formati"] li {
  padding: 7px 15px !important;
  height: auto !important;
  font-size: 16px !important;
  font-weight: 500;
}
label[for=pa_format] {
	display: inline-block !important;
	margin-top: 15px !important;
	font-weight: 500 !important;
	text-transform: uppercase;
	font-size: 16px !important;
}

.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item .variable-item-span {
	display: block !important;
	height: auto !important;
}
.woo-variation-swatches .variable-items-wrapper .variable-item .variable-item-contents {
	display: block !important;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item) {
	border-radius: 0 !important;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected {
	background-color: #000 !important;
	color: #fff !important;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt {
	background-color: #000 !important;
    border-radius: 0px;
    color: #fff !important;
    min-width: 320px;
    text-transform: uppercase;
    font-weight: normal !important;
    display: block;
    width: 100%;
    padding: 16px 20px !important;
    text-align: center;
    line-height: 1;
    max-width: 450px;
}
.woocommerce div.product form.cart div.quantity {
	display: none !important;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item) {
	margin-right: 10px !important;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item):first-child {
	margin-left: 0 !important;
}
table.variations tr:first-child th {
	display: none !important;
}
table.variations {
	margin-bottom: 0 !important;
}
p.print-desc-awailable {
	text-transform: uppercase;
	margin-bottom: 0px !important;
}
p.print-desc-serial-no-tiraz {
	font-size: 36px;
	font-weight: 500;
	margin-bottom: 10px;
	margin-top: 5px;
}
.print-desc-serial-no-tiraz span.serial-no-span {
	color: #C62828;
}
p.print-desc-subcat {
	font-size: 17px;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 5px;
}
p.print-desc-notice {
	font-weight: 600;
	font-size: 14px;
}
.row-print-desc {
	margin-bottom: 12px;
}
.woocommerce-variation-price  {
	color: #000 !important;
	margin-bottom: 20px !important;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, 
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
    color: #000 !important;
    display: inline-block !important;
    margin-right: 10px !important;
    text-decoration: none !important;
}
.woocommerce div.product p.price del, .woocommerce div.product span.price del {
	margin-right: 10px !important;
}
.woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
	text-decoration: none !important;
	font-size: 30px !important;
}
.woo-selected-variation-item-name {
	display: none !important;
}
.printovi-under-title-desc p {
	font-weight: 500;
}

.owl-product-item-desc-print p.print-term-name-p {
	margin-bottom: 5px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
}
.blue-color-text {
	color: #08519c !important;
}
.red-color-text {
	color: #C62828 !important;
}
.product_cat-printovi a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
	
}
.onsale {
	
}
.owl-product-item-desc-print del bdi span {
	display: none;
}
.owl-product-item-desc-print .owl-product-item-desc-p-price .price {
	font-size: 22px !important;
	font-weight: 600 !important;
}
.owl-product-item-desc-print .owl-product-item-desc-p-price .price del {
	color: #999 !important;
	font-weight: normal;
}
.owl-product-item-desc-print .owl-product-item-desc-p-price .price ins  {
	text-decoration: none !important;
}
.owl-product-item-desc.owl-product-item-desc-print h4 {
	margin: 6px 0 3px;
}
.row-print-desc-print p.print-desc-icon {
	font-weight: 500;
	font-size: 14px;
}
.row-print-desc-print p.print-desc-icon img {
	width: 24px;
	height: auto;
	display: inline-block;
	margin-right: 6px;
}
span.onsale {
	display: none;
}
a.reset_variations {
	visibility: hidden !important;
}
p.stock.in-stock {
	display: none;
}

 #customer_details,  #order_review_heading + .wpcfb-wrap, #order_review {
    background: #fff;
    border-radius: 14px;
    padding: 24px !important;
    box-shadow: 0 0px 0px rgba(30, 90, 50, .08) !important;
    border: 0px solid rgba(0, 0, 0, .04) !important;
}
.woocommerce-checkout {
	background-color: #F7F3EE;
}
.woocommerce-checkout :is(input[type="text"], 
	input[type="email"], 
	input[type="tel"], 
	input[type="number"], 
	input[type="password"], 
	select, 
	textarea) {
    width: 100%;
    padding: 11px 14px !important;
    font-size: 15px !important;
    border: 1px solid var(--lp-border);
    border-radius: 8px;
    background: var(--lp-input-bg);
    color: var(--lp-text);
    transition: border-color .2s, box-shadow .2s, background .2s;
    box-sizing: border-box;
    font-family: var(--lp-font);
}
.woocommerce-info {
	display: none !important;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
	float: none !important;
	width: 100%;
}
.woocommerce-cart .section-products {
	display: none !important;
}
.woocommerce-cart-form__cart-item td.product-thumbnail {
	max-width: 180px !important;
	width: auto !important;
}
.woocommerce-cart-form__cart-item td.product-thumbnail img {
	width: 150px !important;
	height: auto;
	display: block;
	margin-left: 0 !important
}
form.checkout.woocommerce-checkout {
	margin-bottom: 50px;
}
body.term-33 .cats-buttons-tax-page {

}
.upit-page {
	padding: 50px 0;
}
.upit-page h1 {
	font-size: 82px;
    line-height: 0.9;
    font-weight: 500;
    width: 100%; 
}
.upit-page h3 {
	margin-bottom: 0px;
}
p.upit-light {
	text-transform: uppercase;
	margin-bottom: 2px;
	color: #aaa;
	font-size: 80%;
	font-weight: 500;

}
p.upit-dark {
	text-transform: uppercase;
	font-weight: 500;
}
.links a {
	display: inline-block;
	text-decoration: none;
	line-height: 1.3;
	font-weight: 500;
	font-style: 13px;
}
.links a:hover {
	opacity: .78;
	color: #000;
}
.links a:first-child {
	margin-right: 15px;
}
.links a img {
	width: auto;
	height: 24px;
}
.form-group {
	margin-bottom: 10px !important;
	margin-top: 5px;
}
.form-group label {
	text-transform: uppercase;
}
.form-group .form-check label {
	text-transform: none;
}
.form-group.form-radio {
	/*margin-top: 20px;*/
}
.upit-form {
	background-color: #F7F3EE;
	padding: 20px 30px;
	border-radius: 15px;
}
.form-radio label {
	display: block !important;
}
button.black-button.button-block {
	display: block !important;
	width: 100%;
}
button.black-button.button-block:hover {
	opacity: .78;
}
.upit-form label {
	text-transform: uppercase;font-weight: 600;
	display: inline-block;
	margin-bottom: 10px;
	font-size: 15px;
}
.upit-form label span {
	font-size: 80%;
}
.upit-form label span.must {
	color: #C62828;
	
}
.form-radio label {
	text-decoration: none;
	font-weight: 500;
}
.upit-form .form-control {
	padding: 9px 15px;
	border: 1px solid #dedede !important;
	border-radius: 5px;
}
/* Styles all placeholders globally */
::placeholder {
  opacity: 1; /* Ensures Firefox applies the exact color */
}
/* Styles a placeholder on a specific class */
.upit-form .form-control::placeholder {
  font-size: 13px;
  font-weight: 500;
}
.form-check {
	display: inline-block;
	/*padding-left: 40px;*/
	margin-left: 11px;
}
.wpcf7-not-valid-tip {
	font-size: 11px !important;
}
.form-group .form-check {
	display: block;
	width: 100%;
	padding-left: 0 !important;
	margin-left: 0;
}
.wpcf7-list-item {
	margin: 0 1em 0 0 !important;
}
.form-group.form-radio .wpcf7-list-item-label,
.form-checkbox span.wpcf7-list-item-label{
	font-size: 14px;
  	font-weight: 500;
  	padding-left: 5px;
}
.form-check.form-checkbox p,
.form-check p {
	margin-bottom: 0 !important;
}
.form-check.form-checkbox p {
	line-height: 1;
}
.form-check.form-checkbox p label {
	margin-bottom: 0;
	margin-top: 10px;
}
.form-group-checkbox {
	margin-bottom: 0 !important;
	padding-left: 5px;
}

/* Change color of checked checkboxes */
input[type="checkbox"]:checked,
input[type="radio"]:checked {
    accent-color: #000; /* Replace with your brand color */
}


input[type="checkbox"] {
    transform: scale(1.4) !important;
    margin-right: 8px;
    vertical-align: middle;
}
.wpcf7-form input[type="radio"] {
    transform: scale(1.4);
  /*  margin-right: 10px;*/
    vertical-align: middle;
    cursor: pointer;
}
.filter-custom {
	float: right;
}
li.nav-item.dropdown {
	list-style: none;
}
.filter-custom .dropdown a {
	display: block;
    padding: 11px 16px 11px 16px;
    margin-right: 10px;
    float: none;
    width: auto !important;
    text-transform: uppercase;
    font-size: 13px;
    text-decoration: none;
    margin-bottom: 10px;
    font-weight: 500;
    background-color: #fff;
    border: 1px solid #000;
    color: #000;
}
ul.dropdown-menu {
	list-style-type: none !important;
	border-radius: 0px solid #fff!important;
	border-color: transparent !important;
	background-color: transparent !important;
}
.woocommerce-checkout td.product-name .product-item-thumbnail-check-text strong.product-quantity {
	display: block !important;
}
.product-item-thumbnail-check-text {
	padding-top: 10px;
}
.woocommerce-checkout h1.woocommerce-products-header__title.page-title {
	font-size: 82px;
    line-height: 0.9;
    font-weight: 500;
    width: 100%;
    margin-top: 10px;
    padding-left: 15px;
}
.red-line-checkout {
	display: none;
}
.woocommerce-checkout  .red-line-checkout.red-line-small-xs {
	display: block;
	font-size: 16px;
	margin-top: 5px;
	margin-bottom: 20px;
	
}
.woocommerce-checkout  .red-line-checkout.red-line-small-xs span {
	/*width: 70px !important;*/
}
.checkout-content-text {
	display: none;
}
.woocommerce-checkout .checkout-content-text {
	display: block;
	padding-left: 15px;
	font-weight: 500;
}
.woocommerce-checkout  .woocommerce-breadcrumb {
	padding-left: 15px;
}

.woocommerce form .form-row#billing_city_field,
.woocommerce form .form-row#billing_postcode_field {
    padding: 3px;
    margin: 0 0 6px;
}
.woocommerce-page form .form-row#billing_city_field {
    float: left;
}
.woocommerce-page form .form-row#billing_postcode_field {
	float: right;
}
.woocommerce-page form .form-row#billing_city_field, 
.woocommerce-page form .form-row#billing_postcode_field {
    width: 47%;
    overflow: visible;
}
.woocommerce form .form-row-wide, .woocommerce-page form .form-row-wide {
	clear: none !important;
}
#ship-to-different-address {
	margin-top: 25px;
}
.woocommerce form .form-row .input-text, .woocommerce form .form-row select,
:where(.woocommerce) .select2-container .select2-dropdown, :where(.woocommerce) .select2-container .select2-selection {
    border: 1px solid #999 !important;
}
h3#order_review_heading {
	margin-bottom: 20px;
}
.woocommerce table.shop_table {
	border: none !important;
}
tr.cart-subtotal {
	padding-top: 20px !important;
	border-bottom: none !important;

}
tr.cart-subtotal th,
tr.cart-subtotal td {
	padding-top: 20px !important;
	font-weight: 600 !important;
	border-top: 2px solid rgba(46, 46, 46, .2) !important;
}
tr.woocommerce-shipping-totals.shipping th {
	padding-bottom: 20px !important;
}
tr.woocommerce-shipping-totals.shipping th,
tr.woocommerce-shipping-totals.shipping td {
	border-top: none !important;
	font-weight: 600 !important;
}
tr.order-total th,
tr.order-total td {
	text-transform: uppercase;
	font-size: 20px !important;
	letter-spacing: .3px;
	border-top: 2px solid rgba(46, 46, 46, .2) !important;
	padding-top: 25px !important;
}
tr.order-total td strong {
	font-weight: 700 !important;
}
table.shop_table.woocommerce-checkout-review-order-table  tr.cart_item td {
	padding-bottom: 20px !important;
	padding-top: 20px;
	border-top:0px solid #fff !important;
}
table.shop_table.woocommerce-checkout-review-order-table  tr.cart_item:first-child td {
	padding-top: 0px;
	border-top:0px solid #fff !important;
}
table.shop_table.woocommerce-checkout-review-order-table  tr.cart_item:last-child td {
	border-top: 2px solid rgba(46, 46, 46, .2) !important;
}
/*.woocommerce-Price-currencySymbol {
	font-size: 85% !important;
}*/
#add_payment_method #payment ul.payment_methods, 
.woocommerce-cart #payment ul.payment_methods, 
.woocommerce-checkout #payment ul.payment_methods  {
    text-align: left;
    padding: 0 !important;
    border-bottom: 1px solid rgba(104, 87, 125, .14);
    margin: 0;
    list-style: none outside;
}
#add_payment_method #payment, 
.woocommerce-cart #payment, 
.woocommerce-checkout #payment {
    background: #fff !important;


}
li.wc_payment_method img {
	height: 32px !important;
	display: inline-block;
	margin-right: 10px !important;
	margin-left: 0 !important;
}
.payment_box {
	display: none !important;
}
.wc_payment_method {
	padding: 30px 20px !important;
	padding-bottom: 30px;
	border: 1px solid #aaa;
	display: flex;
}
/* 2. Style each payment list item as a clean block row */
/*.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method {
    display: flex !important;
    align-items: center !important;
    flex-wrap: wrap;
    vertical-align: top;
    transition: all 0.2s ease-in-out;
}*/

/* 4. Fix alignment of the radio input itself */
.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method input[type="radio"] {
    margin-right: 22px !important;
    margin-top: -28px !important;
    cursor: pointer;
    transform: scale(1.5); /* Slightly increases radio button size */
}
 #order_review {
	padding: 0 !important;
	background-color: #F7F3EE;
}
.order_review-custom,
#payment.woocommerce-checkout-payment,
table.shop_table.woocommerce-checkout-review-order-table {
	background: #fff;
    border-radius: 14px !important;
    padding: 24px !important;
    /*box-shadow: 0 10px 40px rgba(30, 90, 50, .08);*/
    border: 1px solid rgba(0, 0, 0, .04);

}
.woocommerce #payment #place_order, 
.woocommerce-page #payment #place_order {
	float: none !important;
	display: block !important;
	width: 100% !important;
	max-width: 100% !important;
	margin-top: 20px;
	padding: 22px 20px !important;
	font-size: 18px;
	letter-spacing: .6px;
	font-weight: 500;
}
.woocommerce-checkout #payment div.form-row {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.wc_payment_method label {
	font-weight: 600;
 }
 .wc_payment_method label small {
 	font-weight: 400;
 }
h3#order_review_heading-2 {
	margin-bottom: 25px;
}
.final-checkout-notice p {
	padding-top: 30px;
	font-size: 14px;
	line-height: 20px;
	font-weight: 500;
}
.final-checkout-notice img {
	height: 19px !important;
	margin-top: -5px;
	display: inline-block;
	margin-right: 7px;
}
ul.wc_payment_methods.payment_methods li:first-child {
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom: none;
}
ul.wc_payment_methods.payment_methods li:last-child {
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}
td.product-total,
.woocommerce table.shop_table tfoot td {
	text-align: right;
}
tr.cart-subtotal td {
	text-align: right;
}