
html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}


.catm {
    background: #fff;
    text-align: center;
    margin: 0 10px 10px 0;
    border-radius: 0px;
    /* box-shadow: 1px 1px 0px 0px #C7C7C7; */
    box-shadow: 0px 2px 5px rgba(0,0,0,.25);
    -webkit-box-shadow: 0px 2px 5px rgba(0,0,0,.25);
    -moz-box-shadow: 0px 2px 5px rgba(0,0,0,.25);
    width: 100%;
}

    .catm p {
        font-size: medium;
        color: #333;
    }

    .catm a {
        text-decoration: none;
        border: 1px solid #ccc;
        border-radius: 0;
        display: block;
        padding: 5px;
        width: auto;
        height: 185px;
        font-weight: 400;
        color: #333;
    }

        .catm a:hover {
            background: #e56c1c; /*#0d6efd;*/
            color: #fff;
        }

.catml {
    margin-top: 5px;
    font-size: medium;
}

.catmlnn {
    margin-top: 5px;
    /* font-size: 13px;*/
    font-size: medium;
    background-color: #f3f3f3;
    min-height: 144px;
    border: 1px solid #eee;
    -webkit-box-shadow: 0px 0px 5px 1px #d2d2d2;
    -moz-box-shadow: 0px 0px 5px 1px #d2d2d2;
    -o-box-shadow: 0px 0px 5px 1px #d2d2d2;
    -ms-box-shadow: 0px 0px 5px 1px #d2d2d2;
    box-shadow: 0px 0px 5px 1px #d2d2d2;
}

.catm img {
    height: 90px;
    width: 100px;
}
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
}

.modal-content {
    background-color: #fff;
    margin: 10% auto;
    padding: 20px;
    width: 80%;
    border-radius: 8px;
    position: relative;
}

.close {
    color: #aaa;
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    cursor: pointer;
}

.cart-item {
    margin-bottom: 5px;
}

.fotpol {
    text-align: right;
    color: black !important;
}

    .fotpol a {
        text-decoration: none;
        color: black !important;
    }