

.orderDoneMessageBox .message  {font-size: 3.6rem; text-align: center; padding: 0; position: relative; font-weight: bold; color:#24a971; margin:60px 0 40px 0;}
.orderDoneMessageBox .note {font-size: 1.8rem; font-weight: normal; padding: 0; text-align: center; margin:0 0 70px 0; line-height: 1.2;}
.orderDoneMessageBox .note p {font-size: 2.2rem; font-weight: bold; padding: 0; text-align: center; margin:0;}

.header .search-suggest-wrapper .search-suggest {padding: 10px 0 0 0}

.header .search {align-items: inherit;}

.search-suggest.bazar .search-suggest-title {border:none;}

.product-info-center {flex-direction: column; align-items: center; justify-content: center;}

.info-price-end {margin: 0 0 20px 0; color:#000; font-weight: bold; font-size: 2.5rem;}

.product-info__button--without-icon {padding: 1.8rem 3.5rem;}
@media only screen and (min-width: 768px) {
    .product-info__button--without-icon {padding: 2.1rem 5.5rem;}
}
.product-info__button--without-icon::before {content: none; display: none;}

@media only screen and (max-width: 990px) {
    .filterSlider {width:100%;}
    .filter__options {display: flex; flex-wrap: wrap; width: 100%;}
    .filter__options .option-list {width:calc(33.33% - 15px); margin:0 15px 0 0;}
}

@media only screen and (max-width: 767px) {
    .filter__options .option-list {width:calc(50% - 15px); margin:0 15px 0 0;}
}

@media only screen and (max-width: 549px) {
    .filter__options .option-list {width:100%;}
}

.bazar-detail .thumbGallery .detail a img {margin: 0;}

.menu-address__nadpis {line-height:1.0; color:#000; padding: 0 0 5px 0; font-size: 14px; font-weight:bold; margin:0;text-decoration:none;}

.product-link__tags {overflow: hidden;}

.tag--poslech {
    background: #dad8d8 ;
    display: inline-block;
    padding: 10px 10px 10px 30px;
    position: relative;
    transform: translateX(calc(100% - 30px));
    transition: 0.3s;    
}
.tag--poslech:hover {
    transform: translateX(0);
}

.tag--poslech::before {
    content: '';
    background: url(images/ear.svg) no-repeat center center;
    width: 20px;
    height: 20px;
    font-size: 0;
    display: inline-block;
    position: absolute;
    left:5px;
    top:50%;
    transform: translateY(-50%);
}    

.tag--videni {
    background: #dad8d8 ;
    display: inline-block;
    padding: 10px 10px 10px 30px;
    position: relative;
    transform: translateX(calc(100% - 30px));
    transition: 0.3s;    
}
.tag--videni:hover {
    transform: translateX(0);
}

.tag--videni::before {
    content: '';
    background: url(images/eye.svg) no-repeat center center;
    width: 20px;
    height: 20px;
    font-size: 0;
    display: inline-block;
    position: absolute;
    left:5px;
    top:50%;
    transform: translateY(-50%);
}    

.text-right {text-align: right;}

.blog-link__date  {
    display: block;
    font-size: 1.4rem;
    line-height: 1.1;
    color: #666;
    font-weight: 400;
    padding: 0 0 7px 0;
    margin: 0;
    font-family: "Rajdhani",sans-serif;
}

.blog__date {padding: 0 50px 10px 50px;}

@media only screen and (min-width: 768px){
    .bazar-header {
        display: flex;
        justify-content: space-between;
        width: 100%;
        flex-wrap: wrap;
        flex-direction: row;
        align-items: center;
    }
}

.bazar-header .button-create-new {order:2;}
.bazar-header .button-create-new__button {
    font-family: "Rajdhani",sans-serif;
    color: #fff;
    line-height: 1;
    border-radius: 5px;
    border-radius: .5rem;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    padding: 18px 35px;
    padding: 1.8rem 3.5rem;
    display: block;
    text-decoration: none;
    background: #de001f;
    text-transform: uppercase;
    -moz-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    border: none;
    outline: none !important;
    cursor: pointer;
    position: relative;
    margin: 8px 0 0 0;
}

@media only screen and (min-width: 768px) {
    .bazar-header .button-create-new__button {
        font-size: 18px;
        font-size: 1.8rem;
        padding: 21px 55px 21px 80px;
        padding: 2.1rem 5.5rem 2.1rem 8rem;
        margin: 0;
    }
}

@media only screen and (min-width: 768px) {
    .bazar-header .button-create-new__button:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 30px;
        left: 3rem;
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 27px;
        width: 2.7rem;
        height: 27px;
        height: 2.7rem;
        background: url(images/plus.svg) no-repeat center center;
    }
}

.bazar-header .button-create-new__button:hover {
    background: #01081b;
    color: #fff;
}

.product-colors__link {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 1px solid #bbb;
}

.bazar-detail-content {display: flex; flex-wrap: wrap; width: 100%;}
    .bazar-detail-content__gallery {width: 100%; padding: 0 0 2rem 0;}
    @media only screen and (min-width: 600px) {
        .bazar-detail-content__gallery {width: 49%; padding: 0;}
    }
    .bazar-detail-content__informations {width: 100%; padding: 0;}
        @media only screen and (min-width: 600px) {
            .bazar-detail-content__informations {width: 51%; padding: 0 0 0 2rem;}
        }
        @media only screen and (min-width: 1000px) {
            .bazar-detail-content__informations {padding: 0 0 0 3rem;}
        }
        @media only screen and (min-width: 1200px) {
            .bazar-detail-content__informations {padding: 0 0 0 4rem;}
        }
        .bazar-detail .bazar-detail-content .bazar-detail-content__informations .description {padding: 0 0 25px 0;padding: 0 0 2.5rem 0;}
        .bazar-detail-content__informations .bazar-detail__params {width: 100%; padding: 0 0 2rem 0;}
            .bazar-detail-content__informations .bazar-detail__params table tr td:first-child {width: 90px;}
        .bazar-detail-content__informations .bazar-detail__rightbox {max-width: 100%; padding: 0;}
        
        .bazar-detail__price { padding: 28px 0; padding: 2.8rem 0;}

        /*zasilkovna*/

.method-list__item.delivery-zasilkovna a .method-name::before {
    background-image: url(/templates/css/images/favicons/zasilkovna-logo.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100px;
    width: 10rem;
    height: 13px;
    height: 2rem;
}

.method-list__item.delivery-SK-zasilkovna a .method-name::before {
    background-image: url(/templates/css/images/favicons/zasilkovnask-logo.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100px;
    width: 10rem;
    height: 13px;
    height: 2rem;
}

.packeta-selector-wrapper{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 1rem 0;
    flex-wrap: wrap;
}

.packeta-selector-open {
    background: #de001f;
    max-width: 245px;
    color: white !important;
    margin-left: 15px;
    padding: 1rem 2rem;
    transition: .25s;
    min-width: 235px;
}

.packeta-selector-open:hover {
    background: #e43149;
    transition: .15s;
}

.packeta-selector-open::before{
    display: none;
}

    .packeta-selector-open::after {
        display: none;
    }

.packeta-selector-branch-name{
    margin: 5px 0 5px 15px;
    font-weight: 600;
    min-width: 200px;
}

.footer {
    background: #01081b!important;
}