﻿/*****swiper   ****/

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.autoplay-progress {
    position: absolute;
    right: 16px;
    bottom: 16px;
    z-index: 10;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: var(--swiper-theme-color);
}

    .autoplay-progress svg {
        --progress: 0;
        position: absolute;
        left: 0;
        top: 0px;
        z-index: 10;
        width: 100%;
        height: 100%;
        stroke-width: 4px;
        stroke: var(--swiper-theme-color);
        fill: none;
        stroke-dashoffset: calc(125.6 * (1 - var(--progress)));
        stroke-dasharray: 125.6;
        transform: rotate(-90deg);
    }
/***** swiper  end  ****/



.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:visited {
    background-color: #ddb026 !important;
    border-color: #ddb026 !important;
    
}


#modal-search .modal-dialog {
    margin: 0;
    max-width: 100%;
    width: 100%;
}

    .horizontal-scrollable {
    overflow-x: auto;
    white-space: nowrap;
}


body{
    background-image: url(/images/web/background.png);
}

.containerx {
    background-color: white;
}

._Layout {
    min-height: 80vh;
    background-color: white;
}

.partner-points2, .SestavyBody2 {
    min-height: 00vh;
}



.ramecek {
    border: 1px solid #dcdcdc;
    border-radius: 0px;
    padding: 20px 10px 20px 10px;
    margin: 10px 0px 10px 0px;
}

b {
    color: #8f6f0f;
}

a {
    color: #ddb026;
    text-decoration: none;
    background-color: transparent;
}

h1 {
    color: #ddb026 /* #ed4b9a*/;
}

.navbar-brand img {
    height: 80px;
}
.h1, h1 {
    
    color: #ddb026;
}
. .h2,  h2 {
    font-size: 18px;
    color: #ddb026;
}



.h3, .h4, .h5, .h6, h3, h4, h5, h6 {
    font-size: 16px;
}



.navbar-brand {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    height: 100px;
}

.inline {
    display: inline;
}



#txt_search {
    margin: 10px 0px 10px 0px;
   
    padding: 0px 0px 0px 30px;
    background-color: white;
    height: 35px;
}

#sortlist {
    width: unset;
}

._Layout {
    padding-top: 0px;
}

.banerbox {
    padding-bottom: 10px;
}

.pill {
    height: 25px;
}

.inner-addon {
    position: relative;
}

    /* style icon */
    .inner-addon .bi {
        position: absolute;
        padding: 5px 0px 0px 10px;
        pointer-events: none;
    }

    .inner-addon .form-control {
        padding: 0px 0px 0px 30px;
    }


.product-card__img {
    height: 280px;
    width: 250px;
}



.product-card__name, .product-card__code, .product-card__img, .product-card__price {
    margin: 10px 10px 0px 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    -webkit-box-orient: vertical;
}



._Clanek div div p {
    padding: 20px 20px 20px 20px;
}

._Clanek div div img {
    padding: 20px 20px 20px 20px;
}

._Layout {
    padding-top: 5px;
}

._CarouselBaner {
    padding-top: 5px;
}

._KategorieProduktySearch {
    padding-top: 5px;
    padding-bottom: 10px;
}

._Kategorie {
    padding: 0px 0px 15px 0px;
}

.mensiodsazeni div {
    padding: 4px 2px 0px 2px !important;
}

    .mensiodsazeni div img {
        padding: 0px 0px 0px 0px !important;
    }

    .mensiodsazeni div p {
        padding: 5px 5px 5px 5px !important;
    }

.vetsiodsazeni div {
    padding-top: 10px;
}


.kosik-item {
    min-width: 115px;
}

.product-card {
    /* min-width: 250px;*/
}

.product-card__name {
    min-height: 50px;
}

._Footer {
    position: unset;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 1.5;
    color: white;
    padding: 50px 0px 50px 0px
}

    ._Footer .articles {
        white-space: normal;
        font-size: 0.70rem;
    }

    ._Footer .copyright {
        white-space: normal;
        font-size: 0.70rem;
    }



    ._Footer a {
        color: white;
    }



ul ul {
    list-style-type: none;
}



#div_search::after {
    display: none;
    margin-left: 0;
    vertical-align: 0;
    content: none;
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
}


/**OWL SIPKY**/

.main-content {
    position: relative;
    }
    .owl-theme .owl-nav {
        position: absolute;
        top: 20%;
        left: 0;
        right: 0;
    }

.owl-carousel .owl-nav button.owl-prev i, button.owl-next i {
    font-size: 3rem;
    font-weight: bold;
    text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
}

.owl-carousel .owl-nav button.owl-prev, button.owl-next {
    position: absolute;
    height: 100px;

    background: none;
    border: none;
    z-index: 100;
}

.owl-carousel .owl-nav button.owl-prev {
    left: 0;
}

.owl-carousel .owl-nav  button.owl-next {
    right: 0;
}

/**OWL SIPKY**/

