.nobull {
    list-style-type: none !important;
}

.fa-gradient {
    background: -webkit-gradient(linear, left top, left bottom, from(#ffc300), to(#ffffcc));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

 .slick-prev:before {
     color: black !important;
     /*background-color: #eee;*/
 }
.slick-next:before {
    color: black !important;
    /*background-color: #eee;*/
}

.rgba-gradient {
    background: -moz-linear-gradient(45deg, rgba(213, 15, 61, 0.6), rgba(13, 17, 198, 0.69) 100%);
    background: -webkit-linear-gradient(45deg, rgba(213, 15, 61, 0.6), rgba(13, 17, 198, 0.69) 100%);
    background: linear-gradient(to 45deg, rgba(213, 15, 61, 0.6), rgba(13, 17, 198, 0.69) 100%);
}

.centerer{
    background-color: white;
    height: 0;
    padding-top: 100%;
    position: relative;
}
.centerer-first{
    background-color: white;
    height: 0;
    padding-top: 100%;
    position: relative;
}
.centerer-inner{
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.centerer-inner-first{
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.centerer-inner-helper{
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.centerer-inner-helper-first{
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.centerer-img-first {

    max-width: 500px;
    max-height: 500px;

    vertical-align: middle;


}

#filterSearch .bmd-form-group {
    padding-top:0;
    width: 13rem;
}

#filterSearch .select-wrapper input.select-dropdown {
    font-size: 1em;
}

#datefilter .bmd-form-group {
    padding-top:0;
    width: 13rem;
}

#datefilter .select-wrapper input.select-dropdown {
    font-size: 1em;
}


figure {
    width: 100%; /* Ширина области */
    height: 400px; /* Высота области */
    margin: 0; /* Обнуляем отступы */
    overflow: hidden; /* Прячем всё за пределами */
    min-width: 600px; /* Минимальная ширина */
}
figure img {
    width: 100%; /* Ширина изображений */
    margin: -10% 0 0 0; /* Сдвигаем вверх */
}

figureIMG {
    max-width: 500px;
    width: 100%; /* Ширина области */
    max-height: 500px; /* Высота области */
    margin: 0; /* Обнуляем отступы */
}
figureIMG img {
    max-width: 500px;
    max-height: 500px;
    object-fit: cover; /* Вписываем фотографию в область */
    margin-left: auto;
    margin-right: auto;

}
figureCart {
    width: 100%; /* Ширина области */
    height: 250px; /* Высота области */
    margin: 0; /* Обнуляем отступы */
}
figureCart img {
    max-width: 280px;
    object-fit: cover; /* Вписываем фотографию в область */
    margin-left: auto;
    margin-right: auto;
}
figureSearch {
    width: 100%; /* Ширина области */
    height: 150px; /* Высота области */
    margin: 0; /* Обнуляем отступы */
}
figureSearch img {
    max-width: 280px;
    max-width: 150px;
    object-fit: cover; /* Вписываем фотографию в область */
    margin-left: auto;
    margin-right: auto;
}
figureCard {
    width: 100%; /* Ширина области */
    height: 400px; /* Высота области */
    margin: 0; /* Обнуляем отступы */
}
figureCard img {
    max-width: 400px;
    object-fit: cover; /* Вписываем фотографию в область */
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;

}

.centerer-img {

    max-height:500px;
    max-width:500px;
    vertical-align: middle;


}

.carousel-indicators .active {
    background-color: #264a95 !important;
}
.carousel-indicators li {
    background-color: hsla(221, 59%, 37%, 0.5) !important;
}

.preloader {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: block;
    opacity: 0.8;
    background-color: white;
    z-index: 99;
    text-align: center;

    display: none;
}

.turbolinks-progress-bar {
    background-color: orangered;
}
.preloaderDIV {
    position: absolute;
    z-index: 9999;
    top:50%;
}

/*для прозрачности вводов в md дизайне
/*
 */
@-webkit-keyframes autofill {
    to {
        color: #666;
        background: transparent; } }

@keyframes autofill {
    to {
        color: #666;
        background: transparent; } }

input:-webkit-autofill {
    -webkit-animation-name: autofill;
    animation-name: autofill;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both; }


/*
для формы логина модал
 */
.modal-c-tabs {
    width:100%;
}
/*для датапикера*/
.background-image-none{
    background-image: none !important;
}

/*
для перелистывания фото в карусели, левый и правый чтоб не отображались в Нав баре
 */
.carousel-control-next, .carousel-control-prev {
    z-index: 0 !important;
}

.material img {
    max-width: 100%;
    height: auto;
}

.hideImage img {
    display: none;
}
.collapse-content a.collapsed:after {
    content: 'Развернуть';
}

.collapse-content a:not(.collapsed):after {
    content: 'Свернуть';
}

.background-content {
    background: url("../img/bg.png") repeat #F0F0F0;
    background-color: rgb(240, 240, 240);
    border-bottom: 1px solid #FFF;
    box-shadow: 0px 1px 0px #CECECE, 0px 3px 8px 0px rgba(0, 0, 0, 0.1) inset;
    background-color: #eeeeee !important;
    padding-top: 5px;
    padding-bottom: 5px;
}

@font-face {
    font-family: 'Regular';
    src: url('/static/font/tengefont/tenge.woff') format('woff');
}
.view-search-tenge {
    font-family: 'Regular';
    font-size:12px;
    float:right;
    padding:0 5px 0;
}

.view-tenge {
    font-family: 'Regular';
}

.viewtop-tenge {
    font-family: 'Regular';
    font-size: 22px;
    float:right;
    color: #228B22;
    padding:0 5px 0;
}
.view-tenge-fff {
    font-family: 'Regular';
    color: #fff;
    font-size:15px;
    float:right;
    padding:0 5px 0;
}
.view-tenge-color {
    font-family: 'Regular';
    color: #228B22;
    font-size:15px;
    float:right;
    padding:0 5px 0;
}
/*
Для степера в привью заказа
 */
.successShippedCheck:before{
    content:'\e5ca' !important;
    font-size:16px !important;
    background-color:green !important;
    font-family: 'Material Icons' !important;
}

#return-to-top {
    position: fixed;
    bottom: 50px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}

#stock10 {
    z-index: 1;
    position: fixed;
    bottom: 150px;
    right: 20px;
    width: 60px;
    height: 60px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: rgb(255,2,2);
    background: linear-gradient(170deg, rgba(255,2,2,1) 0%, rgba(121,9,118,0.8827731776304272) 50%, rgba(255,0,236,0.9528011888349089) 100%);
}
#stock10 a {
    text-decoration: none;
}
#stock10 div {
    color: white;
    margin: 0;
    position: relative;
    left: 5px;
    top: 13px;
    font-size: 22px;
    font-weight: 600;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#stock10 button {
    left: -10px;
    top: -10px;
    margin: 0;
    position: fixed;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.navbar {
    z-index: 2;
}
/*
.fixed-sn-rn .double-nav, .fixed-sn-rn footer, .fixed-sn-rn main {
    padding-left: 15rem;
    padding-top: 1rem;
}
 */
