/*
Theme Name: Divi Child od WPlama.cz
Theme URI: https://www.wplama.cz/divi-child-sablona/
Description: Divi 5 child šablona od WPlama.cz – připravená pro Divi 5 s drobnými vylepšeními a místem pro vlastní úpravy.
Author: WPlama.cz
Author URI: https://www.wplama.cz/
Template: Divi
Version: 2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: divi-child-wplama
*/

/*------------------------------------*\
    TYPOGRAFIE – číslování v obchodních podmínkách
\*------------------------------------*/
#obchodni-podminky ol { counter-reset: item; }
#obchodni-podminky li { display: block; }
#obchodni-podminky li:before {
    content: counters(item, ".") " ";
    counter-increment: item;
}

/*------------------------------------*\
    WOOCOMMERCE – sjednocení výšky Select2
\*------------------------------------*/
.select2-container .select2-selection--single .select2-selection__rendered { line-height: 52px; }
.select2-container .select2-selection--single { height: 52px; }
.select2-container--default .select2-selection--single .select2-selection__arrow { height: 52px; }

#order_review_heading { margin-top: 35px; }
