/*
Theme Name: Radios
Theme URI: http://underscores.me/
Author: themexriver
Author URI: http://themeforest.net/user/themexriver
Description: Radios - Electronics Shop WooCommerce Theme
Version: 1.0.3
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: radios
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

 .konteineris {
      display: flex;
      max-width: 100%;
      margin: 0 auto;
    }

    .stulpelis {
      flex: 1;
      padding: 5px 15px;
      box-sizing: border-box;
      text-align: center;
    }

    .stulpelis:nth-child(1) {
      background-color: #59b210;
    }
    
    .stulpelis:nth-child(2) {
      background-color: #dbfbc1;
    }

    .stulpelis:nth-child(3) {
      background-color: #59b210;
    }

    .stulpelis:nth-child(1) p .svg-icon path,
    .stulpelis:nth-child(3) p .svg-icon path {
    	fill: #fff;
    }

    .stulpelis:nth-child(2) p .svg-icon path {
    	fill: #000;
    }

    .stulpelis:nth-child(1) p,
    .stulpelis:nth-child(3) p {
    	color: #fff;
    	display: flex;
    	align-items: center;
    	justify-content: center;
    }

    .stulpelis:nth-child(2) p {
    	color: #000;
    	display: flex;
    	align-items: center;
    	justify-content: center;
    }

    @media (max-width: 768px) {
      .konteineris {
        flex-direction: column;
      }
    }
    .svg-icon {
    	width: 1.5em;
    	height: 1.5em;
    	margin: 0 5px;
    }

    .svg-icon path,
    .svg-icon polygon,
    .svg-icon rect {
    	fill: #4691f6;
    }
    .svg-icon circle {
    	stroke: #4691f6;
    	stroke-width: 1;
    }