/*.layout #wrapper > .aside > .aside-content > #sidenav .nav-link.active {*/
    /*background-color: #F44336 !important;*/
/*}*/

.w-10 {
    width: 10%;
}

table .dropdown-toggle::after {
    display: none !important;
}

/*.valid {*/
    /*-webkit-box-shadow: 0 1px 0 0 #4CAF50;*/
    /*box-shadow: 0 1px 0 0 #4CAF50;*/
/*}*/

.table-footer {
    border-top: 1px solid #E9ECEF;
}

.pagination {
    margin: 1rem;
}

/*.pagination .page-item.active .page-link {*/
    /*background-color: #F44336 !important;*/
    /*border-color: #F44336 !important;*/
/*}*/

.page-layout > .page-header {
    height: 15rem;
    min-height: 15rem;
    max-height: 15rem;
}

table tbody tr {
    border-top: 1px solid #E9ECEF;
}

select.form-control {
    max-width: 100% !important;
}

.box-shadow-none {
    box-shadow: none;
}

.dropzone {
    border: 2px dashed #F44336;
    border-radius: 5px;
    background: white;
}

.dropzone .dz-message {
    font-weight: 400;
}

.dropzone .dz-message .note {
    font-size: 0.8em;
    font-weight: 200;
    display: block;
    margin-top: 1.4rem;
}

*, *:before, *:after {
    box-sizing: border-box;
}

/* Hover na imagem dos produtos */

.hovereffect {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
}

.hovereffect .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    align-items: center;
}

.hovereffect img {
    display: block;
    position: relative;
    -webkit-transition: all .4s linear;
    transition: all .4s linear;
}

.hovereffect i {
    color: #fff;
}

.hovereffect a {
    text-decoration: none;
}

.hovereffect:hover img {
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.hovereffect:hover .overlay {
    opacity: 1;
    filter: alpha(opacity=100);
}

.hovereffect:hover h2, .hovereffect:hover a.info {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-transform: translatey(0);
    -webkit-transform: translatey(0);
    transform: translatey(0);
}

.product-image img {
    height: 100px !important;
    object-fit: contain;
}

#images .product-image {
    position: relative;
    width: 100px;
    min-height: 100px;
    border: 1px solid rgba(0, 0, 0, 0.12);
}
.card-home{
    max-width: 30rem;
}

.text-decoration-none{
    text-decoration: none;
}
.text-decoration-none:hover{
    text-decoration: none;
}

.product-image:hover .overlay{
    opacity: 1;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: rgba(0,0,0,0.5);
}