.sl_block.sl_block_mob02{
	display: none;
}
.title_mobile {
    display: none;
}
.catalog_content_sektion {
    width: 100%;
    background: #ffffff;
    padding-bottom: 1px;
    padding-top: 0px;
}
.catalog_content_sektion .bx_catalog_list_home{
	border-bottom: 0px solid #e5e5e5;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.lane_of_gods_search_one_wrap {
    max-width: 1280px !important;
    width: 100%;
    margin: auto;
    text-align: center;
}
.bx_catalog_list_home.col4 .bx_catalog_item {
    min-height: 311px;
    width: 207px;
    vertical-align: top;
    z-index: 1;
    box-shadow: 0 0 10px rgb(0 0 0 / 30%);
    border: 1px solid #EDEDED;
    box-shadow: 0 0 10px rgb(0 0 0 / 30%);
    display: inline-block;
    margin: 3px;
    margin-top: 30px;
    border-radius: 8px;
}
.bx_catalog_list_home .bx_catalog_item {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    margin-bottom: 30px;
    display: inline-block;
    letter-spacing: normal;
}
.bx-no-touch .bx_catalog_list_home .bx_catalog_item .bx_catalog_item_container {
    padding: 10px;
}

.bx_catalog_item_container {
    min-height: 288px!important;
    height: 94%;
}
.bx_catalog_item_container .link_box{
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}
.bx_catalog_list_home .bx_catalog_item_images_double, .bx_catalog_list_home .bx_catalog_item_images {
    position: relative;
    z-index: 910;
    display: block;
    background-position: top;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    border-radius: 0.5em;
    width: 100%;
    height: 185px;
    border-radius: 8px;
}

.bx_catalog_list_home .bx_catalog_item_title {
    margin-top: 0.5em;
    color: #3f3f3f;
    text-decoration: none;
    font-size: 16px;
    font-family: PTSans-Regular;
    font-weight: 100;
}
.bx_catalog_list_home .bx_catalog_item_price {
    font-size: 1.25em;
    text-align: center;
    color: #2583a5;
}
.bx_catalog_item_images .catalog_3d{
	background: rgba(216,220,223,0.7);
    border-radius: 30px;
    border: 0px solid #000000;
    position: relative;
    top: 5px;
    left: 55px;
    width: 45px;
    height: 40px;
}


.sl_block.notmain {
    margin-top: 15px;
}
.sl_block_inf_desc a:hover {
    opacity: 1.0;
    background: rgba(0, 0, 0, 0.9);
}
.bx-no-touch .bx_catalog_list_home .bx_catalog_item:hover .bx_catalog_item_container {
    position: absolute;
    background: #fff;
    z-index: 990;
    top: 0;
    left: 0;
    right: 0;
    box-shadow: 0 0 0 1px rgb(0 0 0 / 10%), 0 0.25em 0.5em 0 rgb(0 0 0 / 35%);
    border-radius: 0.25em;
}
.bx_catalog_list_home .bx_catalog_item_price .bx_price {

    font-weight: normal;
    padding-bottom: 15px;
    padding-top: 10px;
}
.bx_catalog_list_home .bx_catalog_item_price .bx_price .price {
    color: #2583a5;
    font-size: 22px;
    font-family: PTSans-Regular;
    text-align: center;
    padding-bottom: 15px;
    font-weight: bold;
}
@media screen and (max-width: 720px){
	.content.not_main .title_mobile {
		display: block;
		margin: 10px 30px;
		margin-top: 80px;
		text-align: center;
		font-size: 22px;
		font-weight: 700;
        color: #000000;
	}

}
@media screen and (max-width: 580px){
    .bx_catalog_list_home.customz{
        max-width: 420px!important;
    }
    .bx_catalog_list_home .bx_catalog_item_images {
        height: 174px;
        width: 96%;
        margin: 0 auto;
        background-position: center;
    }
}
@media (max-width: 1281px){
	.bx_breadcrumbs {
		margin-bottom: 0px !important;
		padding-top: 0px;
	}
	.title_mobile{
		ext-align: center;
		font-size: 22px;
		font-weight: 700;
		color: #000000;
	}
		
}