.home_shortcuts {
    display: none;
}

.iyeUBh {
    padding: 11px 6px 3px 0px;
}


.styles__Cell-sc-j4nx4-0 + .styles__Cell-sc-j4nx4-0 {
    border-top: 1px solid rgba(0, 12, 24, 0.07);
    padding: 10px;
    background-color: white;
}

/******************** HTML ********************/
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-size: 16px;
    background-color: white;
}

:root {
    --primary-color: #39B54A;
    --secondary-color: #006838;
    --footer-color: #858383;
    --headings-font-family: 'Helvetica Neue', sans-serif;
    --paragraph-font-family: 'Philosopher', sans-serif;
    --paragraph-font-family: 'Open Sans', sans-serif;
    --mobile-menu: #26263c;
}

h1, h2, h3, h4, h5 {
    display: block;
    width: 100%;
    font-family: var(--headings-font-family);
}

a {
    color: var(--secondary-color);
}

a:hover {
    text-decoration: none;
    color: var(--primary-color);
}

/******************** BOOTSTRAP********************/
.row {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
}

.alert-success{
    padding: 10px;
    color: #fff !important;
    background-color: #0fd54a !important;
}

.alert-info {
    display: block;
    margin-top: 30px;
}

/******************** GLOBAL CLASS ********************/

.title {
    margin: 20px 0px 6px;
    font-size: 1.6em;
    color: var(--secondary-color);
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.subtitle {
    font-size: 1.1em;
    text-align: center;
}

.cta {
    padding: 10px 15px;
    color: white;
    background-color: var(--primary-color);
}

.cta:hover,
.cta2:hover {
    color: white;
    background-color: black;
}

.cta2 {
    padding: 10px 15px;
    color: black;
    background-color: #eaeaea;
}

.top-banner-icon1{
    background: var(--primary-color);
    color: #fff;
    padding: 10px;
    border-radius: 50%;
    margin-left: -2em;
    width: 40px;
    height: 40px;
    font-size: 17px;
    text-align: center;
}

.mobile_only {
    display: none;
}

.centered_text {
    padding: 3% 10%;
}

.green_background {
    color: white;
    background-color: var(--primary-color);
}

/**************************************** HEADER ****************************************/

/******************** ADMIN BAR ********************/
.admin_bar {
    background-color: #535353;
    padding: 3px;
}

.admin_bar a {
    padding: 5px 10px;
    color: white;
    background-color: #3490dc;
    text-decoration: none;
}

.admin_bar .edit_link {
    background-color: #ffc107;
    background-color: #e5ac00;
}

.admin_bar a:hover {
    background-color: limegreen;
}

.info-contact {
    display: flex;
}

/******************** TOP BAR ********************/
a.profil{
    color: #fff;
}

.top-ribbon{
    font: normal 400 14px var(--headings-font-family);
    background-color: var(--primary-color);
    color: white;
    padding: 0.7em;
}

a.connected{
    color: #fff;
}

.contact_icons{
    display: inline-flex;
}

.shop-cart{
    text-align: end;
}

.top-banner-icon {
    position: relative;
    color: white;
}

.cart {
    color: black;
    font-size: 1.4rem !important;
}

.top-banner-icon span {
    font-size: 1rem;
    color: #fff;
    position: absolute;
    top: -5px;
    right: -14px;
    background: var(--primary-color);
    border-radius: 50%;
    width: 17px;
    padding-left: 5px;
}

.shop-cart a{
    color: #fff !important;
}

.top_bar_social i {
    font-size: 19px;
}

/******************** MINI CART ********************/
.cart-items{
    display: flex;
    flex-direction: row;
    width: 100%;
    color: #000;
    text-align: left;
}

.cart-content {
    z-index: 999;
    position: absolute;
    width: 200px;
    margin-top: 1em;
    border-radius: 50px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}

.cart-body{
    background-color: #fff;
    padding: 1em;
}

.cart-item-text p{
    color: var(--primary-color);
    font-weight: bold;
    font-size: 12px;
    margin-bottom: 0;
}

.cart-line{
    width: 50%;
    color: red;
}

.cart-item {
    display: flex;
    padding: 15px;
}

.cart-item:hover {
    opacity: .65;
}

.cart-item-text {
    margin-left: 10px;
    padding-top: 10px;
}

.image-search {
    width: 50px !important;
    margin-bottom: 10px;
}

/******************** SEARCH AND SEARCHED ********************/
.menu-search{
    display: inline-block;
    position: relative;
    margin-left: 2em;
  }

  .menu-search input {
    width: 200px;
  }

  .menu-search:hover input{
    width: 200px;
    padding: 0 36px 0 8px;
  }

  .menu-search:hover .search-button{
      color: #000;
  }

  .menu-search input {
    height: 35px;
    border: 1px solid lightgray;
    transition: all 0.3s;
  }

  .search-button {
    width: 35px;
    height: 35px;
    background-color: transparent;
    color: #000;
    border: 0;
    position: absolute;
    top: 0;
    right: 0;
    margin-left: 1em;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .search-content {
    position: absolute;
    right: -20px;
    top: 90px;
    width: 350px;
    height: 500px;
    border: 1px solid #fff;
    background-color: #fff;
    border: 1px solid lightgray;
    border-radius: 5px;
    overflow: auto;
    display: none;
    z-index: 10000;
}

.search-item {
    display: flex;
    padding: 15px;
}

.search-item:hover {
    opacity: .65;
}

.search-item-text {
    margin-left: 30px;
    padding-top: 30px;
}

.image-search {
    width: 140px;
}

.underline-price {
    text-decoration: line-through;
}

.search-item-text span {
    margin-right: 10px;
}

/******************** NAVIGATION 1 ********************/
.navbar-brand {
    width: 40%;
    margin-right: 0 !important;
}

a.nav-link{
    color: #000;
    text-transform: uppercase;
}

a.nav-link:hover{
    color: #00AEEF;
}

.logo{
    width: 60px;
    margin-left: 14%;
}

.navbar{
    border-bottom: 1px solid var(--primary-color);
}

.nav-item{
    font-family: var(--headings-font-family)
}

a.nav-link:hover{
    color: var(--primary-color);
}

.notification {
    width: 50%;
    position: absolute;
    z-index: 100;

    padding: 10px;
    background-color: #0fa82b;
    color: white;
}

.notification {
    -webkit-animation: seconds 1.0s forwards;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-delay: 5s;
    animation: seconds 1.0s forwards;
    animation-iteration-count: 1;
    animation-delay: 5s;
  }
  @-webkit-keyframes seconds {
    0% {
      opacity: 1;
    }
    50% {
        opacity: .5;
    }
    100% {
      opacity: 0;
    }
  }
  @keyframes seconds {
    0% {
      opacity: 1;
    }
    50% {
        opacity: .5;
    }
    100% {
      opacity: 0;
    }
  }

/******************** NAVIGATION 2 - To be edited ********************/
.header-menu{
    display: flex;
    flex-direction: column;
}

.logo1{
    display: flex;
    justify-content: center;
}

.logo1 img{
    width: 20%;
}

.navbar1{
    background-color: var(--primary-color);
    margin-top: 0.5em;
}

ul.navbar-nav {
    display: flex;
    justify-content: center !important;
    align-items: center;
    cursor: pointer;
}

.navbar1 .navbar-brand {
    font-size: 30px;
 }

.navbar1 .nav-item {
    padding: 10px 20px;
}

.navbar1 .nav-link {
    font-size: clamp(1rem, 1.5vw, 1.2rem);
    text-transform: uppercase;
    margin-left: 10px;
    color: #fff;
}


.fa-bars {
    color: #fff;
    font-size: 30px;
}

/******************** NAVIGATION 3 - To be edited ********************/
.navbar3{
    background: transparent;
    border-bottom: 1px solid var(--primary-color);
}

ul.navbar-nav {
    display: flex;
    justify-content: center !important;
    align-items: center;
    cursor: pointer;
}


.navbar3 .nav-item {
    padding: 10px 10px;
}

.navbar3 .nav-link {
    font: normal 700 15px var(--paragraph-font-family);
    text-transform: uppercase;
    color: var(--primary-color);
}

.nav-logo{
    width: 70%;
    height: auto;
}

a.nav-link {
    font-weight: bold;
    text-align: center;
    letter-spacing: 3px;
}

.fa-bars {
    color: #fff;
    font-size: 30px;
}

.top-banner-icon span {
    background: #a3a3a3;
}


.navbar-toggler{
    outline: none !important;
}

.navbar-toggler i {
    color: var(--primary-color) !important;
}


/******************** NAVIGATION 4 ********************/
.header_four_homepage,
.header_four_homepage .top-ribbon {
    background-color: transparent !important;
}

.header_four .shop-cart {
    text-align: left;
}

.header_four .info-contact {
    display: initial;
    text-align: right;
}

.header_four .info-contact img {
    width: 20px;
    margin-left: 6px;
}

.header_four .info-contact .phone_icon {
    width: 16px;
}

.header_four_homepage .navbar {
    border: none !important;
}


/******************** NAVIGATION 5 ********************/

.header_five {
    margin-top: 1%;
    background-color: white;
    border: 1px solid var(--primary-color);
    border-radius: 10px;
}

.navbar:has(> .header_five){
    border-bottom: none !important;
}

.header_five .navbar-brand {
    padding: 0px;
}

.header_five .logo {
    width: 100%;
    max-width: 140px;
}

.header_five_cta {
    margin-bottom: 0px;
    padding: 10px 15px 0px 15px;
    color: black;
}

.header_five .connected {
    color: var(--secondary-color);
}

.header_five .top-banner-icon {
    color: var(--primary-color);
}

.header_five_social {
    padding: 10px 20px 0px 10px;
}

.header_five .social {
    max-width: 22px;
}

.header_five #navbarSupportedContent {
    background-color: var(--primary-color);
    border-radius: 0px 0px 10px 0px;
}

.header_five a.nav-link {
    color: white;
    text-transform: uppercase;
}

.header_five ul {
    margin-right: 0px;
    margin-left: 0px;
}

.header_five ul > li {
    margin-top: 0px !important;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

/*********************************** NEW MENU MOBILE **************************************/
#hidden-nav {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 15;
  height: 100%;
  position: fixed;
  background-color: #222831;
  background-color: var(--primary-color);
  overflow-x: hidden;
  width: 0;
}

#hidden-nav .navbar-nav {
    margin-top: 40%;
}

