/*.products .item {*/
/*    width: calc(100% /3);*/
/*}*/

/*.products .item .sliderMori .slick-slide {*/
/*    width: 60px;*/
/*    height: 50px;*/
/*    object-fit: cover;*/
/*    margin: 3px;*/
/*    cursor: pointer;*/
/*}*/

/*.products .item .sliderMori {*/
/*    margin-left: 20px;*/
/*    margin-right: 20px;*/
/*}*/

/*.products .item .sliderMori button {*/
/*    width: 20px;*/
/*    height: 20px;*/
/*    border: none;*/
/*    outline: none;*/
/*    font-size: 0px;*/
/*    background-repeat: no-repeat;*/
/*    background-position: center;*/
/*}*/

/*.products .item .sliderMori button.slick-prev {*/
/*    background-image: url(/images/slickArrow/prev.png);*/
/*}*/

/*.products .item .sliderMori button.slick-next {*/
/*    background-image: url(/images/slickArrow/next.png);*/
/*}*/
/*.sliderMori .slick-slide{*/
/*    border-bottom: 3px solid #ffcc6600;*/

/*}*/
/*.sliderMori  .slick-current{*/
/*    border-bottom: 3px solid #FFCC66;*/
/*}*/

/*.products .item .sliderMori button::before {*/
/*    display: none;*/
/*}*/

/*.products.grid .name a {*/
/*    font-style: normal;*/
/*    font-weight: 400;*/
/*    font-size: 16px;*/
/*    line-height: 24px;*/
/*    color: #333333;*/
/*}*/

/*.props-product {*/
/*    font-style: normal;*/
/*    font-weight: 400;*/
/*    font-size: 14px;*/
/*    line-height: 18px;*/
/*    color: #777777;*/
/*}*/
/*.image263 .img-middle{*/
/*    height: 210px;*/
/*}*/

/*.image263 .item-img-in img {*/
/*    max-width: 264px !important;*/
/*    max-height: 210px !important;*/
/*    height: 100% !important;*/
/*    width: 100% !important;*/
/*}*/

/*.products.grid .name a{*/
/*    line-height: 16px;*/
/*}*/

/*@media(max-width:768px){*/
/*    body .catalog_toolbar{*/
/*        margin: -6px -15px 0px -15px !important;*/
/*    }*/
/*}*/

/*==============new styles=====================*/

.product__bottom-view .props-product__mobile
{
    display: none;
}

.main.with-sidebar .content
{
    padding: 0;
    padding-left: 36px;
}

.products.grid
{
    display: grid;
    grid-template-columns: repeat(3, 264px);
    gap: 42px 30px;
    justify-items: stretch;
    margin: 76px 0 5px;
}

.products.clearfix:before
{
    display: none;
}

