@charset "UTF-8";
/*RESET*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  border: 0;
  vertical-align: baseline;
}
/* @font-face {
  font-family: 'DINCE';
  font-style: normal;
  font-weight: 400;
  src: url('Font/DnCeRg.ttf');
}

@font-face {
  font-family: 'DINCE';
  font-style: normal;
  font-weight: 700;
  src: url('Font/DnCeBd.ttf');
} */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
     scrollbar-color:#AB3434 rgba(0, 0, 0, 0.3);
     scrollbar-width: thin;
     scroll-behavior: smooth;
     overflow-x: hidden !important;
}

body {
    font-family: 'Rubik', sans-serif;
  font-size: 16px;
  background-color: #ffffff;
  padding:0px!important;
   margin: 0px!important;
  overflow-x: hidden !important;
}
header {
  position: relative;
  margin: 0!important;
  padding-top: 0px!important;
}
.wsfanimatedcolors {
    background-color: !important;
}
ol, ul {
  list-style: none;
}
a {
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
}

a:hover {
  text-decoration: none;
}
footer {
    /* background-color: #1A1A18; */
    color: #ccc;
    line-height: 26px;
    font-size: 14px;
}
footer a{
    color: #ccc;
}
footer a:hover{
    color: #fff;
    text-decoration: underline;
}
footer .info i{
    margin-right: 15px;
    float:left;
    padding-bottom: 30px;
    padding-top: 5px;
    color: ;
    width: 18px;
}
footer .info2 i{
    padding-bottom: 70px;
}
footer i{
    margin-right: 15px;
    color: ;
}
footer h6 {
    margin-bottom: 10px;
}
footer .logo {
    width: 145px;
    display: block;
margin-bottom: 25px;
}
footer .logopecati {
    height: 90px;
    margin-top: -10px;
    margin-left: 35px;
    display: block;
margin-bottom: 20px;
}
.space3 { margin-top:3px; }
.space5 { margin-top:5px; }
.space7 { margin-top:7px; }
.space10 { margin-top:10px; }
.space15 { margin-top:15px; }
.space17 { margin-top:17px; }
.space20 { margin-top:20px; }
.space25 { margin-top:25px; }
.space30 { margin-top:30px; }
.space50 { margin-top:50px; }
.footer-pozadina {
    width: 100%;
margin: 0;
padding: 0;
filter: brightness(25%);
position: absolute;
z-index: -1;
min-height: 530px;
right: 0;
}
.footer-text {
    font-size: 17px;
    line-height: 30px;
}
.back-to-top {
  position: fixed;
  bottom: 45px;
  right: 20px;
  text-decoration: none;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 1.1em;
  width: 50px;
  height: 50px;
  -webkit-box-shadow: 0px 10px 27px -13px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 10px 27px -13px rgba(0, 0, 0, 0.75);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
          z-index: 103;
}

.back-to-top:hover {
  background-color: #ed1c24;
  text-decoration: none;
  color: #FFF;
}

