* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
*::before, *::after {
    box-sizing: border-box;
}
html, body {
    background-color: #f7fafc !important;
    font-family: "Roboto", "Arial", sans-serif;
    font-size: 16px;
    font-weight: normal;
}
body {
    overflow-x: hidden;
}
ul {
    list-style-position: inside !important;
}
.footer {
    color: #fff;
    background-color: #2a2a2a;
}
.pagination {
    display: flex;
    list-style: none;
}
.pagination li:last-child a {
    border-radius: 0 3px 3px 0;
}
.pagination li:first-child a {
    border-radius: 3px 0 0 3px;
    border-left: 1px solid #e2e8f0;
}
.pagination li a {
    padding: .5em .75em;
    text-decoration: none;
    background-color: #fff;
    border-right: 1px solid #e2e8f0;
    border-top: 1px solid #e2e8f0;
    border-bottom: 1px solid #e2e8f0;
}
.pagination li a:hover {
    background-color: #edf2f7;
}
.pagination li a.active {
    background-color: #3182ce;
    color: #fff;
}
.pagination li a.active:hover {
    background-color: #2b6cb0;
}
.main-banner {
    height: 256px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.main-banner-black {
    background-color: rgba(0, 0, 0, .75);
}
.main-banner .avatar {
    transition: all 300ms ease;
}
.main-banner .avatar:hover {
    transform: scale(1.125);
}
.navigate {
    background-color: #ed8936;
}
@media screen and (min-width: 992px) {
    .navigate {
        height: 48px;
    }
}
.navbar-toggler {
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.navbar {
    height: 100% !important;
}
.nav-item a {
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0 16px;
    letter-spacing: .1em;
    transition: all 300ms ease;
    font-size: 12px;
    font-weight: 600;
}
@media screen and (min-width: 992px) {
    .nav-item a {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
.nav-item a:hover {
    color: #fff;
    letter-spacing: .2125em;
    text-transform: uppercase;
    text-decoration: none;
}
.shopping-cart {
    height: 48px;
}
.shopping-cart .icon {
    padding: .25em .5em;
    border-radius: 1000px;
}
.shopping-cart .icon svg {
    margin-bottom: 2px;
}
.shopping-cart .icon span {
    display: inline-block;
    font-size: 12px;
    letter-spacing: .1em;
}
.featured-product {
    width: 100%;
    max-width: 273px;
    padding: 0 10px;
    border-radius: 3px;
    background-color: #fff;
    border: 1px solid #e2e8f0;
}
.featured-product .image {
    width: 96px;
    height: 96px;
    margin-right: 12px;
}
.featured-product .image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}
.product-info h5 {
    letter-spacing: .1em;
    font-size: 14px;
    font-weight: 700;
}
.product-info h6 {
    color: #cbd5e0;
    letter-spacing: .1em;
    font-size: 12px;
    font-weight: 700;
}
.btn-about-product {
    letter-spacing: .1em;
    border-radius: 1000px !important;
    font-size: 12px !important;
    font-weight: 700 !important;
}
.post, .comment-comment {
    border: 1px solid #e2e8f0;
    transition: all 300ms ease;
}
.post:hover, .comment-comment:hover {
    box-shadow: 0 0 0 3px #e2e8f0;
}
.post-image {
    width: 100%;
    height: 128px;
}
.post-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.post-image-items {
    height: auto;
}
.post-image-items img.banner {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.post-image-items img.author {
    width: 40px;
    height: 40px;
    border-radius: 100%
}
.post .avatar, .comment-comment .avatar {
    width: 24px;
    height: 24px;
}
.post-content {
    font-size: 12px;
}
@media screen and (min-width: 425px) {
    .post-content {
        font-size: 14px;
    }
}
@media screen and (min-width: 425px) {
    .post-content {
        font-size: 16 px;
    }
}
.comment-author {
    border-radius: 100%
}
.comment-box {
    width: 100%;
    height: 96px;
    resize: none;
    border: 1px solid #e2e8f0;
}
.comment-commenting {
    font-size: 14px;
}
.comment-data {
    font-size: 12px;
}
.alert {
    background-color: #ecc94b;
    border-radius: 0 !important;
}
.alert-message {
    letter-spacing: .1em;
    font-size: 14px;
    font-weight: 600;
}
.alert-icon {
    border-radius: 9999px;
    background-color: #f6e05e;
    letter-spacing: .1em;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}
.btn-sucesso {
    letter-spacing: .05em;
    font-size: 14px;
    font-weight: 600;
    padding: 0 .75em !important;
}
.inputbox {
    letter-spacing: .05em;
    padding: .75em .5em !important;
    font-size: 14px !important;
}
