/*
 Theme Name:   Superstore Child 2 - PHP8 Safe
 Theme URI:    http://metaloproizvod.com/superstore-child/
 Description:  Nova bezbedna child tema za Superstore
 Author:       WooThemes
 Author URI:   http://www.woothemes.com
 Template:     superstore
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, left-sidebar, responsive-layout, accessibility-ready
 Text Domain:  superstore-child
*/

/**** Manji razmak izmedju slova na kompletnom sajtu*/

body {
  line-height: 1.2;
}

/**** tamnija tabela*/

table {
  background: #e7e7e7;
}

/**** margina oko natpisa Brand: u proizvodima*/

li.product .yith-wcbr-brands  {
  margin: 5px 5px;
}

/**** pozadina oko tabele na proizvodu */
.single-product .summary form.cart {
  padding: 1em;
  background: #2ab6d6;
  -webkit-border-radius: 0.382em;
  border-radius: 0.382em;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-bottom: 0;
  *
  zoom: 1;
}

/*** polje za twitter iskorišćeno je za adresu ***/
/*** ovde menjamo ikonicu twittera u marker za lokaciju ***/

/* za footer */
.footer-wrap.contact ul li.twitter:before {
  content: "\f041";
}

/* za header */
ul.contact li.twitter:before {
  content: "\f041";
  color: #1daced;
}

/*** polje za fax iskorišćeno je za mobilni ***/
/*** ovde menjamo ikonicu fax-a u marker za mobilni ***/

/* za footer */
.footer-wrap.contact ul li.fax:before {
  content: "\f10b";
}

/* za header */
ul.contact li.fax:before {
  content: "\f10b";
  color: #1daced;
}






/*** Problem sa Toggle menu na malim ekranima ***/
#navigation {
    /* display: block !important; */ /*Iskljuceno*/
    margin-bottom: 0;
    display: inline;
    float: left;
    width: 97.22222222%;
    margin-left: 1.38888889%;
    margin-right: 1.38888889%;
}