.cookiealert {
    color: #8C8C8C;
    font-size: 15px;
    padding: 15px 20px;
    background: #fff;
    border-radius: 10px;
    position: fixed;
    bottom: 2%;
    left: 2%;
    width: 250px;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transform: translateY(100%);
    transition: all 500ms ease-out;
    box-shadow: 0 0 15px #ccc;
}
.cookiealert span{
    display: block;
    margin-bottom: 10px;
}
.cookiealert i {
    color: #dfc56d;
}
.cookiealert a {
    color: #AB3434;
    text-decoration: underline;
}
.cookiealert a:hover {
    text-decoration: none;
}
.cookiealert .left{
    float: left;
}
.cookiealert .right{
    float: right;
}
.cookiealert .acceptcookies {
    color: #fff!important;
    background-color: #82b440;
    padding: 3px 15px;
    border-radius: 5px;
    text-decoration: none;
    border: 1px solid #55752A;
}
.cookiealert .acceptcookies:hover {
    background-color: #55752A;
    border: 1px solid #55752A;
    text-decoration: none;
}
.cookiealert.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0%);
    transition-delay: 1000ms;
}
.swiper-button-next, .swiper-button-prev {
    top: 45%;
}
.topheader {
    background-color: #1A1A18;
    color: #fff;
    font-size: 15px;
    padding: 0;
    margin: 0;
}
.topheader .info {
    padding: 7px;
    margin-right: 25px;
}
.topheader .info .fa-home-lg-alt {
    float: left;
    padding: 3px 7px 15px 0;
}
.topheader .info i {
    color: ;
    margin-right: 7px;
}
.topheader .info .fa-facebook-f, .wsfbottomdiv .fa-facebook-f {
    color: #fff;
    border-radius: 50px;
    border: 1px solid #fff;
    padding: 10px 12px;
}
.topheader .info .fa-facebook-f:hover {
    color: #fff;
    background-color: ;
}
.topheader a {
    text-decoration: none;
    color: #fff;
}
.topheader a:hover {
    color: ;
    text-decoration: underline;
}
.navbar-brand {
    width: 125px;
    padding-top: 8px;
}
.navbar-brand-pecati {
    height: 80px;
    padding: 0px;
    margin: 0px;
    margin-right: 25px;
}
.nav-pills {
    background-color: #EAEAEA;
    box-shadow: 0 0px 10px -2px #ccc;
}
.header_upload {
    display: block!important;
}
.animation-container .swiper-slide {
    width: 100%;
    height: 100%;
}

.animation-container .swiper-slide .swiper-img {
    width: 100%;
    height: 600px;
    position: relative;
}

.animation-container .swiper-slide .swiper-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.5);
}

.animation-text {
    /* max-width: 700px; */
    width: 70%;
    position: absolute;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
    color: #fff;
    padding: 15px 10px 15px 15px;
    text-align: center;
}

.animation-text h3 {
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 36px;
    text-shadow: 1px 1px #000;
}

.animation-text > div {
    margin-bottom: 50px;
    position: relative;
}
.animation-text a {
    color: #fff;
}
.swiper-button-next {
    right: 40px;
    color: #fff;
}
.swiper-button-prev {
    left: 40px;
    color: #fff;
}
.home .col-6, .home .col-sm-3 {
    padding-right: 0;
    padding-left: 0;
}
.home h3 {
    text-align: center;
    margin-bottom: 50px;
}
.home h3 a{
    font-size: 36px;
    position: relative;
    color: #333;
    text-transform: uppercase;
letter-spacing: 0.15rem;
    padding: 10px 30px;
    text-align: center;
    display: inline-block;
}
.home h3 a:hover {
    color: ;
}
.home h3 a:after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 50%;
    width: 100%;
    margin-left: -50%;
    border-bottom: 2px solid ;
}
.home h3 a:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 50%;
    width: 100%;
    margin-left: -50%;
    border-top: 2px solid ;
}
.home h5 {
    font-size: 17px;
    position: absolute;
    color: #fff;
    background-color: rgba(0,0,0,0.65);
    text-transform: uppercase;
    border: 1px solid ;
    padding: 10px 30px;
    text-align: center;
    width: 100%;
    min-height: 80px;
    display: grid;
    align-content: center;
}
.home h5 a{
    position: relative;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
}
.home h5 a:hover {
    color: ;
}
#wave {
    margin-top: -34px;
    z-index: 1;
    position: relative;
    display: block;
}
.btn-header {
    color: #fff!important;
    padding: 6px 15px 5px 15px !important;
    border-radius: 5px!important;
    background-color: !important;
    text-align: center!important;
    display: block!important;
    height: auto!important;
    font-size: 14px;
    font-weight: 700;
    margin: 5px 0!important;
}
.btn-header:hover {
    color: !important;
    background-color: #fff!important;
    text-decoration: none!important;
}
/*SEARCH*/
.search-box-mobile {
  display: none;
}
.search-box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.95);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 80px;
  z-index: 99999;
  opacity: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  display: none;
}

.search-box .search-container {
  position: relative;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.search-box .search-container img {
  margin-bottom: 80px;
}

.search-box .search-container #closeButton {
  position: absolute;
  top: 0;
  right: 0;
  color: #191514;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.search-box .search-container #closeButton:hover {
  color: #AB3434;
}

