.grid {}
.catalog-sort {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}
.grid .bx_content_section { margin-bottom: 15px; }

.grid .bx_sidebar { margin-bottom: 15px; }

/* grid2x1 */
.grid2x1 {}

.grid2x1 .bx_content_section {
	float: left;
	width: 66%;
	margin-bottom: 15px;
}

.grid2x1 .bx_sidebar {
	float: right;
	width: 33%;
	margin-bottom: 15px;
	padding-left: 5%;
	box-sizing: border-box;
}

@media (max-width: 960px) {
	.grid2x1 .bx_sidebar { padding-left: 4%; }
}

@media (max-width: 640px) {
	.grid2x1 .bx_content_section,
	.grid2x1 .bx_sidebar {
		width: 100%;
		float: none;
	}

	.grid2x1 .bx_sidebar { padding-left: 3%; }
}

@media (max-width: 479px) {
	.grid2x1 .bx_sidebar { padding-left: 1%; }
}

.catalog-block-header {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	margin: 5px 0;
	padding: 5px 0;
	border-bottom: 2px solid #d9dee6;
	border-bottom-color: var(--primary);
	color: #000;
}
.select_dropdown .dd {
    display: none;
    position: absolute;
    top: 100%;
    right: 0px;
    background-color: #FFF;
    border: solid 1px #d3d3d3;
    margin: 0 !important;
    overflow: auto;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 99;
	max-width: min-content;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.select_dropdown .dd_label {
    position: relative;
    z-index: 1;
    width: 100%;
    /* min-width: 75px; */
    border: 1px solid #F20011;
    padding: 10px 12px 7px;
    cursor: pointer;
    display: flex;
    align-items: center;
    max-height: 34px;
}
.select_dropdown .dd_label:after{
    content: "";
    display: flex;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 6px 0 6px;
    border-color: #000 transparent transparent transparent;
    margin-left: 8px;
    transition: .3s ease;
}

.select_dropdown.no-marker{
    position: relative;
    min-width: 55px;
}
.select_dropdown .dd_label > span {
   
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    text-transform: uppercase;
    color: #000;
    overflow: hidden;
    white-space: nowrap;
    margin-right: 0 !important;
}
.select_dropdown ul.dd {
    list-style: none;
    margin: 0;
    width: 100%;
    background: #fff;
}
.select_dropdown ul.dd li.bx_active, .select_dropdown ul.dd li:hover {
    color: #FF0000 !important;
}
.select_dropdown ul.dd li {
    padding: 0;
    margin: 0;
    width: auto;
    display: block;
    padding: 5px 9px !important;
    text-decoration: none;
    color: #2a2a2a;
    background-color: #FFF;
    font-size: 13px;
    line-height: 15px;
    border: none;
	margin-bottom: 0 !important;
}
.select_dropdown ul.dd li:after{
    content: none !important;
}
.no-marker li {
    padding: 0;
    margin: 0;
    position: relative;
}
.select_dropdown ul.dd li a {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
    display: block;
}
.select_dropdown ul.dd li:hover a{
    color: #F20011;
}
.search_catalog form {
    padding: 4px;
    display: flex;
    align-items: center;
	background-color: #fff;
}

.bx-pagination .bx-pagination-container ul {justify-content: flex-end;}
.bx-pagination .bx-pagination-container ul li span {
    margin: 0 4px !important;
}
.search_catalog form input[type="text"], .search_catalog form input[type="text"]:hover, .search_catalog form input[type="text"]:focus{
    background-color: transparent;
    padding: 12px 12px;
    border: none;
    box-shadow: none;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    width: 100%;
   
}


.search_catalog input[type="submit"]{
    font-size: 0 !important;
    width: 42px;
    min-width: 42px;
    height: 42px;
    background-image: url('/local/templates/art_krut/images/searchbtn.svg');
    background-color: unset;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
	border: none !important;
	background: none;
}

.catalog-sort {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-bottom: 0;
}
.sort_display{
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}
.catalog-sort__dropdown{
    display: flex;
    align-items: center;
}
.catalog-sort__dropdown span{
    display: flex;
    margin-right: 16px;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #000000;
}
.catalog-sort__dropdown:last-child .select_dropdown ul.dd li a{
    font-weight: 700;
}
.catalog-sort__dropdown:not(:last-child) .select_dropdown .dd_label > span{
    font-weight: 400 !important;
}
.sort_btn.list{
    width: 34px !important;
    height: 34px !important;
    font-size: 0 !important;
    background-image: url(images/list.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 16px !important;
}
.sort_btn.list.current{
    width: 34px !important;
    height: 34px !important;
    background-image: url(images/list-active.svg);
}
.sort_btn.tile{
    margin-right: 0px !important;
    width: 34px !important;
    height: 34px !important;
    font-size: 0 !important;
    background-image: url(images/tile.svg);
    background-size: contain;
    background-repeat: no-repeat;
}
.sort_btn.tile.current{
    width: 34px !important;
    height: 34px !important;
    background-image: url(images/tile-active.svg);
}
.search_catalog{
    margin-bottom: 24px;
}
.product-item-image-wrapper{
    border: 1px solid #B89B75;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 20px !important;
    min-height: 218px;
}
.product-item-title{
    text-align: unset !important;
}
.product-item-title a{
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: 700 !important;
    font-size: 18px !important;
    line-height: 150% !important;
    text-transform: uppercase !important;
    color: #000000 !important;
    text-decoration: none !important;
}
.product-item-image-original, .product-item-image-alternative{
    margin: 0 auto;
    max-width: 240px;
    max-height: 180px;
    margin-top: 15px;
    transition: none !important;
}
.product-item-image-alternative{
    transition: .3s ease !important;
    opacity: 1 !important;
}
.product-item-image-alternative:hover{
    transform: scale(1.1);
    opacity: 1 !important;
}
.catalog-section .data-table tr{
    margin-top: 32px;
    display: flex;
    width: 100%;
}
.catalog-section .data-table tr td{
    display: flex !important;
    flex-wrap: nowrap;
    padding: 16px 24px;
    border: 1px solid #B89B75;
    width: 100%;
}
.catalog-section .data-table tr img{
    max-width: 80px !important;
    max-height: 65px !important;
    object-fit: contain;
    margin: 0 !important;
    margin-right: 14px !important;
    display: flex !important;
    flex: 1 1 auto;
}
.catalog-section .data-table tr a{
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    text-transform: uppercase;
    color: #000000 !important;
    transition: .3s ease;
    text-decoration: none !important;
    display: flex;
    flex: 1 1 auto;
    width: 90%;
    -webkit-flex: 1 1 auto;
}
.catalog-section .data-table tr a:hover{
    color: #B89B75 !important;
}
.row.product-item-list-col-3{
    margin: 0 !important;
}
.bx-pagination {
    margin-bottom: 0px !important;
}

.news-bottom-row .bx-pagination {margin-top: 0 !important; margin-bottom: 0 !important; }
.news-bottom-row  {margin-top: 8px;}
.news-list__item:hover {box-shadow: 0 0 32px 0 rgba(49, 2, 2, 0.25);}

footer {
    margin-top: 64px !important;
}
#search-input-name-catalog::placeholder{
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: #B4B4B4;
}
.col-sm-12.text-block{
    margin-top: 72px;
}
.col-sm-12.text-block h2{
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 100%;
    color: #000000;
}

.news-bottom-row {display: flex; justify-content: space-between;}

@media screen and (max-width: 992px){
	.news-bottom-row { flex-direction: column;  gap: 24px;}
  .bx-pagination .bx-pagination-container ul {justify-content: flex-start; margin-left: -2px !important;}
	.select_dropdown.no-marker {width: fit-content;}
	.news-bottom-row .catalog-sort__dropdown span { font-size: 16px;}
	.news-bottom-row .catalog-sort__dropdown {display: flex; width: fit-content;}
	.news-list .news-list__item .news-list__item-image {padding: 0px}
	.news-list .news-list__item .news-list__item-info {padding: 20px}
	.news-list-wrapper {margin-top: 20px;}
	body .download-block-wrapper {margin: 20px 0 0; }
	
    .col-sm-12.text-block h2{
        font-size: 24px;
    }
    .col-sm-12.text-block{
        margin-top: 36px;
    }
    .search_catalog form input[type="text"]::placeholder{
    }
    #search-input-name-catalog{
        padding: 0 12px;
        line-height: 1.1;
    }
    .catalog-section .data-table tr img{
        max-width: 69px !important;
        max-height: 52px !important;
        min-width: 69px !important;
        min-height: 52px !important;
        width: 69px;
        height: 52px;
        display: flex;
    }
    .catalog-sort__dropdown{
        display: none;
    }
    .catalog-sort{
        flex-direction: row;
        justify-content: unset;
        margin-bottom: 8px;
        height: 32px;
    }
    .show-filter{
        width: 16px;
        height: 12px;
        display: flex;
        margin-right: 8px;
        background-image: url(images/filter.svg);
        background-size: contain;
        background-repeat: no-repeat;
        cursor: pointer;
    }
    .sort_btn.list{
        width: 24px !important;
        height: 24px !important;
        font-size: 0 !important;
        background-image: url(images/list-mob.svg);
        background-size: contain;
        background-repeat: no-repeat;
        margin-right: 0px !important;
    }
    .sort_btn.tile{
        margin-right: 0px !important;
        width: 24px !important;
        height: 24px !important;
        font-size: 0 !important;
        background-image: url(images/tile-mob.svg);
        background-size: contain;
        background-repeat: no-repeat;
    }
    .row.product-item-list-col-3{
        margin: 0 !important;
    }
    .search_catalog {
        width: 100%;
        margin-bottom: 16px;
            
    }
    #search-catalog{
        max-height: 32px;
        width: 100%;
    }
    .search_catalog input[type="submit"]{
        width: 24px;
        height: 24px;
        min-width: 24px;
    }
    .product-item-title a,
    .catalog-section .data-table tr a{
        font-size: 14px !important;
        line-height: 150% !important;
    }
    .product-item-image-original, .product-item-image-alternative{
        margin-top: 4px !important;
        max-width: 253px;
        max-height: 200px;
    }
    .product-item-small-card{
        padding: 0 2px !important;

    }
    .product-item-small-card:nth-child(2n+1){
        padding-left: 0 !important;
    }
    .product-item-small-card:nth-child(2n){
        padding-right: 0 !important;
    }
    .mb-4.catalog-section{
        padding: 0 15px;
    }
    .product-item{
        padding-top: 0 !important;
    }
    #search-input-name-catalog::placeholder{
        font-size: 12px !important;
        line-height: 14px !important;
        color: #B4B4B4;
    }
    .catalog-section .data-table tr td{
        padding: 8px !important;
    }
    .catalog-section .data-table tr{
        margin-top: 4px !important;
    }
    .bx-pagination{
        margin: 16px 0 !important;
    }
    .product-item-title{
        margin-bottom: 16px !important;
    }
    .product-item-image-wrapper{
        margin-bottom: 4px !important;
    }
}
@media screen and (max-width: 550px){
    .product-item-image-wrapper{
        max-height: 119px !important;
        min-height: 119px !important;
        max-width: 100%;
    }
    .product-item-image-original, .product-item-image-alternative{
        margin-top: 4px !important;
        max-width: 132px;
        max-height: 106px;
    }
    .col-sm-12.text-block p{
        font-size: 14px;
    }
}

.choosen{
	gap: 4px;
    font-weight: 400;
    font-size: 16px;
    width: fit-content;
    display: flex;
    align-items: center;
	margin-bottom: 8px;
   
}
.delete-item {
    background: url(./images/delete-item.svg) center center no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-left: 20px;
 }