/*
 Theme Name:   XStore Child
 Theme URI:    http://8theme.com/
 Description:  XStore Child Theme
 Author:       8theme
 Author URI:   http://8theme.com
 Template:     xstore
 Version:      0.0.1
 Text Domain:  xstore-child
*/


/* The emerging W3C standard
   that is currently Firefox-only */
* {
  scrollbar-width: thin;
  scrollbar-color: black;
}

/* Works on Chrome/Edge/Safari */
*::-webkit-scrollbar {
  width: 12px;
}
*::-webkit-scrollbar-track {
  background: black;
}
*::-webkit-scrollbar-thumb {
  background-color: white;
  border-radius: 20px;
  border: 10px solid black;
}

/* 
select {
    border: none !important;
    margin: .6em 0;
    border-radius: 0;
  font-size: 0.7em;
}*/

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  padding-left: 40px;
}
::-moz-placeholder { /* Firefox 19+ */
  padding-left: 40px;
}
:-ms-input-placeholder { /* IE 10+ */
  padding-left: 40px;
}
:-moz-placeholder { /* Firefox 18- */
  padding-left: 40px;
}

/*vydelenie teksta izmenjaem cvet*/
::selection {background: #333 !important; color:#fff !important;}
::-moz-selection {background: #333 !important; color:#fff !important;}
::-webkit-selection {background: #333 !important; color:#fff !important;}


/*Odna storinka productu*/

.sku_wrapper, .gtin_wrapper {
    display:none !important;
}

.wc-pao-addon-s-sht, .wc-pao-addon-l-sht
{
display: inline-block;
float: left;
width: 10%;  
margin-right: 20px;  
}