.search-box .search-container #closeButton i {
  font-size: 38px;
}

.search-box .search-container .z-search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.search-box .search-container .z-search-form .z-input {
  height: 48px;
  width: 600px;
  -webkit-box-shadow: 0px 6px 27px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 6px 27px 0px rgba(0, 0, 0, 0.35);
  border: 0;
  padding: 0 20px;
  border: 1px solid #AB3434;
}

.search-box .search-container .z-search-form .SearchSubmitButton {
  margin-top: 40px;
  background: #AB3434;
  padding: 10px 40px;
  color: #ffffff;
  font-size: 18px;
  border:0;
}

.search-box.visible {
  opacity: 1;
}

.search-box.show {
  display: block;
}
.animacija {
    position: relative;
}
.animacija h1 {
    position: absolute;
    color: #fff;
    font-weight: 700;
    bottom: 50px;
    left: 50px;
}
.animacija h2 {
    position: absolute;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    bottom: 30px;
    left: 35px;
}
.animacijaright{
    position: relative;
}
.breadcrumb {
    background-color: #F4F4F4;
    font-size: 14px;
    color: #888!important;
    padding: 15px 20px;
    box-shadow: 0px 10px 29px -12px rgba(0, 0, 0, 0.75);
}
.breadcrumb ol {
    margin: 0;
}
.breadcrumb a{
    color: #888;
    text-decoration:none;
    padding: 0 5px;
    cursor: pointer;
}
.breadcrumb a:hover{
    color: #AB3434;
}
.thumb-img0 {
	width:auto;
	height:250px;
	padding:0px;
	overflow: hidden;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
    filter: brightness(70%);
    -webkit-transition: .5s;
    transition: .5s;
}
.thumb-img0:hover {
    filter: brightness(90%);
}
.thumb0 {
    height:100%;
    object-fit: cover;
    width: 100%;
	padding: 0px;
	margin: 0px;
	transition: all 0.5s ease 0s;
    overflow: hidden;
}
.thumb-img1 {
	width:auto;
	height:273px;
	padding:0px;
	overflow: hidden;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
    filter: brightness(70%);
    -webkit-transition: .5s;
    transition: .5s;
}
.thumb-img1:hover {
    filter: brightness(90%);
}
.thumb1 {
    height:100%;
    object-fit: cover;
    width: 100%;
	padding: 0px;
	margin: 0px;
	transition: all 0.5s ease 0s;
    overflow: hidden;
}
.thumb-img2 {
	width:auto;
    height:550px;
	padding:0px;
	overflow: hidden;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
    filter: brightness(70%);
    -webkit-transition: .5s;
    transition: .5s;
}
.thumb-img2:hover {
    filter: brightness(90%);
}
.thumb-img2 img {
    width: 100%;
    object-fit: cover;
}

.thumb2 {
	height:100%;
	padding: 0px;
	margin: 0px;
	transition: all 0.5s ease 0s;
    overflow: hidden;
}
.thumb-img3 {
	width:100%;
	height:190px;
	padding:0px;
	overflow: hidden;
	margin-top: 0px;
	margin-bottom: 0;
	text-align: center;
    filter: brightness(50%);
    -webkit-transition: .5s;
    transition: .5s;
    border-bottom: 3px solid ;
}
.thumb-img3:hover {
    filter: brightness(100%);
}
.thumb3 {
    height:100%;
    width: 100%;
    object-fit: cover;
	padding: 0px;
	margin: 0px;
	transition: all 0.5s ease 0s;
    overflow: hidden;
}
.thumb-img4 {
	width:auto;
	height:240px;
	padding:0px;
	overflow: hidden;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
    -webkit-transition: .5s;
    transition: .5s;
    object-fit: cover;
filter: brightness(0.5);
}
.thumb4 {
    width: auto;
	height: 100%;
	padding: 0px;
	margin: 0px;
	transition: all 0.5s ease 0s;
    overflow: hidden;
}

