body {
    padding-top: 102px;
}

.mm-wrapper__blocker {
    z-index: 91;
}

#header {
    background-color: #dcddde;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}

#header,
#header a {
    color: #002f67;
    font-weight: 500;
}

#header #logo {
    width: 200px;
}

#header .btn-icon {
    font-size: 20px;
    cursor: pointer;
}

#header .cart-items-count {
    background-color: #fff;
    min-width: 16px;
    height: 16px;
    font-size: 12px;
    border-radius: 8px;
    position: absolute;
    top: -5px;
    right: -5px;
    text-align: center;
    color: #006ea7;
    padding: 0 5px;
}

.fixed-menu-scroll #header {
    transition: 200ms all ease;
    transform: translateY(-100%);
}

.fixed-menu-scroll.scroll-up #header {
    transform: translateY(0);
}

#nav-menu {
    text-align: center;
}

#nav-menu .dropdown {
    position: relative;
    z-index: 10;
}

#nav-menu .dropdown #product-menu {
    text-align: left;
    display: none;
    position: absolute;
    top: 40px;
    left: 0;
    width: 250px;
    background: var(--color-main-dark);
}

#nav-menu .dropdown:hover #product-menu {
    display: block;
}

#product-menu a {
    color: #fff;
}

.gradient-alt {
    background: rgb(229, 169, 70);
    background: linear-gradient(180deg, rgba(229, 169, 70, 1) 0%, rgba(155, 99, 38, 1) 100%);
}

/*faixa contato*/
#faixa-contato {
    font-size: 20px;
    position: relative;
}

#faixa-contato strong {
    white-space: nowrap;
}

#faixa-contato .detail {
    background-image: url('../images/bg-detail.png');
    background-repeat: repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    height: 100%;
    width: 200px;
    display: none
}

#faixa-contato .detail.left {
    left: 0;
}

#faixa-contato .detail.right {
    right: 0;
}

#faixa-contato .text-center {
    position: relative;
    z-index: 11;
}

/*testimonial*/
#site-testimonial-home {
    background-color: #000;
    text-align: center;
    color: #fff;
    position: relative;
    padding: 2.5rem 0;
}

#site-testimonial-home .title-alt-title {
    color: #fff;
}

#site-testimonial-home img {
    object-fit: cover;
    height: 350px;
}

#site-testimonial-home .name {
    font-weight: 600;
    font-size: 20px;
}

#site-testimonial-home .title {
    font-weight: 500;
    font-size: 16px;
    opacity: 0.75;
}

#site-testimonial-home .rating {
    display: none;
}

/* onde comprar */
#misc-onde-comprar #gmap-canvas {
    height: 500px;
}

#misc-onde-comprar #result-list {
    height: 300px;
    overflow: auto;
}

#misc-onde-comprar .infoWindow {
    color: #333;
    max-width: 375px;
    min-width: 275px;
}

#article-home .each img {
    border-radius: 20px;
}

#article-home .each .text-box {
    text-align: center;
}

#article-home .each .text-box .title {
    color: #231f20;
    font-weight: 500;
    font-size: 15px;
}

#article-home .each .text-box .date {
    color: var(--secondary);
    font-size: 13px;
}

#article-home .button-wrapper {
    display: none !important;
}

/*footer*/
#footer {
    background-color: #d1d3d4;
    border-top: 10px solid #00aeef;
}

#footer .fa-chevron-right {
    font-size: 8px;
    color: #231f20;
}

#dev {
    background-color: var(--color-main-dark);
}