@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@1,300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Philosopher&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;700&display=swap');

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

body {
    background-color: white;
}

a:hover {
    text-decoration: none;
}

h1, h2, h3, h4, h5 {
    display: block;
    width: 100%;
    font-family: 'Quicksand', sans-serif;
}

p {
    font-size: 16px;
}


.section_title {
    font-family: "Nunito", sans-serif;
    font-weight: bold;
}

.title_wrapper {
    width: 100%;
    display: block;
    padding: 1.5%;
    /* background-image: url('/images/title-background.png'); */
    background-color: var(--primary-color);
    background-repeat: no-repeat;
}

.tile {
    margin-bottom: -50px;
}

.title h2 {
    display: inline-block;
    width: auto;
    background-color: var(--secondary-color);
    color: white;
    padding: 9px 15px;
    margin-bottom: 0px;
    border: 2px solid white;
    border-radius: 10px;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.discounted_products .title {
    margin: 20px;
}

:root {
    --primary-color: #fff;
    --secondary-color: #ff0707;
    --footer-color: #858383;
    --headings-font-family: 'Quicksand', sans-serif;
    --paragraph-font-family: 'Philosopher', sans-serif;
}

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

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

.cta:hover {
    color: white;
}

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

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

.cart-content {
    z-index: 999;
    position: absolute;
    width: 200px;
    right: 100px;
    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: 69px !important;
    margin-bottom: 10px;
}

#dropdown09 {
    margin-left: 20px;
    margin-right: 40px;
}

.dropdown-menu {
    background-color: #fff;
}

.language {
    display: inline !important;
}

.language:hover {
    background: var(--secondary-color);
}

.cart_icon_mobile {
    display: none;
}

.cart_icon {
    position: relative;
}

.cart_icon img {
    width: 21px;
}

.cart_icon span {
    color: #000;
    font-weight: bold;
    position: absolute;
    top: -5px;
    right: -10px;
    background: #ffffff;
    border-radius: 50%;
    width: 17px;
    height: 17px;
    text-align: center;
    padding-bottom: 20px;
}


.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;

}

.hambcounte{
    position: absolute;
    top: 21px;
    background: #000;
    border-radius: 50%;
    padding: 5px;
    width: 22px;
    height: 22px;
    font-size: 16px;
    text-align: center;
}

.main_button {
    width: auto;
    margin: 3% auto;
    padding: 2px 19px;
    color: white;
    background-color: var(--primary-color);
    border: none;
    border-radius: 10px;
}
.search-content {
    position: absolute;
    right: -50px;
    top: 40px;
    width: 350px;
    height: 500px;
    color: white;
    border: 1px solid #fff;
    background-color: var(--primary-color);
    border-radius: 5px;
    overflow: auto;
    display: none;
    z-index: 100000000000000000;
}

.search-item {
    display: flex;
    padding: 15px;
    border-bottom: 1px dotted;
}

.search-item p {
    margin-bottom: 0px;
    color: #595656;
}


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

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

.image-search {
    width: 140px;
}

.search-item-text a {
    color: white;
}

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

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

/* Search */
.menu-search{
    width: 100%
    display: inline-block;
    position: relative;
    margin-left: 2em;
  }

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

  .menu-search input {
    width: 100%;
    padding: 0 36px 0 8px;
    height: 35px;
    color: #4e4d4c;
    font-weight: bold;
    background-color: var(--secondary-color);
    background-color: #fff;
    border: 0;
    transition: all 0.3s;
    border: 1.5px dashed #b5b5b5;
  }

  .menu-search input::placeholder {
    color: #4e4d4c;
  }

   .menu-search input::focus {
    color: var(--secondary-color);
  }


  .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;
  }

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

.alert-warning {
    padding: 10px;
    color: #797979;
    text-align: center;
    font-weight: bold;
    background-color: #dfd4c4;
    border-color: #dfd4c4;
    border-radius: 10px;
}

.irs-from, .irs-to {
    visibility: hidden !important;
}

/* Comments section */

.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;
}

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

.admin_bar a {
    padding: 5px 10px;
    color: white;
    background-color: var(--secondary-color);
    text-decoration: none;
}

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

.admin_bar a:hover {
    background-color: var(--secondary-color);
}

.info-contact {
    display: flex;
}

a.profil{
    color: #fff;
}

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