.thumb5 {
    position: relative;
    transition: all 500ms ease-out;
}
.thumb-img5 {
    width: auto;
    height:240px;
    position: relative;
    transition: all 250ms ease-out;
}
.thumb-img5 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(70%);
}
.thumb-img5:hover {
    box-shadow: 0 0 15px 0 #333;
    filter: brightness(100%);
    z-index: 1;
}

.thumb5-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    font-size: 17px;
    background-color: rgba(0,0,0,0.75);
    text-transform: uppercase;
    border: 1px solid ;
    padding: 10px 30px;
    width: 100%;
    min-height: 80px;
    display: grid;
align-content: center;
z-index: 2;
}
.kategorije {
    position: relative;
}
.kategorije h3 {
    font-size: 24px;
    text-transform: uppercase;
    position: absolute;
    color: #fff;
    left: 10px;
    top: 50%;
    transform: translate(0, -50%);
    right: 10px;
    text-align: center;
}
.kategorije .img-fluid {
    height: 100%;
}
.step {
    padding-top: 70px;
}
.step span {
    font-size: 75px;
    color: #CCCCCC;
    float: left;
    margin-top: -65px;
    margin-right: 15px;
}
.step img {
    float: left;
    margin-top: -60px;
    margin-right: 15px;
}
.step .box {
    background-color: #F3F3F3;
    display: flex;
}
.step .title {
    float: left;
    font-size: 22px;
    font-weight: 300;
    color: #595959;
    padding-top: 15px;
    padding-left: 15px;
}
.slogan {
    color: #fff;
    font-size: 17px;
    background-image: url('../images/logo-red.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 100px;
    margin-top: 30px;
    text-align: center;
}
.slogan h3 {
    font-size: 34px;
    font-weight: 700;
}
.slogan p {
    padding: 30px 50px;
}
.izdvojeno {
    height: auto;
    padding: 55px 40px;
    margin: 0;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
	z-index:0;
    color: #333;
}
.izdvojeno span {
    position: relative;
	z-index:1;
    display: block;
}
.izdvojeno::after {
		content:"";
		position:absolute;
		left:0;
		top:0;
		right:0;
		bottom:0;
		background-color:rgba(255,255,255,0.8);
		z-index:0;
		display:block;
}
.izdvojeno h3 {
    text-align: center;
    margin-bottom: 30px;
}
.izdvojeno h3 a{
    font-size: 32px;
    position: relative;
    color: #333;
    text-transform: uppercase;
letter-spacing: 0.15rem;
    padding: 10px 30px;
    text-align: center;
    display: inline-block;
}
.izdvojeno h3 a:hover {
    color: ;
}
.izdvojeno h3 a:after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 50%;
    width: 100%;
    margin-left: -50%;
    border-bottom: 2px solid ;
}
.izdvojeno h3 a:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 50%;
    width: 100%;
    margin-left: -50%;
    border-top: 2px solid ;
}
#wave2 {
    margin-top: -5px;
    z-index: 1;
    position: absolute;
    display: block;
    transform: rotate(180deg);
}
#wave3 {
    margin-top: -34px;
    z-index: 1;
    position: relative;
    display: block;
}
.twoColumns{
    -webkit-column-gap: 100px;
       -moz-column-gap: 100px;
            column-gap: 100px;
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    text-align: justify;
}
.box-newsletter {
    font-size: 20px;
    background-color: #B35A59;
    color: #fff;
    border-radius: 0;
    /* padding:50px 10px; */
}
.testimonial {
    color: #fff;
    font-size: 14px;
    max-height: 610px;
    padding: 0;
    margin-bottom: 50px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.testimonial .backdownimg {
    width: 100%;
    margin: 0;
    padding: 0;
    filter: brightness(30%);
    position: absolute;
    left: 0;
    right: 0;
}
.testimonial .okvir {
    border-bottom: 1px solid #8C8C8C;
    position: relative;
    margin-bottom: 30px;
}
.testimonial .okvir h2 {
    color: #CE0000;
}
.testimonial .okvir span {
    color: #fff;
    font-size: 14px;
}
.testimonial h3 {
    position: relative;
    color: #fff;
    font-weight: 400;
    font-size: 33px;
    letter-spacing: 1.5pt;
}
.testimonial h3 a{
    color: #fff;
    font-weight: 400;
}
.testimonial h3 a:hover{
    color: #CE0000;
}
.testimonial .portfolio_078_header {
    margin: 15px auto 15px auto;
}
.testimonial .portfolio_078_grid {
    padding: 25px;
    text-align: left;
    min-height: 200px;
    overflow: hidden;
}
.testimonial .portfolio_078_wrapper {
    color: #8C8C8C;
    background-color: #fff;
    border: 1px solid #fff;
    padding: 20px;
    border-radius: 7px;
    min-height: 180px;
}
.testimonial .portfolio_078_wrapper h5{
    font-size: 16px;
    color: #8C8C8C;
    font-style: italic;
    margin-bottom: 10px;
}
.testimonial .portfolio_078_control_button .carousel-control-prev, .testimonial .portfolio_078_control_button .carousel-control-next {
    top: 56%;
}
.brand .brand-logo {
    -webkit-filter: grayscale(1);
    transition: all .5s;
    -webkit-transition: all .5s;
}
.brand .brand-logo:hover {
    filter: none;
    -webkit-filter: grayscale(0);
}
.brand .portfolio_078_wrapper {
    border: 0 none;
    min-height: auto;
}
.brand .portfolio_078_control_button .carousel-control-prev, .brand .portfolio_078_control_button .carousel-control-next {
    top: 35%;
}
.show-in-home {
    background-color: #EBEBEB;
    color: #8C8C8C;
    padding: 30px;
}
.show-in-home h3 {
    margin-bottom: 20px;
}
.show-in-home h3 a{
    color: #000;
}
.show-in-home h3 a:hover{
    color: #AB3434;
}
.btn-custom {
    font-size: 20px;
    background-color: ;
    color: #fff;
    border-radius: 7px;
    padding:10px 40px;
    display: inline-block;
    width: auto;
    margin-bottom: 20px;
}
.btn-custom:hover {
    background-color: #333;
    color: #fff;
}
.btn-custom1 {
    font-size: 15px;
    background-color: #fff;
    color: #AB3434;
    border: 1px solid #AB3434;
    border-radius: 5px;
    padding:5px 17px;
    display: inline-block;
    margin: 10px 0;
}
.btn-custom1:hover {
    background-color: #AB3434;
    color: #fff;
    border: 1px solid #AB3434;
}
.btn-custom2 {
    font-size: 17px;
    background-color: #AB3434;
    color: #fff;
    border: 1px solid #AB3434;
    border-radius: 5px;
    padding:5px 17px;
    display: inline-block;
    margin: 0 10px;
    white-space: nowrap;
}
.btn-custom2:hover {
    background-color: #fff;
    color: #AB3434;
    border: 1px solid #333;
}
.design-by {
    font-size: 14px;
    padding:10px;
}

.big-product-slider {
    width: 450px;
    margin-bottom: 30px;
    float: left;
    margin-right: 30px;
}

.big-product-slider div {
    height: 100%;
}

.big-product-slider img  {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

//.small-product-slider {
//    height: 150px;
//}

.small-product-slider div {
    height: 100%;
}

.small-product-slider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 0px 5px;
    cursor: pointer;
}

.p-head h1{
    color: ;
    font-weight: 700;
    margin-bottom: 25px;
}

.p-head {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 25px;
    display: flex;
}

.p-description {
    color: #333;
}
.p-description img{
    width: 100%!important;
    max-width: 100%!important;
    height: auto!important;
}
.green {
    color: #09CB15;
}

.red {
    color: #DA0303;
}

.btn-quant {
    width: 30px;
    height: 30px;
    background-color: #8C8C8C;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    cursor: pointer;
    transition: background-color 0.5s;
}

.btn-quant:hover {
    background-color: #333;
}

.quant-val {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-naruci {
    padding: 7px 50px;
    border-radius: 8px;
    color: #fff;
    background-color: #AB3434;
    position: relative;
    width: max-content;
    cursor: pointer;
    overflow: hidden;
}

.btn-naruci span {
    z-index: 2;
    position: relative;
}

.btn-naruci::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #CE0000;
    transition: height 0.5s;
    z-index: 1;
}

.btn-naruci:hover::before {
    height: 100%;
}

.p-details {
    background-color: #f4f4f4;
}

.details {
    color: #8c8c8c;
}

.cat-head {
    position: relative;
    height: 200px;
}

.cat-head > .container {
    position: absolute;
    left: 50%;
    color: #fff;
    top: 50%;
    transform: translate(-50%, -50%);
}

.cat-head img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.6);
}

