@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');

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

body {
    background-color: white;
}

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

p {
    font-family: "Roboto";
    font-size: 18px;
}

:root {
    --primary-color: #3B65A5;
    --secondary-color: #20227e;
    --footer-color: #858383;
    --headings-font-family: 'Quicksand', sans-serif;
    --paragraph-font-family: 'Roboto', sans-serif;
}

.row {
    width: 100%;
}

.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: 50px !important;
    margin-bottom: 10px;
}



.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: -20px;
    top: 90px;
    width: 350px;
    height: 500px;
    border: 1px solid #fff;
    background-color: #fff;
    border-radius: 5px;
    overflow: auto;
    display: none;
}

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

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

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

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

  .menu-search input {
    width: 0px;
    height: 35px;
    border: 0;
    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;
  }

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

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

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

#top_bar_telephone {
    font-size: 1.2em;
}

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

.top-banner-icon{
    position: relative;
    color: #fff;
    margin-right: 0.3em;
    margin-left: 0.3em;
    font-size: 1.3rem !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{
    color: var(--primary-color);
    font-weight: bold;
    text-transform: uppercase;
}

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

.logo{
    max-width: 300px;
}

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

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

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

.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 #############################################################################*/

.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 ###########################################################################################*/

.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{
    text-align: center;
}

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

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


/*############################################################################ 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;
    padding-right: 0px;
    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;
}


/*############################################################################### 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: 14% 0px 4%;
}

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

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

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

.hero_cta {
    margin-top: 20px;
}

.hero_cta a {
    width: 49%;
    padding: 3.5%;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    font-size: 1.3em;
}

.highlights_one {
    padding: 1.4% 0px 3.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 img {
    width: 100px;
}

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

.highlights p {
    font-size: 16px;
    color: #a5a5a5;
    line-height: 23px;
    padding: 14px 8px;
    background-color: #efefef;
}

/*#### HOME ABOUT ###*/
.home_about_subtitle {
    color: #DB9B76;
}

.home_about_title {
    padding-left: 15px;
    font-size: 2.5em;
    color: var(--primary-color);
    text-transform: uppercase;
}

.home_about_text_second {
    padding: 10% 4%;
    text-align: center;
}

.home_about_text_second p {
    margin-bottom: 20px;
    font-weight: bold;
}

.home_about_text_second a {
    display: block;
    width: 70%;
    margin: 30px auto 0px;
}



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

.top-products{
    padding: 1em;
    margin-bottom: -3em;
}

.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: 8% 0px;
    color: white;
    background: transparent url("/images/reviews-background.png") no-repeat center;
}

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

/********************* Product grid **********************/
.product-grid {
    text-align:center;
    padding:0 0 72px;
    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 16px var(--headings-font-family);
    text-transform: uppercase;
    color: #000;
    margin-top: 1em;
}

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

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:12px 0;
    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: 750px;
    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: 56px;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.56);
    width: 80%;
}
.sliderslide .item .cover .header-content .line {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    border: 9px solid var(--primary-color);
    -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: 40px;
    font-weight: 600;
    margin: 5px 0 20px;
    word-spacing: 3px;
    color: var(--primary-color);
}
.sliderslide .item .cover .header-content h4 {
    font-size: 22px;
    font-weight: 700;
    line-height: 36px;
    color: rgb(80 80 80);
}

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

.header-content a:hover{
    text-decoration: none;
}
.header-content button{
    background: var(--primary-color) !important;
    border: solid 1px var(--primary-color) !important;
    border-radius: 50px !important;
    color: #fff !important;
    font-size: 22px !important;
    font-weight: 500;
    padding-left: 60px !important;
    padding-right: 60px !important;
    text-shadow: 1px 1px 1px rgb(0 0 0 / 30%);
    text-transform: uppercase;
    transition: all .24s ease-in-out;
    height: 60px;
    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;
    padding-top: 3em;
}

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

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

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

  }

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


/*################################################################################################ ABOUT US ##################################################################################################*/
.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("/images/slajder-slika.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;
}

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

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

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

.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: normal 400 12px var(--paragraph-font-family);
    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;
}

/*################################################################################################ BLOG ONE ################################################################################################*/
.all_posts_one .post p {
    font-family: "Roboto";
    font-size: 18px;
}


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

.blog_sidebar h3 {
    color: gray;
}

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

/* 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 {
    padding-left: 6%;
    color: #D99974;
    font-weight: bold;
    letter-spacing: 2px;
}

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

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

.submit_form {
    padding: 1% 0px 3% 3%;
    background-color: #F9F9F9;
    border: 1px solid #CACACA;
}

.submit_form label {
    margin-bottom: 0px;
    color: var(--primary-color);
}

.submit_form .form-check label {
    color: black;
}

.submit_form button {
    width: 94%;
}

.submit_background {
    background: transparent url("/images/send-submit-background.jpg") no-repeat 57% 100%;
}

.contact_cta {
    padding: 4% 0px;
    background-color: #DD9B76;
}

.contact_cta .hero_cta {
    width: 70%;
    margin: 0 auto;
}

.contact_cta a {
    width: 39%;
    margin-right: 10%;
    padding: 15px;
    font-size: 1.1em;
    font-weight: bold;
}


/*################################################################################################ THANK YOU ################################################################################################*/

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

.thank-you{
    width: 60%;
    padding: 2%;
    margin: -30% auto 20px;
    background-color: #ffffff7a;
    text-align: center;
}

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

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

.thanks-img{
    width: 60px;
    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: var(--text-footer);
    background-color: #f0f0f0;
    border-top: 1px solid var(--primary-color);
}

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

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: 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: var(--primary-color);
    color: white;
}

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

.privacy_policy a:hover {
    color: white;
}

#linklion{
    color: white;
}

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

.page-footer{
    color: #9B9B9B;
}

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

#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-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: 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;
      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: #000;
  }

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

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

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

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

    p {
        font-size: 16px;
    }

    .logo {
        max-width: 230px;
    }

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

    .hero_content h1 {
        font-size: 2em;
    }

    .hero_content {
        width: 70%;
        margin:  0 auto;
    }

    .highlights_one p {
        font-size: 1.4em;
        font-weight: normal;
    }

    .highlights img {
        margin-top: 20px;
    }

    .hero_cta a {
        width: 100%;
        margin: 5px 0px;
    }

    .cta, .cta2 {
        padding: 10px 0px;
    }

    .home_about_description p {
        text-align: justify;
    }

    .submit_background {
        display: none;
    }

    .contact_cta .hero_cta {
        width: 100%;
    }

    .contact_cta a {
        width: 100%;
        margin:  10px 0px;
    }

    .footer_map {
        list-style: none;
    }

    #carouselExampleIndicators .carousel-indicators {
        display: none;
    }

    .highlights_one {
        padding: 1.4% 0px 1.4%;
    }

    .baner-text{
        top: 12em;
    }
    #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
    }

    .thank-you-baner {
        display: none;
    }

    .thank-you {
        width: 90%;
        margin: 20px auto;
    }

}

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

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

    .menu-search{
        display: none;
    }

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

}

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