#hidden-nav a {
  font-size: 18px;
  color: #eeeeee;
  font-weight: bold;
  text-transform: capitalize;
  letter-spacing: 1px;
}

#hidden-nav select {
  background-color: transparent;
  outline: none;
  border: none;
  color: #eeeeee;
}

#hidden-nav .close-menu img {
    width: 25px;
}

#hidden-nav .dropdown-menu {
    background-color: var(--mobile-menu);
}

#hidden-nav .dropdown-menu .dropdown-item {
    padding: 0px;
    font-size: 14px;
}

#hidden-nav .profilesmob {
    margin-top: 25px;
}

#hidden-nav .profilesmob .profil,
#hidden-nav .profilesmob .connected {
    display: block;
    margin-left: 0px !important;
    font-size: 14px;
    font-weight: normal;
}

#hidden-nav .profilesmob i {
    margin-top: 6px;
    font-size: 18px;
    color: white;
}

.open-menu {
  -webkit-animation: slideInRight 1s forwards;
          animation: slideInRight 1s forwards;
}

.close-menu {
  cursor: pointer;
  -webkit-animation: slideBack .6s forwards;
          animation: slideBack .6s forwards;
}

@-webkit-keyframes slideInRight {
  from {
    width: 0;
  }
  to {
    width: 60vw;
  }
}

@keyframes slideInRight {
  from {
    width: 0;
  }
  to {
    width: 60vw;
  }
}

@-webkit-keyframes slideBack {
  from {
    width: 60vw;
  }
  to {
    width: 0px;
  }
}

@keyframes slideBack {
  from {
    width: 60vw;
  }
  to {
    width: 0px;
  }
}
/******************************** END OF NEW MENU MOBILE **********************************/
/**************************************** HOMEPAGE ****************************************/

/******************** MAIN SLIDER ********************/
.sliderslide .item {
    height: 550px;
    position: relative;
}
.sliderslide .item img {
    width: 100% !important;
    height: 100%;
    object-fit: cover;
}
.sliderslide .item .cover {
position: absolute !important;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
/*/ padding: 75px 0; /*/
    display: flex;
    align-items: center;
}
.sliderslide .item .cover .header-content {
    position: relative;
    padding: 19px;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.68);
    width: 50%;
}
.sliderslide .item .cover .header-content .line {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    border: 3px solid #ffffff;
    -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
    clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
}
.sliderslide .item .cover .header-content h2 {
    font-weight: 300;
    font-size: 30px;
    color: var(--primary-color);
}
.sliderslide .item .cover .header-content h1 {
    font-size: 28px;
    font-weight: bold;
    margin: 10px 0 5px;
    color: black;
    letter-spacing: 3px;
    text-transform: uppercase;
}
.sliderslide .item .cover .header-content p {
    font-size: 18px;
    color: rgb(80 80 80);
}
.sliderslide .hero_cta a {
    width: 44%;
    font-weight: bold;
    text-decoration: none;
}

.sliderslide .hero_cta .cta2 {
    background-color: var(--secondary-color);
    color: white;
}

.sliderslide .hero_cta .cta2:hover {
    color: white;
    background-color: black;
}

.sliderslide .owl-item.active h1 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
}
.sliderslide .owl-item.active h2 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
}
.sliderslide .owl-item.active h4 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.3s;
}
.sliderslideader .owl-item.active .line {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInLeft;
    animation-delay: 0.3s;
}
.sliderslide .owl-nav .owl-prev {
    position: absolute;
    left: 15px;
    top: 43%;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    width: 40px;
    cursor: pointer;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 0;
}
.sliderslide .owl-nav .owl-prev span {
    font-size: 1.6875rem;
    color: #fff;
}
.sliderslide .owl-nav .owl-prev:focus {
    outline: 0;
}
.sliderslide .owl-nav .owl-next {
    position: absolute;
    right: 15px;
    top: 43%;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    width: 40px;
    cursor: pointer;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 0;
}
.sliderslide .owl-nav .owl-next span {
    font-size: 1.6875rem;
    color: #fff;
}
.sliderslide .owl-nav .owl-next:focus {
    outline: 0;
}
.sliderslide:hover .owl-prev {
    left: 0px;
    opacity: 1;
}
.sliderslide:hover .owl-next {
    right: 0px;
    opacity: 1;
}
/*########## END OF MAIN SLIDER ##########*/
/******************** HERO IMAGE ********************/
.baner{
    background: transparent url("/images/slajder-slika.png") no-repeat center;
    background-size: cover;
    width: 100%;
    height: 550px;
}

