.catalog {
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
    width: 1457px;
}


.filter-mobile{
    display: none;
}

.catalog .product-one{
	width: 18.3%;
	position: relative;
	margin-bottom: 70px;
}

.brand-items-search{
    display: none;
}

.product-one:hover .hidden-content{
	width: 250px;
}

.fake-select{
	width: 218px;
}

.btn__add-to-cart{
	width: 232px;
}

.product-one__image{
	display: block;
}

.top-category{
    display: flex;
    flex-wrap: wrap;
    column-gap: 3%;
    row-gap: 50px;
}

.top-category .subcategory{
    flex: 0 0 19.4%;
    background: #f7f8fa;
    border-radius: 8px;
    padding: 30px;


}


.top-category .subcategory a{
        display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color:var(--darkblue);
    font-size: 20px;
    font-weight: 400;
}

.top-category .subcategory img{
    width: 60%;
}

.top-category .subcategory span{
    margin-top: 40px;
}

.product-one__name {
    font-size: 16px;
    text-decoration: none;
    color: #3f3f3f;
    font-weight: 600;
    font-family: 'Nunito';
    margin: 10px 0;
    padding: 0;
    text-align: left;
    line-height: 18px;
    display: block;
}

.product-one__manufacturer {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--btn-color);
    text-decoration: none;
    margin: 15px 0 0;
    display: block;
}

.product-one:hover .hidden-content{
	bottom:0;
}

.category-info{
	display: flex;
    margin-top: 40px;
}

.category-info h1{
	margin-top:5px;
    font-weight: 500;
}



.filter{
	display: flex;
	flex-wrap: wrap;
	border-radius: 3px;
	background: #fbfbfb;
	padding:10px;
	column-gap: 15px;
	width:300px;
}

.catalog-container{
	display: flex;
	flex-wrap: wrap;
	column-gap: 53px;
}

.search-results{
	width: 100%;
}

.search-results .product-one{
	width: 12.88%;
    position: relative;
    margin-bottom: 35px;
}

.filter-list{
	margin-top: 20px;
	max-height: 280px;
	min-height: 10px;
	height: auto;
	overflow-y:auto;
	overflow-x: hidden;
}

.fake-checkbox{
	    background-color: #ffffff;
    border: none;
    /* box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05); */
    padding: 8px;
    display: block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    border-radius: 4px;
    border: 1px solid #dcdcdc;
    width: 2px;
    height: 2px;
}

.filter-item a{
display: flex;
    align-items: flex-start;
    column-gap: 10px;
    flex-wrap: wrap;
    color: #2f2f2f;
    text-decoration: none;
    font-size: 16px;
    line-height: 16px;
    width: 100%;
}

.filter-item a svg{
    width:24px;
}

.filter-item-value{
	flex:0 0 80%;
}

.filter-item-value.star {
    flex: 0 0 62%;
   
}

.top-block-title{
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    opacity: .8;
    margin-bottom: 5px;
}

.top-block{
    padding: 15px 15px 5px;
    background: #9ec3203d;
    border-radius: 12px;
    width: 80%;
    margin-bottom: 15px;
}


.fake-checkbox.fake-checked{
	background: #99cf5a;
    border: 1px solid #99cf5a;
    position: relative;
}

.the-breadcrumbs-product{
    background: #f7f8fa;padding:12px 0;
}

.the-breadcrumbs-product .mobile-breadcrumbs{
    display: none;
}

.the-breadcrumbs-product ul, .the-breadcrumbs-product .breadcrumbs {
    margin:0;
}


.the-breadcrumbs-product ul li a{
    color:#3f3f3f;
}


.fake-checkbox.fake-checked:before{
	content: "";
	width:16px;
	height: 16px;
	background: url('/assets/img/check-white.svg');
	background-size: 100%;
	position: absolute;
	left: 1px;
	top: 1px;
}