a.connected{
    color:  #fff;
}

.contact_icons{
    display: inline-flex;
    display: none;
}

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

.top-banner-icon{
    position: relative;
    color: #fff;
    margin-right: 0px;
    margin-left: 0.3em;
    font-size: 1rem !important;
}

.top-banner-icon span {
    font-size: 1rem;
    color: #fff;
    position: absolute;
    top: -5px;
    right: -10px;
    background: #021230;
    border-radius: 50%;
    width: 17px;
    padding-right: 4px;
}

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

/*############################################################################ NAVIGATION 1 #####################################################################################*/

.navbar-brand{
    margin-right: 0 !important;
}

a.nav-link{
    font-family: "Nunito", sans-serif ;
    color: white;
    text-transform: uppercase;
    letter-spacing: 1px;
}

a.nav-link:hover {
    
    border-bottom: none;
}

.logo{
    width: 70%;
    max-width: 300px;
}

.navbar{
    background: #fff;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
}

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

.nav-item .nav-link {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    background: #fff;
    color: #282828;
    border-radius: 10px;
    transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
    transition-property: color, background-color, background-position;
    transition-duration: 0.5s, 0.5s, 0.5s;
    transition-timing-function: ease-in-out, ease-in-out, ease-in-out;
    transition-delay: 0s, 0s, 0s;
    margin-inline:  25px;
    padding: 5px 10px;
}

.nav-item .nav-link:hover {
    color: var(--secondary-color);
}

.notification {
    width: 20%;
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
    z-index: 100;
    padding: 10px;
    background-color: #28a745;
    color: white;
    font-size: 1.3em;
    border: 2px solid;
    border-radius: 0px 10px 10px 0px;
}

.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;
    }
  }

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

  .notification p a {
    color: white;
    font-weight: bold;
  }

/*################################################################################### NAVIGATION 2 #############################################################################*/

.header-menu{
    display: flex;
    flex-direction: column;
         background-color: #4E4D4C;
}

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

.logo1 img{
    width: 20%;
}

