* {-webkit-font-smoothing: antialiased;}

@font-face {
  font-family: 'Marcellus-Regular';
  src:  url('fonts/Marcellus-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style:normal;
    font-display: swap;
}

@font-face {
  font-family: 'Mallory-Book';
  src:  url('fonts/Mallory-Book.ttf') format('truetype');
  font-weight: normal;
  font-style:normal;
    font-display: swap;
}

html{
  margin: 0px!important;
}
body{
  margin: 0px;
  letter-spacing: -0.03em;
    font-family: 'Mallory-Book';
}


h1{
  font-family: 'Marcellus-Regular';
      margin: 0px;
}


a{
  text-decoration: none;
}

p{
      letter-spacing: initial;
      font-size: 18px;
          line-height: 25px;
          font-family: 'Mallory-Book';
}


ul{
  list-style: none;
  padding-left: 0px;
  text-decoration: none;
}

header {
    border-bottom: 2px solid #f9bb58;
    float: left;
    width: 100%;
}

.logo {
    float: left;
    margin: 15px 100px 15px 0px;
}

.menu_wrapper {
    float: left;
    margin-top: 50px;
}

.container{
  margin: 0 3%;
  clear: both;
}


/* meni begin */

#menu-glavni-meni {
    display: flex;
    align-items: center;
    padding-bottom: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    padding-left: 0px;
}

#menu-glavni-meni li{
    position: relative;
    list-style: none;
    padding: 0px 0px;
}


#menu-glavni-meni li a {
    padding: 9px 20px;
    display: inline-block;
    font-size: 18px;
    color: #769a9a;
    text-decoration: none;
    font-weight: bold;
    font-family: 'Marcellus-Regular';
}

#menu-item-27 a svg{
  width: 30px;
  height: 30px;
      fill: #769a9a;
}

.current_page_item a{
color:#f9bb58!important;
}

#menu-glavni-meni li a:hover{
  color: #f9bb58!important;
}

#menu-glavni-meni li:first-child{
    padding-left: 0px;
}

#menu-glavni-meni li:first-child a{
  padding-left: 0px;
}

.dropMob::after {
  content: '\f105';
  font-family: "font awesome 5 pro";
  font-size: 16px;
  font-weight: 300;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 20px;
  padding: 10px;
  text-align: center;
    color: black;
}
.menu-item-has-children::before {
    content: '\f105';
    font-family: "font awesome 5 pro";
    font-size: 16px;
    font-weight: 300;
    position: absolute;
    right: 7px;
    bottom: 1.5px;
    padding: 8px 0;
    color: black;
}
.menu-item-85{
        margin-right: 2.2%;
}

.menu-item-85::before {
    content: '\f0c9';
    font-family: "font awesome 5 pro";
    font-size: 17px;
    font-weight: 300;
    position: absolute;
    left:20px;
    bottom: 0px;
    top: 10px;
    color: white;
    padding: 0px 0;
}

.sub-menu .menu-item-has-children::before  {
  padding: 10px;
}


#menu-glavni-meni li:hover::after{
  transform: rotate(90deg);
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

#menu-glavni-meni li:last-child .sub-menu{
  right: 0;
}

#menu-glavni-meni li ul{
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.sub-menu {
  position: absolute;
    background: #769a9a;
    top: 43px;
  width: 300px;
    opacity: 0;
    z-index: -1;
    visibility: hidden;
    left: 0;
    padding-left: 10px;
}


.sub-menu li ul {
 left: 100%;
 top: 0px!important;
}


.nav-drop {
  top: 36px !important;
    z-index: 6 !important;
    opacity: 1 !important;
    visibility: visible !important;
}

#menu-glavni-meni .sub-menu li{
  padding: 0 7px;
  text-align: left;
  border-bottom: 1px solid #f7f7f7;
}

#menu-glavni-meni .sub-menu li:last-child{
  border: none;
}

#menu-glavni-meni .sub-menu li a{
    padding: 8px 0;
    text-transform: inherit;
    color: white;
    background:none;
} 

