.text-white-color p, .text-white-color .pix-pre-title, .text-white-color .wpb_text_column p:last-child {
    color: #bbbbbb;
    font-size: 17px;
}

html .custom-header {
    padding: 158px 0 102px;
    margin-bottom: 100px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}

html .header-topbar-view + .custom-header {
    padding-top: 400px;
}

.pix-header-title .pix-h1 {
    font-size: 50px;
    font-weight: 400;
    line-height: 1;
    display: inline-block;
    vertical-align: bottom;
    position: relative;
    font-family: 'Russo One', sans-serif;
}
.item-pulse {
    content: "";
    width: 70px;
    height: 70px;
    -webkit-border-radius: 150px;
    border-radius: 150px;
    background: #9A222C;
    position: absolute;
    z-index: 3;
    cursor: pointer;
    -webkit-transition: opacity .33s, transform .33s;
    transition: opacity .33s, transform .33s;
    top: 50%;
    left: 50%;
    margin-top: -35px;
    margin-left: -35px;
}
.pix-video .title {
    font-family: 'Russo One', sans-serif;
    font-size: 40px;
    font-weight: var(--pix-title-weight);
    font-style: var(--pix-title-style);
    letter-spacing: var(--pix-title-letter-spacing);
}
/*.pix-title-h2 {
    color: #fff;
    font-family: 'Russo One', sans-serif !important;
}*/
.pix-button.pix-transparent {
    background: #9F242D;
    color: #FFFFFE;
    border: 13px;
    border-radius: 160px !important;
}
.rtd ul:not([class]) li:before {
    font: normal normal normal 14px/1 Font Awesome 5 Free;
    font-size: inherit;
    display: none;
    margin-right: 10px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.eg-filter-wrap.eg-filter-layout-10 ul li a.eg-active-filter {
    background: #9F242D;
    color: #fff;
}
.eg-filter-wrap.eg-filter-layout-10 ul li a.eg-active-filter:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 35px 15px;
    border-color: transparent transparent #9F242D transparent;
    left: -15px;
}
.eg-filter-wrap.eg-filter-layout-10 ul li a.eg-active-filter:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 35px 15px 0 0;
    border-color: #9F242D transparent transparent transparent;
    right: -15px;
}
.pix-offer-slider-item.pix-offer-slider-item-red .pix-offer-img {
    right: 190px;
    left: initial;
    width: 275px;
}
.pix-offer-slider-item .pix-offer-img {
    position: absolute;
    top: 0;
    left: 185px;
    height: 100%;
    width: 255px;
}
p {
    font-size: var(--pix-font-size);
    font-weight: var(--pix-font-weight);
    line-height: 25px;
    color: var(--pix-font-color);
    font-size: 16px;
}
.pix-rounded-buttons .pix-button, .pix-rounded-buttons.woocommerce a.button, .pix-rounded-buttons.woocommerce button.button, .pix-rounded-buttons .pix-product .woo-item-grid .button, .pix-rounded-buttons .comment-respond form input[type=submit], .pix-rounded .pix-contact-form input[type=submit], .pix-button.pix-rounded {
    -webkit-border-radius: 5px;
    border-radius: 150px;
    /* background-color: #9F242D; */
}