.product-card {
    color: #676767;
    /* max-width: 250px; */
    width: 100%;
    /* margin: 10px; */
    border: 1px solid rgba(0, 0, 0, 0.15);
    transition: transform 0.8s linear, box-shadow 0.5s linear;
    transform-origin: bottom right;
    animation: slideUp 0.5s linear;
    position: relative;
    min-height: 400px;
    font-size: 15px;
}

.product-card:hover {
    box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.3);
    /*transform: rotate3d(1, 1, 0, 22deg);
    transform-style: preserve-3d; */
}

.description {
    padding: 15px;
}

.desc-head {
    color: #333;
    display: flex;
    align-items: center;
}

.desc-head h3 {
    font-size: 17px;
    margin-bottom: 10px;
    font-weight: 700;
}
.desc-head h3:hover {
    color: ;
}
.sort-item {
    margin: 0;
    color: #666666;
}

.select-input {
    padding: 2px 8px;
    border-radius: 5px;
    outline: none;
    border: none;
    background-color: #f2f2f2;
    color: #333;
    border-radius: 5px;
    width: 150px;
}

.get-more-btn {
    padding: 5px 30px;
    border-radius: 8px;
    color: #666666;
    border: 1px solid #666666;
    width: max-content;
    margin: 30px auto;
    letter-spacing: 1px;
    cursor: pointer;
    transition: background-color 0.3s linear, color 0.3s linear;
}

