html, body {
    height: 100%;
    margin: 0; padding: 0;
}
body {
    display : table;
    width: 100%;
    line-height: unset !important;
}
footer {
    display : table-row;
    height: 50px;
    background-color: #f8f9fa;
}
#row-footer{
    text-align: center;
    margin-top: 40px;
    margin-bottom: 20px;
}
.row{
    margin-right: 15px;
    margin-left: 15px;
}

.header .page_inner .row{
    padding-top: 10px;
    /*background-color: #ffffff;*/
    border-radius: 2px;
}

.page_inner{
    border-radius: 0 0 0 0 !important;
}

.list-group i {
    margin-top: 4px;
    float: right;
}
.list-group-item {
    border: none;
    padding: 0.3rem !important;
}

.list-group-child {
    padding-left: 1rem !important;
}

.title-category {
    color: black;
    text-decoration: none !important;
}

.title-category:hover {
    color: gray;
}

li{
    list-style: none;
}

.custom-select {
    -webkit-appearance: none;
}

.flatpickr-day.nextMonthDay {
    color: #393939 !important;
}

.flatpickr-day.nextMonthDay.disabled{
    color: rgba(57,57,57,0.1)!important;;
}

.flatpickr-day.prevMonthDay{
    color: #393939 !important;
}

.flatpickr-day.prevMonthDay.disabled{
    color: rgba(57,57,57,0.1)!important;
}

.price_color{
    color: #000000 !important;
}

.mt-3 a{
    color: #000000 !important;
}

h3 a{
    color: #000000 !important;
}

a{
    color: #495057;
}

a:hover{
    color: #000000;
}

.breadcrumb-item a{
    font-weight: bold;
}

.col-sm-5 p strong a{
    color: #495057;
    font-weight: bold;
}

.col-sm-5 p strong a:hover{
    color: #000000;
    font-weight: bold;
}

.breadcrumb {
    background: rgba(255, 255, 255, 100%)
}
.list-group-mom{
    background: rgba(255, 255, 255, 100%)
}
.basket-items{
    margin-bottom: unset;
}
.basket-items:nth-child(2n){
    background-color: rgba(233, 236, 239, 30%) !important;
}

#basket_formset{
    margin-bottom: 10px;
}

/*Message alert*/
#messages {
  min-width: 250px;
  margin-left: -125px;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  padding: 16px;
  position: fixed;
  z-index: 9999;
  left: 50%;
  top: 0px;
}

.sidebar .sticky-top{
    top: 16px !important;
    z-index: 1 !important;
}