.navbar1{
    background-color: #fff;
    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 {
    font-size: 30px;
}

/*########################################################################################## NAVIGATION 3 ###########################################################################################*/

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

ul.navbar-nav {
    background-color: #fff;
    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{
    text-align: center;
}

.fa-bars {
    color: var(--secondary-color);
    font-size: 30px;
}

.navbar-toggler{
    
}


/*############################################################################ HEADER 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;
}


.header_logo_link {
     background: url("/images/SL_logo.png") no-repeat center;    
}


.dropdown-item {
    padding: 0.7rem 0.6rem !important;
}

.img-fluid {
    object-fit: cover;
}





/*############################################################################### HOMEPAGE #############################################################################*/

.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/slajder-slika.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: 3em;
    color: white;
    text-transform: uppercase;
    text-align: center;
}

.hero_content h3 {
    color: white;
    text-align: center;
}

.hero_cta {
    margin-top: 20px;
}

.hero_cta a {
    width: 49%;
    display: inline-block;
    text-align: center;
}

.service_cta .hero_cta {
    text-align: center;
}

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

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

.highlights_one {
    padding: 2% 0px 4%;
    background-color: var(--primary-color);
}

.highlights_one p {
    margin-bottom: 0px;
    font-size: 2.5em;
    color: white;
    font-weight: bold;
    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;
}

/*#### HOME ABOUT ###*/




.about-section {
  background: #fff;
  padding: 50px 0;
}

.about-section .about-box {
    height: 300px;
    overflow: hidden;
    background: #fff;
    transition: background-color 2s ease-out;
    padding: 20px;
    text-align: center;
    box-shadow: 0 0 10px #ccc;
    margin-bottom: 20px;
    border-radius: 10px;
}

.about-section .about-box:hover {
    background-color: var(--secondary-color);
    cursor: pointer;
    transform: scale(1.12);
}

.about_pic  img {
    border-radius: 10px;
}


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

.about-box:hover h3 {
    color: #fff !important;
}



.about-section .about-box i {
  font-size: 36px;
  color: #555;
  margin-bottom: 20px;
  display: block;
}

.about-section .about-box h3 {
  font-size: 18px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.about-section .about-box p {
  font-size: 14px;
}

.about_pic {
    padding: 60px;
}

.sl_about {
    width: 100px;
}

.zoom {
    padding: 40px;
}


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

.home_about_title {
    padding-left: 15px;
    font-size: 2.5em;
}

.home_top_categories {
    padding: 3% 0px;
}


.category__sl_title {
    font-family: "Nunito", sans-serif;
    font-size: 1.8rem;
    text-align: center;
    font-weight: bold;
    color: #282828;
}


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

.top-products .product-grid {
    padding-bottom: 30px;
}

.top-products,
.discounted_products {
    padding: 4% 0px;
    margin-bottom: -3em;
    /* background: transparent url("/images/top-products-background.png") no-repeat center; */
    background-color: #dfd4c4;
    border-top: 3px dotted #4e4d4c;
    border-bottom: 3px dotted #f6f3ee;
}

.discounted_products {
    border-top: none;
}

.discounted_products {
    background: none;
}

.top_products_wrapper {
    background-color: #ffffffb5;
    border-radius: 6px;
}

.top-product-short-title, .home-blog-short-title{
    font-family: var(--paragraph-font-family);
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--secondary-color);
    text-align: center;
    margin-top: 2em;
}

.top-product-title, .home-blog-title{
    font-family: var(--paragraph-font-family);
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    margin-bottom: 1em;
}

/*#### HOME REVIEWS ###*/
.home_reviews {
    padding: 3% 0px;
    background-image: url('/images/wang.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}

/*.layer {
    background-color: rgba(248, 247, 216, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
*/
.home_reviews_title {
     font-size: "Nunito", sans-serif;;
     font-weight: bold;
     opacity: 1;
     color: #fff;
}

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


.home_reviews_hero {
    font-size: "Nunito", sans-serif;;
    font-weight: bold;
}

/********************* Product grid **********************/
.product-grid {
    text-align:center;
    padding:0 0 40px;
    overflow:hidden;
    position:relative;
}
.product-grid .product-image{
    position:relative;
    transition:all .3s ease 0s;
    padding: 1em;
}

.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{
    font: normal 600 14px var(--headings-font-family);
    text-transform: uppercase;
    color: var(--primary-color);
    color: #595656;
    margin-top: 1em;
}

.product-price{
    font: normal 700 14px var(--paragraph-font-family);
    letter-spacing: 1px;
    display: none;
}

.blue {
    color: var(--secondary-color);
}

span.crossed-product-price{
    font: normal 400 14px var(--headings-font-family);
    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
}

/*###################################################################################################### HOME BLOG ########################################################################*/

.blog-info{
    margin-top: 4em;
    margin-bottom: 4em;
}

.home-blog-img{
    width: 100%;
    height: auto;
}

a.blog-name:hover{
    text-decoration: none !important;
}


.home-blog-name{
    font: normal 700 20px var(--headings-font-family);
    text-transform: uppercase;
    text-align: left;
}

.home-blog-description{
    font: normal 400 14px var(--paragraph-font-family);
}

.home-blog-button{
    font: normal 700 12px var(--headings-font-family);
    letter-spacing: 2px;
    background-color: transparent;
    border: none;
    text-transform: uppercase;
    margin-bottom: 2em;
}

.home-blog-button:hover{
    color: var(--primary-color);
}

.sliderslide .item {
    height: auto;
    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 {
    width: 50%;
    margin: 0 auto;
    position: relative;
    padding: 25px;
    overflow: hidden;
    background-color: #373737ba;
}
.sliderslide .item .cover .header-content .line {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    border: 1px 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: 35px;
    font-weight: 400;
    margin: 5px 0 20px;
    word-spacing: 3px;
    color: #ffffff;
    text-align: center;
}
.sliderslide .item .cover .header-content h4 {
    font-size: 22px;
    font-weight: 700;
    line-height: 36px;
    color: var(--secondary-color);
    text-align: center;
}

.header-content a{
    text-decoration: none;
}

.header-content a:hover{
    text-decoration: none;
}
.header-content button{
    width: 60%;
    display: block;
    margin: 0 auto;
    padding: 10px;
    background: transparent !important;
    border: solid 2px white !important;
    border-radius: 10px !important;
    color: white !important;
    font-size: 18px !important;
    font-weight: bold;
    transition: all .24s ease-in-out;
    margin-top: 2em;
}

.header-content button:hover{
    border: 1px solid var(--primary-color);
    color: var(--primary-color) !important;
    background-color: #fff !important;
}

.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;
    background: rgba(0, 0, 0, 0.5) !important;
    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-prev:hover {
    background: #000 !important;
}
.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;
    background: rgba(0, 0, 0, 0.5) !important;
    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 .owl-nav .owl-next:hover {
    background: #000 !important;
}
.sliderslide:hover .owl-prev {
    left: 0px;
    opacity: 1;
}
.sliderslide:hover .owl-next {
    right: 0px;
    opacity: 1;
}

/*###################################################################################################### Reccomended ###########################################################################################*/

.rcm{
    background-color: #eaebee;
    font-family: var(--headings-font-family);
    margin-top: 2em;
}

.reccommended{
    text-align: center;
}

.reccommended h2{
    color: #222222;
    text-transform: uppercase;
    font-weight: 600;
}

.reccommended p{
    font-weight: 500;
    font-size: 12px;
    margin-bottom: 2em;
    line-height: 22px;
    display: none;
}

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

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

 /* relevant styles */
 .item {
    position: relative;

  }



.item img {
    height: 200px;
    object-fit: cover;
}


  .img__description {
    padding-top: 50%;
    position: absolute;
    top: 0;
    bottom: 10px;
    left: 0;
    right: 0;
    background: rgb(45 45 45 / 35%);
    color: #ffffff;
    font-weight: bold;
    visibility: hidden;
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    border: 1px solid var(--second);
    font-weight: 400;
    transition: opacity .2s, visibility .2s;
  }

  .item:hover .img__description {
    visibility: visible;
    opacity: 0.78;
  }


/*################################################################################################ ABOUT US ##################################################################################################*/
.parallax {
    /* The image used */
    background: linear-gradient(to bottom, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.5) 100%), transparent url("/images/about_sl.jpg") center;
    min-height: 500px;
    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;
}


/*################################################################################################ SERVICES ##################################################################################################*/

.services h2 {
    text-align: center;
}

.services img {
    max-width: 100%;
}

.services p {
    text-align: center;
}

.service img {
    max-width: 100%;
}

.service h1 {
    margin-top: 4%;
    font-size: 3em;
    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_cta {
    padding: 6% 21%;
    background-color: #f3f3f4;
}

.service_sidebar .sidebar_all_services li a {
    color: var(--secondary-color);
    font-size: 1.3em;
    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;
}

/*################################################################################################ SHOP PAGE ################################################################################################*/

.products_sidebar {
    padding: 10px;
    background-color: #f7f7f7;
    border: 1px solid var(--primary-color);
    padding: 20px;
}

.products_sidebar .text-light {
    color: #56595d !important;
}

.products_sidebar h4 {
    font-size: .9rem;
    color: var(--secondary-color);
    font-weight: bold;
    text-transform: uppercase;
}

.category_list {
    list-style: none;
}

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

.category_list a:hover {
    color: var(--secondary-color);
}

#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(--secondary-color);
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 1px solid lightgray;
}

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

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

.current_category {
    padding-left: 10px;
    padding-bottom: 5px;
    color: var(--secondary-color);
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 1px solid lightgray;
    text-transform: capitalize !important;
    font-weight: normal !important;
}

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

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

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

.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;
}

.pagination_wrapper {
    margin: 0 auto;
    overflow: auto;
    overflow-y: hidden;
}

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

.pagination_wrapper .page-link {
    color: #000000;
}

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

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

.products{
    margin-top: 2em;
}

.product-sidebar-title1{
    font: normal 700 16px var(--headings-font-family);
    color: var(--secondary-color);
    text-transform: uppercase;
    margin-top: 21px;
    border-bottom: 1px solid lightgray;
}

.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-breadcrumb {
    padding: 4px 10px;
    font-size: 16px;
}

.product-breadcrumb a {
    color: #ff0707;
    font-weight: bold;
}

.product-breadcrumb span {
    font-weight: bold;
}


.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;
}

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

.category{
    color: white;
}
.category:hover{
    text-decoration: none;
    font-weight: bold;
}

.single-product-title{
    font-family: var(--headings-font-family);
    font-weight: 700;
    color: var(--secondary-color);
    text-transform: uppercase;
    letter-spacing: 3px;
}

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;
    display: none;
}

