.grid {}

.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%;
    left: 0px;
    background-color: #FFF;
    border: solid 1px #d3d3d3;
    margin: 0 !important;
    overflow: auto;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 99;
    -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;*/
    
    padding: 8px 12px;
    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;
}

.color-2 .select_dropdown .dd_label:after{
   
    border-color: #fff transparent transparent transparent;
}

.select_dropdown.no-marker{
    position: relative;
    min-width: 55px;
}
.select_dropdown .dd_label > span {
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: 700;
    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 {
   font-weight: 600;
}

.select_dropdown ul.dd li.current a {font-weight: 600;}

.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;
    border: none;
}
.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: inherit;
    text-decoration: none;
    display: block;
}

.search_catalog form{
    padding: 4px;
    border: 1px solid #000;
    border-radius: 40px;
    display: flex;
    align-items: center;
}
.color-2 .search_catalog form { 
    border-color: #fff;
}


.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;
   
    line-height: 17px;
    width: 100%;
    font-family: 'Lato', sans-serif;
}

.color-3#content .search_catalog form#search-catalog input[type="text"] {background: none !important;}


.search_catalog form input[type="text"]::placeholder{
    text-transform: uppercase;
}

.search_catalog form input[type="text"]::placeholder{
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    color: #B4B4B4;
}

.color-2 .search_catalog form input[type="text"]::placeholder{
    color: #fff;
}

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

.color-2#content .search_catalog #search-catalog input[type="submit"],
.color-3#content .search_catalog #search-catalog input[type="submit"] {
	background-color: transparent !important;
	background-image: url('/local/templates/art_krut/images/searchbtn-vds.svg') !important;}

.catalog-sort {
    display: flex;
	flex-wrap: wrap;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}
.sort_display{
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}
.catalog-sort__dropdown{
    display: flex;
    align-items: center;
	flex-wrap: wrap;
}
.catalog-sort__dropdown span{
    display: flex;
    margin-right: 16px;
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #000000;
}
.sort_btn.list{
    width: 34px !important;
    height: 34px !important;
    font-size: 0 !important;
    background-image: url(images/list-black.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 16px !important;
}
.color-2 .sort_btn.list{ 
    background-image: url(images/list-white.svg);
} 

.sort_btn.list.current{
    width: 34px !important;
    height: 34px !important;
    background-image: url(images/list-active-black.svg);
}
.sort_btn.tile {
    margin-right: 0px !important;
    width: 34px !important;
    height: 34px !important;
    font-size: 0 !important;
    background-image: url(images/tile-black.svg);
    background-size: contain;
    background-repeat: no-repeat;
}
.color-2 .sort_btn.tile {
   
    background-image: url(images/tile-white.svg);
}

.sort_btn.tile.current {
    width: 34px !important;
    height: 34px !important;
    background-image: url(images/tile-active-black.svg);
}
.search_catalog{
    margin-bottom: 24px;
}
.product-item-image-wrapper {
    border: 1px solid #000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 20px !important;
    min-height: 218px;
}


.color-2 .product-item-image-wrapper {border-color: #fff;}

.product-item-title{
    text-align: unset !important;
}
.product-item-title a{
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: 700 !important;
  
    line-height: 150% ;
    text-transform: uppercase !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;
}
.catalog-section .data-table tr{
    margin-top: 32px;
    display: flex;
    width: 100%;
}
.catalog-section .data-table tr td{
    display: flex;
    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;
}
.catalog-section .data-table tr a {
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: 700;
 
    line-height: 150%;
    text-transform: uppercase;
    transition: .3s ease;
    text-decoration: none !important;
}
.catalog-section .data-table tr a:hover{
   
}


.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-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 17px;
    text-transform: uppercase;
    color: #B4B4B4;
}

.color-2 #search-input-name-catalog::placeholder{

    color: #fff;
}

@media screen and (max-width: 992px){
    .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%;
        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{
       
        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;
    }
    .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;
    }
}


@media (min-width: 1200px){ 
	#content.font-size-200 .page_body > .row .col-lg-3,
	#content.font-size-200 .page_body > .row .col-lg-9,
	#content.font-size-150 .page_body > .row .col-lg-3,
	#content.font-size-150 .page_body > .row .col-lg-9{width: 100%;}
	
	#content.font-size-200 .smart-filter-title,
	#content.font-size-150 .smart-filter-title {text-align: center;}
	
	#content.font-size-200 .smart-filter-form .row {flex-wrap: wrap; flex-direction: column;}
	
	#content.font-size-200 .smart-filter-form .row,
	#content.font-size-150 .smart-filter-form .row {display: flex; justify-content: center;}
	
	#content.font-size-200 .smart-filter-form .row .smart-filter-parameters-box,
	#content.font-size-150 .smart-filter-form .row .smart-filter-parameters-box {width: fit-content;}


}