.btn-white {
    border: 1px solid #FFF;
    margin: 0px !important;
}

.btn-white .text {
    color: #FFF;
}

.row-reverse {
    flex-direction: row-reverse;
}

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 12px;
}

.pagination>* {
    padding: 8px 16px;
    border: 1px solid #AFAFAF;
    color: #0C1222;
    border-radius: 4px;
}

.pagination>a:hover,
.pagination span {
    background: #DE5B11;
    border-color: #DE5B11;
    color: #FFF;
}

.card-product.produto img {
    aspect-ratio: 255/175;
}

.card-product .image img {
    height: auto;
}

.card-best-seller .installments {
    display: block;
    color: #FFF;
    margin-top: 6px;
}

.content-single-product .price {
    margin-bottom: 0px !important;
}

.content-single-product .installments {
    display: block;
    margin-bottom: 24px !important;
}

.content-single-product .price span {
    font-size: 16px;

}

.content-receita-1 .carousel-gallery-product {
    margin-bottom: 16px;
}

.wrap-contact .bottom {
    padding-top: 0px;
    border-top: none;
}

.item-accordion .content-accordion p {
    word-break: keep-all;
}

.btn-login-form {justify-content: center; height: 50px; padding: 0 25px; display: flex; align-items: center; border:none; border-radius: 4px; width: fit-content; background: #DE5B11; color: #FFF; font-family: Gotham Medium; font-size: 14px; font-weight: 700; letter-spacing: 1.4px; text-transform: uppercase}
.btn-login-form:hover {background: #911D14}

.modal-content {
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);

    & .modal-body h5 {
        font-weight: bold;
        text-align: center;
    }
}

.card-blog h1{
    color: #595A5C;
    font-size: 13px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: -0.143px;
}

header .topbar a.menu {
    margin-left: auto;
    display: flex;
    align-self: stretch;
}
header .topbar  .btn-header-top:hover {
    background: #17375F;
    text-decoration: none;
}
header .topbar .btn-header-top{
    display: flex;
    align-items: center;
    padding: 0 20px;
    background: #afafaf;
    height: 100%;
    text-decoration: none;
}

header .topbar .btn-header-top img{
    height: 12px;
    margin-left: 5px;
}

header .topbar .btn-header-top span{
    color: #fff;
}
.modal-body{
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.modal-content {
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}