@media (max-width: 767px)
{
    /*-------------------
        Global styles
    -------------------*/
    :root
    {
        --font_size: 14px;
        --font_size_title: 21px;
    }



    /*------------
        Header
    ------------*/
    .mob_header .logo img
    {
        margin: 0;
    }

    .mob_header .logo img ~ *
    {
        display: none;
    }


    .mob_header .cart_link
    {
        margin-left: 20px;
    }


    .mob_header .mob_menu_btn
    {
        margin-left: 15px;
    }



    /*----------------
        Block head
    ----------------*/
    .block_head
    {
        margin-bottom: 15px;
    }

    .block_head .desc
    {
        line-height: 21px;

        margin-top: 12px;
    }



    /*------------------
        Form elements
    ------------------*/
    .form .cols .col
    {
        width: calc(100% - 18px);
    }

    .form textarea
    {
        height: 167px;
    }



    /*----------------
        Typography
    ----------------*/
    .text_block
    {
        line-height: 22px;
    }

    .text_block > *
    {
        margin-bottom: 20px;
    }


    .text_block h1,
    .text_block h2
    {
        font-size: 20px;
        line-height: 26px;
    }


    .text_block .message
    {
        padding: 15px 20px;
    }


    .text_block ul li + li,
    .text_block ol li + li
    {
        margin-top: 20px;
    }



    /*---------------
        Cats wall
    ---------------*/
    .cats_wall .row
    {
        margin-bottom: -15px;
        margin-left: -15px;
    }

    .cats_wall .row > *,
    .cats_wall .row > *.mini
    {
        width: calc(50% - 15px);
        margin-bottom: 15px;
        margin-left: 15px;
    }


    .cats_wall .cat
    {
        font-size: 15px;
        line-height: 19px;
    }

    .cats_wall .cat .name
    {
        min-height: 39px;
        padding: 0 20px;
    }



    /*--------------
        Products
    --------------*/
    .products .row
    {
        margin-bottom: -15px;
        margin-left: -15px;

        --products_count: 2;
    }

    .products .row > *,
    .content .products .row > *
    {
        width: calc(50% - 15px);
        margin-bottom: 15px;
        margin-left: 15px;
    }


    .products.related .row > *:nth-last-child(1),
    .products .links + .row > *:nth-last-child(1)
    {
        display: block;
    }



    /*----------------
        Advantages
    ----------------*/
    .advantages .row > *
    {
        width: calc(50% - 20px);
    }



    /*-----------------
        About block
    -----------------*/
    .about_block .feedback
    {
        padding: 30px 40px;
    }

    .about_block .feedback .form .line,
    .about_block .feedback .form .submit
    {
        width: 100%;
    }



    /*--------------
        Articles
    --------------*/
    .articles .row
    {
        margin-bottom: -15px;
        margin-left: 0;
    }

    .articles .row > *
    {
        width: 100%;
        margin-bottom: 15px;
        margin-left: 0;
    }


    .articles .article .details
    {
        margin-top: 12px;
    }



    /*---------------
        Cart info
    ---------------*/
    .cart_info table thead
    {
        display: none;
    }


    .cart_info table tr
    {
        position: relative;

        display: flex;

        min-height: 85px;
        padding-bottom: 20px;
        padding-left: 104px;

        justify-content: space-between;
        align-items: flex-start;
        align-content: flex-start;
        flex-wrap: wrap;
    }


    .cart_info table td
    {
        position: relative;

        display: block;

        padding: 0;
    }

    .cart_info table td + td
    {
        padding: 0;
    }


    .cart_info table td.thumb
    {
        position: absolute;
        top: 0;
        left: 0;
    }

    .cart_info table td.thumb a
    {
        max-height: 65px;
    }


    .cart_info table td.info
    {
        width: 100%;
        margin-bottom: 15px;
        padding-right: 42px;
    }


    .cart_info table td.delete
    {
        position: absolute;
        top: 0;
        right: 0;

        width: 27px;
        min-width: 27px;
    }


    .cart_info table td.price
    {
        display: flex;

        min-height: 68px;
        padding-top: 20px;

        justify-content: flex-start;
        align-items: center;
        align-content: center;
        flex-wrap: wrap;
    }

    .cart_info table td.amount
    {
        min-height: 68px;
        padding-top: 20px;
    }


    .cart_info table td.price:before,
    .cart_info table td.amount:before
    {
        color: #000;
        font-size: 11px;
        font-weight: normal;
        line-height: 13px;

        position: absolute;
        top: 0;
        left: 0;

        display: block;

        width: 100%;
        height: 20px;

        content: attr(data-column);
        text-align: left;
        white-space: nowrap;
        letter-spacing: 0;
        text-transform: none;

        opacity: .4;
    }


    .cart_info table tr + tr
    {
        padding-top: 20px;
    }

    .cart_info table tr + tr td.thumb,
    .cart_info table tr + tr td.delete
    {
        top: 20px;
    }



    .cart_info .discount
    {
        text-align: center;

        justify-content: center;
    }

    .cart_info .discount .percent
    {
        font-size: 70px;
        line-height: 76px;
    }

    .cart_info .discount .title
    {
        font-size: 28px;
        line-height: 32px;
    }

    .cart_info .discount .desc
    {
        font-size: 18px;
        line-height: 24px;

        width: 100%;
        margin-top: 20px;
    }



    /*----------------------
        Checkout payment
    ----------------------*/
    .checkout_payment .methods
    {
        padding: 20px;
    }

    .checkout_payment .methods > * + *
    {
        margin-top: 12px;
    }


    .checkout_payment .tooltip
    {
        display: block;

        width: 100%;
        margin-top: 3px;
        margin-left: 0;
    }

    .checkout_payment .tooltip .icon
    {
        display: none;
    }



    /*-----------------------
        Checkout delivery
    -----------------------*/
    .checkout_delivery .methods
    {
        padding: 20px;
    }

    .checkout_delivery .methods > * + *
    {
        margin-top: 12px;
    }


    .checkout_delivery .tooltip
    {
        display: block;

        width: 100%;
        margin-top: 3px;
        margin-left: 0;
    }

    .checkout_delivery .tooltip .icon
    {
        display: none;
    }

    .checkout_delivery .tooltip .text
    {
        font-size: 12px;
        font-style: italic;
        line-height: 16px;

        position: relative;
        top: 0;
        left: 0;

        visibility: visible;

        width: 100%;
        padding: 0;

        opacity: 1;
        border-radius: 0;
        background: none;
        box-shadow: none;
    }



    /*-------------------
        Products head
    -------------------*/
    .products_head > *
    {
        width: 100%;
    }

    .products_head > * + *
    {
        margin-top: 10px;
    }


    .products_head .name
    {
        display: block;

        width: 95px;
    }


    .products_head .limit .name + a
    {
        margin-left: 9px;
    }



    /*-----------------
        Information
    -----------------*/
    .information
    {
        padding: 40px 0 !important;
    }

    .information .block_head
    {
        padding-left: 80px;
    }

    .information .block_head .icon
    {
        font-size: 40px;
        line-height: 60px;

        width: 60px;
        height: 60px;
    }



    /*----------------------
        Delivery/Ppayment
    ----------------------*/
    .delivery_payment
    {
        padding-top: 10px;
    }

    .delivery_payment .tabs_wrap
    {
        margin: 0 -20px 20px;
    }

    .delivery_payment .tabs button + button
    {
        margin-left: 20px;
    }



    /*---------------------
        Payment methods
    ---------------------*/
    .payment_methods .row > *
    {
        width: calc(50% - 15px);
    }


    .payment_methods .method .icon
    {
        width: 100px;
        height: 100px;
        padding: 18px;
    }



    /*----------------------
        Delivery methods
    ----------------------*/
    .delivery_methods .row > *
    {
        width: calc(100% - 15px);
    }



    /*------------------
        Product info
    ------------------*/
    .product_info .images
    {
        width: 100%;
    }


    .product_info .info
    {
        width: 100%;
        margin-top: 25px;
    }


    .product_info .info .delivery
    {
        width: auto;
        margin-top: 0;
        margin-left: auto;
    }


    .product_info .discount
    {
        text-align: center;

        justify-content: center;
    }

    .product_info .discount .percent
    {
        font-size: 70px;
        line-height: 76px;
    }

    .product_info .discount .title
    {
        font-size: 28px;
        line-height: 32px;
    }

    .product_info .discount .desc
    {
        font-size: 18px;
        line-height: 24px;

        width: 100%;
        margin-top: 20px;
    }



    .product_tabs .tabs_wrap
    {
        margin: 0 -20px 25px;

        border-bottom: 2px solid #ddd;
    }

    .product_tabs .tabs
    {
        font-size: 0;

        position: relative;

        display: block;
        overflow: auto;

        margin: 0 0 -2px;
        padding: 0 20px;

        white-space: nowrap;

        border: none;
    }

    .product_tabs .tabs::-webkit-scrollbar
    {
        width: 0;
        height: 0;
    }

    .product_tabs .tabs button
    {
        font-size: var(--font_size);

        display: inline-block;

        vertical-align: top;
    }

    .product_tabs .tabs button + button
    {
        margin-left: 20px;
    }



    /*------------
        Footer
    ------------*/
    footer
    {
        padding: 40px 0;
    }


    footer .col_left
    {
        margin-bottom: 0;
    }


    footer .contacts
    {
        margin-left: auto;
    }


    footer .copyright
    {
        width: 100%;
        margin-top: 12px;
        margin-left: 0;
        padding-left: 48px;
    }



    footer .menu,
    footer .cats
    {
        display: none;
    }



    /*-----------
        PopUp
    -----------*/
    .fancybox-slide--html
    {
        padding: 20px;
    }


    #checkout_modal
    {
        padding: 35px;
    }

    #checkout_modal .form .line
    {
        margin-bottom: 20px;
    }

    #checkout_modal .form .checkout_total
    {
        line-height: 25px;

        width: 100%;
        margin-bottom: 15px;

        text-align: center;
    }

    #checkout_modal .form .submit_btn
    {
        width: 100%;
    }
}