.hero_image {
    margin-top: -154px;
    background: transparent url("/images/slider1.jpg") no-repeat center;
    background: transparent url("/images/slider1.png") no-repeat center;
    background-size: cover;
}

.hero_content_wrapper {
    padding: 20% 0px 10%;
}

.hero_content {
    width: 45%;
    margin:  0 auto;
    padding: 2%;
    background-color: #e3865163;
    background-color: #e38651b0;
    border: 1px solid white;
}

.hero_content h1 {
    font-size: 2em;
    color: white;
    text-transform: uppercase;
    text-align: center;
}

.hero_content h3 {
    font-size: 1.4em;
    color: white;
    text-align: center;
}

.hero_cta {
    margin-top: 20px;
}

.hero_cta a {
    width: 49%;
    display: inline-block;
    text-align: center;
}
/*########## END OF HERO IMAGE ##########*/
/******************** HOME SHORTCUTS ********************/
.home_shortcuts {
    margin-bottom: 15px;
    padding-left: 7.5px;
    padding-right: 7.5px;
}

.home_shortcut {
    position: relative;
    margin-top: 15px;
    padding: 0px 7.5px;
}

.home_shortcut img {
    opacity: .8;
}

.home_shortcut img:hover {
    opacity: 1;
}

.home_shortcut h3 {
    position: absolute;
    bottom: 10px;
    left: 15px;
    width: auto;
    padding: 10px 20px;
    background-color: white;
    color: var(--primary-color);
    letter-spacing: 1px;
}
/*########## END OF HERO SHORTCUTS ##########*/
/******************** HOME HIGHLIGHTS ********************/
.highlights_one {
    background-color: var(--primary-color);
}

.highlights_one p {
    margin-bottom: 0px;
    font-size: 2em;
    color: white;
    font-weight: 500;
    text-align: center;
}

.highlight_first,
.highlight_second,
.highlight_third {
    max-width: 315px;
    text-align: center;
}

.highlights i {
    font-size: 4em;
    color: white;
    background-color: var(--primary-color);
    border-radius: 50%;
}

.highlight_first i {
     padding: 21px 37px;
}

.highlight_second i,
.highlight_third i {
    padding: 23px 28px;
    font-size: 3.5em;
}

.highlights h4 {
    margin-top: 20px;
    color: black;
    font-weight: bold;
    text-transform: uppercase;
}

.highlights p {
    font-size: 16px;
    color: #a5a5a5;
    line-height: 20px;
    padding: 7px 3px;
    background-color: #efefef;
    border: 1px solid #9d9d9d;
}
/*########## END OF HOME HIGHLIGHTS ##########*/
/******************** HOME SERVICES ********************/
.service_cta .hero_cta {
    text-align: center;
}

.service_cta .hero_cta a {
    width: 45%;
    padding: 10px;
    margin: 0px 2%;
    font-size: 1.2em;
}

.service_cta .cta2 {
    color: white;
    background-color: var(--secondary-color);
}
/*########## END OF HOME HIGHLIGHTS ##########*/
/******************** HOME ABOUT ********************/
.home_about_subtitle {
    margin-bottom: 0px;
    font-size: 1em;
    text-transform: uppercase;
}

.home_about_title {
    margin-top: 6px;
    padding-left: 15px;
    font-size: 2.3em;
    color: white;
    font-weight: 600;
    text-align: left;
    text-transform: capitalize;
}

.home_about_background {
    background: transparent url("/storage/assets/home-about-background.png") no-repeat center;
    background-size: cover;
}

.home_about_highlights {
    padding: 6% 10% 10%;
    font-weight: bold;
}

.home_about_highlight1 {
    padding-left: 10px;
    font-weight: normal;
    border-left: 6px solid var(--primary-color);
}

.home_about_highlight2 {
    padding-left: 10px;
    font-weight: normal;
    border-left: 6px solid var(--secondary-color);
}
.home_about_cta a {
    display: block;
    width: 80%;
    text-align: center;
    margin: 0 auto;
}

.home_about_cta .cta2 {
    color: black;
}

.home_about_cta .cta2:hover {
    color: white;
    background-color: black;
}

/******************** HOME TOP PRODUCTS ********************/
.top-products{
    padding: 4% 0px 3%;
    margin-bottom: -3em;
}

.product-grid {
    text-align:center;
    padding:0 0 72px;
    overflow:hidden;
    position:relative;
}
.product-grid .product-image{
    position:relative;
    transition:all .3s ease 0s;
}

.product-grid .product-image a{
    display:block;
}
.product-grid .product-image img{
    width:100%;
    height:auto;
}

.product-grid .product-image img:hover{
    opacity: 50%;
    cursor: pointer;
}

.product-name {
    text-transform: uppercase;
    margin-top: 1em;
}

.product-price {
    font-size: 14px;
    letter-spacing: 1px;
}

span.crossed-product-price {
    font-size: 14px;
    letter-spacing: 1px;
    text-decoration: line-through;
    color: var(--primary-color);
}

.product-grid .pic-1{
    opacity:1;
    transition:all .3s ease-out 0s;
}

.product-grid:hover .pic-1{
    opacity:1;
}

.product-grid .pic-2{
    opacity:0;
    position:absolute;
    top:0;
    left:0;
    transition:all .3s ease-out 0s
}

.product-grid:hover .pic-2{
    opacity:1
}

.product-grid .social{
    width:150px;
    padding:0;
    margin:0;
    list-style:none;
    opacity:0;
    transform:translateY(-50%) translateX(-50%);
    position:absolute;
    top:60%;
    left:50%;
    z-index:1;
    transition: all .3s ease 0s;
}

.product-grid:hover .social{
    font-family: var(--paragraph-font-family);
    opacity:1;
    top:50%
}

.product-grid .social li{
    display:inline-block
}

.product-grid .social li a{
    color:#fff;
    background-color:var(--secondary-color);
    font-size:16px;
    line-height:40px;
    text-align:center;
    height:40px;
    width:40px;
    margin:0 2px;
    display:block;
    position:relative;
    transition:all .3s ease-in-out;
    border-radius: 26px;
}

.product-grid .social li a:hover{
    color:#fff;
    background-color:var(--secondary-color);
}

.product-grid .social li a:after,.product-grid .social li a:before{
    content:attr(data-tip);
    color:#fff;
    background-color:#000;
    font-size:12px;
    letter-spacing:1px;
    line-height:20px;
    padding:1px 5px;
    white-space:nowrap;
    opacity:0;
    transform:translateX(-50%);
    position:absolute;
    left:50%;
    top:-30px
}

.product-grid .social li a:after{
    content:'';
    height:15px;
    width:15px;
    border-radius:0;
    transform:translateX(-50%) rotate(45deg);
    top:-20px;
    z-index:-1
}

.product-grid .social li a:hover:after,.product-grid .social li a:hover:before{
    opacity:1
}

.product-grid .product-discount-label,.product-grid .product-new-label{
    font: normal 400 10px var(--paragraph-font-family);
    color:#fff;
    background-color:var(--secondary-color);
    padding:5px 12px;
    display:block;
    position:absolute;
    top:10px;
    left:0
}

.product-grid .product-discount-label{
    background-color:#333;
    left:auto;
    right:0
}

.product-grid .product-content{
    text-align:center;
    padding: 0px 0 11px;
    margin:0 auto;
    position:absolute;
    left:0;
    right:0;
    z-index:1;
    transition:all .3s
}
/*########## END OF HOME TOP PRODUCTS ##########*/
/******************** HOME CATEGORIES ********************/
.home_categories {
    background: transparent url("/storage/assets/home-categories-background.png") no-repeat;
}

