.alert {
    position: fixed;
}

.widget-product-title:hover > a {
    color: #351c75;
}

.mini-basket .item {
    grid-template-areas:
    "image title"
    "image code"
    "image price";
}

.mini-basket .item-code {
    grid-area: code;
}

.header .header-main-menu .third .menu-link {
    text-align: left;
}

.page-item.active>.page-link {
    box-shadow: none;
}

.nav-tabs:not(.card-header-tabs) {
    margin-bottom: 0;
}

.detail-nav-wrapper .nav-item .nav-link::before {
    content: none;
}

.alert.alert_kosik {
    position: unset;
    left: unset;
    right: unset;
    top: unset;
    width: 90vw;
    margin: unset;
    z-index: 99;
    transition: opacity 1s;
}

.form-check-input:checked {
    background-color: #351c75;
    border-color: #351c75;
}

.was-validated .form-check-input:valid:checked, .was-validated .form-check-input.is-valid:checked {
    border-color: #351c75;
    background-color: #351c75;
}

input#dod_check.special {
    width: 1.7em;
    height: 1.7em;
    border-radius: 3px;
    border: 2px solid #351c75;
}

.page-title-overlap.bg-cstm {
    background-color: #ffffff !important;
}

.text-cstm {
    color: #351c75;
}

.active>.nav-link-style, 
.nav-link-style.active {
    color: #351c75;
}

.nav-link-style:hover {
    color: #351c75;
}

.form-check-input {
    position: initial;
}

.filtr-vice_moznosti {
    width: 100%;
    background-color: #bdb3cd;
    font-weight: 900;
    font-size: 0.9rem;
    text-align: center;
    border-radius: 1rem;
    padding: 0.4em 0;
    text-transform: uppercase;
}

.product .product-title {
    overflow-wrap: anywhere;
}

.product-title > a:hover {
    color: #5a30c7;
    text-decoration: underline !important;
}

.product .product-thumbnail .zbozi_nahled-tagy {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    position: absolute;
    top: 0;
    z-index: 2;
}

.product .product-thumbnail .zbozi_nahled-tagy > span.tag {
    background-color: #f7f4fa;
    padding: 2px 10px;
    text-align: center;
    text-transform: uppercase;
    font-size: 0.75rem;
    line-height: 1.25rem;
    font-weight: 800;
    color: #ffffff;
    border-radius: 20px;
    margin-right: 0.5em;
    margin-bottom: 0.5em;
} 

.product .product-thumbnail .zbozi_nahled-tagy > span.tag.tag-novinka {
    background-color: #6b9c30;
}

.product .product-thumbnail .zbozi_nahled-tagy > span.tag.tag-akce {
    background-color: #c60000;
}

.product .product-thumbnail .zbozi_nahled-tagy > span.tag.tag-vyprodej {
    background-color: #351c75;
}  

.product .product-thumbnail .zbozi_nahled-tagy > span.tag.tag-ivd {
    /* background-color: #b1ca20; */
    background-color: #9d26ff;
    letter-spacing: 1.5px;  
} 

.details .zbozi_detail-tagy {
    position: absolute;
    left: 30px;
    top: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}       

.details .zbozi_detail-tagy > span.tag {
    background-color: #f7f4fa;
    padding: 2px 10px;
    text-align: center;
    text-transform: uppercase;
    font-size: 0.85rem;
    font-weight: 800;
    color: #ffffff;
    border-radius: 20px;
    margin-right: 1em;
} 

.details .zbozi_detail-tagy > span.tag.tag-novinka {
    background-color: #6b9c30;
}

.details .zbozi_detail-tagy > span.tag.tag-akce {
    background-color: #c60000;
}

.details .zbozi_detail-tagy > span.tag.tag-vyprodej {
    background-color: #351c75;
}    

.details .zbozi_detail-tagy > span.tag.tag-ivd {
    /* background-color: #b1ca20; */
    background-color: #9d26ff;
    letter-spacing: 1.5px;    
}   

.customer-references .slick-dots {
    padding: 1.625rem 0;
}

.customer-references .svg-icon {
    width: 1em;
    height: 1em;
}

.customer-references .svg-icon path,
.customer-references .svg-icon polygon,
.customer-references .svg-icon rect {
    fill: #ffffff;
}

.customer-references .svg-icon circle {
    stroke: #ffffff;
    stroke-width: 1;
}	

.customer-references .carousel_zpet.slick-arrow,
.customer-references .carousel_dalsi.slick-arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    background-color: #92c94f;
    border-radius: 50%;
    cursor: pointer;
}

.customer-references .carousel_zpet.slick-arrow {
    position: absolute;
    left: -50px;
    top: 40%;
}	

.customer-references .carousel_dalsi.slick-arrow {
    position: absolute;
    right: -50px;
    top: 40%;
}

.rs_clanek table{
    border-style: solid;
}

.rs_clanek thead, 
.rs_clanek tbody, 
.rs_clanek tfoot, 
.rs_clanek tr, 
.rs_clanek td, 
.rs_clanek th {
    border-color: inherit;
    border-style: inherit;
    border-width: inherit;
    padding: 5px;
}

#baria-kontakty ul {
    padding: 0;
}

#baria-kontakty ul li {
    list-style-type: none;
}

#baria-kontakty .btn.btn-link {
    width: 100%;
    justify-content: start;
    text-decoration: none;
    font-size: 1.3em;
    font-size: 0.7em;
    font-weight: bold;    
}

#baria-kontakty .card {
    border: 0;
    border-radius: 0.3125rem;
    margin-bottom: 2em;
}

#baria-kontakty .card .card-header {
    background-color: rgb(247 244 250);
    border: 0;
}

#baria-kontakty .card-body .kontakt-wrapper {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;    
    margin-bottom: 1em;
}

#baria-kontakty .card-body .kontakt-wrapper h4 {
    font-size: 1.3em;
    margin-bottom: 0.3em;
    text-align: center;
} 

#baria-kontakty .card-body .kontakt-wrapper p {
    text-align: center;
    height: auto;
}

.o_nas #contentBody h3 {
    font-size: 1.3rem;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
}

.o_nas #contentBody .nase_sluzba > p {
    min-height: 170px;
}

.o_nas #contentBody .nase_sluzba > a {
    text-decoration: underline;
    color: #92c94f;
}

.index_specialni_akce-wrapper {
    background-color: #f6f3f9;
    display: flex;
    width: 100%;
    margin: 0.5em 0;
}

.index_specialni_akce-wrapper .index_specialni_akce {
    display: flex;
    width: 100%;
    background-color: #92c94f;
    color: #ffffff;
    font-weight: 600;
    padding: 0.6em;
    border-radius: 0.3125rem;
    align-items: center;
    justify-content: center;
}

.index_specialni_akce-wrapper .index_specialni_akce a {
    color: #ffffff !important;
    text-decoration: underline;
}

@media (min-width: 992px) {

    .reference::before {
        box-shadow: none;
    }

    .menu-link {
        text-align: center;
    }

    .header .header-main-menu .second .menu-link {
        text-align: left;
    }

}

@media (min-width: 768px) {

    .alert.alert_kosik {
        width: initial;
    }

}