*
{
    font-family: "Noto Sans", sans-serif;
    line-height: 1.2;
}

body{
    max-width: 600px;
    margin: 0 auto;
    color: #181717;
}

.navbar-brand > img
{
    max-width: 100px;
    max-height: 100px;
    min-width: 56px;
    min-height: 56px;
    /*width: 10vw;*/
    width: 56px;
    height: auto;
}

.qc_shop_name
{
    font-weight: 2rem;
}

.qc_shop_type
{
    font-size: 0.8rem;
}

.qc_shop_open
{
    font-size: 0.8rem;
    font-weight: 700;
    position: absolute;
    bottom: 0;
    margin-bottom: 0.5rem;
}

#qctoppopup, #qcprodpopup
{
    margin: 0 auto;
    max-width: 600px;
}

#qc_popupper_fluid, #qc_popupper_fluid_prod
{
    position: relative;
}

#qc_popupper_closer
{
    padding-top: 5px;
}

#qc_popupper_fluid .qc_shop_open, #qc_popupper_fluid_prod .qc_shop_open
{
    margin-bottom: 0;
}

.qc_popupper_days
{
    font-size: 0.8rem;
    font-weight: 700;
    margin-bottom: 7px;
    min-width: 140px;
}

.qc_days_label
{
    padding: 3px;
    font-size: 0.6rem;
    margin-right: 10px;
    color: #fefefe;
}
.qc_days_label.qc_wdactive
{
    background: green;
}
.qc_days_label.qc_wdnone
{
    background: #181717;
}

.qc_popupper_lefter
{
    font-size: 0.8rem;
}

a{
    color: #fe0505;
}

a:hover{
    color: #ae0101;
}

#qctoppopup
{
    height: auto !important;
}

#qcprodpopup
{
    height: 100vh !important;
}

.offcanvas-body
{
    padding: 0;
}
.offcanvas
{
    /*bottom: auto;*/
}

.qc_padder_popup
{
    padding: 1rem;
}

.qc_header_cat
{
    font-weight: 600;
    text-transform: uppercase;
    font-size: 1.2rem;
}