.home_carousel_section {
    padding: 9% 0px 8%;
    text-align: center;
}

.home_categories p {
    font-size: 1.3em;
    color: black;
    letter-spacing: 1px;
}

.all{
    font-weight: 700 !important;
    color: var(--second);
}

.slider-rec {
    margin-top: 2em;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 2em;
}

.home_carousel_section .item {
    position: relative;
    margin-bottom: 10px;
}

.img__description {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(43, 43, 43, 0.72);
    color: #fff;
    visibility: hidden;
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    border: 1px solid var(--second);
    font-weight: 400;
    /* transition effect. not necessary */
    transition: opacity .2s, visibility .2s;
}

.item:hover .img__description {
    visibility: visible;
    opacity: 1;
}
/*########## END OF HOME CATEGORIES ##########*/
/******************** HOME TOP CATEGORIES ********************/
.home_top_categories {
    padding: 0px;
}

.home_top_categories .title {
    margin-bottom: 0px;
    padding: 5px 0px;
    background-color: var(--primary-color);
    color: white;
}

.home_top_categories .nav-tabs {
    background-color: lightgray;
}

.home_top_categories .nav-tabs .active {
    height: 115%;
    background-color: goldenrod;
    color: white;
}

.home_top_categories .nav-tabs .nav-item:hover {
    background-color: goldenrod;
}

.home_top_categories .nav-tabs a.nav-link:hover {
    color: white !important;
}

.home_top_categories .slider-rec {
    margin-top: 1em;
}

/*########## END OF HOME TOP CATEGORIES ##########*/
/******************** HOME REVIEWS ********************/
.home_reviews {
    padding: 8% 0px;
    background: transparent url("/images/slajder-slika.png") no-repeat center;
}

.carousel-indicators {
    bottom: -50px;
}

.owl-prev i,
.owl-next i {
    width: 23px;
    padding-left: 3px;
    font-size: 25px;
    color: white;
    background-color: var(--primary-color);
    border-radius: 50%;
    text-align: center;
}

.owl-prev i {
    padding-left: 0px;
}

.owl-prev {
    position: absolute;
    top: 30%;
    left: 10px;
}

.owl-next {
    position: absolute;
    top: 30%;
    right: 10px;
}
/******************** HOME SPECIFICATIONS ********************/
.specifications {
    padding: 4% 0px;
    background: transparent url("/storage/assets/specifications-background.png") no-repeat center;
}

.specifications p {
    width: 70%;
    margin: 0 auto;
    text-align: center;
}

.specification img {
    height: 100px;
}

.specification h3 {
    font-size: 1.4em;
    font-weight: normal;
}

.specification p {
    width: 100%;
}

/******************** HOME CTA ********************/
.home_cta {
    padding: 10% 0px;
    background-image: url(/storage/assets/home-cta-background.png);
    text-align: center;
}

.home_cta h2 {
    margin-bottom: 5%;
    text-align: center;
}

.home_cta p {
    width: 70%;
    margin: 25px auto;
}

/******************** HOME CONTACT ********************/
.home_contact {
    padding: 3% 0px;
    background-image: url(/images/home-contact.png);
    background-color: #E6E8E7;
}

.home_contact .contact_info {
    padding: 6%;
}

.home_contact h3 {
    color: var(--secondary-color);
}

.home_contact .contact_list li {
    margin: 10px;
}

.home_contact .contact_list li img {
    margin-right: 15px;
}

.home_contact .contact_list li a {
    color: black;
}

.home_contact .indent {
    margin-left: 37px;
}
/******************** HOME BLOG ********************/
.home_blog {
    padding: 4% 0px 3%;
    background-color: #f0f0f0;
}

.home_blog_posts {
    margin-top: 4em;
    margin-bottom: 4em;
}

.home_blog_img{
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.home_blog h4 {
    margin-top: 15px;
    color: var(--primary-color);
}
/**************************************** ABOUT US ****************************************/

/******************** ABOUT US 1 ********************/
.parallax {
    /* The image used */
    background: linear-gradient(to bottom, rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.7) 100%), transparent url("/storage/home-sliders/June2024/19WNEBf1e6HqTx7m65Gq.png") center;
    min-height: 500px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    display: flex;
    align-items: center;
    text-align: center;
}

.parallax p{
    margin-bottom: 0;
}

.about-sec{
    width: 50%;
    margin: auto;
}

.about-info{
    margin-top: 2em;
}

.counter-about{
    background-image: linear-gradient(to bottom, rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.7) 100%), url('/images/slajder-slika.png');
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

section#counter-stats {
	display: flex;
	justify-content: center;
	margin-top: 100px;
}

.stats {
  text-align: center;
}

.stats .fa {
  color: #fff;
  font-size: 30px;
}

.count-simbols{
    margin: auto;
}

.counting{
    font-weight: 700;
    font-size: 22px;
}
/*########## END OF ABOUT US 1 ##########*/
/******************** ABOUT US 2 ********************/
.hero {
    background-image: url("/storage/about/home_company3.png");
    background-position: center center;
    background-size: cover;
    height: 50vh;
}

.hero h1 {
    padding-left: 10%;
    font-size: 4rem;
    font-weight: bold;
    color: #ff8800;
}

/* intro */

.intro {
    background-color: #f8f8f8;
}

.intro span {
    color: #ff8800;
    font-style: oblique;
    font-weight: 600;
}

.intro h2 {
    font-weight: 700;
    width: 100%;
}

.intro p {
    color: rgba(0,0,0,.55);
    letter-spacing: 0.1rem;
}

/* about */

.about{
    background-color: #f8f8f8;
}

.about h2 {
    font-weight: 700;
}

.about p {
    color: rgba(0,0,0,.55);
    letter-spacing: 0.1rem;
}

.read-more-btn {
    display: inline-block;
    text-decoration: none;
    background: #000;
    color: #fff;
    padding: 15px 35px;
    font-size: 13px;
    cursor: pointer;
    text-align: center;
    transition: .4s ease-in-out .1s;
}

.read-more-btn:hover {
    color: #000;
    background: #ff8800;
    font-weight: 700;
}

/* team */

.team span {
    color: #ff8800;
    font-style: oblique;
    font-weight: 600;
}

.team h2 {
    font-weight: 700;
}

.team p {
    color: rgba(0,0,0,.55);
}
.team p:last-child {
    letter-spacing: 0.1rem;
}

/* counter */

.counter {
    text-align: center;
}

.counter h2{
    font-weight: 700;
}
.employees,.customer,.design,.order {
    margin-top: 30px;
    margin-bottom: 30px;
}
.counter-count {
    font-size: 18px;
    background-color: #ff8800;
    border-radius: 50%;
    position: relative;
    color: #ffffff;
    text-align: center;
    line-height: 92px;
    width: 92px;
    height: 92px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: inline-block;
}

.employee-p,.customer-p,.order-p,.design-p {
    font-size: 24px;
    color: #000000;
    line-height: 34px;
}

/* footer */

.footer {
    background: #f8f8f8;
}

.footer h2 {
    font-weight: 600;
}

.footer p {
    color: rgba(0,0,0,.55);
}

.footer a {
    text-decoration: none;
    font-weight: 600;
}

.footer a:first-child {
    color: #000;
}

.footer .fab {
    font-size: 2rem;
    color: #3477eb;
}

.btn-floating {
    width: 80px;
    height: 80px;
    font-size: 30px;
    position: fixed;
    right: -35px;
    bottom: -20px;
    color: #ff8800
}
/*########## END OF ABOUT US 2 ##########*/

