/*NOTE: This file is intended for programmers. Aspro technical support is not advised to work with him.*/

/* Examples (uncomment to use):*/

/* Expand site width */
/* body .wrapper { max-width: 1400px !important;  } */

/* Set site background image */
/* body {  background: url(image_source) top no-repeat; }

/* Hide compare button */
/* a.compare_item { display: none !important;  }*/

pre{
    color: black;
    background: wheat;
    font-size: 12px;
}

#header .middle-h-row .logo_wrapp .logo a img {
    height: 100px;
}

.h_color_white .header_wrap #header .middle-h-row .logo_wrapp .logo a{
    background: #ffffff;
}

.add_btn_add_basket{
    margin-top: 15px;
}

.button_block.two_counter_input{
    display: block;
    margin-top: 16px;
}

.wrapper_inner .info_item .middle_info .buy_block .counter_wrapp .button_block.two_counter_input{
    display: block;
    margin-top: 16px;
}

@media (max-width: 1050px){
    .counter_wrapp .counter_block.add_counter_block {
        margin: 10px 10px 0 0;
    }
}

@media (max-width: 870px){
    .counter_wrapp .counter_block.add_counter_block {
        margin: 0px 10px 0 0;
    }
}

@media (max-width: 665px){
    .counter_wrapp .counter_block.add_counter_block {
        margin: 10px 10px 0 0;
    }
}

@media (max-width: 600px){
    .counter_wrapp .counter_block.add_counter_block {
        margin: 0px 10px 0 0;
    }
}

.catalog_block .image_wrapper_block {
    overflow: hidden;
}

.module_products_list .foto-cell {
    overflow: hidden;
}

.display_list .list_item .image_block {
    overflow: hidden;
}

#basket-root .basket-item-block-amount.add_basket_item_quantity_block {
    margin: 60px 24px;
}

.reports_item a img {
    float: left;
    border: 5px solid transparent;
    margin-right: 25px;
    margin-bottom: 3px;
}

.yearer {
    float: right;
    font-size: 11px;
    padding: 9px 10px 11px;
    margin-top: 2px;
    margin-bottom: 30px;
    line-height: normal;
    border: solid 1px #c7c7c7;
    border-radius: 5px;
}

.yearer b {
    font-weight: normal;
    margin-right: 9px;
    margin-left: 8px;
}

.yearer a {
    margin-right: 9px;
    margin-left: 8px;
}

.left_floated_pic {
    float: left;
    margin-right: 30px;
    margin-bottom: 10px;
    text-align: center;
}

.image_wrapper_block img {
    max-height: 100%;
}

.item-stock .icon.yellow{
    background: url(../images/icons_wish_yellow.png) 0px 0px no-repeat;
    background-size: cover;
    margin: 2px 6px 0px 0px;
}

.info_item .middle_info .item-stock.add_item-stock{
    margin: 5px 0px 0px;
}

.props_list .hint {
    left: -26px;
}

.contacts_left {
    width: 45%;
}

.contacts_right {
    margin-left: 50%;
}

.add_contacts_padding{
    padding-top: 40px;
}

.add_form_help_text{
    /*font-size: 16px;*/
    color: black;
}

.add_form_help_text__designer{
    font-weight: 600;
    font-size: 18px;
    display: block;
}

/*переключатель вида каталога*/
.catalog_display_switch{
    display: flex;
    justify-content: center;
    align-items: center;
}

.catalog_display_switch input[type=checkbox] {
    height: 0;
    width: 0;
    visibility: hidden;
}

.catalog_display_switch label {
    cursor: pointer;
    text-indent: -9999px;
    width: 50px;
    height: 25px;
    background: grey;
    display: block;
    border-radius: 25px;
    position: relative;
    background: #fa6b00;
}

.catalog_display_switch label:after {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    width: 21px;
    height: 21px;
    background: #fff;
    border-radius: 23px;
    transition: 0.3s;
}

.catalog_display_switch input:checked + label {

}

.catalog_display_switch input:checked + label:after {
    left: calc(100% - 2px);
    transform: translateX(-100%);
}

.catalog_display_switch label:active:after {
    /*width: 35px;*/
}

.catalog_display_switch a{
    font-size: 15px;
    margin: 0 5px;
    cursor: pointer;
    color: #888888;
    display: block;
    width: auto;
    height: auto;
}

.catalog_display_switch a:hover{
    color: #fa6b00;
}

.catalog_display_switch a.active{
    color: #fa6b00;
}
/*end переключатель вида каталога*/

.catalog_top_info_block{
    display: flex;
    align-items: center;
    /*justify-content: space-between;*/
    margin-bottom: 20px;
}

.catalog_top_info_block__left{
    width: 210px;
    max-width: 100%;
    margin-right: 18px;
}

.banners_catalog{
    margin: 0 auto;
    width: fit-content;
}

.info_catalog_text{
    display: block;
    border-left: 2px solid #888888;
    padding-left: 10px;
    margin: 0;
}

.banner_catalog.first{
    margin-right: 21px;
}

.catalog_top_info_block__left .banner_catalog img {
    width: 60px;
    max-width: 100%;
}

.social_in_contact_page a{display:inline-block;margin:0px 10px 0px 0px;transition:opacity ease 0.5s;}

.to-cart.button, .button.read_more{
    font-size: 10px;
    font-weight: unset;
    border-radius: 2px;
    line-height: 16px;
}

@media (max-width: 420px){
    .sort_header.view_block, .sort_header.view_collections{border-bottom:none;}
}

.wrapper_inner {
    padding: unset;
    max-width: unset;
    margin: unset;
}