.get-more-btn:hover {
    background-color: #666666;
    color: #fff;
}

@keyframes slideUp {
    0% {
        opacity: 0;
        transform: translateY(50%);
    }
    100% {
        opacity: 1;
        transform: translateY(0%);
    }
}

#tooltip {
    background: #AB3434;
    border-radius: 5px;
    padding: 15px;
    color: #fff;
    filter: drop-shadow(0 0 5px rgba(0,0,0,0.5));
}

#tooltip p {
    color: #d9d9d9;
}

.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

::-webkit-scrollbar{
    width: 10px;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.3);
    scrollbar-color:  red;
    scrollbar-width: thin;
}

::-webkit-scrollbar-track{
    border: none;
}

::-webkit-scrollbar-thumb {
    background: #AB3434;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.gallery-item {
    max-width: 320px;
    width: 100%;
    height: 300px;
    margin: 10px 10px;
    position: relative;
    opacity: 0;
    transform: translateY(50%) scale(0.8, 0.8);
    transition: transform 0.8s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}

.gallery-item:hover {
    transform: scale(1.1) !important;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.47);
    z-index: 2;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.album {
    padding: 8px 30px;
    border: 1px solid ;
    margin: 10px;
    cursor: pointer;
    border-radius: 5px;
    color: ;
    transition: background-color 0.5s, color 0.5s;
    text-align: center;
}

.album:hover {
    color: #fff;
    background-color:;
}

.gallery-active {
    color: #fff;
    background-color:;
}

.my-container {
    max-width: 1440px;
    margin: 0 auto;
}

.mapa {
    margin-bottom: -8px;
}

.request-form label{
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 16px;
}

.request-form input {
    padding: 5px 15px;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.35);
    color: #8c8c8c;
    outline-color: rgba(0, 0, 0, 0.4);
}

.request-form textarea {
    height: 200px;
    padding: 5px 15px;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.35);
    outline-color: rgba(0, 0, 0, 0.4);
    color: #8c8c8c;
}

.request-form button {
    border: none;
    outline: none;
}

.request-form .uvjeti-link{
  color: ;
}
.request-form .uvjeti-link:hover{
  text-decoration: underline;
}

