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

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

/*.catalog-sort__dropdown {margin-top: -40px;}*/

.mb-4.catalog-section {gap: 40px}

.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;
    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: #990033 !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: #FF0000;
}
.search_catalog form{
    padding: 4px;
    border: 1px solid #990033;
    border-radius: 40px;
    display: flex;
    align-items: center;
}
.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 form input[type="text"]::placeholder{
    text-transform: uppercase;
}

.search_catalog input[type="submit"]{
    font-size: 0;
    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;
}
.catalog-sort{
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}
.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: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/list2.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/grid.svg);
    background-size: contain;
    background-repeat: no-repeat;
}
.sort_btn.tile.current{
    width: 34px !important;
    height: 34px !important;
    background-image: url(images/grid-active.svg);
}
.search_catalog{
    margin-bottom: 24px;
}
.product-item-image-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
    min-height: 151px;
}
.product-item-title {
    text-align: unset !important;
}
.product-item-title a {
  
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 150%;
    color: #000000;
    text-decoration: none;
}
.product-item-image-original, .product-item-image-alternative{
    margin: 0 auto;
    max-width: 100%;
    max-height: 151px;
    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{
    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-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;
}
footer{
    margin-top: 64px !important;
}
#search-input-name-catalog::placeholder{
    
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: #B4B4B4;
}
.col-sm-12.text-block{
    margin-top: 0px;
	margin-bottom: 0px;
}
.col-sm-12.text-block h2{
    
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 100%;
    color: #000000;
}
@media screen and (max-width: 992px){
	body .catalog-sort__dropdown {margin-top: 24px}
	.text-center {position: relative;}
	body  .bx-pagination {
		top: 65px;
		position: absolute;
	}

    .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 {
       margin-bottom: 24px;
    }
    .catalog-sort{
        flex-direction: row;
        justify-content: unset;
        margin-bottom: 8px;
        height: 32px;
    }
	
	.catalog-sort:not(.download-block) {
	
        justify-content: space-between;
        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-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-size: contain;
        background-repeat: no-repeat;
    }
    .row.product-item-list-col-3{
        margin: 0 !important;
    }
    .search_catalog{
        width: 100%;
        max-width: calc(100% - 57px);
        margin-bottom: 16px;
        align-self: end;
        display: flex;
        justify-self: end;
        float: right;
    }
    #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: 18px;
        line-height: 150% !important;
    }
    .product-item-image-original, .product-item-image-alternative{
       
        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;
    }
    .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;
    }
    body .product-item-image-wrapper{
        margin-bottom: 15px;
    }
}
@media screen and (max-width: 550px){
    .product-item-image-wrapper{
        max-height: 151px !important;
        min-height: 151px !important;
        max-width: 100%;
    }
    .product-item-image-original, .product-item-image-alternative{
       
        max-width: 100%;
        max-height: 181px;
    }
    .col-sm-12.text-block p{
        font-size: 14px;
    }
	
	body .smart-filter-input-group-number {width: 100%;}
	
	.catalog-section .bx-pagination  {bottom: -60px; position: relative;}
   
}


.filter-wrapper {position: relative;}
.download-block-wrapper {
    background: #FBF9F9;
    padding: 24px 32px;
    margin-top: 40px;
}

body .position-unset {position: unset;}
body .choosen-wrapper {
	background: #FBF9F9;
    padding: 24px 32px 60px;
    margin-top: 40px;
	width: 100%;
}
body .download-link:before {display: none;}

.download-link {
    border: 1px solid #FF0000;
    display: flex;
    align-items: center;
    padding: 0 8px;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none !important;
}

.delete-item {
    background: url(./images/delete-item.svg) center center no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-left: 20px;
  }