body {
	width: 100%;
	height: 100%;
}
.loader {
	border: 16px solid #f3f3f3; /* Light grey */
	border-top: 16px solid #fe0018; /* red */
	border-radius: 50%;
	width: 120px;
	height: 120px;
	animation: spin 2s linear infinite;
	position: relative;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
 @keyframes spin {
 0% {
transform: rotate(0deg);
}
 100% {
transform: rotate(360deg);
}
}
.btn {
	padding: 8px 22px;
	cursor: pointer;
	outline: none;
	white-space: nowrap;
	font-size: 0.875rem;
	line-height: 24px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	border: none;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}
.central-div {
	display: flex;
	margin-left: auto !important;
	margin-right: auto !important;
	position: relative;
	border: 1px solid #ccc;
	flex-direction: column;
}
.top {
	padding: 10px;
	background-color: #fe0018;
	border-bottom:1px solid #fff;
}
.top span {
	margin-right: 21px;
	font-size: 12px;
}
 .top i, nav a {
	color:#fff;
}
.top a:hover {
text-decoration:none;
color:#333;	
}
footer {
	background-color: #231F20;
	color: #fff;
	border-top: 2px solid #fff;
	padding: 15px;
	text-align: center;
	position:relative;
}
footer p {
	margin-bottom: 0;
	font-size: 12px;
}
footer a {
	color: #fff;
}
footer a:hover {
	color: #fafafa;
	text-decoration: none;
}
.floatRight {
	float: right;
}
.floatLeft {
	float: left;
}
.clear {
	clear: both;
}
.login-div h1 {
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	margin-bottom: 35px;
	margin-top: 0;
}
.login-fa {
	position: absolute;
	left: 50px;
	font-size: 20px !important;
	vertical-align: middle;
	margin-top: 8px;
}
.login-div .form-control {
	padding-left: 35px;
}
.notify {
    position: absolute;
    top: 0;
    background: #333;
    height: 25px;
    width: 25px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
	padding-top: 3px;
font-weight: bold;
left: 34px;
}
#menu_lateral .btn.btn-link {
color:#fff;	
text-shadow:none;
}
.nav li, .nav {
background-color: #938a8b;
color:#fff;	
}
.nav li a {
	color:#fff;	
}
.nav li a:hover {
	background-color:#fff;
	color: #fe0018;	
}
#page-title {
  position: relative;
  padding: 20px 0;
  background-color: #F5F5F5;
  border-bottom: 1px solid #EEE;
}
#page-title.page-title-mini h1 {
  font-weight: 600;
  font-size: 18px;
  color: #444;
  padding: 0;
margin: 0;
line-height: 1;
letter-spacing: 1px;
text-transform:uppercase;
}
.listagem_cat .card h3 {
	text-align:center;
	font-size:16px !important;
	font-weight:600;
	letter-spacing: 1px;
	text-transform:uppercase;
	padding:10px 0;
}
.listagem_cat .card a {
text-decoration:none;
color:#333;	
}
.listagem_cat .card.col-md-3 {
padding:0;
max-width:23%;
margin:0 10px 0 0;	
}
@media(max-width:600px) {
footer {
position:relative;
}
.listagem_cat .card.col-md-3 {
max-width:100%;
margin-bottom:20px;
}
}

.mobile-top {
    min-height: 70px;
}

.logo img {
    max-height: 50px;
}

.top-icons {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 15px;
    position: relative;
}

.cart-icon {
    position: relative;
    color: #fff;
}

.menu-toggle {
    background: transparent;
    border: 0;
    color: #fff;
    padding: 0;
}

.menu-toggle:focus {
    outline: none;
}

.notify {
    position: absolute;
    top: -8px;
    right: -10px;
    background: #333;
    height: 22px;
    width: 22px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    font-size: 11px;
    padding-top: 3px;
    font-weight: bold;
}


#mobileMenu #menu_lateral {
    max-width: 100%;
    flex: 0 0 100%;
}

#mobileMenu .btn.btn-link {
    width: 100%;
    text-align: left;
    padding: 15px;
    background-color: #fe0018;
    border-bottom: 1px solid rgba(255,255,255,0.2);
}

#mobileMenu .nav li {
    background-color: #938a8b;
}


@media(min-width:768px){

    #mobileMenu {
        display: none !important;
    }

    .top-icons {
        justify-content: flex-end;
    }

}

/* =========================
   MOBILE FIRST LISTAGEM
========================= */

.search-icon {
    position: absolute;
    top: 12px;
    left: 25px;
    color: #999;
}

.listagem_cat .card {
    border: 1px solid #ddd;
    overflow: hidden;
    transition: all .3s ease;
}

.listagem_cat .card:hover {
    transform: translateY(-3px);
}

.listagem_cat .card a {
    text-decoration: none;
    color: #333;
    display: block;
}

.listagem_cat .card h3 {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 15px 10px;
    margin: 0;
}

.listagem_cat .card img {
    width: 100%;
    display: block;
}

/* MOBILE */

@media(max-width:767px){

    .listagem_cat {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }

    .btn-block {
        width: 100%;
    }

    #page-title {
        padding: 15px 0;
    }

    #page-title h1 {
        font-size: 16px;
        text-align: center;
    }

}