@media (min-width: 0) and (max-width: 991px) {
    header.mobile-city-confirm-showed {
        padding-top: 40px;
    }

    header.mobile-city-confirm-showed .navbar-fixed-top {
        top: 40px;
    }
}

@media (min-width: 766px) and (max-width: 991px) {
        .holiday-img-footer {
                top: 47px;
        }

        .holiday-img {
                width: 70px;
        }
}

@media (min-width: 992px) {
    #city-choose-popup ul li {
        padding-right: 1em;
        padding-left: 20px;
        padding-bottom: 20px;
    }

    #city-choose-popup ul.cities li a i {
        display: none;
    }
}

@media (max-width: 991px) {
    #city-choose-popup .regions_wrapper, #link-city-popover {
            display: none;
    }

    #city-choose-popup ul li {
        line-height: 60px;
        border-bottom: 1px solid #e5e5e5;
        padding: 0 20px;
    }

    .media-item figure figcaption ul{
        top: 5px;
    }
}

@media (min-width: 0) and (max-width: 1024px) {
        .logo {
                margin: 12px auto !important;
                width: 24px;
                height: 24px;
                background: url(../img/logo_floristum_mini.png) no-repeat 0 0;
        }
}

@media (min-width: 0) and (max-width: 991px) {

        .logo {
                margin: 3px auto !important;
        }

        .main-products-container {
                padding-top: 0px;
        }

        .container2 {
                padding: 0 15px;
        }

    .navbar {
        min-height: 35px;
        height: 35px;
    }

    .navbar-brand {
        float: none;
    }

    .navbar-default .link-city > a {
        background: none;
        padding-left: 13px;
    }

    .navbar-default .link-city > a i.fa, .link-filter a i.fa {
        color: #f60;
        font-size: 25px;
        position: absolute;
        top: 2px;
        line-height: 30px;
    }

    .navbar-default .link-city > a i.fa {
        left: 4px;
    }

    .link-filter a i.fa {
        right: 4px;
    }

    .navbar-default .link-city {
        float: left;
    }

    .link-filter {
        float: right;

    }

    .link-filter a,
    .navbar-default .link-city > a {
        padding-top: 5px;
        padding-bottom: 5px;
        line-height: 35px;
        color: #000;
        text-decoration: underline;
    }

    .link-filter a {
        margin-right: 22px;
    }

    .media-item .description-media-item .buy .buy-btn {
            top: -25px;
            left: 50%;
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
            background-color: #fff;

            padding: .1rem 0.9rem;
            font-size: 12px;

            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            width: 70%;
    }

    .media-item .description-media-item .delivery-line {
        display: none;
    }

    .media-item {
        min-height: 190px;
    }

    .sm-h2 {
            margin-top: 0;
    }

    #products-container .col-xs-6 {
            padding-left: 5px;
        padding-right: 5px;
    }

    #products-container h3,  #products-container .h3 {
        font-size: 16px;
    }

    h2, .h2 {
        font-size: 24px;
    }
}

@media (min-width: 0) and (max-width: 767px) {

        body {
                padding-top: 20px;
        }

        .media-item-opened .feedback-date {
                display: block;
        }

        .product-right {
                float: none;
        }

        .holiday-img-footer {
                left: 20px;
        }

        .holiday-img {
                position: absolute;
                left: -37px;
                top: 6px;
                width: 65px;
        }
}

@media only screen and (min-width: 768px) {
        .dropdown:hover .dropdown-menu {
                display: block;
        }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
        .planshet-logo {
                display: block;
                position: absolute;
                top: 0;
                right: 15px;
                width: 160px;
                height: 34px;
        }
}