/*
Theme Name: Mikron v2.1
Theme URI: http://www.librafire.com/
Author: LibraFire / Vega IT
Author URI: http://www.librafire.com/
Description: Description
Version: 2.1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mikron
Tags:
*/

.rec-products-container a.btn.btn-white {
    background-color: #f9cc14;
    color: #000000;
    border: 1px solid #f9cc14;
}
.container.rec-products-container {
    padding: 50px 0;
}
.c-footer-payment-logos img{
	max-width: 100px;
    margin: 20px;
    vertical-align: middle;
    max-height: 40px;
}

.col-sm-25 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
        position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 12px;
    padding-left: 12px;
}


/* Tablet: 2 per row (50% each) */
@media (max-width:1100px) {
    .col-sm-25 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        -webkit-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}

@media (max-width:992px) {
    .col-sm-25 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

/* Mobile: 1 per row (100%) */
@media (max-width: 400px) {
    .col-sm-25 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
html body .site-footer-inner {
justify-content: space-evenly;
}
.c-navbar-actions {
    display: flex;
}


a[href*='elfsight.com'] {
  width: 0 !important;
  height: 0 !important;
  max-width: 0 !important;
  max-height: 0 !important;
  overflow: hidden !important;
  padding: 0 !important;
  background-color: transparent !important;
}

.c-main-nav-link-wrap.akcije span{
color: #a00000;
    font-weight: 600;
    text-transform: uppercase;
}