/***
Theme Name: Divi Child
Theme URI: http://www.wplama.cz/divi-child-sablona/
Description: Divi child šablona – Vylepšení překladů, předpřipravené styly, upload SVG, povolení zoom na mobilu pro stránku s DIVI builderem a další rozšíření výchozích funkcí.
Author: Monika Boušková
Author URI: https://www.monikabouskova.cz
Template: Divi
Version: 1.00
***/

/* TYPOGRAPHY */

#obchodni-podminky ol { counter-reset: item }
#obchodni-podminky li{ display: block }
#obchodni-podminky li:before { content: counters(item, ".") " "; counter-increment: item }


/* WOOCOMMERCE */

.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;
}

/* RESPONSIVE */

@media only screen and (min-width:981px) {


}

@media only screen and (max-width:980px) {


}

@media only screen and (max-width:767px) {

}

@media only screen and (min-width:981px) {


}


/* OTHER */

/* Make Divi Builder text style settings sticky on scroll */
.mce-panel .mce-stack-layout-item.mce-first {
	position: sticky!important;
	top: -60px;
}

/* Underline links */
.et_pb_posts a.more-link, a:link {
    -webkit-text-underline-position: under;
    -ms-text-underline-position: below;
    text-underline-position: under;
}
