
.logo svg{
    fill: #0a1640;
}
.header_top{
    background-color: #e5e5e5;
}
.text_shadow{
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.45);
}
.uk-sticky-fixed{
    /* background-color: #ffffff; */
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.45);
}
.cursor{
    cursor: pointer;
}
/* .bg_crumbs{
    background-color: #d0e8ff;
} */

/* Favorites */
.msfavorites-total, .comparison-total{
    top:-15px;
    left: -15px;
}
.voted path{
    fill: #f00;
}
/* end Favorites */

/* Comparison */
.comparison_box .comparison .comparison-remove, .comparison_box .comparison .comparison-go, .comparison_box .comparison .comparison-total{
    display: block !important;
}
.green_color_svg path{
    fill: #00b909;
}
a.comparison-link{
    border: none !important;
}
/* end Comparison */

/* Search */
#ui-id-1{
    z-index: 10001;
}
.mse2-ac-wrapper{
    border-bottom: 1px dashed #8c8c8c;
}
.mse2-ac-wrapper:last-child{
    border-bottom: none;
}
/* end Search */

/* Home */
#offer{
    background-color: #e5e5e5;
}

/* SlidesShow */
.triangle_top_right{
    width: 0;
    height: 0;
    border-top: 200px solid #ffffff;
    border-left: 300px solid transparent;
}
.triangle_top_right div{
    width: 150px;
    top: -170px;
    right: 14px;
}
.triangle_bottom_left{
    width: 0;
    height: 0;
    border-bottom: 500px solid #1e87f0;
    border-right: 800px solid transparent;
}
.slide_element{
    width: 220px;
    left: 180px;
    top: 0px;
}
.slide_text{
    width: 400px;
    top: 300px;
    left: 60px;
}
/* end Home */

/* Mini Cart */
.minicart_box{
    cursor: pointer;
}
.count{
    position: relative;
    top: 20px;
    left: 0px;
}
.not_empty .count{
    color: #00b909;
}
/* end Mini Cart */

/* Category */
.category_item h3{
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.6);
}
.catalog_item{
    border: 1px solid #eaeaea;
}
.product_heading{
    height: 50px;
}
/* end Category */

/* Product */

.radio input { display: none; /* Прячем исходный переключатель */ }
.radio span {
    position: relative; /* Относительное позиционирование */
    display: inline-block; /* Строчно-блочный элемент */
    width: 46px; height: 46px; /* Размеры */
    background: #F5F5F5; /* Серый цвет фона */
    border: 1px solid #1e87f0;
    border-radius: 50%; /* Круглый переключатель */
    line-height: 46px;
    text-align: center;
    cursor: pointer;
    /*box-shadow: inset 0 0 5px rgba(0,0,0,0.5); !* Тень внутри *!*/
    outline: none;
}
.radio span.rectangle{
    padding: 0 8px;
    width: auto;
    height: auto;
    border-radius: 0;
    line-height: 30px;
}
.radio input:checked + span {
    background: #1e87f0;
    color: #ffffff;
}
.radio_color span{
    outline: none;
}
/* Добавляем белую точку по центру */
/*.radio_color input:checked + span::before {
    content: '';
    position: absolute;
    left: 14px;
    top: 14px;
    background: #fff;
    width: 12px;
    height: 12px;
    border-radius: 50%;
}*/
.radio_color input:checked + span:after, .options_box input:checked + .option_color:after{
    content: '';
    position: absolute;
    left: -5px;
    top: -5px;
    background: none;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 2px solid #1e87f0;
}

.vendor_logo img{
    height: 24px;
}

.tox-tinymce{
    width: 100% !important;
}
/*.st0{
    fill: #ffffff !important;
}*/

/* end Product */


/* media-queries */
@media screen and (max-width: 979px) and (min-width: 768px) {}

@media screen and (max-width: 767px) {}

@media screen and (max-width: 480px) {
    h1{
        font-size: 1.8rem;
    }
    .uk-tab>.uk-active>a{
        padding: 0;
    }
    #footer{
        margin-bottom: 40px;
    }

}