.filter-selected{
	    padding: 0;
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
    row-gap: 10px;
    margin: 20px 0;
    display: none;
}


.filter-selected > div{
	display: flex;
	flex-wrap: wrap;
	column-gap: 15px;
}

.sa-item a{
	padding: 5px 30px 5px 15px;
    border-radius: 6px;
    background: var(--newpink);
    color: white;
    font-size: 14px;
    text-decoration: none;
    font-weight: 400;
}

.product-one__name {
    font-size: 16px;
    text-decoration: none;
    color: #3f3f3f;
    font-weight: 400;
    font-family: 'Nunito Sans';
    margin: 10px 0;
    padding: 0;
    text-align: left;
    line-height: 18px;
    display: block;
    letter-spacing: -0.5px;
    min-height: 100px;
     text-overflow: ellipsis;
  
}

.pagination li span{
    text-decoration: none;
    font-size: 18px;
    color: #222;
     width: 42px;
    height: 42px;
    background: #f1f1f1;
    border-radius: 4px;
    display: block;
    text-align: center;
    font-family: 'Nunito Sans';
    line-height: 42px;
}


.pagination li.active span{
    text-decoration: none;
    font-size: 22px;
    color: #ffffff;
    width: 42px;
    height: 42px;
    background: #50a520;
    border-radius: 4px;
    display: block;
    text-align: center;
    font-family: 'Nunito Sans';
    line-height: 42px;
    font-weight: 400;
    border: 2px solid #50a520;
}

.sa-item a{
	position: relative;
}

.sa-item a:after{
	background: url(/assets/img/removefilter.svg);
    background-size: 100%;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 4px;
    top: 5px;
    content: "";
}


.filter-item a span.product-count{
    padding: 4px 7px;
    background: #e5e5e5;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 400;
    color: #212121;
    margin-left: 5px;
}

.filter-item a{
    display: flex;
    align-items: center;
    font-size: 16px;
    margin-bottom: 2px;
    column-gap: 10px;
    font-family: 'Nunito Sans';
    padding: 3px 0;
}


@media (max-width: 1900px) {
    .catalog {
        width: 1347px;
    }

    .catalog .product-one {
    width: 245px;
    position: relative;
    margin-bottom: 35px;
    }
}

@media (max-width: 1800px) {
    .catalog {
        width: 1197px;
    }

     .catalog .product-one {
        width: 215px;
        position: relative;
        margin-bottom: 35px;
    }
}


@media (max-width: 1600px) {
    .catalog {
        width: 997px;
    }

    .catalog .product-one {
        width: 226px;
        position: relative;
        margin-bottom: 35px;
    }
}


@media (max-width: 1400px) {
    .catalog {
        width: 797px;
    }

        .catalog .product-one {
        width: 245px;
        position: relative;
        margin-bottom: 35px;
        }
}


@media(max-width: 1200px){
    .filter {
    display: flex;
    flex-wrap: wrap;
    border-radius: 3px;
    background: #fbfbfb;
    padding: 0 10px;
    column-gap: 15px;
    width: 270px;
    }

    .filter-inner {
    padding: 10px;
    }

        .catalog {
        width: 651px;
    }

    .catalog .product-one {
        width: 197px;
        position: relative;
        margin-bottom: 35px;
    }
    
    .visible-buy span{
        display: none;
    }

    .vis-new .pp-buy-link img{margin: 0px; width: 20px;}

    .vis-new .pp-buy-link{
        padding: 10px 3px;
    }
}


@media(max-width: 1024px){
    .filter.pc{
        display: none;
    }

        .catalog {
        width: 100%;
        }

        .catalog .product-one {
        width: 30.6%;
        position: relative;
        margin-bottom: 35px;
    }
}
'
.filter-mobile{
    display: none;
}


.filter-overflow{
    display: none;
}

.mobile-breadcrumbs{
    display: none;
}

