/*
--breakpoint-xs: 0;
--breakpoint-sm: 576px;
--breakpoint-md: 768px;
--breakpoint-lg: 992px;
--breakpoint-xl: 1200px;
*/


@media (min-width: 992px) {
    .d-lg-table-row-group{
        display: table-row-group !important;
    }
}
.skiptranslate{
    display: none;
}
body{
    top: 0 !important;
}
.bg-orange {
    background-color: #28a745 !important;
}
.text-orange{
    color: #28a745 !important;
}
.btn-orange{
    color: #fff;
    background-color: #28a745;
    border-color: #1e7e34;;
}
.btn-orange:hover{
    background-color: #1e7e34;;
    border-color: #1e7e34;;
    color: #fff;
}

nav.navbar-dark ul.navbar-nav a.nav-link {
    font-weight: 600;
    color: #fff;
}

nav.navbar-dark ul.navbar-nav li.nav-item {
    border-bottom: 1px  #1e7e34 solid;

}
#header_cart_count{
  position: absolute;
  top: -10px;
  right: -5px;
  background-color: #ed6e30;
  padding: 2px 7px;
  border-radius: 50%;
  font-size: 14px;
  text-align: center;
}
@media (max-width: 992px) {
  #sidebar-filter.hide,#sidebar-cats.hide {
    max-height: 0 !important;
    transition: all 0.2s ease-out;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin: 0!important;   
  }
  .sidebar-toggle{
    cursor: pointer;
  }
}
#sidebar-filter,#sidebar-cats {
    max-height: 2110px;
    transition: all 0.5s ease-in;
    overflow: hidden;
  }
  
  


@media (min-width: 992px) {
    
nav.navbar-dark ul.navbar-nav li.nav-item {
    border-bottom: none;
    border-right: 1px  #1e7e34 solid;
}
}
footer div{
  margin:10px;  
}
/*ul.sidebar-ul-arrow{
    list-style: disclosure-closed;
    
}*/
ul.sidebar-ul-arrow li{
    list-style: none;
}
ul.sidebar-ul-arrow li a:hover {
        text-decoration: none;
}
ul.sidebar-ul-arrow li a::before {
    font-family: "Font Awesome 5 Free";
    font-size: 12px;
    content: "\f0da";
    font-weight: 900;
    margin-right: 5px;

    
}

.index-grid-list{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(130px, 1fr)); 
    margin:10px 0 10px 0;
    
}

.scroll-top{
    position: fixed;
    bottom: 50px;
    right: 50px;
    padding: 14px;
    cursor: pointer;
    width: 50px;
    border-radius: 15px;
    background-color: #28a745;
    border-color: #1e7e34;
    border-width: 1px;
    border-style: solid;
    display: none;
    z-index: 1;
}
.scroll-top:hover{
    background-color: #1e7e34;
    border-color: #1e7e34;
}
.scroll-top svg{
    color: #fff;
    fill: currentColor;
}

.list-grid-list{
    display: grid;
    /*grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));*/
    /*grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));*/
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); 
    margin:10px 0 10px 0;
    grid-gap: 10px;
    justify-items: center;
}
@media (max-width: 576px) {
    .list-grid-list{
    grid-template-columns: 1fr 1fr; 
    }
}

.list-grid-list .btn{
    width: auto;
    margin: 0 auto;
}
div.index-grid-list .card , div.list-grid-list .card{

    transition-duration: 0.4s;
    border-radius: 0;
    border: 1px solid #fff;
    max-width: 260px;
    width: 100%;
    
}
.index-grid-list .card .card-body,.list-grid-list .card .card-body
{
    padding: 5px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: end;
}
.index-grid-list .card:hover,.list-grid-list .card:hover{
    border: 1px solid #000;
  
}
.grid-list-title{
    font-size: 14px;
    /*max-height: 38px;
    overflow: hidden;*/
    
}
.grid-list-rating{
    font-size: 12px;
    color: #fda600;
}

a.desc-btn{
width: 30px;
height: 30px;
text-align: center;
padding: 3px;
display: inline-block;
margin-right: 5px;
}

a.desc-facebook{
    background-color: #385995;
    color: #fff;
}

a.desc-mail{
    
    background-color: #848484;
    color: #fff;
}

a.desc-instagram{
    
    background-color: #848484;
    color: #fff;
}

.price {
    font-size: 36px;
    line-height: 120%;
    font-weight: 700;
}

.cart_table{
  width: 100%;  
    
}
.cart_table thead{
    border: 1px solid #dee2e6;
}
.cart_table thead th{
    text-align: center;
    padding: 10px
}
.cart_table tbody td{
    text-align: center;
    padding: 10px
}
@media (min-width: 992px) {
    .cart_table tbody td{
        border-bottom: 1px solid #dee2e6;
    }

    .cart_table tbody td:first-child{
        
        border-left: 1px solid #dee2e6;
        
    }
    .cart_table tbody td:last-child{
        
        border-right: 1px solid #dee2e6;
        
    }
    .cart_table tbody tr{
        border-bottom: none;
    }
}
.cart_table tbody tr{
    border-bottom: 1px solid #dee2e6;
}
.cart_table tbody tr:last-child td{
    
    border:none;
}
.cart_table tbody td:nth-last-child(2),.cart_table tbody td:last-child,.cart_table thead th:nth-last-child(2),.cart_table thead th:last-child,.cart_table tfoot {
    text-align: right;
}

.cart_table tbody td:last-child,.cart_table tbody td:nth-last-child(2),.cart_table thead th:last-child,.cart_table tfoot td:last-child{
    padding-right: 3rem;
    
}

.cart_table tbody td img{
    width: 50px;
    max-height: 50px;
    
}

.cart_table tbody td a.cart-delete{
    margin-left: 10px;
    font-size: 22px;
    color: darkred;
    
}

.cart_table tbody td input.cart-qty{
    width: 60px;
    
}

.cart_table tfoot td:nth-last-child(2){
    font-weight: bold;
}

.cart_table tfoot{
    border-top: 1px solid #dee2e6;
}

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


.login-alert{
    font-weight: bold;
    margin-top: 15px;
    position: relative;
    padding-left: 60px;
}
.login-alert img{
    position: absolute;
    left: 0;
}