@media (max-width: 1023px)
{
    /*---------------
        Main styles
    ---------------*/



    /*---------------
        Header
    ---------------*/
    header .top
    {
        padding: 0 15px;
    }


    header .info .menu nav
    {
        width: calc(50% - 140px);
    }

    header .info .menu nav + nav
    {
        margin-left: 280px;
    }

    header .info .menu a
    {
        font-size: 40px;
    }

    header .info .menu a + a
    {
        margin-left: 40px;
    }



    /*---------------
        Sidebar
    ---------------*/
    aside
    {
        width: 100%;
    }


    aside .cats
    {
        margin-bottom: 40px;
    }

    aside .cats .item > a
    {
        font-size: 32px;
        line-height: 32px;

        padding: 15px 20px;
    }



    /*---------------
        Main section
    ---------------*/
    .first_section .cont
    {
        min-height: 405px;
        padding: 60px 15px;
    }

    .first_section .text
    {
        font-size: 26px;
        line-height: 32px;
    }

    .first_section .link
    {
        margin-top: 60px;
    }



    .cats_wall .item
    {
        width: 50%;
    }

    .cats_wall .item.promo
    {
        width: 100%;
        margin-bottom: 20px;

        order: 9;
    }

    .cats_wall .item .count
    {
        display: none;
    }

    .cats_wall .item.big .slide .name,
    .cats_wall .item .slide .name
    {
        bottom: 15px;
    }

    .cats_wall .item.big .owl-carousel .owl-nav .owl-prev,
    .cats_wall .item .owl-carousel .owl-nav .owl-prev
    {
        left: 15px;
    }

    .cats_wall .item.big .owl-carousel .owl-nav .owl-next,
    .cats_wall .item .owl-carousel .owl-nav .owl-next
    {
        right: 15px;
    }



    .cart_info
    {
        margin-bottom: 30px;
    }

    .cart_info table
    {
        margin-bottom: 30px;
    }

    .cart_info table thead
    {
        display: none;
    }

    .cart_info table tr
    {
        position: relative;

        display: inline-block;

        width: 100%;

        vertical-align: top;

        background: #f0f0f0;
    }

    .cart_info table tr + tr
    {
        margin-top: 10px;
    }

    .cart_info table td
    {
        position: relative;

        display: block;
        float: left;

        width: 100%;
        padding: 15px 10px;

        border: none;
    }

    .cart_info table td + td
    {
        border: none;
    }

    .cart_info table td.info
    {
        width: calc(100% - 150px);
        padding-top: 5px;
        padding-right: 65px;
    }

    .cart_info table td.amount,
    .cart_info table td.price,
    .cart_info table td.size
    {
        line-height: 30px;

        width: calc((100% - 150px)/4);
        padding-top: 20px !important;

        text-align: center;
    }

    .cart_info table td.delete
    {
        position: absolute;
        top: 0;
        right: 0;

        width: 50px;
        padding: 0;

        border: none;
    }

    .cart_info table td.delete a
    {
        width: 50px;
        height: 50px;
    }

    .cart_info table td:before
    {
        color: #000;
        font: 14px/14px TrixieCyrPlain;

        position: absolute;
        top: 0;
        left: 0;

        display: block;

        width: 100%;
        height: 20px;
        padding: 0 10px;

        content: attr(data-column);
        text-align: center;
        white-space: nowrap;
        letter-spacing: 0;
        text-transform: none;

        opacity: .4;
    }


    .cart_info .cart_total .price
    {
        font-size: 36px;
        line-height: 48px;
    }



    .content
    {
        width: 100%;
    }



    .products .grid
    {
        margin-left: -15px;
    }

    .products .grid .product
    {
        width: calc(33.333% - 15px);
        margin-left: 15px;
    }

    .products .product .name a
    {
        font-size: 20px;
        line-height: 20px;
    }

    .products .product .price
    {
        font-size: 36px;
        line-height: 36px;
    }



    .pagination
    {
        margin-bottom: 30px;
    }



    .lk .history
    {
        margin-bottom: 30px;
    }

    .lk .personal_info,
    .lk .personal_form,
    .lk .password_form,
    .lk .links
    {
        width: 100%;
    }


    .lk .history > .item .head
    {
        font-size: 20px;
    }

    .lk .history > .item .cart_info table
    {
        margin-bottom: 10px;
    }



    .product_info
    {
        margin-bottom: 20px;
    }

    .product_info .images
    {
        width: 100%;
        margin-bottom: 20px;
    }

    .zoomContainer
    {
        display: none !important;
    }

    .product_info .data
    {
        width: 100%;
    }
    
    .product .price_info {
	    text-align: center;
	}



    /*---------------
        Footer
    ---------------*/
    footer .text
    {
        margin-bottom: 30px;
        padding: 0;
    }

    footer .socials
    {
        margin-top: 35px;
    }



    /*---------------
        PopUp
    ---------------*/

    .product_info .data .sticker{
        margin-left: 0;
    }

    .checkout .form .title
    {
        font-size: 36px;
        line-height: 40px;
    }


    .checkout .form .col_left
    {
        width: 100%;
    }

    .checkout .form .exp
    {
        display: none;
    }


    .checkout .total
    {
        padding: 1px 30px 20px;
    }

    .checkout .total .item
    {
        width: 33.333%;
        margin-top: 20px;
    }
}
