.product-item-detail-pay-block {
border-radius:10px !important;
}
.card {
border-radius:10px !important;
padding:15px;
}
.bx-nav-2-lvl-link-image img{
border-radius:10px !important;
min-width:220px;
}
.product-item {
border-radius:10px !important;
}
.catalog-section-list-item {
border-radius:10px !important;
}
.photo-item-inner{
border-radius:10px !important;
}
.card-img-top {
border-radius:10px !important;
}
.bx-top-nav-container {
border-radius:5px !important;
}
.bx-nav-2-lvl-link:hover {
background-color: var(--theme-color-light);
}
.small-text {
font-size:10px;
color:lightgray;
}
@-webkit-keyframes flash {
0% { opacity: 1; }
50% { opacity: 0.7; }
100% { opacity: 1; }
}
@keyframes flash {
0% { opacity: 1; }
50% {opacity: 0.7;}
100% { opacity: 1; }
}
@media (min-width: 768px) {
.d-sm-none-bona {
display: none !important;
}
}
@media (max-width: 767px) {
body { padding-bottom:50px; }
.d-m-none-bona {
display: none !important;
}
.d-h {
display: none !important;
}
}
.symbol-at {
background-repeat: no-repeat;
background-position: center center;
background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3C!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512;' xml:space='preserve'%3E%3Cpath style='fill:%23FD3018;' d='M437.019,74.981C388.667,26.629,324.38,0,256,0S123.332,26.629,74.98,74.981 C26.629,123.333,0,187.62,0,256s26.629,132.667,74.98,181.02C123.332,485.371,187.619,512,256,512c8.284,0,15-6.716,15-15 s-6.716-15-15-15C131.383,482,30,380.617,30,256S131.383,30,256,30s226,101.383,226,226v60.25c0,24.951-20.299,45.25-45.25,45.25 s-45.25-20.299-45.25-45.25V256c0-74.715-60.785-135.5-135.5-135.5S120.5,181.285,120.5,256S181.285,391.5,256,391.5 c44.315,0,83.73-21.386,108.468-54.378c9.072,31.368,38.031,54.378,72.282,54.378c41.493,0,75.25-33.757,75.25-75.25V256 C512,187.62,485.371,123.333,437.019,74.981z M256,361.5c-58.173,0-105.5-47.327-105.5-105.5S197.827,150.5,256,150.5 S361.5,197.827,361.5,256S314.173,361.5,256,361.5z'/%3E%3Cpath style='fill:%23E61E14;' d='M437.019,74.981C388.667,26.629,324.38,0,256,0v30c124.617,0,226,101.383,226,226v60.25 c0,24.951-20.299,45.25-45.25,45.25s-45.25-20.299-45.25-45.25V256c0-74.715-60.785-135.5-135.5-135.5v30 c58.173,0,105.5,47.327,105.5,105.5S314.173,361.5,256,361.5v30c44.315,0,83.73-21.386,108.468-54.378 c9.072,31.368,38.031,54.378,72.282,54.378c41.493,0,75.25-33.757,75.25-75.25V256C512,187.62,485.371,123.333,437.019,74.981z'/%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E");
}
.fa
{
color:var(--primary) !important;
}
.header-bloc
{
    border-bottom:1px solid var(--theme-color-light);
    margin-bottom:20px;
}

.bx-content a:hover img
{
    -webkit-animation: flash 300ms;
    animation: flash 300ms;
}

.header-block-nl
{
margin-bottom:20px;
}
.header-block-catalog
{
border-bottom:0px solid var(--primary);
border-top:0px solid var(--primary);
margin-bottom:10px;
padding-top:10px;
padding-bottom:10px;
}
.logo-block-catalog
{
padding:10px;margin:5px;
border-bottom:0px solid var(--primary);
}
.section-block-description
{
border-bottom:0px solid var(--primary);
border-top:-px solid var(--primary);
}
.header-block-element
{
border-bottom:0px solid var(--primary);
margin-bottom:10px;
}
.header-block-page
{
border-bottom:0px solid var(--theme-color-light);
border-top:0px dotted var(--primary);
padding-top:10px;
padding-bottom:10px;
}
.catalog-block-header
{
border-bottom:0px solid var(--theme-color-light) !important;
}
.product-item-detail-tabs-container {
/* border-bottom:0px dotted var(--primary) !important;*/
}
.bx-aside-nav
{
border-bottom:55px solid transparent;
border-radius:10px !important;
}
.search-fa-black{
color:grey !important;
}
.card {
border:1px solid #ced4da !important;
}
.unvisible {
display:none;
}
.unvisible-banner {
display:none;
}
.header-block-catalog {
border-radius:10px;
}
.photo-item-cont
{
border-radius:10px;
}
.form-check {
}
.form-check-input:checked {
background-color:var(--primary);
border-color:var(--primary);
}
.form-check-input:focus {
border-color: var(--primary);
outline: 0;
box-shadow: 0 0 0 .2rem rgba(200,20,20,0.4);
transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.disabled
{
opacity: 0.2 !important;
}
.active .fa
{
color:white !important;
}
.news-card
{
border:0px !important;
padding:0px;
}
.product-item-properties-dots {
}
.product-item-properties-name,
.product-item-properties-value{
font-size: 12px !important;
padding:0px;
margin:0px;
}
.none-1
{
padding:0px;
margin:0px;
}
.card-item
{
padding:0px;
margin:0px;
padding-right:5px;
}
.articul-name
{
color: #a5a5a5;
}
.articul-value
{
color: black;
}
.card p:last-of-type{
margin-bottom:0px;
}