.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{
    width: 100%;
    height: 50px;
    font: normal 600 14px var(--headings-font-family);
    background-color:var(--secondary-color);
    text-transform: uppercase;
    letter-spacing: 2px;
    color: white;
    border-radius: 10px;
}

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

.deactivate {
    opacity: 0.5;
    pointer-events: none;
}

.deactive_note {
    margin-top: 10px;
    font-weight: bolder;
    font-size: 14px;
    color: red;
}

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

.add-in-cart form {
    width: 110px;
    border: 1px dotted var(--primary-color);
}

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

.pad{
    padding-left: 2em;
}

.single-product .alert-warning {
    display: none;
}

.badge-primary {
    background-color: #727272;
}

/*################################################################################################ BLOG ONE ################################################################################################*/
.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 {
    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;
}



/*################################################################################################ SINGLE BLOG ################################################################################################*/

.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: 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;
}

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

.firstCon h2,h3,h4,h5{
    color: var(--primary-color);
}

.firstCon a:hover{
    text-decoration: none;
    font-weight: 700;
}

/*################################################################################################ CONTACT1 ################################################################################################*/

.contact-us{
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
}

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

/* Contact form */

.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(--secondary-color);
    border: 1px solid var(--secondary-color);
    width: 200px;
    height: 50px;
    margin-top: 2em;
    border-radius: 10px;
}

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

}

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