/**************************************** SERVICES ****************************************/
.services h2 {
    text-align: center;
}

.services p {
    text-align: center;
}

.service_hero {
    position: relative;
}

.service_hero img {
    max-width: 100%;
    height: 350px;
    object-fit: cover;
    border-bottom: 3px solid var(--primary-color);
}

.services_titles {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    width: 80%;
    margin: 0 auto;
    padding: 10px;
    background-color: #ffffffd9;
}

.service h1 {
    font-size: 2em;
    color: var(--primary-color);
    font-weight: bold;
    letter-spacing: 1px;
}

.service h3 {
    color: black;
    font-weight: bold;
    letter-spacing: 1px;
}

.service p {
    text-align: justify;
}

.service_gallery img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}

.service_cta {
    padding: 4% 18%;
    background-color: #f3f3f4;
}

.service_sidebar .sidebar_all_services li a {
    color: var(--secondary-color);
    font-size: 1.1em;
    font-weight: bold;
    border-bottom: 1px solid gray;
    letter-spacing: 1px;
}

.service_sidebar .sidebar_all_services li a:hover {
    color: var(--primary-color);
}

.service_gallery .col-md-3 {
    padding: 1px;
}
/*########## END OF SERVICES ##########*/

/**************************************** BLOG ****************************************/

/******************** ALL POST PAGE ********************/
.all_posts_one .post p {
    font-family: "Roboto";
    font-size: 18px;
}

.blog_sidebar,
.service_sidebar {
    padding: 3% 2%;
    background-color: #f0f0f0a6;
    border: 1px solid #d3d0d0;
    box-shadow: 1px 1px 3px lightgrey;
}

.service_sidebar {
    padding: 5% 10%;
}

.blog_sidebar h3,
.service_sidebar h3 {
    font-size: 1em;
    color: gray;
    text-transform: uppercase;
}

.blog_sidebar ul,
.service_sidebar ul {
    list-style: none;
}

.blog_sidebar_categories li {
    display: inline-block;
    margin: 6px 4px;
    padding: 4px 10px;
    color: white;
    font-weight: bold;
    background-color: var(--primary-color);
    border-radius: 10px;
}

.blog_sidebar_categories li:hover {
    background-color: gray;
}

.blog_sidebar_categories li a {
    width: 100%;
    display: block;
    color: white;
}

.blog_sidebar_blogs {
    padding-left: 10px;
}

.blog_sidebar_blogs li a {
    color: var(--primary-color);
}

.sticky-top {
    top: 20px;
}
/*########## END OF ALL POST PAGE ##########*/
/******************** SINGLE POST PAGE ********************/
.post_background {
    height: 600px;
    background-color: var(--primary-color);
}

.single_post_image {
    width: 100%;
    border: 4px solid white;
}

.post_content {
    margin-top: -550px;
}

.single_post_title {
    font-size: 2.3em;
    color: white;
    text-transform: uppercase;
}

.single_post_excerpt {
    margin: 3% 0px;
    padding: 10px;
    color: white;
    font-weight: bold;
    background-color: var(--primary-color);
    text-align: center;
}

.single_post_excerpt p {
    margin-bottom: 0px;
}

.firstCon{
    border-radius: 10px;
    box-shadow: 1px 1px 20px 0px #f8f9fa, 0 6px 20px 0 rgb(0 0 0 / 19%);
    padding: 1em 0 1em 0;
}

.icons-blog{
    color: white;
    text-align: right;
}

.icons-blog span {
    font-family: var(--paragraph-font-family);
}

.firstCon a{
    color: var(--primary-color);
}

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

.firstCon a:hover{
    text-decoration: none;
    color: var(--primary-color);
    font-weight: 700;
}
/*########## END OF SINGLE POST PAGE ##########*/

/****************************** CONTACT ******************************/

/******************** CONTACT 1 - WITH MAP ********************/
.contact-us{
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
}

.contact-form, .contact-form{
    width: 60%;
}

.contact-form {
    padding: 3em;
}

.contact-form-field{
    margin-top: 1em;
}

.button-contact-form{
    background: transparent;
    font-family: var(--headings-font-family);
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
    width: 200px;
    height: 50px;
    margin-top: 2em;
}

.button-contact-form:hover{
    background-color: var(--primary-color);
    color: #fff;
}

.contact-form-field input,
.contact-form-field textarea {
    color: var(--primary-color);
}

.vl {
    height: 250px;
    margin-top: 4em;
    padding-left: 7%;
    border-left: 2px solid #e8e8e8;
  }

.contact-info{
    padding: 2em;
}

.contact_us_title {
    text-transform: uppercase;
    letter-spacing: 2px;
}

.phone-number, .contact-email{
    color: #000;
    margin-left: 1em;
}
/*########## END OF CONTACT 1 ##########*/
/******************** CONTACT 2 ********************/
.contact-us2{
    margin-bottom: 4em;
    font-family: var(--paragraph-font-family);
}

.contact-us2 h1{
    font-family: var(--headings-font-family);
    text-transform: uppercase;
    text-align: center;
    color: var(--secondary-color);
    font-weight: 600;
    margin-top: 1em !important;
}

.contact2{
    margin-top: 2em !important;
}


.contact-form-field2{
    margin-top: 1em !important;
}

.contact-left2 img{
    width: 100%;
}

.button-contact-form2{
    background: transparent;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    color: #fff;
    width: 200px;
    height: 50px;
    margin-top: 2em;
}

.button-contact-form2:hover{
    background-color: var(--primary-color);
}

.contact-infos2{
    margin-top: 2em !important;
}

.contact-infos2 h5{
    color: #fff;
}

.contact-fields-info2, .contact-fields-info32{
    background-color: var(--secondary-color);
    color: #fff;
    height: 150px;
    text-align: center;
    font-weight: 400;
    padding-top: 2em;
}

.contact-fields-info22{
    background-color: var(--primary-color);
    color: #fff;
    height: 150px;
    text-align: center;
    font-weight: 400;
    padding-top: 2em;
}

.contact2icons{
    margin-top: 0 !important;
    margin-left: 0 !important;
    color: #fff !important;
}
/*########## END OF CONTACT 2 ##########*/

/******************** PRIVACY POLICY ********************/
.politika{
    margin-top: 2em;
}

.politika-dots{
    margin-left: 7em;
}

.politika-second-dots{
    margin-left: 3em;
}

.red-policy{
    color: rgb(239, 5, 5);
}
/*########## END OF PRIVACY POLICY ##########*/
/******************** FAQ ********************/
.faq{
    margin-bottom: 4em;
}

h1.faqtitle{
    font-size: 22px !important;
    text-align: center;
    padding-top: 6rem;
    padding-bottom: 3rem;
    font-weight: 600;
}

.card{
    margin-bottom: 15px;
}

.card-header{
    padding: .10rem 0.75rem !important;
    background: var(--primary-color) !important;
    color: #fff;
}

.card-header p{
    margin-top: 1rem;
    font-weight: 500;
}


.faqopen{
    float: right;
    cursor: pointer;
}
/*########## END OF FAQ ##########*/

/****************************** SHOP PAGES ******************************/ž

/******************** SHOP ********************/

.kategorije {
    background-color: #F0F0F0;
    padding: 30px 10px;
}

.products_sidebar {
    padding: 10px;
    border: 1px solid lightgray; 
}

.products_sidebar h4 {
    font-size: 1rem;
    font-weight: bold;
    text-transform: uppercase;
}

