.news-list{
    margin: 0;
    padding: 0;
    list-style: none;
}

.news-list li{
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.date_news{
    margin-top: 15px;
}
.date_news,
.title_news{
    display: inline-block;
}

.date_news,
.anonas_news{
    font-size: 12px;
    opacity: 0.8;
}

.title_news{
    font-size: 16px;
    font-weight: 500;
}

.marka-sidebar .nav-item{
    border-bottom: 1px solid #e5e5e5;
}
.marka-sidebar .nav-link{
    border-left: 3px solid #ffffff;
}

.marka-sidebar .nav-link{
    text-decoration: none;
}
.marka-sidebar .nav-link.active,
.marka-sidebar .nav-item:hover > .nav-link{
    color: #6c757d;
    border-left: 3px solid #87e0fd;
}

.category-menu_dop{
    margin: 0;
    list-style: none;
    padding: 0 0 0 25px;
    border-top: 1px solid #e5e5e5;
}
.category-menu_dop li{
    margin: 0;
    background-color: #f9f9f9;
    list-style: none;
    font-size: 14px;
}
.category-menu_dop li:last-child{
    border-bottom: none;
}

/*
.category-menu .nav-item{
    position: relative;
}

.category-menu .category-menu_dop{
    position: absolute;
    z-index: 1;
    left: 100%;
    top: 0;    
    display: none;
    opacity: 0;
    visibility: hidden;
    background-color: #ffffff;
    text-align: left;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    font-size: 14px;
}

.category-menu .nav-item:hover > .category-menu_dop,
.category-menu .nav-item:active > .category-menu_dop{
    display: block;
    opacity: 1;
    visibility: visible;
}
*/


.section-catalog a{
    text-decoration: none;
}
.section-item_content{
    padding: 15px;
    height: 100%;
    text-align: center;
    position: relative;
}
.section-item_content img{
    margin-bottom: 15px;
}

.section-item_content h5{
    font-size: 14px;
    color: #0690E0;
}

.section-item_content h3,
.section-item_content h5{
    padding: 0px;
    word-wrap: break-word;
    
}

.section-item_content h3{
    margin: 0 0 40px;
    font-size: 16px;
}

.section-item_content-img{
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 220px;
    margin-bottom: 15px;
}
.section-item_content-img img{
    opacity: 0;
    visibility: hidden;
}
.btn-cart{
    width: 90%;
    text-transform: uppercase;
    font-size: 13px;
    background-color: #0690E0;
    border-radius: 0;
    border-color: #ffffff;
    color: #ffffff;
    position: absolute;
    bottom: 10px;
    left: 5%;
}
.btn-cart:hover{
    background-color: #ffffff;
    border-color: #0690E0;
    color: #0690E0;
}

.banner-box-lg,
.banner-box-mob{
    text-align: center;
}

.banner-box-lg img.img-fluid,
.banner-box-mob img.img-fluid{
    display: inline-block;
    width: 100%;
}

.lk-title{
    font-size: 2rem; 
    margin-bottom: 0;
}

.lk-small-title{
    margin-bottom: 1.5rem;
}

.text-grey{
    color:#1a305570;
}

.lk-btn-edit{
    background-color: #1a3055; 
    color:#ffffff; 
    font-size: 18px; 
    padding: .3rem 2rem .4rem;
    text-decoration: none;
}

.table-order-history .lk-btn-edit {
    font-size: 14px;
}

.page-link{
    text-decoration: none;
}

.count-order{
    white-space: nowrap;
}

@media screen and (max-width: 600px) {
    table.table caption { background-image: none; }
    table.table thead { display: none; }
    table.table tbody td { 
      display: block; padding: .6rem; 
    }
    table.table tbody tr td:first-child { 
      background: #666; color: #fff; 
    }
      table.table tbody td:before { 
      content: attr(data-th); 
      font-weight: bold;
      display: inline-block;
      width: 6rem;  
    }
    table.table-order-history tbody td:before{
        display: none;
    }
    table.table-order-history.table tbody tr td:first-child .text-grey{
        color: #ffffff70;
    }
    table.table-order-history.table tbody tr td:first-child a {
        color: #ffffff;
    }
    table.table-order-history.table tbody tr td:first-child a:hover {
        color: #1a3055;
    }
    h1{
        font-size: 1.5rem;
    }
  }

@media (max-width: 991px){
    .banner-box-lg{
        display: none;
        opacity: 0;
        visibility: hidden;
    }
    .newfull img{
        max-width: 100%;
        height: auto;
    }
}

@media (min-width: 992px){
    .banner-box-mob{
        display: none;
        opacity: 0;
        visibility: hidden;
    }
}

a.lk-btn-edit:hover {
    color:#ffffff; 
}

.color-red{
    color: #E60003;
}
