.content-text-wrap{
    text-align: left;
    margin-left: -15px;
}

.icon.icon-circle{}
.icon.icon-circle a{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

body {
    font-family: Helvetica, Arial, sans-serif;
}

.section-top-15 {
    padding-top: 34px;
}

footer .list > li + li {
    margin-top: 1px;
}

footer h6{
    margin-bottom: 8px;
}

footer .widget-post + .widget-post {
    margin-top: 5px;
}

.section-bottom-17 {
    padding-bottom: 17px;
}
.section-bottom-20 {
    padding-bottom: 20px;
}

.inner-page-header h1{
    color: #000000;
}

.section-top-10 {
    padding-top: 10px;
}
.section-20 {
    padding-top: 20px;
}
.section-30 {
    padding-top: 30px;
}
.section-bottom-30 {
    padding-bottom: 30px;
}

@media (min-width: 768px) {
    .section-sm-top-10 {
        padding-top: 10px;
    }
    .section-sm-20{
        padding-top: 20px;
    }
    .section-sm-30{
        padding-top: 30px;
    }
}

@media (min-width: 992px) {
    .section-md-top-17 {
        padding-top: 17px;
    }
}

.main-products-list{}
.main-products-list .range{
    margin-top: -62px;
}


.lang-wrap{
    font-size: 0;
}
.lang-wrap a{
    display: inline-block;
    text-decoration: none;
    margin-right: 15px;
    opacity: 0.5;
}
.lang-wrap.cz a.cz{
    opacity: 1;
}
.lang-wrap.en a.en{
    opacity: 1;
}



.product-in-list{
    position: relative;
}
.product-in-list .reserved-wrap-in-product-list{
    position: absolute;
    top: 10px;
    left: 15px;
}
.reserved-product{
    color: #ffffff;
    font-weight: bold;
    padding: 0 5px;
    background-color: #cc0000;
}

.reserved-wrap-in-product-page{
    display: inline-block;
}


.child-page-menu-item{
    min-width: 190px;
}
.child-page-menu-item .name{
    display: block;
    margin-top: 15px;
}

.footer-brand a img{
    vborder: 1px solid #fff;
}

.privacy_checkbox_margin_right{
    margin-right: 10px !important;
}

.cookie-info {
    width: 100%;
    height: auto;
    display: block;
    position: fixed;
    left: 0;
    bottom: 0;
    background: #EDF3F6;
    box-sizing: border-box;
    padding: 30px;
    z-index: 9999;
}

.cookie-info .cookie-info-wrap {
    margin: 0 auto;
    max-width: 1170px;
    display: block;
    width: 100%;
}

.cookie-info .cookie-info-txt {
    width: calc(100% - 250px);
    float: left;
    color: #000;
}

.cookie-info .cookie-info-txt a{
    text-decoration: underline;
    color: #3e50b4;
}

.cookie-info .btn-cookie-more {
    color: #9a9a9a;
}
.cookie-info .btn-cookie-more, .cookie-info .btn-cookie-accept {
    text-transform: uppercase;
    padding: 0;
    margin-left: 20px;
    font-size: 12px;
    font-weight: bold;
    display: inline-block;
    float: right;
}
.cookie-info .btn-cookie-accept {
    background-color: #3e50b4;
    color: #ffffff;
    padding: 5px 15px;
    border-radius: 4px;
    margin-right: 100px;
}