.category_list {
    list-style: none;
}

.category_list a {
    width: 100%;
    display: block;
    padding: 3px;
}

#order_title {
    margin-bottom: 0px;
}

.current_order a {
    color: #929292;
    background-color: wheat;
    border: 1px dotted var(--primary-color);
}

.parent_category a {
    padding-left: 0px;
    color: var(--primary-color);
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 1px solid lightgray;
}

.middle_category a {
    color: var(--primary-color);
    font-weight: bold;
}

.category {
    padding-left: 10px;
    text-transform: uppercase;
}

.current_category {
    padding-left: 10px;
    color: var(--primary-color);
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 1px solid lightgray;
}

.show_top_categories {
    width: 100%;
    margin-bottom: 20px;
    display: block;
    color: #1b1b1b;
    border-bottom: 1px solid lightgray;
}

.sidebar_ .product-image {
    max-width: 150px;
    margin: 0 auto;
}

.sidebar_top_product .product-name,
.sidebar_top_product .product-price {
    text-align: center;
}

.pagination_wrapper {
    width: 100%;
    margin: 30px auto;
    padding: 10px;
    overflow: auto;
    overflow-y: hidden;
    text-align: center;
}

.pagination_wrapper .page-item.active .page-link {
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
}

.pagination_wrapper .page-link {
    color: var(--primary-color);
}

.pagination_wrapper svg {
    width: 23px;
}

.pagination_wrapper .flex-1,
.pagination_wrapper p {
    display: none;
}





.baner-single-page{
    background: transparent url("/images/slajder-slika.png") no-repeat center;
    background-size: cover;
    color: #fff;
    text-align: center;
    width: 100%;
    height: 350px;
    padding-top: 9em;
}

.baner-single-page-short-title{
    font: normal 500 14px var(--headings-font-family);
    letter-spacing: 2px;
    text-transform: uppercase;
}

.baner-single-page-title{
    font-family: var(--paragraph-font-family);
    text-transform: uppercase;
}

.baner-single-page-description{
    font: normal 400 12px var(--headings-font-family);
}

.baner-all-text{
    margin-top: 3em;
}

.shop-slider-text{
    font-weight: 700;
    color: var(--primary-color);
    text-align: center;
    margin-top: 1em;
}

.slider-shop-price{
    color: #000;
    font-weight: 400;
}

/*################################################################################################## PRODUCT #####################################################################################*/

.products{
    margin-top: 2em;
}

.products_presentational {
    margin-top: 0px;
}

.products_presentational .product-grid {
    padding: 0px;
}

.products_presentational .product-image {
    padding: 10px;
}

.product-sidebar-title1{
    font: normal 700 16px var(--headings-font-family);
    text-transform: uppercase;
    margin-top: 2em;
}

.product-sidebar-categories{
    list-style: none;
    line-height: 25px;
    margin-top: 2em;
}

.product-sidebar-categories a{
    font: normal 400 14px var(--headings-font-family);
    color: #000;

}

.follow-us{
    font-size: 30px;
    color: var(--primary-color);
    margin-bottom: 2em;
}

.product-sidebar-categories a:hover{
    text-decoration: none;
    font-weight: 700;
    color: var(--primary-color);
}
.bread a{
    color: var(--primary-color) !important;

}


.product-bread-cramp {
    font: normal 400 12px var(--paragraph-font-family);
}


.price_range_button {
    width: 100%;
    text-align: center;
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
    color: #fff;
    padding: 2% 0;
    margin-top: 25px;
}

/*################################################################################################ SINGLE PAGE ################################################################################################*/

.product-bread-cramp{
    font-size: 1em;
    margin-top: 2em;
}

.selected-product{
    color: var(--primary-color);
}
.selected-product a{
    color: var(--primary-color);
}

.single-product-image {
    width: 100%;
    height: auto;
}

.category{
    color: #000;
}
.category:hover{
    text-decoration: none;
    font-weight: bold;
    color: var(--primary-color);
}

.single-product-title{
    font-family: var(--headings-font-family);
    font-weight: 700;
    text-transform: uppercase;
}

img.light-images {
    width: 150px;
    height: 150px;
    margin-top: 0.5em;
}

.short-product-title{
    font: normal 700 14px var(--headings-font-family);
    margin-top: 1em;
    padding-bottom: 2rem;
}

.single-product-new-price{
    font: normal 700 18px var(--headings-font-family);
    display: inline-block;
}

.single-product-old-price{
    font: normal 700 18px var(--headings-font-family);
    display: inline-block;
    text-decoration: line-through;
    color: #c4c4c4;
    margin-left: 1em;
}

.button-add-to-cart{
    font: normal 600 14px var(--headings-font-family);
    background-color: var(--primary-color);
    text-transform: uppercase;
    letter-spacing: 2px;
    color: white;
    width: 200px;
    height: 50px;
    border: none;
}

.button-add-to-cart:hover{
    background-color: transparent;
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
}

.add-in-cart {
    display: flex;
    padding-top: 1rem;
    padding-bottom: 2rem;
}

.single_page_quantity {
    width: 40px;
    height: 40px;
    text-align: center;
    margin: 5px 6px 0 6px;
    border: none;
    background: transparent;
}

.pad{
    padding-left: 2em;
}

.comment-name {
    color: #000 !important;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0 !important;
}

.comment-detail-info{
    margin-top: 1em;
    display: flex;
    align-items: center;
}

.com-date{
    font-weight: 700;
    margin-left: 2em;
    font-size: 12px;
}