#menu-glavni-meni .sub-menu li::after{
  display: none;
}

/* Staart toggle */
.toggle-menu {
    display: none;
    background-color: #769a9a;
    border: none;
    cursor: pointer;
    float: left;
    height: 41px;
    outline: none;
    padding: 0;
    pointer-events: initial;
    position: absolute;
    vertical-align: middle;
    width: 41px;
    z-index: 10;
    right: 10px;
    top: 38px;
}
    
.toggle-menu span {
  background-color: #fff;
  content: "";
  display: block;
  height: 2px;
  left: calc(50% - 13px );
  position: absolute;
  top: calc(50% - 1px );
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,  -webkit-transform 0.2s linear;
  transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,  transform 0.2s linear;
  transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,  transform 0.2s linear, -webkit-transform 0.2s linear;
  width: 26px;
}


.toggle-menu span:before, .toggle-menu span:after {
  background-color: #fff;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,  -webkit-transform 0.2s linear;
  transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,  transform 0.2s linear;
  transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,  transform 0.2s linear, -webkit-transform 0.2s linear;
  width: 26px;
}

.toggle-menu span:before {
  top: 7px;
}

.toggle-menu span:after {
  top: -7px;
}

.toggle-menu.active span {
    background-color: transparent;
    transition: background 0.2s ease-out;
}

.toggle-menu.active span:before, .toggle-menu.active span:after {
    transition: top 0.2s ease-out, -webkit-transform 0.2s 0.2s ease-out;
    transition: top 0.2s ease-out, transform 0.2s 0.2s ease-out;
    transition: top 0.2s ease-out, transform 0.2s 0.2s ease-out, -webkit-transform 0.2s 0.2s ease-out;
}

.toggle-menu.active span:before {
    top: 0;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
}

.toggle-menu.active span:after {
    top: 0;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
}

/* meni end */

.header_account ul {
    padding-left: 10px;
    list-style: none;
    margin: 5px 0px 0px 0px;
}

.header_account ul li {
    display: inline-block;
    padding: 0px 5px;
    position: relative;
}

.MyAccount-icon, .CartContent-icon {
    display: inline-block;
    fill: #f9bb58;
    vertical-align: middle;
    width: 35px;
    height: 35px;
}

.header_account{
      float: right;
    margin-top: 43px;
}

.header_account span a{
color:#feb2a2;
}
/* Back to top */

.back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background:white;
  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  border: 1px solid #769a9a;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 10;
}

.back-to-top svg {
    width: 32px;
    margin: 9px;
    fill: #769a9a;
}

.slider_desk{
  float: left;
  width: 100%;
  border-bottom: 2px solid #f9bb58;
}

.slider_desk ul.uk-slideshow-items{
  min-height: calc(100vh - 127px)!important;
}


h1.page_title {
    color: #feb2a2;
    margin: 15px 0px;
    clear: both;
    float: left;
    width: 100%;
}

h2{
  clear: both;
}

p.woocommerce-result-count{
  clear: both;
}

.single-product .woocommerce{
  clear: both;
}

.woocommerce{
  clear: both;
}

.woocommerce div.product p.price, .woocommerce div.product span.price{
  color: #769a9a;
}

.woocommerce ul.products li.product .price{
   color: #769a9a;
   font-size: 16px;
    clear: both;
}

.home ul.products li.product .price{
  color: #f9bb58;
}

.woocommerce-MyAccount-navigation ul li a{
font-family: 'Marcellus-Regular';
font-size: 16px;
    color: #769a9a;
    font-weight: bold;
}

.woocommerce-MyAccount-navigation ul li{
  margin-bottom: 10px;
}

.woocommerce-checkout p{
clear: none;
}

.woocommerce-checkout input, .woocommerce-checkout textarea{
  padding: 10px;
}

#billing_state_field{
  display:none;
}

.rank-math-breadcrumb{
  margin: 5px 0px;
   float: left;
  width: 100%;
}

