/*nadpisy titulní stranka*/
.content h4,
.h4,
.h4.homepage-group-title,
h4.homepage-group-title {
    text-align: center;
}

/*info prouzek
body>div.overall-wrapper>div.site-msg.information {
    background-color: #ad226c;
    color: white;
}

body>div.overall-wrapper>div.site-msg.information>div>div.text>a {
    color: white;
}

body>div.overall-wrapper>div.site-msg.information>div>div.text>a:hover {
    color: #005774;
}*/

.pagination-wrapper .load-products {
    background-color: #666666 !important;
}

.pagination-wrapper .load-products:hover {
    background-color: #000000 !important;
}

.products-block.products .product .btn:hover {
    background-color: #000000 !important;
    color: #fff !important;
}

.product-top .add-to-cart button {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 17px;
}

.products-block.products .product .btn:before {
    display: none !important;
}

.products-block.products .product .btn {
    width: auto !important;
    min-width: 90px !important;
    min-height: 30px !important;
    border: none !important;
    opacity: 1 !important;
    display: -ms-flexbox !important;
    display: flex !important;
    cursor: pointer !important;
    padding: 0 45px !important;
    color: #fff !important;
    background: #000000 !important;
    border-radius: 10px !important;
    text-transform: none !important;
    font-weight: 500 !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    text-decoration: none !important;
    transition: .3s !important;
    font-size: 14px !important;
    letter-spacing: 0 !important;
    text-shadow: none !important;
    -webkit-appearance: none !important;
}

#navigation>div>ul>li.menu-item-2100>a {
    color: red;
}

.banner-box {
    display: flex;
}

.banner-box .item {
    display: flex;
    justify-content: flex-start;
}

.doprava-a-platba a {
    text-decoration: none;
}

.doprava-zdarma h3 {
    color: #ce2b37;
}

li.menu-item-1221 a {
    color: #000000;
}

.doprava-zdarma .text:hover>h3,
.doprava-zdarma .text:hover {
    color: #009246 !important;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

article {
    max-width: 1080px !important;
}

#myModal>div {
    max-width: 1000px !important;
}


ul li::marker {
    font-size: 150%;
    color: #000000;
}

.custom-dopravci .dopravce h3 {
    display: block !important;
}

.custom-dopravci {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 10px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

.custom-dopravci.active,
.custom-dopravci:hover {
    background-color: #ccc;
}

.panel-dopravci {
    padding: 0 18px;
    display: none;
    background-color: white;
    overflow: hidden;
}

.align-center-img {
    display: inline-block;
    position: relative;
}

.align-center-img img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

#myModal.div.article.header.h1 {
    background: #ffff;
}

body>div.siteCookies.siteCookies--bottom.siteCookies--dark.js-siteCookies>div>div.siteCookies__buttonWrap>button {
    background: #000000;
    border: 1px solid #000000 !important;
}

/* update for to reorder short desc. 23.1.*/
.product-top .price-line {
    padding: 0;
}

.product-top .p-detail-info .stars-wrapper {
    margin: 0;
}

#product-detail-form>div>div.col-xs-12.col-lg-6.p-info-wrapper>div.p-detail-info>table {
    margin: 0;
    padding: 0;
}

.delivery-line {
    justify-content: space-between;
}

.products-block.products .product .p-bottom {
    order: 0 !important;
}

.products-block.products .product .p .name {
    margin: 0 !important;
}

.products-block.products .product .p-in {
    padding-bottom: 3px !important;
}

.products .product .old-price-line .price-save {
    margin: 0 !important;
}

.products .product .old-price-line .old-price {
    margin: 0 !important;
}

.products-block.products .product .btn {
    min-height: 40px !important;
    border-radius: 5px !important;
}

.flags .flag,
.flags.flags-extra,
.flags.flags-extra .flag {
    border-radius: 0 !important;
    align-content: center;
}

.product-top .add-to-cart button {
    border-radius: 5px !important;
}

.btn {
    border-radius: 5px !important;
}

.p-detail .p-code {
    margin: 0 !important;
}

.product-top .detail-parameters td select {
    width: 150px;
}

/*logo*/
@media (min-width: 767px) {
    #header>div>div.header-top>div.site-name-wrapper {
        margin-left: 50px;
    }

    #header>div>div.header-top>div.site-name-wrapper>div>a>img {
        max-height: 80px;
        margin: 2px;
    }
}

@media (max-width: 767px) {
    #header>div>div.header-top>div.site-name-wrapper>div>a>img {
        max-height: 50px;
    }
}