.request-form .uvjeti-div i{
  line-height: 1;
}

.usluge .row{
  margin-left: 0;
}
.usluge label{
  font-weight: normal;
}

.custom-file{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.custom-file-label{
  font-weight: 400 !important;
  color: #8c8c8c;
}
.custom-file-label::after{
  content:"Pretraži";
}

.success-message {
    position: fixed;
    top: 75px;
    right: 10px;
    border-radius: 5px;
    padding: 10px 30px;
    background-color: #32a852;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    z-index: 999;
    display: flex;
    align-items: center;
}



.success-message i {
    font-size: 25px;
}

.remove-message {
    opacity: 0;
    top: -10%;
    transition: opacity 0.4s linear, top 0.5s linear;
}

.wsmenu02>.wsmenu02-list>li>ul.sub-menu02 {
    filter: drop-shadow( 0 0 2px rgba(0,0,0,0.5));
}

.wsmenu02-list{
    display: flex !important;
}

.center-logo {
    display: flex;
    align-items: center;
    justify-content: center;
}

.category-text {
    padding: 20px 10px;
    background-color: #f2f2f2;
}

.category-text p {
    max-width: 1170px;
    margin: 0px auto;
    font-size: 16px;
    white-space: pre-wrap;
}

.kuca-img {
    width: 100%;
    object-fit: contain;
    max-height: 1000px;
}

.house-images {
    position: relative;
}

.svg-titles {
    position: absolute;
    width: 100%;
    height: 99%;
    top: 0;
    left: 0;
}

@media (max-width: 575.98px) {


}

@media (max-width: 767.98px) {
#wave {
    margin-top: -10px;
}
#wave3 {
    margin-top: -10px;
}
.home h3 a {
font-size: 24px;
}
.thumb-img0 {
    height: 200px;
}
.home h5 {
    min-height: 100px;
    padding: 10px 5px;
    font-size: 13px;
    word-wrap: anywhere;
}
.request-form label {
  text-align: left !important;
}
.izdvojeno h3 a {
    font-size: 24px;
}
.izdvojeno {
    height: auto;
    padding: 35px 10px;
}
.twoColumns {
    column-gap: unset;
    column-count: 1;
    text-align: justify;
}
footer {
    font-size: 13px;
    background-color: #1A1A18;
}
footer i {
    margin-right: 10px;
    <!-- margin-bottom: 25px; -->
    float: left;
    margin-top: 15px;
}
footer .info {
    margin-top: 10px;
    display: inline-block;
}
.footer-pozadina {
    width: auto;
    z-index: 0;
    <!-- min-height: auto; -->
}
footer .info i {
    padding-bottom: 50px;
    padding-top: 2px;
    margin-right: 10px;
    margin-top: 5px;
}
footer .info2 i {
    padding-bottom: 100px;
}
.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
}
.btn-header {
    margin: 0 15px!important;
}
.header_upload {
    margin-right: 35px;
}
.animation-text h3 {
    font-size: 26px;
}
.swiper-button-next {
    right: 20px;
    top: 45%;
}
.swiper-button-prev {
    left: 20px;
    top: 45%;
}
.breadcrumb ul, .breadcrumb ol{
    padding: 0;
}
.thumb3 {
    height: auto;
    display: block;
}
.thumb-img3 {
    height: auto;
}
.product-card {
    min-height: auto;
    margin-bottom: 35px;
}
.big-product-slider {
    width: 100%;
    float: none;
}
.p-head h1 {
    font-size: 32px;
}

}

@media (min-width: 768px) and (max-width: 991px) {
.navbar-brand {
    margin-right: 50px;
}
#wstoggle {
    top: 12px;
}
#wave {
    margin-top: -20px;
}
#wave3 {
    margin-top: -20px;
}
.twoColumns {
    column-gap: 70px;
}
.thumb-img3 {
    height: 210px;
}
.big-product-slider {
    width: 350px;
}

}

@media (min-width: 992px) and (max-width: 1199px) {
.header_upload {
    margin-right: 25px;
}
.wsfrightpart-inner {
    padding-top: 4%;
}
.big-product-slider {
    width: 450px;
}

}