.comment-text{
    margin-top: .5rem;
    margin-left: 2em;
    margin-bottom: 1em;
    width: 80%;
}
.map {
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.map .nav-item {
    padding: 0 !important;
}
/*################################################################################################ THANK YOU ################################################################################################*/

.thank-you-baner{
    background: transparent url("/images/slajder-slika.png") no-repeat center;
    background-size: cover;
    width: 100%;
    height: 550px;
}

.thank-you{
    margin: 10% 0px;
    text-align: center;
}

.thank-you-title{
    font-family: var(--headings-font-family);
    margin-top: 1em;
}

.thank-you-info{
    font-family: var(--headings-font-family);
    margin-top: 0.5em;
}

.thanks-img{
    width: 5%;
    height: auto;
}

/*##################################################################################################### PROFILE PAGE ###################################################################################*/

.profile_orders img {
    width: 16px;
    margin-left: 16%;
}

.call{
    display: none;
}

/*#####################################################################################################  SINGLE PRODUCT ##################################################################################################### */

.product-info-table{
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.left-table-field{
    width: 30%;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    font-weight: 700;
}

.carousel_single_product {
    margin-top: 0px;
}

.carousel_single_product img.light-images {
    height: 100px;
    object-fit: cover;
}

.review{
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.review p{
    margin-bottom: 0;
    font-weight: 700;
}

.review-button{
    position: absolute;
    font: normal 600 14px var(--headings-font-family);
    background-color: var(--primary-color);
    text-transform: uppercase;
    letter-spacing: 2px;
    color: white;
    width: 200px;
    height: 50px;
    border: transparent;
    top: 10px;
    right: 10px;
    outline: none !important;
}

.review-button:hover{
    background-color: transparent;
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
}

.btn-comment-send{
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    background-color: var(--primary-color);
    color: white;
    padding: 10px;
    border: 1px solid transparent;
    top: 10px;
    right: 10px;
    outline: none !important;
}

.btn-comment-send:hover{
    background-color: transparent;
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
}

.leave-comment{
    margin-bottom: 2em !important;
}

.com-date{
    margin-left: 1em;
}

.comments-all{
    display: flex;
    flex-direction: column;
}

.comment-date-name{
    display: flex;
}

.comment-fields{
    padding-left: 10px;
}

.top-banner-icon1, .profilesmob {
    display: none;
}

.on_scroll {
  display: none;
  position: fixed;
  bottom: 20px;
  right: -3%;
  transform: translateX(-50%);
  background-color: #f1f1f1;
  padding: 10px 5px;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
  z-index: 1000000000000000000000000000000000000000;
}

.on_scroll img {
    max-width: 110px;
}

.on_scroll h4 {
    max-width: 140px;
    font-size: 1.1em;
    color: black;
    text-transform: capitalize;
}

.on_scroll button {
    width: 100%;
    height: auto;
    margin-top: 6px;
    padding: 5px;
    font-size: 11px;
    border: 1px solid var(--primary-color);
}

/*######################################################################################################################### Wishlist ##########################################################################*/

.wishtitle{
    text-align: center;
    margin-top: 1em;
}

/*####################################################################################################### FOOTER 1 ####################################################################################*/
footer {
    padding-top: 1%;
    color: var(--text-footer);
    background-color: #f0f0f0;
    border-top: 1px solid var(--primary-color);
}

footer a {
    color: var(--text-footer);
}

footer li {
    list-style: none;
}

footer a:hover,
.footer_map li a:hover {
    color: var(--primary-color);
}

.contact_list {
    list-style: none;
    padding-left: 10px;
}

.contact_list li {
    margin: 3px 0px;
}

.contact_list i {
    margin: 0px;
    color: var(--primary-color);
}

.contact_list li a {
    color: #858383;
}


.logo_footer {
    width: 100%;
    max-width: 80px;
}

.contact_social img {
    max-width: 25px;
}

.crta{
    width: 60%;
    margin-left: unset;
}

.socicon{
    margin-top: 1em;
    margin-left: 0.5em;
}

.copyright{
    margin-top: 20px;
    padding-top: 1em;
    background-color: var(--primary-color);
    color: white;
}

.privacy_policy a:hover {
    color: white;
}

#linklion{
    color: white;
}
/*############################################################################################################ FOOTER 2 #################################################################################*/
.second_footer {
    padding-top: 1%;
    color: var(--text-footer);
    background-color: var(--primary-color);
    border-top: 1px solid var(--primary-color);
    border-bottom: 10px solid var(--secondary-color);
}
.second_footer .col-md-5 {
    padding: 3% 0px;
}
.second_footer .footer_map li {
    margin: 0px 10px;
    display: inline-block;
    color: white;
}
.second_footer .footer_map li a {
    text-transform: uppercase;
    font-size: .9em;
}
/*** .second_footer .logo_footer {
    margin-top: 30px;
)**/
.second_footer .copyright {
    margin: 0px;
    padding-top: 0px;
}
/*############################################################################################################ FOOTER 3 #################################################################################*/

.footer-copyright{
    background-color: var(--primary-color);
    color: white;
    text-align: center;
}

.tekst{
    padding-top: 1em;
    padding-bottom: 1em;
}

.socicon1{

    width: 10%;
}

.socicon{
    margin-left: 1em;
    width: 5%;
}

/* Checkout */

#first_checkout {
    padding: 33px;
}

.login_message {
    font-size: .7em;
    color: var(--secondary-color);
}

.login_message a {
    color: var(--primary-color);
}

#first_checkout input {
    color: var(--primary-color);
}

.submit_order {
    display: block;
    width: 100%;
    margin-top: .5rem;
}

.uslov {
    margin-top: 1.5rem;
}

.uslov1 {
    margin-top: 0px;
}

#first_checkout {
    padding: 33px;
    background-color: white;
    border: 1px dotted lightgray;
}

.cart_product {
    position: relative;
    padding: 10px;
    border-bottom: 1px dotted;
}

.cart_product_img {
    max-width: 100%;
}

.cart_product_name {
    color: var(--primary-color);
    text-transform: uppercase;
}

.cart_product_price {
    margin: 0px;
}

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

.delete_cart {
    position: absolute;
    top: 40%;
    right: 0px;
    width: 11px;
}

.cart_total {
    padding: 6px;
    background-color: var(--primary-color);
    color: white;
}

.cart_total p {
    margin: 0px;
    font-weight: bold;
    text-align: center;
}

.none_registred_user_first {
    display: block;
}


.quantity button[class*=btn], .add-in-cart button[class*=btn] {
    width: 20px;
    height: 20px;
    color: #000;
    background-color: transparent;
    border-radius: 6px;
    border: none;
    cursor: pointer;
}

.quantity input {
    border: none;
    text-align: center;
    width: 45px;
    font-size: 16px;
    color: #43484d;
    font-weight: 300;
}

.plus-btn, .minus-btn {
    outline: none !important;
}

.quantity_button{
    border: 1px solid #000;
    border-radius: 5px;
    text-align: center;
    width: 10px;
    margin-left: 1em;
    margin-bottom: 2em;
}

.prd-info-table{
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin-top: 2em;
    margin-bottom: 4em;
}

.left-table{
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    font-weight: 700;
}

.comment-product a{
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    color: #000;
    border: 1px solid #dee2e6 !important;
    border-radius: 5px;
    padding: 1em;
    position: relative;
}

.comment-product p{
    margin-bottom: 0;
}

.comment-product a:hover{
    text-decoration: none;
}

.comm-collapse{
    margin-top: 1em;
}

.add-comm-button{
    position: absolute;
    right: 20px;
    top: 20px;
    font: normal 600 14px var(--headings-font-family);
    background-color: var(--primary-color);
    color: white;
    border: 1px solid var(--primary-color);
    padding: 1em;
    outline: none !important;
}

.modal-footer{
    border-top: none !important;
}

.add-comm-button:hover{
    background: transparent;
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
}

.bnt-send-comm{
    background-color: var(--primary-color);
    color: white;
    border: 1px solid var(--primary-color);
    padding: 0.5em;
    font-weight: 700;
}

.bnt-send-comm:hover{
    background: transparent;
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
}

.loyality {
    display: block;
    margin: 0px;
}

.loyality_info {
    position: absolute;
    bottom: 10px;
    width: 90%;
    font-style: italic;
}

.dodaj_kupon {
    padding: 3px;
    background-color: var(--primary-color);
}

.dodaj_kupon span {
    display: block;
    padding-top: 7px;
    color: var(--primary-color);
    font-weight: bold;
}

#kuponMessage {
    display: block;
    width: 100%;
}

/* Kategorije mali menu */

.small-screen{
    display: none;
    width: 100%;
  }

  .show-blog{
      display: none;
  }

  .sidebar-nav-rec {
      position: fixed;
      left: 0;
      bottom: 0;
      width: 65%;
      top: 0;
      background-color: #fff;
      z-index: 1500;
      padding-left: 2em;
      padding-left: 0px;
      display: none;
      transition: all 0.6s ease-in-out;
  }

  .overlay-blur{
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.5;
    filter: alpha(opacity = 50);
  }

  .katmeni{
      background-color: #fff;
  }

  .katmeni > a {
      color: white;
      background-color: var(--primary-color);
      border: none;
  }

  .pricemenu{
      margin-left: 0.5em;
  }

  .preview_button {
    width: 100%;
    background-color: #39b54a;
    border-color: #39b54a;
}