/* Vertikalna linija */

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

/* Contact info */

.contact-info{
    padding: 2em;
}

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

.phone-number, .contact-email{
    color: #000;
    margin-left: 1em;
}

/*################################################################################################ CONTACT2 ################################################################################################*/
.contact-us2{
    margin-bottom: 4em;
}

.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;
}

.contact_page_info h2 {
    margin-top: 30px;
    font-size: 1.3em;
}

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

.contact_page_info a:hover {
    color: var(--secondary-color);;
}

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


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

.contact-left2 img{
    width: 100%;
    margin-bottom: 25px;
    height: 400px;
    object-fit: cover;
}

.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-info32{
    background-color:var(--primary-color);
    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;
}


.contact-fields-info2{
  background-color: var(--secondary-color);
  text-align: center;
}

/*################################################################################################ 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;
}

/*###################################################################################################### POLITIKA ###################################################################################*/

.politika{
    margin-top: 2em;
}

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

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

.red-policy{
    color: rgb(239, 5, 5);
}

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

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

/*######################################################################################################################### 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;
}

/*####################################################################################################################### First element #######################################################################*/

.trends{
    margin-top: 2em;
    margin-bottom: 2em;
}

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

.bbb_title {
    padding-right: 50px;
    color: var(--primary-color);
}

.bbb_text p:last-child {
    margin-bottom: 0px
}

.bbb_slider_nav {
    margin-top: 27px
}

.bbb_nav {
    display: inline-block;
    width: 36px;
    height: 36px;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    margin-right: 16px;
    background-color: var(--secondary-color);
}

.bbb_nav:last-child {
    margin-right: 0px
}

.bbb_nav i {
    line-height: 36px;
    color: #fff;
    font-size: 18px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

.bbb_nav:hover i {
    color: #fff;
}

.bbb_item {
    background: #FFFFFF;
    border-radius: 1px;
    padding: 25px
}

.bbb_image {
    width: 100%;
    height: auto;
}

.bbb_image img {
    width: auto !important;
    max-width: 100% !important
}

.bbb_category a {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.5);
}

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

.bbb_content {
    margin-top: 24px;
}

.bbb_name {
    float: left
}

.bbb_name a {
    font-size: 16px;
    color: #000000
}

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

.bbb_price {
    font-size: 16px;
    font-weight: 500;
    float: right
}

.bbb_fav {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 36px;
    height: 36px;
    background: #FFFFFF;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    cursor: pointer
}

.favourite{
    position: absolute;
    top: 18px;
    right: 18px;
    width: 36px;
    height: 36px;
    background: #FFFFFF;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    cursor: pointer
}

.favourite i{
    display: block;
    position: absolute;
   top: 13px;
   right: 11px;
}


.bbb_fav.active {
    visibility: visible;
    opacity: 1
}

.bbb_fav:hover {
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3)
}

.bbb_item:hover .bbb_fav {
    visibility: visible;
    opacity: 1;
    top: 18px
}