.rank-math-breadcrumb p{
  margin: 0px;
}

.rank-math-breadcrumb, .rank-math-breadcrumb a, .rank-math-breadcrumb span.last{
  font-size: 14px;
  color: #c3d5d5!important;
}


.variations th.label{
  display: none!important;
}

.single-product div.product p.price{
  color: #f9bb58;
}

.summary h1{
   color: #feb2a2;
}

.woocommerce-product-details__short-description p{
  font-size: 14px;
}

.woocommerce div.product form.cart .reset_variations{
  color: #f9bb58;
}

.single-product div.product form.cart .quantity {
    float: none!important;
    margin: 0!important;
    display: inline-block;
    height: 48px;
}

.minus, .plus {
    width: 44px;
    height: 48px;
    background: none;
    outline: 0;
    cursor: pointer;
    color: black;
}

.minus{
   border-top: 1px solid #e0e0e0;
   border-left: 1px solid #e0e0e0;
   border-bottom: 1px solid #e0e0e0;
   BORDER-RIGHT: NONE;
}

.plus{
   border-top: 1px solid #e0e0e0;
   border-right: 1px solid #e0e0e0;
   border-bottom: 1px solid #e0e0e0;
  BORDER-LEFT: NONE;
}

.minus:hover, .plus:hover{
background-color: #f5f5f5;
}

.plus{
  margin-left: -4px;
}

.quantity .qty input::-webkit-outer-spin-button,
      input::-webkit-inner-spin-button {
        display: none;
      }


.woocommerce .quantity .qty {
    width: 3.631em;
    text-align: center;
    height: 48px;
     border: none;
     border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    outline: 0;
        margin-left: 0px;
            border-radius: 0px;
                padding: 0px;
    box-sizing: border-box;
   
}

.woocommerce div.product form.cart .button {
    float: none!important;
    clear: both;
    width: 100%;
    width: 209px;
    padding: 6.5px 28px;
    font-size: 16px;
    letter-spacing: 1px;
    border: 3px solid #feb2a2;
    background-color: #feb2a2!important;
    display: block;
    margin-top: 20px;
    background: none;
    color: #fff;
        font-weight: 300;
}

.woocommerce div.product form.cart .button:hover{
  background-color: #feb2a2;
  color: white;
}

.woocommerce div.product form.cart .variations {
    margin-bottom: 0em;
}


#billing_state_field{
  display: none!important;
}

.woocommerce-message {
    border-top-color:#feb2a2;
}

.woocommerce-message::before {
    color: #feb2a2;
}

.product-name a{
color: black;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button {
    font-weight: 300;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
    display: block;
    text-align: center;
    margin-bottom: 1em;
    font-size: 1.25em;
    padding: 1em;
    font-weight: bold;
    font-family: 'Marcellus-Regular';
    background: #769a9a;
}


.new_collection h2{
  margin: 30px 0px;
  font-family: 'Marcellus-Regular';
  color: #769a9a;
      float: left;
}

.inner h2{
      color: #feb2a2;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    padding: 10px;
}

footer {
    background-color: #f7f7f7;
    text-align: center;
    clear: both;
}

footer ul{
  padding-left: 0px;
  list-style: none;
      padding: 20px;
      margin: 0px;

}

footer ul li{
  display: inline-block;
  padding: 0px 15px;
}

footer ul li a{
 color: #769a9a;
}

footer ul li a:hover{
  color: #f9bb58;
}

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

.woocommerce-privacy-policy-text p{
  font-size: 14px;
}

#place_order{
background-color:#f9bb58;
text-transform: uppercase;
    padding: 15px;
    font-size: 18px;
}

#place_order:hover{
        background-color: #769a9a;
}

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

.pswp__caption__center{
  display: none!important;
}


.uk-margin h1, .uk-margin{
  font-family: 'Marcellus-Regular';
}

.info{
  color: #769a9a;
}

.news{
  max-width: 50%;
  margin: 0 auto;
}