.qc_cat_m
{
    font-size: 1rem;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
    margin-right: 1.25rem;
    margin-top: 0.4rem;
    margin-bottom: 0.4rem;
    padding: 0.3rem;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.qc_cat_m.active
{
    color: #fefefe;
    background: #181717;
}

.qc_prodcat_block
{
    /*
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    */
    margin-bottom: 1.5rem;
}

.qc_prodrow_img
{
    width: 100px;
    height: 100px;
    object-fit: cover;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-left: 1rem;
    transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
}
.qc_prodrow_img.qc_pimg_sel
{
    width: 140px;
    height: 160px;
}

.qc_prodrow
{
    margin-bottom: 0.7rem;
    margin-top: 0.7rem;
    padding: 8px;
    background: #e9e8e8;
    position: relative;
    cursor: pointer;
}

.qc_prodrow_title
{
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
}

.qc_prodrow_descr
{
    font-size: 0.8rem;
    font-weight: 500;
    line-height: 1.2;
    margin-top: 0.5rem;
    position: relative;
    overflow: hidden;
    max-height: 30px;
    /*height: 30px;*/
    padding-bottom: 2.5rem;
}

.qc_prodrow_descr::after
{
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 30px;
    background: rgb(233,232,232);
    background: -moz-linear-gradient(0deg, rgba(233,232,232,1) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(233,232,232,1) 0%, rgba(255,255,255,0) 100%);
    background: linear-gradient(0deg, rgba(233,232,232,1) 0%, rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e9e8e8",endColorstr="#ffffff",GradientType=1);
    bottom: 0;
}

.qc_prodrow_descr.qc_prodescr_imbig
{
    max-height: 80px;
}

.qc_prodrow_price
{
    font-weight: 700;
    position: absolute;
    bottom: 0.4rem;
}
.qc_prodrow_price > span
{
    font-weight: 500;
    font-size: 0.8rem;
}

#qc_prod_popup_imagefull
{
    width: 100%;
    height: 40vh;
    object-fit: cover;
}

#qc_prod_popup_title
{
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 1rem;
}

#qc_prod_popup_price
{
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 1rem;
    font-size: 1.5rem;
}

#qc_prod_popup_price > span
{
    font-size: 1rem;
    font-weight: 500;
}

iframe
{
    overflow: hidden;
}

.qc_navbar
{
    background: #ffffff !important;
}

.text-danger:before {
    vertical-align: top !important;
    font-size: calc(100vh / 100) !important;
}

.text-success:before {
    vertical-align: top !important;
    font-size: calc(100vh / 100) !important;
}

.qc_hrtop
{
    /*border-top: 1px solid #181717;*/
    margin-top: 3rem;
}

.qc_hrbottom
{
    padding-bottom: 2rem;
}

.qc_slickslider_cats
{
    padding-bottom: 2rem;
}

#qc_catcarousel, #qc_catcarousel_22, #qc_catcarousel_33_container
{
    top: 71px;
    background: #fefefe;
}

.qc_catmenu_container
{
    display: flex;
    overflow: hidden;
}

.qc_catmenu_container > .qc_cat_m
{
    flex: 1 0 auto;
    white-space: nowrap;
}

.qc_socid_img
{
    height: calc(1rem) !important;

}


html
{
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
    background-size: cover !important;
}

.qc_caffesta_img_mbanner
{
    width: 100%;
}

.owl-stage
{
    width: 90000px !important;
}

/* Для корзины */

.qc_prodrow_bottom_abs {
    position: absolute;
    bottom: 0;
    width: 100%;
}
.qc_prodrow_price_cart
{
    font-weight: 700;
}
.qc_prodrow_price_cart > span
{
    font-weight: 500;
    font-size: 0.8rem;
}
.qc_prodrow_mgr_cart {
    display: flex;
    align-items: center;
    gap: 10px;
}
.qc_prodrow_qty {
    width: 70px;
    text-align: center;
    font-weight: 700;
    padding: 5px 0;
    background-color: #e9ecef;
    border: 1px solid #dee2e6;
    border-radius: 5px;
}
.qc_wcart_minh
{
    min-height: 90px;
}

/* END Корзина */

@media only screen and (min-width: 800px) {

    .qc_prodrow_img.qc_pimg_sel
    {
        width: 256px;
        height: 160px;
    }

    .qc_caffesta_img_mbanner_container
    {
        display: none;
    }

    .navbar-brand > img
    {
        width: 100px;
    }

    .qc_shop_name
    {
        font-size: 2rem;
         font-weight: 700;
    }

    .qc_shop_name > i
    {
        vertical-align: top;
    }

    .qc_shop_type
    {
        font-size: 1rem;
    }

    .qc_shop_open
    {
        font-size: 1rem;
    }

    #qc_popupper_closer, #qc_popupper_prod_closer
    {
        padding-top: 20px;
    }

    #qc_popupper_fluid .qc_shop_open, #qc_popupper_fluid_prod .qc_shop_open
    {
        margin-bottom: 0.5rem;
    }

    .qc_cat_m
    {
        font-size: 1.25rem;
        margin-right: 1.5rem;
        margin-top: 0.6rem;
        margin-bottom: 0.6rem;
        padding: 0.4rem;
    }

    #qc_catcarousel, #qc_catcarousel_22, #qc_catcarousel_33_container
    {
        top: 110px;
    }
}

#map2 {height: 400px; overflow: hidden; border-radius: 0px 0px 14px 14px;
        -webkit-border-radius: 0px 0px 14px 14px;
            -moz-border-radius: 0px 0px 14px 14px;
                -ms-border-radius: 0px 0px 14px 14px;
                    -o-border-radius: 0px 0px 14px 14px;}

#qc_cart_bottom_stickrow, #qc_cart_bottom_stickrow_npo {
    background-color: #198754;
    color: #f3f3f3;
    max-width: 600px;
}

.btn-special {
    border: #f3f3f3 solid 2px;
}

.btn-special a {
    text-decoration: none;
    color: #198754;
}

.btn-special:hover {
    background-color: #198754;
    border: #f3f3f3 solid 2px;
}

.btn-special:hover a{
    text-decoration: none;
    color: #f3f3f3;
}

#qc_cart_total {
    background-color: #198754;
    color: #f3f3f3;
    margin-top: 0.7rem;
    margin-bottom: 0.7rem;
    border-radius: 5px;
}

#qc_cart_bottom_stickrow.qc_noshow_cartrow
{
    display: none !important;
}

.bootstrap-select .dropdown-toggle {
    height: calc(2.25rem + 2px) !important; /* высота, аналогичная .form-control */
    padding: 0.375rem 0.75rem !important;
    font-size: 1rem !important;
    line-height: 1.5 !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.bootstrap-select ul.dropdown-menu
{
    max-height: 300px;
}

#qc_tel_prefix_trigger + .dropdown-toggle {
    width: 120px !important; /* или другая нужная ширина */
}

/* Для выпадающего списка, чтобы он был шире */
#qc_tel_prefix_trigger + .dropdown-toggle + .dropdown-menu {
    min-width: 220px !important; /* подберите нужное значение */
}

.qc_dotted_price
{
    min-width: 70px;
}