@media(max-width: 760px){

    .mobile-breadcrumbs{
        display: block;
        margin-top: 35px;
    }

    .mobile-breadcrumbs ul{
        padding:0;
        margin:0;
    }

    .mobile-breadcrumbs ul li{
        list-style: none;
    }

    .mobile-breadcrumbs ul li a{
        display: block;
        background: #f1f1f1;
        border-radius: 8px;
        padding:13px 15px 14px 15px;
        text-align: right;
        position: relative;
        text-decoration: none;
        font-size: 18px;
        font-weight: 400;
        color: #2f2f2f;
    }


    .mobile-breadcrumbs ul li a:before{
        content: "";
        position: absolute;
        background: url(/assets/img/ar9922.svg);
        background-size: 100%;
        width: 22px;
        height: 22px;
        transform: rotate(180deg);
        top:13px;
        left: 15px;
    }

    .breadcrumbs{
        display: none;
    }

        .catalog .product-one {
        width: 46%;
        position: relative;
        margin-bottom: 35px;
    }

    .pagination ul {
        display: flex;
        column-gap: 10px;
        justify-content: center;
        width: 100%;
        padding: 0;
        margin: 0;
    }

       .filter-mobile {
        display: block;
        margin-bottom: 30px;
        width: 100%;
    }
    .filter-mobile a{  display: flex;
        justify-content: space-between;
        column-gap: 30px;
        align-items: center;
        text-decoration: none;
        color: #fff;
        background: var(--newgreen);
        border-radius: 8px;
        padding: 12px 15px;
        font-weight: 400;
        font-size: 18px;
    }

    .filter.pc.open{
        display: block;
        position: fixed;
        top: 0;
        right: 0;
        width: 70%;
        z-index: 1001;
        overflow-y: scroll;
        max-height: 100vh;
        min-height: 100dvh;
    }

    .filter-overflow.open{
                display: block;
        z-index: 1000;
        background: #00000057;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;

    }

    .filter.pc.open    .filter-inner {
        padding: 30px;
        width: 80%;
    }

        .category-info h1 {
        margin-top: 20px;
        font-size: 22px;
        margin-bottom: 0;
        color: #3f3f3f;
    }

    .filter-selected{
        display: none;
    }

    .filter-selected.open{
        display: flex;
    }

    .catalog-container{
        margin-top: 20px;
    }

    .filter-item-value {
    flex: 0 0 80%;
    font-size: 18px;
    font-weight: 300;
}


    .modal-cart {
    display: none;
    width: 320px;
    height: 400px;
    font-family: "Geologica";
    position: fixed;
    top: calc((100% - 420px) / 2);
    left: calc((100% - 320px) / 2);
    font-family: "Geologica";
    z-index: 1000;
    }

        .mci-title {
        font-size: 18px;
        font-weight: 500;
        margin: 20px 10px;
        color: #303030;
        text-align: center;
    }

        .mci-name {
        font-size: 15px;
        line-height: 18px;
        padding-left: 100px;
        width: 64%;
        color: #3f3f3f;
        font-weight: 300;
    }
    .mci-image {
    width: 25%;
    position: absolute;
    }

    .mpq-flex {
   display: flex;
        align-items: center;
        margin: 20px 0;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .mci-cart-content .mci-content{
        width: 100%;
    }

    .pp-set-quantity input{
        flex:0 0 50px !important;
        width: 50px !important;
    }

    .mpq-flex .pps-4{
        flex: 0 0 auto;
        margin-top: 40px;
    }

        .pp-total {
        margin-left: 0;
        margin-top: 15px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }

    .ccl-title{
        margin-bottom: 0;
    }

    .mpq-flex .pps-5 {
    width: 110px;
    flex: 0 0 auto;
    }

    .mpq-flex .pp-set-left{margin-top: 40px;}

    .mpq-flex .the-price .real-price {
    line-height: 16px;
    margin-top: 0;
    padding-top: 18px;
    color: #404040;
    font-size: 24px;
    }

       .mci-content .ccl-title {
        margin-bottom: 10px;
    }

    .mci-checkout .pp-buy-link {
    flex: 0 0 auto;
    font-size: 16px;
    padding: 12px;
    width: calc(100% - 24px);
    margin: 0;
    border-radius: 8px;
    background: var(--newgreen);
    text-align: center !important;
    text-decoration: none;
    color: white;
    }

    .mci-checkout .js-add-to-cart{
        margin-bottom: 10px;
    }

    .mci-content .pp-total .ccl-title{
        margin:0;
    }

    .mci-content .pp-total .real-price {
    height: 40px;
    line-height: 40px;
    font-weight: 500;
    font-size: 20px;
    color: #3f3f3f;
    }

    .modal-cart .js-close-modal{
        display: none;
    }

    .pp-total .real-price{margin:0}

    .top-category{
        justify-content: space-between;
        column-gap: 0;
        row-gap: 30px;
    }

       .top-category .subcategory {
        flex: 0 0 calc(48% - 30px);
        padding: 15px;
    }

    .top-category .subcategory span {
        margin-top: 40px;
        font-size: 16px;
        line-height: 16px;
    }

    .top-category .subcategory a{
        text-align: center;
    }

    .ci-top{
        margin: 15px 0 30px;
    }
}

.vis-new{
    display: flex;
    justify-content: space-between;
    align-items: center;
}



.vis-new .pp-buy-link{
    color: white;
    text-decoration: none;
    background: var(--n-main);
    display: block;
    padding: 10px 15px;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: auto;
    column-gap: 15px;
}

.vis-new .visible-price{
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
}

.vp-price{
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 0.5px;
    color: #aaa;
}


.ppa-title{
    font-size:20px;
    font-weight: 500;
    position: relative;
    padding-left: 40px;
    margin: 20px 0;
}


.pps{
    font-size: 14px;
    font-weight: bold;
    color:#303030;
}

.pps-1{
    flex:0 0 90px;
}

.pps-2{
    flex:0 0 90px;
}

.pps-3{
    flex:0 0 100px;
}

.pps-4{
    flex: 0 0 154px;
    font-size: 30px;
    font-weight: bold;
}

.pps-4 span{
    font-size: 14px;
    text-transform: uppercase;
    margin-left: 3px;
}


.pps-5{
    flex:0 0 120px;
}

.pps-6{
    width:200px;
    margin-left: 25px;
}


.pp-set-quantity {
    display: flex;
    border-radius: 8px;
    background: #efefef;
    padding: 5px 10px;
    justify-content: space-between;
    align-items: center;
    width: 220px;
}

.pp-set-quantity input {
    background: #efefef;
    font-size: 18px;
    font-weight: 500;
    border: none;
    font-family: "Nunito Sans";
    text-align: center;
    flex: 0 0 60px;
    display: flex;
    width: 60px;
    height: 42px;
}
.pp-set-quantity a{
    display: flex;
    flex: 0 0 30px;
    background: var(--newgreen);
    text-align: center;
    text-decoration: none;
    color: white;
    font-size: 20px;
    font-weight: 500;
    border-radius: 6px;
    text-align: center;
    align-items: center;
    justify-content: center;
    height: 30px;
    line-height: 30px;
}



@media(max-width: 430px){
    .catalog {
    column-gap: 1%;
    justify-content: space-between;
    }

    .product-one__name{
        line-height: 16px;
        font-size: 14px;
    }
}


.vp-old{
    font-size: 14px;
    font-weight: 400;
    color: #aaa;
    line-height: 12px;
}

.vp-new{
    color: var(--newpink);
}

.visible-buy.fail{
    padding: 8px 15px;
    background: #f1f1f1;
    border-radius: 8px;
    color: #444;
    font-weight: 400;
    display: inline-block;
}

.js-product.disabled{
    filter: grayscale(1);
}