.news h3 {
    color: #f9bb58;
    margin: 30px 0px 10px 0px;
    font-size: 20px;
    /* text-transform: uppercase; */
    display: inline-block;
}

.footerlogo{
  margin-top: 30px;
}


.news form.fluent_form_2 .wpf_has_custom_css.ff-btn-submit {
    background-color: #769a9a;
    border-color: #769a9a;
    color: #ffffff;
    min-width: 100%;
}

.news form.fluent_form_2 .wpf_has_custom_css.ff-btn-submit:hover {
    background-color: #feb2a2;
    border-color: #feb2a2;
    color: #fff;
}


table.tabela td{
  border: 1px solid gray;
  padding: 5px;
}

/* fika cookie policy */

.cc_banner-wrapper {
    z-index: 9001;
    position: relative
}

.cc_container .cc_btn {
    cursor: pointer;
    text-align: center;
    font-size: 0.6em;
    transition: font-size 200ms;
    line-height: 1em
}

.cc_container .cc_message {
    font-size: 0.6em;
    transition: font-size 200ms;
    margin: 0;
    padding: 0;
    line-height: 1.5em
}

.cc_container .cc_logo {
    display: none;
    text-indent: -1000px;
    overflow: hidden;
    width: 100px;
    height: 22px;
    transition: opacity 200ms
}

.cc_container .cc_logo:hover,.cc_container .cc_logo:active {
    opacity: 1
}

.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1){
    clear: none;
}

.slider_desk a.uk-button:hover{
background-color:#769a9a!important;
}

.deklaracija {
    float: left;
    background-color: #769a9a;
    color: white;
    padding: 10px;
    margin-top: 15px;
}

.deklaracija span{
        display: block;
}


ul.flex-direction-nav {
    position: absolute;
       top: calc(50% - 40px);
    z-index:9;
    width: 100%;
    left: 0;
    margin: 0;
    padding: 0px;
    list-style: none;}

li.flex-nav-prev {float: left;}
li.flex-nav-next {float: right;}
a.flex-next {visibility:hidden;}
a.flex-prev {visibility:hidden;}

a.flex-next::after {
    visibility: visible;
    content: '>';
    padding-right: 10px;
    padding-left: 10px;
    font-size: 30px;
    background-color: #769a9a;
}
a.flex-prev::before {
    visibility:visible;
    content: '<'; 
    padding-right: 10px;
    padding-left: 10px;
    font-size: 30px;
     background-color: #769a9a;
}

ul.flex-direction-nav li a {
    color: #ccc;
}

ul.flex-direction-nav li a:hover {
    text-decoration: none;
}

ul.flex-direction-nav li a {
    color: #fff;
}

ul.flex-direction-nav li a:hover {
    text-decoration: none;
}

@media screen and (min-width: 500px) {
    .cc_container .cc_btn {
        font-size:0.8em
    }

    .cc_container .cc_message {
        font-size: 0.8em
    }
}

@media screen and (min-width: 768px) {
    .cc_container .cc_btn {
        font-size:1em
    }

    .cc_container .cc_message {
        font-size: 1em;
        line-height: 1em
    }
}

@media screen and (min-width: 992px) {
    .cc_container .cc_message {
        font-size:1em
    }
}

@media print {
    .cc_banner-wrapper,.cc_container {
        display: none
    }
}

.cc_container {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    padding: 10px 15px 50px
}

.cc_container .cc_btn {
    padding: 8px 16px;
    background-color: #f1d600;
    position: absolute;
    bottom: 10px;
    left: 15px;
    right: 15px;
    text-align: center
}

@media screen and (min-width: 500px) {
    .cc_container {
        left:initial;
        right: 20px;
        bottom: 20px;
        width: 310px!important;
        padding-bottom: 77px
    }

    .cc_container .cc_btn {
        right: 15px;
        bottom: 37px
    }

    .cc_container .cc_logo {
        display: block;
        position: absolute;
        bottom: 8px;
        left: calc(50% - 50px)
    }
}