.product-badges
{
    position: absolute;
    top: 8px;
    left: 8px;
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

.item .product-badges .product-badge
{
    padding: 4px;
    border-radius: unset;
}

.item .img-middle
{
    margin-bottom: 12px;
}

.item .product-badges .product-badge span
{
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
}

.product-badge__bottom
{
    width: 100%;
    text-align-last: start;
}

.product__title
{
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.product__title .product__title-span
{
    margin-bottom: 8px;
    font-weight: 400;
    font-size: 14px;
    line-height: 17.7px;
    color: rgba(166, 122, 34, 1);
}

.props-product__span,
.stock
{
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: rgba(119, 119, 119, 1);
}

.props-product__span,
.stock
{
    text-wrap: nowrap;
}

.product__title .name a
{
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #515151 !important;
}

.props-product
{
    display: flex;
    flex-direction: column;
    margin-bottom: 24px;
}

.props-product__item
{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.props-product__item:not(:last-child) {
    margin-bottom: 8px;
}

.props-product__span-main
{
    position: relative;
}

.props-product__empty
{
    border-bottom: 1px dashed rgba(204, 204, 204, 1);
    width: 100%;
}

.stock.in-progress
{
    color: rgba(232, 46, 5, 1);
}

.product__buttons
{
    height: 42px;
    display: flex;
    align-items: center;
    gap: 14px;
    font-weight: 700;
    font-size: 14px;
    line-height: 17.7px;
    color: #000;
}

.product__buttons div,
.product__buttons a
{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.product__buttons div
{
    background-color: rgba(255, 204, 102, 1);
}

.item .product__buttons a {
    color: rgba(166, 122, 34, 1) !important;
    border: 1px solid rgba(166, 122, 34, 1);
    text-decoration: none;
}

.item .product__buttons .js_ajax_modal {
    color: #000 !important;
    border: none;
}

.slider__photo
{
    text-align: center;
}

.slider__photo img
{
    height: 180px;
}

.sliderMori .slick-list,
.sliderMori .slick-list .slick-track
{
    height: 180px;
}

.sliderMori .slick-arrow {
    display: none !important;
}

.item .sliderMori .slick-dots
{
    bottom: 0;
}

.item .sliderMori
{
    margin-bottom: 12px;
}

.item .sliderMori .slick-dots li
{
    outline: none;
    border: none;
    margin: 0;
    padding: 0;
}

.item .sliderMori .slick-dots li button
{
    opacity: 1;
    background: unset;
    box-shadow: none !important;
    outline: none;
    border: none;
    margin: 0;
    padding: 0;
}

.products .item .sliderMori
{
    margin-bottom: 12px;
}

.products.grid .item
{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100%;
}

.bottom_nav
{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 105px;
    padding: 0 50px;
}

.ajax_load_btn
{
    margin-right: 29%;
    padding: 12px 24px;
    font-weight: 700;
    font-size: 13px;
    line-height: 17.7px;
    color: #515151;
    cursor: pointer;
    border: 1px solid rgba(51, 51, 51, 1);
    transition: background .3s ease-in-out, color .3s ease-in-out;
}

.ajax_load_btn:hover
{
    background-color: #515151;
    color: #FFF;
}

.module-pagination .pagination
{
    padding: 0;
    margin: 0;
    border: none;
}

.bottom_nav .module-pagination li
{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    width: 32px;
    height: 32px;
    border-radius: 50%;
}

.module-pagination .pagination
{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    gap: 10px;
}

.module-pagination .pagination a
{
    margin: 0;
    padding: 0;
    color: #000;
    background: inherit;
    transition: color .3s ease-in-out;
}

.module-pagination .pagination a:hover
{
    background: inherit;
    color: #4b4b4b;
}

.module-pagination .pagination .active
{
    color: #000;
    background-color: rgba(255, 204, 102, 1);
}

.module-pagination .pagination .active span
{
    margin: 0;
    padding: 0;
}

.item__top-block .slick-dotted.slick-slider
{
    margin-bottom: 12px;
}

/*========= Media =========*/

@media (max-width: 1200px) {
    .products.grid
    {
        grid-template-columns: 45% 45%;
    }

    .bottom_nav
    {
        margin-top: 50px;
    }
}

@media (max-width: 768px) {
    .products.grid
    {
        grid-template-columns: 45% 45%;
    }

    .bottom_nav
    {
        padding: 0 15px;
    }

    .content .products.grid .item
    {
        width: 100%;
    }

    .main.with-sidebar .content
    {
        padding: 0 15px;
    }

    .products.grid
    {
        gap: 42px 9%;
    }
}

@media (max-width: 576px) {
    .bottom_nav
    {
        flex-direction: column;
    }

    .ajax_load_btn
    {
        margin-right: 0;
        margin-bottom: 14px;
        width: 100%;
        text-align: center;
    }

    .content .products.grid .item
    {
        min-height: 402px;
        margin-bottom: 0;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }

    .item__top-block
    {
        margin-bottom: auto;
    }

    .product__buttons
    {
        height: unset;
        flex-direction: column;
        gap: 8px;
    }

    .props-product__desk
    {
        display: none;
    }

    .product__bottom-view .props-product__mobile
    {
        display: flex;
    }

    .props-product .props-product__item
    {
        justify-content: center;
    }

    .product__title
    {
        margin-bottom: 7px;
    }

    .props-product
    {
        margin-bottom: 22px;
    }

    .products.grid
    {
        margin-top: 32px;
        gap: 33px;
    }

    .product__title .product__title-span
    {
        font-weight: 400;
        font-size: 13px;
        text-align: center;
    }

    .products.grid .name
    {
        text-align: center;
    }

    .buttons .buttons__order,
    .buttons a
    {
        height: 42px;
    }

    .bottom_nav
    {
        padding: 0;
    }

    .product-badges
    {
        left: 6px;
    }

    .item__top-block .product-badges .product-badge
    {
        margin-bottom: 0;
    }

    .product__bottom-view .props-product__mobile .props-product__item span
    {
        font-size: 12px;
    }

    .bottom_nav
    {
        margin: 32px 0 56px;
    }

}