/*###################################################################################################### RESPONSIVE  ###################################################################################*/

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

    /* Global */
    section {
        padding-top: 3%;
    }
    .navbar {
        padding: 0rem 1rem;
    }
    .navbar-toggler {
        padding: 0.1rem 0.5rem;
    }
    .fa-bars {
        font-size: 25px;
    }
    .top-banner-icon {
        margin-top: 10px;
    }
    .title {
        font-size: 1.3em;
    }
    .subtitle {
        font-size: 1em;
    }
    .privacy_policy {
        text-align: center;
    }

    /* Homepage */
    .sliderslide {
        padding-top: 0px;
    }
    .sliderslide .item {
        height: 400px;
        margin-bottom: 0px
    }
    .sliderslide .item .cover {
        padding-bottom: 10px;
        align-items: end;
    }
    .sliderslide .item .cover .header-content .line {
        border: 2px solid var(--primary-color);
    }
    .sliderslide .item .cover .header-content {
        width: 100%;
        padding: 10px;
    }
    .sliderslide .item .cover .header-content h1 {
        margin: 0px;
    }
    .sliderslide .item .cover .header-content p  {
        font-size: 16px;
    }
    .header-content button {
        padding: 3px 10px !important;
        border-radius: 10px !important;
        font-size: 20px !important;
        font-weight: 400;
        height: auto;
    }
    .home_about_title {
        font-size: 1.7em;
    }
    .home_about_text p {
        text-align: justify;
    }
    .home_about .cta,
    .home_about .cta2 {
        width: 100%;
        display: block;
        text-align: center;
    }

    .baner-text{
        top: 12em;
    }
    #statistic-div{
        width: 100%!important;
    }
    #users-div{
        width: 100%!important;
    }
    .pagination_wrapper {
        width: 100%;
    }
    /* Shop */
    .product-breadcrumb {
        display: none;
    }
    .sidebar-nav-rec {
        padding: 6%;
    }
    /* Single page */
    .product-bread-cramp {
        display: none;
    }

    .single-product-title{
        font-size: 18px;
    }

    .short-product-title{
        font-size: 12px;
    }

    .single-product-description{
        font-size: 12px;
    }

    .on_scroll {
      right: -30%;
    }

    .on_scroll h4 {
        margin-top: 0px;
        font-size: .9em;
    }

    /* Element 1 */
    .bbb_slider_container {
        margin-top: 15px
    }

    .service_cta .hero_cta a {
        width: 100%;
        margin-bottom: 10px;
    }

    .service_cta {
        padding: 6% 5%;
        background-color: #f3f3f4;
    }

     /* Service page */

     .service_hero img {
        height: 300px;
    }

     .services_titles {
        left: 0px;
        text-align: center;
    }

    .service .col-md-8 {
        padding:  0px;
    }

    .service_gallery img {
        width: 100%;
        height: 130px;
    }
    /* Blog */
    .single_post_title {
        font-size: 1.9em;
    }
    .post_background {
        height: 400px;
    }
    .post_content {
        margin-top: -360px;
    }

    .blog_sidebar {
        margin-top: 30px;
    }

}

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

    .centered_text {
        padding: 15% 10px;
    }

    .top-banner-icon1, .profilesmob,
    .mobile_only {
        display: block;
    }

    .desktop_only {
        display: none !important;
    }

    .top-ribbon{
        display: none;
    }

    .navbar-nav{
        text-align: center;
    }

    a.nav-link,
    a.profil {
        color: black;
    }
    .profilesmob {
        margin-bottom: 0px !important;
    }
    .dropdown-toggle {
        text-align: center !important
    }

    .sticky-top{
        margin-left: 0;
    }

    .home_about1 {
        padding-top: 0px;
    }

    .home_categories {
        background: none;
    }

    .home_categories p {
        margin-top: 10px !important;
        font-size: 1em;
    }

    .home_cta p {
        width: 100%;
    }

    .home_partners {
        padding: 0px !important;
    }

    .logo_footer {
        max-width: 79px;
    }

    /* Shop and Single page*/

    .kategorije{
        display: none;
    }

    .small-screen{
        display: block;
      }

    .show-blog {
        display: block;
    }

    .filter-button-rec {
        border: 1px solid #000;
        padding: 0.5rem 1rem;
        border-radius: 10px;
        display: inherit;
        text-align: center;
    }

    .irs--flat{
        width: 80% !important;
    }

    /* Single page */
    .single-product-title{
        margin-top: 2em;
    }

    /* Single Blog */
    .single-blog-images{
        flex-direction: column;
    }

    .first-blog-image, .second-blog-image{
        width: 100%;
        margin-left: 0;
    }

    /* Contact us */
    .contact-us{
        flex-direction: column;
        flex-direction: column-reverse;
    }

    .contact-form, .contact-info{
        width: 100%;
    }

    .contact-info{
        text-align: center;
    }

    /* Politika */
    .politika-dots{
        margin-left: 4em;
    }
}

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

    a.logosize{
        width: 56%;
    }

    .logo {
        max-width: 40px;
    }

    .info-contact, .shop-cart{
        text-align: center;
    }

    .menu-search{
        display: none;
    }

    .sliderslide .item .cover .header-content h1 {
        font-size: 26px;
    }

    .sliderslide .hero_cta a {
        width: 48%;
        font-weight: normal;
    }

    /* About page */
    .counter-about {
        height: fit-content;
        padding-top: 3em;
        padding-bottom: 3em;
    }

    .about-sec{
        width: 100%;
        margin: auto;
    }

    .first-blog-image, .second-blog-image{
        margin-bottom: 0;
    }

    .add-in-cart{
        width: 50%;
    }

    /* Comment */
    .add-comm-button{
        padding: 6px;
        top: 10px;
        right: 10px;
    }

    .input-comment-label{
        padding-left: 0 !important;
    }

    .review-button{
        font-size: 10px;
        width: 150px;
        height: 40px;
        padding: 5px;
    }

    .padding-labels{
        padding-left: 0;
    }

    /* Politika */
    .politika-dots{
        margin-left: 2em;
    }

    .copyright-info, .created-by{
        text-align: center;
    }

    /* Shop and Single page*/

    .baner-single-page-title{
        font-size: 25px;
    }

    #secondphoto{
        margin-left: 2em;
    }

    /* Element 1 */
    .owl-item.active{
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .call{
        display: block;
        background-color: limegreen;
        bottom: 0;
        position: fixed;
        z-index: 999;
        width: 100%;
        padding: .4em;
        color: #fff !important;
        text-align: center;
    }

    .call_style_second {
        width: 40px;
        height: 40px;
        right: 10px;
        bottom: 10px;
        border-radius: 50%;
    }

    .phoneicons{
        margin-top: 0 !important;
        color: #fff !important;
    }

    .call a {
        font-size: 19px;
        color: #fff !important;
    }

}

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

    /* Single page */
    .single-product-image{
        width: 100%;
    }

    /* Contact us */
    .contact-form {
        padding: 1em;
    }

    .contact_icons {
        display: flex;
        flex-direction: row;
        justify-content: center;
        margin-bottom: 1em;
    }

    .info-contact {
        flex-direction: column;
    }

    .fa.fa-envelope,
    .fa.fa-phone {
        margin-left: 0;
    }

    .phone-number,
    .contact-email {
        font-size: 17px;
    }

    .price_range_button {
        width: 75%;
    }
}

@media only screen and (max-width: 410px) {
    .button-add-to-cart {
        display: block;
        width: 100%;
    }
}

@media only screen and (max-width: 361px){
    .button-add-to-cart {
        margin-left: 5px;
    }
}