.btn-rounded {
    border-radius: 50px!important;
}
.dropdown-menu.mega-menu, .dropleft .dropdown-menu, .dropright .dropdown-menu, .dropup .dropdown-menu {
    padding-left: 2rem!important;
}

.dropdown-menu .dropdown-item {
 max-width:100%;
}

.carousel-indicators {
    z-index: 0;
}

@media (min-width: 1440px) {
.double-nav .button-collapse {
    display: block;
    position: relative;
    font-size: 1.4rem;
    margin-right: 10px;
    margin-left: 10px;
}
}
@media (max-width: 1440px) {
.fixed-sn-rn .double-nav, .fixed-sn-rn footer, .fixed-sn-rn main {
    padding-left: 0;
    padding-top: 1rem;
}

.dropdown-menu.mega-menu, .dropleft .dropdown-menu, .dropright .dropdown-menu, .dropup .dropdown-menu {
    padding-left: 1rem!important;
}

}
.li-dot-hide {
list-style-type: none;
}

@media (max-width: 576px) {

#megaNavCategory {
    display: none;
}
#logoMegaNav {
    display: none;
}
#ulMegaNav {
    display: none;
}

}
@media (min-width: 576px) {
.container {
    max-width: 540px;
}

.card-columns {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
}
.card-columns-material {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
}
}

@media (min-width: 655px) {

#search {
    width: 70%;
}
#search-field{
    width: 70%;
}

}
@media only screen and (max-width: 992px){
.stickyCart{
    position: static;

}

}
@media only screen and (min-width: 992px){


}

@media only screen and (min-width: 1200px) {
ul.stepper.horizontal .step .step-title {
    width: 100% !important;
}

ul.stepper.horizontal {
    min-height: 19rem !important;
}
}


@media (min-width: 1200px) {

.container {
    max-width: 100%;
}
.card-columns {
    -webkit-column-count: 5;
    -moz-column-count: 5;
    column-count: 5;
}
.card-columns-material {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}
.stickyCart{
    position: fixed;
}
}

.btn-round-sm{
padding: .40625rem .5rem;
line-height: 1.5;
border-radius: 1rem;
font-size: .8125rem;
}

.filterMinMax{
font-size: 12px;
max-width:60px;
}


.filterBtnMinMax{
max-width:20px;
padding-left:0;
}

.side-nav .collapsible-body a {
padding-left:25px;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before {
    bottom: .5em;
}

.clickable-row {
    cursor: pointer;
}