@media screen and (min-width: 768px) {
    .cc_container {
        padding-bottom:87px
    }

    .cc_container .cc_message {
        font-size: 1em
    }
}

.cc_container {
    background: #fff;
    color: #999;
    font-size: 17px;
    box-sizing: border-box;
    border: 1px solid #ccc;
}

.cc_container ::-moz-selection {
    background: #ff5e99;
    color: #fff;
    text-shadow: none
}

.cc_container .cc_btn,.cc_container .cc_btn:visited {
    color: #000;
    background-color: #f1d600;
    transition: background 200ms ease-in-out,color 200ms ease-in-out,box-shadow 200ms ease-in-out;
    -webkit-transition: background 200ms ease-in-out,color 200ms ease-in-out,box-shadow 200ms ease-in-out;
    border-radius: 5px;
    -webkit-border-radius: 5px
}

.cc_container .cc_btn:hover,.cc_container .cc_btn:active {
    background-color: #d7bf00;
    color: #000
}

.cc_container a,.cc_container a:visited {
    text-decoration: none;
    color: #31a8f0;
    transition: 200ms color
}

.cc_container a:hover,.cc_container a:active {
    color: #555
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.cc_container {
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 0.8s;
    -moz-animation-duration: 0.8s;
    -o-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@media screen and (min-width: 500px) {
    .cc_container {
        border-radius:5px;
        box-shadow: 0px 5px 10px rgba(0,0,0,0.2)
    }
}


p.cc_message{
    color: #769a9a;
    line-height: 20px!important;
    font-size: 14px!important;
}

p.cc_message strong{
   font-size: 16px!important;
margin-bottom: 0px !important;
display: block;
}


a.findout{
  color: #feb2a2!important;
  font-size: 14px!important;
}

.cc_container .cc_btn, .cc_container .cc_btn:visited{
  background-color: #f9bb58!important;
  color: white!important;
  font-size: 14px !important;
}

/* fika cookie policy */


.woocommerce-privacy-policy-text p a{
    font-weight: bold;
    color: black;
}

.woocommerce-terms-and-conditions-checkbox-text{
    font-size: 14px;
}

.woocommerce-terms-and-conditions-checkbox-text a{
     font-weight: bold;
    color: black;
}


.fluentform_wrapper_1{
    clear: both;
    max-width: 50%;
}

form.fluent_form_1 .ff-btn-submit {
    background-color: #feb2a2!important;
    text-transform: uppercase;
}


.woocommerce ul.products li.product a img {
    border: 2px solid #f9bb58;
    box-sizing: border-box;
}

.alignleft, p img.alignleft{
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
}


.alignright, p img.alignright{
    float: right;
    margin-left: 30px;
    margin-bottom: 30px;
}
.posts{
    clear: left;
}

.posts p{
    clear: none;
}

.posts p a{
    font-weight: bold;
    color: black;
}

.lost_password a{
font-size: 14px;
color: black;
}

#customer_login button{
    background-color: #769a9a;
    color: white;
}

@media (min-width: 600px) {
  .woocommerce div.product div.images.woocommerce-product-gallery {
    position: relative;
  }
 
  .woocommerce div.product div.images:not(.ckit-mobile-pdp-gallery-active) {
    position: relative;
    overflow: hidden;
    padding-left: 100px;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
 
  div.product .woocommerce-product-gallery .flex-viewport {
    margin-bottom: 0;
  }
 
  .woocommerce div.product div.images .flex-control-thumbs li {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0 15px;
    display: block;
    width: 100%;
    margin: 0;
  }
 
  .woocommerce div.product div.images .flex-control-thumbs {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    margin: 0;
    width: 100px;
    padding: 0 0px 0 0;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-width: thin;
  }
 
  ul.flex-direction-nav {
    margin-left: 100px;
    width: calc(100% - 100px);
  }

.woocommerce div.product div.images .flex-control-thumbs li {
    width: 90px!important;
    padding: 0px 5px 15px 0px;
}


}

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


.logo{
  margin-right: 0px;
}

.logo img{
  width: 180px;
  height: 75px;
}

.header_account {
    float: right;
    margin-top: 35px;
    margin-right: 45px;
}

.toggle-menu{
  display: block;
}

.menu-glavni-meni-container, .menu-glavni-meni-en-container {
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    background: #769a9a; 
top: 103px;
    height: 80vh;
    z-index: 1000;
}
  #menu-glavni-meni, #menu-glavni-meni-en{
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
  }
  #menu-glavni-meni li, #menu-glavni-meni-en li{
    width: 100%;
    padding: 0 !important;
    text-align: left;
/*    border-bottom: 1px solid #f2f2f2;*/
  }
  #menu-glavni-meni li a, #menu-glavni-meni-en li a{
    font-size: 17px;
    right: 0;
    top: 0px;
    padding: 12px 20px 12px 15px;
    vertical-align: middle;
    display: flex;
    align-items: center;
      font-size: 18px;
    width: 90%;
    text-transform: uppercase;
  }

  #menu-glavni-meni li:first-child a {
    padding-left: 15px;
}


  #menu-glavni-meni li::after, #menu-glavni-meni-en li::after{
    font-size: 16px;
    right: 12px;
    top: -1px;
    right: 0;
    padding: 17px 14px;
    display: flex;
    align-items: center;
    color: #444;
    height: 0px;
    width: 6px;
    border-left: 1px solid #f2f2f2;
    border-top: 1px solid #f2f2f2;
  }



  #menu-glavni-meni li:last-child::after, #menu-glavni-meni-en li:last-child::after{
    border-bottom: 1px solid #f2f2f2;
  }
  #menu-glavni-meni li:hover::after, #menu-glavni-meni-en li:hover::after{
    transform: rotate(0deg);
  }

  #menu-glavni-meni li ul, #menu-glavni-meni-en li ul{
    -webkit-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
  }

  .no-down {
    display: none !important;
  }

  .rotate-arrow::after {
    content: '\f107' !important;
  }

  .sub-menu {
    position: relative;
    top: 0;
    padding: 0;
    visibility: visible;
    z-index: 1;
    opacity: 1;
    width: 100%;
    box-shadow: none;
    display: none;
  }