.bbb_fav i {
    display: block;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #cccccc;
    line-height: 36px;
    pointer-events: none;
    z-index: 0;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}


.bbb_item:hover .bbb_fav {
    visibility: visible;
    opacity: 1
}

.bbb_marks {
    position: absolute;
    left: 18px;
    top: 18px
}

.bbb_mark {
    display: none;
    width: 36px;
    height: 36px;
    font-size: 10px;
    font-weight: 500;
    color: #FFFFFF;
    border-radius: 50%;
    line-height: 36px;
    text-align: center
}

.bbb_discount {
    background: #df3b3b
}

.bbb_item.discount .bbb_discount,
.bbb_item.is_new .bbb_new {
    display: block
}

.bbb_new {
    background: var(--secondary-color);
}

/*#################################################################################################################### Element 2 #########################################################################*/


.viewed{
    margin-top: 2em;
    margin-bottom: 2em;
}

.bbb_viewed_title_container {
    border-bottom: solid 1px #dadada;
    position: relative;
}

.bbb_viewed_title {
    margin-bottom: 14px
}

.bbb_viewed_nav_container {
    position: absolute;
    right: -5px;
    top: 0;
}

.bbb_viewed_nav {
    display: inline-block;
    cursor: pointer
}

.bbb_viewed_nav i {
    color: #dadada;
    font-size: 18px;
    padding: 5px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

.bbb_viewed_nav:hover i {
    color: #606264
}

.bbb_viewed_prev {
    margin-right: 15px
}

.bbb_viewed_slider_container {
    padding-top: 50px
}

.bbb_viewed_item {
    width: 100%;
    background: #FFFFFF;
    border-radius: 2px;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 30px;
    padding-right: 30px
}

.bbb_viewed_image {
    width: 115px;
    height: 115px
}

.bbb_viewed_image img {
    display: block;
    max-width: 100%
}

.bbb_viewed_content {
    width: 100%;
    margin-top: 25px
}

.bbb_viewed_price {
    font-size: 16px;
    color: #000000;
    font-weight: 500
}

.bbb_viewed_item.discount .bbb_viewed_price {
    color: #df3b3b
}

.bbb_viewed_price span {
    position: relative;
    font-size: 12px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.6);
    margin-left: 8px
}

.bbb_viewed_price span::after {
    display: block;
    position: absolute;
    top: 6px;
    left: -2px;
    width: calc(100% + 4px);
    height: 1px;
    background: #8d8d8d;
    content: ''
}

.bbb_viewed_name {
    margin-top: 3px
}

.bbb_viewed_name a {
    font-size: 14px;
    color: #000000;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

.bbb_viewed_name a:hover {
    color: #0e8ce4
}

.item_marks {
    position: absolute;
    top: 18px;
    left: 18px
}

.item_mark {
    display: none;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    color: #FFFFFF;
    font-size: 10px;
    font-weight: 500;
    line-height: 36px;
    text-align: center
}

.item_discount {
    background: #df3b3b;
    margin-right: 5px
}

.item_new {
    background: var(--secondary-color);
}

.bbb_viewed_item.discount .item_discount {
    display: inline-block;
}

.bbb_viewed_item.is_new .item_new {
    display: inline-block
}

/*####################################################################################################### FOOTER 1 ####################################################################################*/
footer {
    padding-top: 1%;
    color: white;
    background: #fff;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
}

footer h6 {
    color: #282828;
    font-weight: bold;
}

footer p {
    font-size: 16px;
}

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

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

.footer_map {
    list-style: none;
}

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

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

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

footer .contact_list li a {
   color: #282828;
}

hr {
    border-top: 1px solid rgb(255 255 255 / 17%);
}


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

.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: #ff0707;
    color: white;
}

.copyright p {
    font-size: 14px;
}

.privacy_policy a:hover {
    color: white;
}

#linklion{
    color: white;
}

/*############################################################################################################ FOOTER 2 #################################################################################*/

.page-footer{
    border-top: 2px solid var(--secondary-color);
    color: #282828;
}

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

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

.copyright1{
    background-color: var(--primary-color);
    color: white;
    padding-top: 1em;
}

#linklion{
    color: white;
}

.datum{
    font-size: 9px;
}

