/*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;  }*/
/*отображение шильдиков"привезем за 14 днейв мобильной версии"*/
@media (max-width: 320px) {
    .sticker_privezem_v_techenii_14_dney.font_sxs.rounded2 {
        margin: 0;
        padding: 2px;
        left: -14px;
        top: -10px;
    }

}
@media (max-width: 600px) {
    .compact-catalog .item .stickers{
        display:block!important;
        width: max-content;
    }
    .sticker_privezem_v_techenii_14_dney.font_sxs.rounded2 {
        font-size: xx-small;
        top:-10px;
        left:-7px;
    }
}

/*уменьшил размеры иконок подразделов в корневом разделе*/
@media (min-width: 1200px){
    .right_block.wide_N .items .item_block.col-lg-20 {
        width: 16.6%;}
    .catalog_section_list .item_block.lg .section_item {
        padding-bottom: 0;
        padding-top: 20px;
    }
}

/*скрытие скролинга в выпадающем меню*/
.menu-row .mega-menu table td.wide_menu .dropdown-menu:not(.long-menu-items) .customScrollbar {
    max-height: 600px;
}

/*Скрытие rss */
.topic__inner>div:not(.topic__heading) {
    display: none;
}
/*Цвет текста писем*/
.im {
    color: #222;
}
/* WCOM блок с информацией о необходимости иметь лицензию на оружие */
.text-license {
    padding: 10px;
    margint-top: 15px;
}
#basket-root div.basket-checkout-block.basket-checkout-block-btn  button{
    text-transform: none !important;
    font-size: 15px !important;
    padding-top: 14px !important;
    padding-bottom: 14px !important;
}

/*Иконка mail.ru при авторизации*/
.mailru2{
    background-position: -376px -235px !important;
}
/*Убрал затенение баннера на главной при наведении*/
.darken-bg-animate:before {
    background: none;
}

.sale-products-gift .product-item-scu-container {
    display: none !important;
}
/*Уменьшил расстояние между главным и дополнительными баннерами на главной*/

#content div.drag-block.container.BOTTOM_BANNERS > div > div {
    padding-top: 18px;
}

/*Wcom #14042 */
.section-compact-list__item {
    padding: 15px 15px;
}
/*Wcom #14042 */
@media all and (max-width: 600px) {
    .b24-form-wrapper {
        min-height: calc(100% - 5px) !important;
    }

    .b24-widget-button-position-bottom-right {
        right: -20px !important;
    }

    .b24-widget-button-position-bottom-right.b24-widget-button-bottom
    .b24-widget-button-social {
        margin-top: calc(-87vh) !important;
        margin-right: 15px !important;
    }

    .b24-widget-button-inner-item,
    .b24-widget-button-inner-block,
    .b24-widget-button-block,
    .b24-widget-button-inner-mask,
    .b24-widget-button-pulse {
        border-radius: 3px 0 0 3px !important;
    }

    .b24-widget-button-block {
        width: 76px !important;
    }

    .b24-widget-button-inner-item {
        margin-left: -7px !important;
    }

    .bx-touch .b24-widget-button-position-bottom-right .b24-widget-button-popup {
        display: none !important;
    }

    .b24-widget-button-position-bottom-right {
        bottom: 70px !important;
    }
}
/*Wcom #14304*/
@media (max-width: 600px) {
    .compact-catalog .item .stickers {
        width: auto;
    }
}
/*Wcom #14304*/
/*Wcom #14306*/

.sticker-items .catalog_item_wrapp {
    height: 575px;
}
.sticker-items .catalog_item:hover {
    z-index: 6;
}
/*Wcom #14306*/


.grecaptcha-badge {
    visibility: hidden !important;
}


#basket-root .basket-checkout-container.visible {
	background: #fff;
}