#menu-glavni-meni .sub-menu li {
    border: none;
}

  #menu-glavni-meni .sub-menu li a, #menu-glavni-meni-en .sub-menu li a{
    padding: 12px 15px;
    font-size: 14px;
    position: relative;
  }
  .sub-menu li ul {
    left: 0;
    top: 0px!important;
  }

  .sub-menu li ul li {
    background: #636cb2;
  }
  .sub-menu li ul li a {
    color: #fff !important;
    padding-left: 30px !important;
  }

  .menu-item-has-children a {
        width: calc(100% - 67px)!important;
  }


.dropMob::after { 
    padding: 7px;
    font-size: 30px!important;
        width:27px!important;
        color: white;
  }


  .menu-item-has-children::before {
    display: none;
  }
  

#menu-glavni-meni li a {
    color: #fff;
}

.menu {
    width: 100%;
}


}


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


.woocommerce div.product div.images .flex-control-thumbs li {
       margin: 10px 10px 0px 0px;
    list-style: none;
    width: 90px;
}

.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
    margin-bottom: 30px;
}


.news {
  max-width: 100%;
  margin: 0 auto;
  padding: 0px 15px;
}

.news h3 {
  font-size: 14px;
      padding: 0px 30px;
}

footer ul li {
  display: block;
  padding: 0px 15px;
  margin-bottom: 10px;
}

.qty_wrapper{
display: flex;    
}
.woocommerce .quantity .qty {
        margin-left: -1px;
}
.fluentform_wrapper_1{
    max-width: 100%;
}

.woocommerce div.product div.images .flex-control-thumbs li {
    list-style: none;
    width: calc(25% - 8px);
}

.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4) {
    clear: none;
    margin-right: 0px;
}

ul.flex-direction-nav {
    top: calc(30% - 00px);
}

}