/*############################################################################################################ 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);
}

.specific-container p {
    margin-bottom: 6px;
    font-size: 15px;
    font-style: italic;
}

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

.submit_order {
    display: block;
    width: 100%;
    margin-top: .5rem;
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
}

.submit_order:hover {
    background-color: var(--secondary-color);

}

.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-produc{

}

.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: none;
    margin: 0px;
}

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

.dodaj_kupon {
    display: none;
    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%;
      width: 90%;
      top: 0;
      background-color: var(--primary-color);
      z-index: 1500;
      padding-left: 2em;
      padding-left: 0px;
      display: none;
      transition: all 0.3s 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;
  }

  .pricemenu{
      margin-left: 0.5em;
  }

/*##################################################################################################### 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;
}

.review{
    display: none !important;
    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;
}


 .sliderslide .item, .owl-carousel .owl-item img {
        min-height: 130px;
    }



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

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

    .cart_icon {
        display: none;
    }

    .cart_icon_mobile {
        display: inherit;
    }

    #dropdown09 {
        text-align: center !important;
    }

    .baner-text{
        top: 12em;
    }


    .sliderslide .item .cover .header-content {
        width: 100%;
    }

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

    .reccommended {
        padding-top: 0px;
    }

    .recommended .sliderslide .item, .owl-carousel .owl-item img {
        min-height: inherit;
    }

    .img__description {
        font-size: 16px;
    }

    .title h2 {
        font-size: 1.5em;
    }

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

    .filter-btn-col > .katmeni {
        background-color: var(--primary-color);
    }

    .product-breadcrumb {
        margin-top: 6% 0px;
    }

    .add-in-cart .col-md-4 {
        margin: 3% 0px;
        text-align: center;
    }

    #statistic-div{
        width: 100%!important;
    }
    #users-div{
        width: 100%!important;
    }
    /* Single page */
    .single-product-title{
        font-size: 18px;
    }

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

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

    /* 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;
}

}

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

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

    .top-ribbon{
        display: none;
    }

    .navbar-nav{
        background-color: var(--primary-color);
        text-align: center;
    }

    a.nav-link{
        color: #fff;
    }

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

    /* Shop and Single page*/

    .kategorije{
        display: none;
    }

    .small-screen{
        display: block;
      }

    .show-blog {
        display: block;
    }

    .filter-button-rec {
        padding: 0.5rem 1rem;
        display: inherit;
        color: black;
        text-align: center;
        background-color: #ff0707;
    }

    .products_sidebar {
        border: none;
    }

    .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;
    }

    .vl{
        display: none;
    }

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

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

    a.logosize{
        width: 70%;
    }

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

    /* 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;
    }

    /* 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: 1em;
        color: #fff !important;
        text-align: center;
    }

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

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

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


    ul.navbar-nav {
        background-color: var(--secondary-color);
    }


     .sliderslide .item, .owl-carousel .owl-item img {
       min-height: 180px;
    }

    .about_pic {
        padding: 40px;
    }



}

@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;
    }
}

/*####################################################################################################### PICKUP #################################################################################*/

.home_categories {
    padding: 3% 0;
    background-color: #fdeaec;
}

.naslov {
    margin-bottom: 4%;
    text-align: center;
}

.home_categories .col-md {
    text-align: center;
}

.home_category {
    width: 120px;
    height: 120px;
    margin: 0 auto;
    background-color: white;
    border: 2px solid var(--primary-color);
    border-radius: 50%;
}

.home_category:hover {
    background-color: var(--primary-color);
}

.home_category img {
    padding-top: 18px;
    max-width: 80px;
}

.home_categories h4 {
    margin-top: 20px;
    font-weight: bold;
}

.home_managers_wrapper {
    float: left;
}

.home_manager {
    width: 42%;
    margin: 1% 2.5%;
    float: left;
}

.home_manager_img {
    padding: 0px;
}

.home_manager_img img {
    max-width: 100%;
    border-radius: 10px 0px 0px 10px;
}

.home_manager .row {
    border: 1px solid var(--secondary-color);
    border-radius: 10px;
}

.home_manager_info {
    padding: 10px;
    text-align: right;
}

.home_manager_delivery {
    position: absolute;
    bottom: 0px;
    right: 10px;
    padding: 4px 10px;
    color: white;
    background-color: var(--primary-color);
    border-radius: 15px;
}






