/* Google maps */
.eb-map-container h6 {
    display: none;
}

/* Continuous text on 2 columns */
.continuous-text-2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
}

/* Remove sidebar spacing */
.man_sidebar_col {
    display: none;
}

/* Ordered lists */
ol.list-first-lvl {
    list-style: none;
    counter-reset: first-lvl-counter;
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 10px;
}
ol.list-first-lvl > li {
    counter-increment: first-lvl-counter;
    font-weight: bold;
    color: #CD1719;
}
ol.list-first-lvl > li::before {
    content: "\f105";
    color: #ffffff;
    border-radius: 50%;
    padding: 0 3px 0 5px;
    background-color: #CD1719;
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    margin-right: 10px;
}
ol.list-first-lvl > li > span::before {
    content: counter(first-lvl-counter) ". ";
    color: #CD1719;
    font-weight: bold;
}
ul.list-third-lvl {
    list-style: none;
    margin-bottom: 10px;
    margin-left: 50px;
}
ul.list-third-lvl > li {
    padding-left: 0;
    text-indent: 0px;
}
ul.list-third-lvl > li::before {
    content: "\2022";
    color: #CD1719;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: 0;
}
ol.list-second-lvl {
    list-style: none;
    counter-reset: second-lvl-counter;
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 10px;
}
ol.list-second-lvl > li {
    counter-increment: second-lvl-counter;
    font-weight: normal;
    color: #000000;
    text-indent: 30px;
    margin-bottom: 5px;
    padding-left: 0;
}
ol.list-second-lvl > li::before {
    content: counter(first-lvl-counter) "." counter(second-lvl-counter) " ";
    color: #CD1719;
    font-weight: normal;
}
ol.clear-lvl > li::before {
    content: '';
}
ul.list-first-lvl {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 15px;
}
ul.list-first-lvl.list-br li {
    display: block;
}
ul.list-first-lvl.list-br li ul.list-third-lvl,
.list-no-margin {
    margin-left: 0 !important;
}
ul.list-first-lvl.list-br li ul.list-third-lvl li {
    font-weight: normal;
    color: #000000;
    font-size: 14px;
    text-transform: none;
    line-height: 1.5;
}


ul.list-first-lvl li {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.3;
    margin-bottom: 5px;
    display: inline-block;
}
ul.list-first-lvl > li::before {
    content: "\f058";
    color: #CD1719;
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    margin-right: 5px;
    font-size: 14px;
}
ul.list-second-lvl {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 10px;
    margin-top: 5px;
}
ul.list-second-lvl > li {
    font-weight: normal;
    color: #000000;
    font-size: 14px;
    text-transform: none;
    line-height: 1.5;
}

/* Icons */
.xt-top-icon .elementor-icon-box-icon .elementor-icon i {
    line-height: 26px;
}
.pre-header-search i.ti-search {
    font-size: 12px !important;
    margin-top: 0 !important;
    display: inline-block !important;
    color: #CD1719 !important;
}
.bil-txt-lnk {
    color: #CD1719 !important;
    font-size: 12px !important;
    font-weight: 600 !important;
}

/* Forms */
.bil-form-wrapper input[type="text"],
.bil-form-wrapper input[type="email"],
.bil-form-wrapper input[type="submit"],
.bil-form-wrapper select,
.bil-form-wrapper textarea {
    font-size: 14px !important;
}
.bil-form-wrapper select {
    padding-left: 22px !important;
    padding-right: 22px !important;
    border-color: #e5e5e5 !important;
}
.bil-form-wrapper input[type="submit"] {
    font-family: Lato !important;
    font-weight: bold !important;
}
.bil-form-wrapper .wpcf7-list-item {
    margin-left: 0 !important;
}
.bil-form-wrapper .wpcf7-list-item .wpcf7-list-item-label {
    font-weight: normal !important;
}
.bil-form-wrapper .mandatory-msg {
    margin-top: 10px;
    color: #8D8D8D !important;
}
.bil-form-wrapper .wpcf7-not-valid-tip {
    margin-bottom: -15px !important;
}

/* Search */
.man_search_block_bg {
    background: rgba(0,0,0,0.8);
}
.man_search_block_bg .search-form .search-form-text {
    font-family: Montserrat !important;
    border: 1px solid #ffffff !important;
    font-size: 14px !important;
    padding: 15px 25px 15px 75px !important;
    background: rgba(50,50,50,0.9) !important;
}
.man_search_block_bg .search-form .search-form-submit {
    right: auto !important;
    left: 30px !important;
    font-size: 18px !important;
    color: #CD1719 !important;
}
.man_search_block_bg .search-form .search-form-submit:hover {
    color: #AA0019 !important;
}
.bil-w-sp {
    border-right: 1px solid #ffffff;
    width: 10px;
    height: 14px;
    position: absolute;
    top: 18px;
    left: 50px;
}
.elementor-element-bil-search {
    cursor: pointer !important;
}
.elementor-element-bil-search i.fa-search {
    color: #CD1719 !important;
    font-size: 12px !important;
}
.elementor-element-bil-search .elementor-icon-box-icon {
    margin-right: 5px !important;
}
.elementor-element-bil-search .elementor-icon-box-title {
    font-size: 12px !important;
    color: #ffffff !important;
    font-family: Montserrat !important;
    font-weight: normal !important;
}
.man_search_block_bg_close i.fa-times {
    position: absolute;
    top: 30px;
    right: 30px;
    font-size: 24px;
    color: #CD1719;
    cursor: pointer;
}
.man_search_block_bg_close i.fa-times:hover {
    color: #AA0019;
}

/* Headings */
.bil-h3 {
    font-size: 36px !important;
    font-weight: normal !important;
    text-transform: uppercase !important;
    margin-top: 0 !important;
    margin-bottom: 25px !important;
    letter-spacing: 5px !important;
}
.bil-h3-st {
    font-weight: bold !important;
    margin-bottom: 10px !important;
}
.bil-top-lft-brd {
    position: relative;
}
.bil-top-lft-brd::before {
    content: '';
    background-color: #CD1719;
    height: 3px;
    width: 1000px;
    position: absolute;
    top: -20px;
    /*right: 250px;*/
    right: calc(100% - 150px);
}
.bil-footer-std-link a:hover {
    color: #CD1719;
}
.bil-news-std-link a h6, .bil-news-std-link a p {
    -webkit-transition: all 0.3s !important;
    -o-transition: all 0.3s !important;
    transition: all 0.3s !important;
}
.bil-news-std-link a:hover h6, .bil-news-std-link a:hover p {
    /*color: #CD1719;*/
}
.bil-ap-img-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
    margin-bottom: 25px;
}
.bil-ap-img-wrap img {
    margin-bottom: 0 !important;
}
.mob-img-foot-pos .elementor-widget-wrap {
    display: flex;
    flex-direction: row;
}
.mob-img-foot-pos .elementor-widget-wrap .elementor-element {
    flex-grow: 1;
    padding: 0 5px !important;
    max-width: calc(25% - 10px) !important;
    margin-bottom: 0 !important;
}
.mob-img-foot-pos .elementor-widget-wrap .elementor-element:last-child {
    flex-grow: 0;
    margin-left: auto;
}

/* Links */
.elementor-element-bil-search .elementor-icon-box-content .elementor-icon-box-title{
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.preheader-links a:hover,
.preheader-links a:active,
.preheader-links a:focus,
.elementor-element-bil-search .elementor-icon-box-content:hover .elementor-icon-box-title{
    color: #cd1719 !important;
}
footer .elementor-widget ul.menu li a {
    font-size: 14px;
    color: #ffffff;
}
.bil-std-link {
    color: #CD1719;
}
.bil-slider-link {
    font-weight: 600;
    text-transform: uppercase !important;
    display: inline-block;
}
.bil-bl-link a {
    color: #000;
}
.bil-bl-link a:hover,
.bil-bl-link a:focus,
.bil-bl-link a:active {
    color: #CD1719;
}
.bil-std-link-h {
    color: #000;
}
.bil-std-link:hover,
.bil-std-link:active,
.bil-std-link:focus,
.bil-std-link-h:hover,
.bil-std-link-h:active,
.bil-std-link-h:focus {
    color: #AA0019;
}
.bil-text-primary .man_404,
.bil-text-primary h2,
.bil-text-primary p {
    color: #000000 !important;
}
.bil-std-link-icon {
    font-weight: bold;
}
.bil-std-link-icon i {
    color: #ffffff;
    border-radius: 50%;
    padding: 0 3px 0 4px;
    background-color: #CD1719;
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    margin-right: 5px;
}
.arrow-down-after a::after {
    margin-left: 5px;
    font-family: 'Font Awesome 5 Free' !important;
    background-color: transparent !important;
    content: "\f063" !important;
    color: #CD1719 !important;
    font-weight: 900 !important;
}
.bil-std-ar-after {
    color: #CD1719 !important;
    font-weight: 500;
}
.bil-std-ar-after:hover {
    color: #AA0019 !important;
}
.bil-std-ar-after::after {
    font-family: 'Font Awesome 5 Free' !important;
    background-color: transparent !important;
    content: "\f061" !important;
    color: #CD1719 !important;
    font-weight: 900 !important;
    font-size: 12px;
}
.text-right-anim a {
    margin-right: 25px;
}
.text-right-anim a:hover {
    margin-right: 0;
}

/* Buttons */
.square-button a {
    border-radius: 0 !important;
}
.square-button a:hover,
.square-button a:active,
.square-button a:focus {
    background-color: #AA0019 !important;
}
.btn-bil-b {
    font-size: 15px !important;
    font-weight: bold !important;
}
.btn-bil-b i {
    font-size: 15px;
    margin-left: 0;
    vertical-align: baseline;
}
.ocpc-title.bil-rev-title {
    color: #000000 !important;
    font-weight: normal !important;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
a:hover .ocpc-title.bil-rev-title,
a:active.ocpc-title.bil-rev-title,
a:focus .ocpc-title.bil-rev-title {
    color: #AA0019 !important;
}
.bil-recuros-slider-download {
    text-align: center !important;
    margin-top: 15px !important;
}
.bil-recuros-slider-download a {
    border-radius: 0 !important;
    background-color: #ffffff !important;
    text-transform: uppercase !important;
    color: #CD1719 !important;
    font-weight: 600 !important;
    border: 2px solid #CD1719 !important;
    font-size: 15px !important;
}
.bil-recuros-slider-download a:focus,
.bil-recuros-slider-download a:hover {
    border-color: #AA0019 !important;
    background-color: #AA0019 !important;
    color: #ffffff !important;
}

/* Dropdown */
.bil-dropdown {
    position: relative !important;
    display: inline-block !important;
}
.bil-dropdown-content {
    display: none !important;
    position: absolute !important;
    z-index: 1 !important;
    background-color: #323232 !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    right: -5px !important;
}
.bil-dropdown-content li {
    padding: 5px 10px !important;
    display: block !important;
}
.bil-dropdown:hover .bil-dropdown-content {
    display: block !important;
}
.plsfe-item i.bil-icon {
    color: #CD1719 !important;
    font-size: 12px !important;
    margin-left: 5px !important;
    margin-top: 2px !important;
}
.plsfe-item__active {
    color: #ffffff !important;
}

/* News */
.bil-news-wrapper {
    border: 1px solid #F2F2F2;
    margin-bottom: 30px;
}
.hr-gray {
    background-color: #F2F2F2 !important;
    color: #F2F2F2 !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}
.man_news_grid_item {
    overflow: hidden !important;
    position: relative !important;
    margin-bottom: 0 !important;
}
.man_news_grid_item:hover .man_news_item_img {
    -webkit-transform: scale(1.1) !important;
    -moz-transform: scale(1.1) !important;
    -ms-transform: scale(1.1) !important;
    -o-transform: scale(1.1) !important;
    transform: scale(1.1) !important;
}
.man_news_grid_item:hover .bil-news-inset {
    border: 1px solid #CD1719;
    z-index: 9999;
    width: calc(100% - 40px);
    left: 20px;
    height: calc(100% - 40px);
    top: 20px;
    position: absolute;
}
.man_news_item_cont {
    position: relative !important;
    padding: 35px !important;
    max-height: 170px !important;
    height: 170px !important;
}
.man_news_item_title {
    color: #000000 !important;
    margin-bottom: 0 !important;
    font-weight: bold !important;
    font-size: 18px !important;
    text-transform: uppercase !important;
    text-overflow: ellipsis !important;
    height: 52px !important;
    max-height: 52px !important;
}
.man_news_item_title.man_news_item_title-single {
    height: auto !important;
    max-height: none !important;
}
.news_title_a {
    color: #000 !important;
}
.man_news_item_cont .man_news_item_date, .man_news_item_date {
    color: #808080 !important;
}
.elementor-widget-sm-news .man_news_list {
    margin-bottom: -30px !important;
}
.man_navigation {
    font-family: Montserrat !important;
    font-size: 14px !important;
    color: #808080 !important;
}
.man_navigation a {
    color: #808080 !important;
    font-weight: normal !important;
    padding: 0 !important;
    width: 28px !important;
    height: 28px !important;
}
.man_navigation .prev,
.man_navigation .next {
    position: inherit !important;
    left: 0 !important;
    right: 0 !important;
    vertical-align: middle !important;
}
.man_navigation .prev i.fas,
.man_navigation .next i.fas {
    font-size: 14px !important;
    color: #CD1719 !important;
}
.man_navigation .prev:hover i.fas,
.man_navigation .next:hover i.fas {
    color: #AA0019 !important;
}
.man_navigation a:hover,
.man_navigation a:active,
.man_navigation a:focus {
    color: #CD1719 !important;
}
.man_navigation .current {
    color: #FFFFFF !important;
    background-color: #CD1719 !important;
    border-radius: 50% !important;
    padding: 0 !important;
    width: 28px !important;
    height: 28px !important;
    font-weight: normal !important;
}
.man_navigation .current::after {
    display: none !important;
}
.man_navigation .page-numbers {
    margin-left: 5px !important;
    margin-right: 5px !important;
}
.bil-news-img img {
    margin-bottom: 0 !important;
    display: block !important;
}
.bil-news-wrapper.bil-news-wrapper-content {
    padding: 25px !important;
}
.man_single_page p {
    margin-bottom: 20px !important;
}
.bil-news-content {
    text-align: justify;
}
.bil-news-nav a {
    color: #CD1719 !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
}
.bil-news-nav a:hover,
.bil-news-nav a:active,
.bil-news-nav a:focus {
    color: #AA0019 !important;
}
.col-550 {
    display: inline-block !important;
    width: auto !important;

}
.col-550 * {
    width: auto !important;
}
.fix-elem-in .elementor-widget-wrap {
    display: inline-block !important;
    width: auto !important;
}

/* Slider */
.ocpc-title {
    color: #CD1719 !important;
    font-family: Montserrat !important;
    font-size: 18px !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    line-height: 1.3 !important;
    margin: 15px 0 !important;
}
.owl-nav button {
    background-color: #CD1719 !important;
    color: #ffffff !important;
    width: 36px !important;
    height: 36px !important;
}
.owl-nav button.owl-prev {
    left: -100px !important;
}
.owl-nav button.owl-next {
    right: -100px !important;
}
.owl-nav button span {
    border-radius: 0 !important;
    background-color: transparent !important;
}
.man_slider_h_wrap {
    max-height: 250px !important;
}
.bil-prod-slider .man_slider_h_wrap {
    max-height: 150px !important;
}
.bil-prod-slider .man_news_item_img {
    height: 150px !important;
}
.bil-prod-slid-wrap .owl-item {
    border: 1px solid #F2F2F2;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.bil-prod-slid-wrap .owl-item:hover {
    border: 1px solid #CD1719 !important;
}
.bil-prod-slid-wrap .ocpc_discripton_class .bil_slid_title_wrap {
    text-align: center !important;
    padding: 10px 20px !important;
    min-height: 86px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}
.bil-prod-slid-wrap .owl-item:hover .ocpc_discripton_class .ocpc-title.bil-rev-title {
    color: #CD1719 !important;
}
.bil-prod-slid-wrap .ocpc_discripton_class .ocpc-title.bil-rev-title {
    font-size: 14px !important;
    margin: 0 !important;
    text-align: center !important;
    max-height: 72px !important;
    overflow: hidden !important;
}
.owl-nav button:hover,
.owl-nav button:active,
.owl-nav button:focus {
    background-color: #AA0019 !important;
}
.owl-nav button i {
    color: #ffffff !important;
    font-size: 18px;
}
.bil-img-contain {
    max-width: 400px;
}
.owl-nav button.disabled {
    display: none !important;
}
.owl-item {
    /*margin-right: 20px !important;*/
}
.bil_slid_title_wrap {
    text-transform: uppercase !important;
    text-overflow: ellipsis !important;
    height: 86px !important;
    max-height: 86px !important;
}
.bil-search-results .entry-title a {
    font-size: 24px !important;
    color: #000000 !important;
    line-height: 1 !important;
}
.bil-search-results .entry-title a:hover,
.bil-search-results .entry-title a:active,
.bil-search-results .entry-title a:focus {
    color: #AA0019 !important;
}
.bil-post-wrap article {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}
.navigation.posts-navigation {
    margin-top: 25px !important;
    margin-bottom: 0 !important;
}
.navigation.posts-navigation .nav-links .nav-previous::before {
    content: "\f053";
    color: #000000;
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
}
.navigation.posts-navigation .nav-links .nav-next::after {
    content: "\f054";
    color: #000000;
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
}
.navigation.posts-navigation .nav-links a {
    text-transform: uppercase;
}
.navigation.posts-navigation .nav-links div:hover::before,
.navigation.posts-navigation .nav-links div:hover::after{
    color: #AA0019 !important;
}
.navigation.posts-navigation .nav-links a:hover {
    color: #AA0019 !important;
}

/* Products */
.products.products_grid_type {
    margin-top: 0 !important;
}
.products.products_grid_type li.product .man_product_photo {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}
.products.products_grid_type li.product:hover .man_product_photo {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    transform: none !important;
}
.products.products_grid_type .product:hover .man_product_cont {
    transform: none !important;
}
.products.products_grid_type .product.type-product.product-type-simple {
    border: 1px solid #F2F2F2 !important;
    margin-right: 15px !important;
    margin-bottom: 15px !important;
    width: calc(20% - 15px) !important;
}
.products.products_grid_type .product.type-product.product-type-simple:hover {
    border: 1px solid #CD1719 !important;
}
.products.products_grid_type .man_product_cont {
    position: initial !important;
    text-align: center !important;
    padding: 10px 20px !important;
    min-height: 64px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}
.products.products_grid_type .man_product_cont h3 {
    transition: all 0.3s ease-out;
    font-size: 14px !important;
    text-transform: uppercase !important;
    margin-bottom: 0 !important;
}
.products.products_grid_type .product.type-product.product-type-simple:hover h3 {
    color: #CD1719 !important;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    border: 1px solid #F2F2F2 !important;
    margin-right: 15px !important;
    margin-bottom: 15px !important;
    width: calc(20% - 15px) !important;
}
.woocommerce ul.products li.product:hover, .woocommerce-page ul.products li.product:hover {
    border-color: #CD1719 !important;
}
.woocommerce ul.products li.product:hover a h3, .woocommerce-page ul.products li.product:hover a h3 {
    color: #CD1719 !important;
}

.woocommerce-page ul.products li.product .woocommerce-loop-category__title {
    position: initial !important;
    text-align: center !important;
    padding: 10px 20px !important;
    min-height: 64px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-weight: normal !important;
    font-style: normal !important;
    color: #000000 !important;
    font-size: 14px !important;
}
.woocommerce div.product div.images img {
    border: 1px solid #F2F2F2;
    transition: all 0.3s ease-out;
}
.woocommerce div.product div.images img:hover {
    border-color: #CD1719;
}

/* Product details */
.bil-prod-title {
    font-size: 36px !important;
    font-weight: normal !important;
    text-transform: uppercase !important;
    margin-left: -3px !important;
    line-height:1 !important;
    margin-bottom: 15px !important;
}
.bil-prod-title::after {
    display: none !important;
}
.bil-prod-ficha {
    font-size: 12px !important;
    text-transform: uppercase !important;
    font-weight: 500 !important;
    margin-bottom: 15px !important;
}
.bil-prod-ficha a::before {
    font-size: 12px !important;
    margin-right: 2px;
    font-family: 'Font Awesome 5 Free' !important;
    background-color: transparent !important;
    content: "\f063" !important;
    color: #CD1719 !important;
    font-weight: 900 !important;
}

.bil-prod-details {
    display: flex;
    align-items: stretch;
    align-content: space-between;
    flex-flow: row nowrap;
    margin-bottom: 25px;
}
.bil-prod-details .bil-prod-details-col {
    flex: 50%;
    display: flex;
    align-items: stretch;
    align-content: space-between;
    flex-flow: row nowrap;
    z-index: 2;
}
.bil-prod-details .bil-prod-details-col.bil-prod-details-col-dt {
    flex-flow: column nowrap;
}
.bil-prod-details .bil-prod-details-col .bil-prod-details-col-row {
    display: flex;
    align-items: stretch;
    align-content: space-between;
    flex-flow: row nowrap;
    margin-bottom: 10px;
}
.bil-prod-details .bil-prod-details-block .bil-prod-details-block-title p {
    text-transform: uppercase;
    font-size: 15px;
    margin-bottom: 0;
}
.bil-prod-details-block {
    padding-right: 5px;
}
.bil-prod-details .bil-icon-b-info::before {
    font-size: 12px !important;
    margin-right: 2px;
    font-family: 'Font Awesome 5 Free' !important;
    background-color: transparent !important;
    content: "\f05a" !important;
    color: #CD1719 !important;
    font-weight: 900 !important;
}
.bil-prod-details .bil-icon-b-bookmark::before {
    font-size: 12px !important;
    margin-right: 2px;
    font-family: 'Font Awesome 5 Free' !important;
    background-color: transparent !important;
    content: "\f02e" !important;
    color: #CD1719 !important;
    font-weight: 900 !important;
}
.bil-block-7 {
    flex: 70%;
}
.bil-block-3 {
    flex: 30%;
}
.bil-block-25 {
    flex: 25%;
}
.pl-5p {
    padding-left: 5%;
}
.bil-prod-details .bil-prod-details-block .bil-prod-details-block-title .bil-prod-details-block-desc,
.bil-prod-details .bil-prod-details-block .bil-prod-details-block-title .bil-prod-details-block-desc p {
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #808080 !important;
    margin-bottom: 0 !important;
    line-height: 1.3 !important;
    text-transform: none !important;
}
.bil-prod-prods-slider {
    clear: both;
    margin-top: 50px;
    padding-top: 50px;
}
.bil-block-1 {
    max-width: 400px !important;
}

.prefooter-links .prefooter-privacy {
    text-align: right !important;
}
ul.man_menu_links.menu a:hover,
ul.man_menu_links.menu a:focus,
ul.man_menu_links.menu a:active {
    padding-left: 0 !important;
}
ul.man_menu_links.menu a:hover::before,
ul.man_menu_links.menu a:focus::before,
ul.man_menu_links.menu a:active::before {
    display: none !important;
}
.bil_intro {
    border-bottom: 0 !important;
    box-shadow: none !important;
}
.bil_intro_cont {
    padding: 152.5px 15px 20px 25px !important;
    width: auto !important;
    text-align: left !important;
    width: auto !important;
    margin: 0 auto !important;
    border-bottom: 0 !important;
    text-transform: uppercase !important;
    color: #f2f2f2 !important;
    font-size: 12px !important;
    font-weight: 500 !important;
}
.bil_intro_cont .breadcrumbs li a, .bil_intro_cont .breadcrumbs li span{
    color: #808080 !important;
}
.bil_intro_cont .breadcrumbs li::after {
    content: "\f105";
    color: #808080;
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    font-size: 12px;
}
.bil_intro_cont a:hover,
.bil_intro_cont a:active,
.bil_intro_cont a:focus,
.bil_intro_cont a:hover span,
.bil_intro_cont a:active span,
.bil_intro_cont a:focus span {
    color: #CD1719 !important;
}
.container {
    padding-top: 0 !important;
}
.bil-2-col-cont {
    /*-webkit-column-count: 2;*/
    /*-moz-column-count: 2;*/
    /*column-count: 2;*/
    /*-webkit-column-gap: 25px;*/
    /*-moz-column-gap: 25px;*/
    /*column-gap: 25px;*/
}
.bil-2-col-cont .break-column .elementor-container {
    /*display: inline-block;*/
    /*width: 100%;*/
}
.bil-2-col-cont .elementor-widget-wrap .elementor-widget-text-editor {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 25px;
    -moz-column-gap: 25px;
    column-gap: 25px;
}
.bil-2-col-cont .elementor-column-gap-extended>.elementor-row>.elementor-column>.elementor-element-populated {
    padding-top: 0 !important;
}
.sm_nav_menu > .current-menu-parent > a:before, .sm_nav_menu > .current_page_parent > a:before {
    display: none;
}
.menu-item-has-children > a:after {
    content: "\f107";
    font-size: 14px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #CD1719 !important;
}
.sm_nav_menu .sub-menu {
    position: fixed !important;
    left: 0 !important;
    width: 100% !important;
    margin-top: 0 !important;
    padding: 0 !important;
    background-color: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}
.sm_nav_menu .sub-menu li.menu-item {
    padding: 0 !important;
}
.sm_nav_menu .sub-menu .submenu-inner {
    margin-top: 35px !important;
    background-color: rgba(0,0,0,0.9) !important;
    color: #ffffff !important;
    font-weight: 500 !important;
    padding: 25px !important;
}
.sm_nav_menu .sub-menu .sub-menu-cats {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
}
.sm_nav_menu .sub-menu .sub-menu-cats .submenu-cat-el a {
    color: #ffffff !important;
    font-weight: 500 !important;
    margin-bottom: 5px !important;
}
.sm_nav_menu .sub-menu .sub-menu-cats .submenu-cat-el a:hover {
    transform: none !important;
    color: #CD1719 !important;
    font-weight: 500 !important;
}
.sm_nav_menu .sub-menu .sub-menu-cats .submenu-cat-el a:hover::before {
    display: none !important;
}
.bil-submenu-sr .submenu-cat-el a {
    color: #ffffff !important;
    font-weight: 500 !important;
    padding-left: 0 !important;
    font-size: 15px !important;
}
.bil-submenu-sr .submenu-cat-el a::after {
    content: "\f105";
    color: #ffffff;
    color: #CD1719;
    font-family: 'Font Awesome 5 Free';
    margin-left: 5px;
    font-weight: 900;
    font-size: 15px !important;
}
.bil-submenu-sr  .submenu-cat-el a:hover {
    transform: none !important;
    color: #CD1719 !important;
    font-weight: 500 !important;
}
.bil-submenu-sr  .submenu-cat-el a:hover::after {
    font-weight: 900 !important;
    background-color: transparent !important;
}
.bil-submenu-sr  .submenu-cat-el a:hover::before {
    display: none !important;
}
.sm_nav_menu > li ul:before {
    display: none !important;
}
.bil-submenu-sr-img img {
    width: 100%;
}
.bil-submenu-wrap {
    display: flex;
    padding-bottom: 0!important;
}
.bil-submenu-sr {
    flex-grow: 0;
    flex-shrink: 1;
    margin-right: 25px;
    min-width: 250px;
}
.bil-submenu-sr-img {

}
.bil-submenu-gr {
    flex-grow: 1;
    flex-shrink: 0;
}
.sm_nav_menu .sub-menu li a {
    color: #ffffff !important;
}
.bil-dot-pattern {
    background-image: radial-gradient(#121212 10%, transparent 10%), radial-gradient(#121212 10%, transparent 10%);
    background-color: #323232;
    background-position: 0 0, 10px 10px;
    background-size: 20px 20px;
}
.bil-cont-txt h3 {
    margin-top: 0;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-size: 36px !important;
    font-weight: normal !important;
}
.bil-cont-txt p {
    line-height: 1.3 !important;
}
.bil-cont-wr-txt p {
    margin-bottom: 10px;
    line-height: 1.5;
}
.sm_nav_menu > li.menu-item:first-child {
    display: none;
}

/* Destaques carousel */
.bil-destaque-slid-man {
    /*transition: all 1s ease-in-out;*/
    opacity: 0;
    position: absolute;
    max-width: 900px;
    width: 90% !important;
    margin: 0 auto !important;
}
.bil-destaque-slid-man {
    z-index: 9998;
}
.bil-destaque-slid-man.bil-active {
    opacity: 1;
    z-index: 9999;
}
.bil-destaque-slid-man-ic {
    position: absolute;
    right: 0 !important;
}
#bil-destaque-slid-man-ic-0 {
    top: -30px !important;
}
#bil-destaque-slid-man-ic-2 {
    top: 32px !important;
}
.bil-destaque-slid-man-ic i {
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    margin-right: 2px;
}
.bil-destaque-slid-man-ic.bil-active i {
    font-size: 16px;
    cursor: inherit;
    margin-right: 0;
}
.bil-dest-ic-wr {
    position: absolute;
    right: 0;
}
.img-inset {
    overflow: hidden;
    position: relative;
}
.img-inset img {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.img-inset .img-inset-in {
    border: 1px solid #CD1719;
    z-index: 9999;
    width: calc(100% - 40px);
    left: 20px;
    height: calc(100% - 40px);
    top: 20px;
    position: absolute;
    display: none;
}
.img-inset:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.img-inset:hover .img-inset-in {
    display: block;
}
.sassy-ow {
    color: #CD1719;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.sassy-ow:hover {
    color: #AA0019;
}
.sassy-ow-cont {
    transition: all 0.3s ease-in-out;
    opacity: 1;
    order: -1;
    margin-right: 5px;
    position: relative;
    overflow: hidden;
}
.sassy-ow .sassy-ow-cont .heateor_sss_sharing_container {
    transition: all 0.3s ease-in-out;
    right: -250px;
    position: relative;
}
.sassy-ow:hover .sassy-ow-cont .heateor_sss_sharing_container {
    right: 0;
}
.bil-shortcode-title {
    font-family: Montserrat !important;
    line-height: 36px !important;
    font-weight: 500 !important;
    font-style: normal !important;
    color: #000000 !important;
    font-size: 36px !important;
    text-transform: uppercase !important;
    margin-top: 0 !important;
    margin-bottom: 15px !important;
}
.bil-shortcode-content {
    line-height: 1.3 !important;
}
.products.products_grid_type .man_product_cont.bil_product_cont {
    padding: 10px !important;
    max-height: 64px !important;
    text-overflow: ellipsis !important;
    overflow: hidden;
}
.products.products_grid_type .man_product_cont.bil_product_cont h3 {
    max-height: 64px !important;
    text-overflow: ellipsis !important;
    overflow: hidden;
}
.bil_cat_img {
    height: 140px !important;
    max-height: 140px !important;
    overflow: hidden !important;
}
.bil_cat_img img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}
.bil_cat_wrap {
    padding: 0 10px !important;
}
.woocommerce ul.products li.first, .woocommerce-page ul.products li.first,
.woocommerce ul.products li.first, .woocommerce-page ul.products li.last {
    clear: none  !important;
}
.bil-prod-nav {
    display: inline-block !important;
    position: relative !important;
    top: -47px !important;
    float: right !important;
}
.bil-prod-nav a {
    font-size: 12px !important;
    font-weight: 600 !important;
}

/* Slider */
.allinone_bannerRotator .leftNav,
.allinone_bannerRotator .rightNav{
    background: none !important;
}
.allinone_bannerRotator .leftNav {
    left: 5% !important;
}
.allinone_bannerRotator .rightNav {
    right: 5% !important;
}
.allinone_bannerRotator .leftNav::before {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    content: "\f104";
    color: #ffffff;
    border: 2px solid #ffffff;
    background-color: transparent;
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    font-size: 24px;
    line-height: 40px;
    padding: 10px 16px;

}
.allinone_bannerRotator .leftNav:hover::before,
.allinone_bannerRotator .rightNav:hover::before{
    border: 2px solid #CD1719;
    color: #CD1719;
}
.allinone_bannerRotator .rightNav::before {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    content: "\f105";
    color: #ffffff;
    border: 2px solid #ffffff;
    background-color: transparent;
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    font-size: 24px;
    line-height: 40px;
    padding: 10px 16px;
}

/* Newsletter popup */
.bil-news-popup {
    position: fixed;
    right: 0;
    top: 200px;
    display: flex;
    align-items: center;
    z-index: 9;
    border: 1px solid #fff;
}
.bil-news-popup div {
    padding: 10px;
    height: 75px;
}
.bil-news-popup-icon {
    width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    background-color: #323232;
}
.bil-news-popup-icon a {
    display: flex;
    align-items: center;
    justify-content: center;
}
.bil-news-popup-icon img {
    width: 100%;
}
.bil-news-popup-content {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 270px;
    background-color: #d6d4d4;
}
.bil-news-popup-content p {
    margin: 0 !important;
    line-height: 1.2 !important;
    font-size: 11px !important;
}
.bil-news-popup-content h6 {
    margin: 0 0 5px !important;
    line-height: 1.2 !important;
    font-size: 12px !important;
    font-weight: bold !important;
    font-family: Montserrat !important;
}
.bil-news-popup-trigger {
    background-color: #d6d4d4;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #CD1719;
    cursor: pointer;
    border-left: 1px solid #fff;
    font-size: 18px;
    padding: 5px !important;
}
.bil-news-popup-trigger:hover {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #AA0019;
}
.bil-news-popup-m {
    display: none;
    top: 200px !important;
    border: none !important;
    right: 20px !important;
    z-index: 9999 !important;
}
.bil-ztop {
    z-index: 199 !important;
}
.bil-news-popup-m .bil-news-popup-icon {
    height: 45px !important;
    width: 45px !important;
    padding: 5px !important;
}
.bil-news-popup-round {
    border-radius: 50%;
}
.bottomNav {
    /*background: none !important;*/
    bottom: 15px !important;
    width: auto !important;
    padding-right: 9px !important;
    background: none !important;
}
.bottomNavButtonOFF {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    /*background: none !important;*/
    /*margin: 0 3px !important;*/
    /*padding: 0 !important;*/
    /*border-radius: 50% !important;*/
    /*background-color: #fff !important;*/
    /*display: inline-block;*/
    border-radius: 50% !important;
    padding-left: 0 !important;
    margin-left: 5px !important;
    margin-right: 5px !important;
}
.bottomNavButtonOFF.bottomNavButtonON {
    /*background: none !important;*/
}
/* Cookie */
#moove_gdpr_cookie_info_bar {
    background-color: #323232 !important;
    border-top: 1px solid #fff !important;
    padding: 10px !important;
}
.moove-gdpr-cookie-notice p {
    color: #fff !important;
    font-weight: normal !important;
}
.mgbutton {
    background-color: #CD1719 !important;
    margin-bottom: 0 !important;
}
.mgbutton:hover {
    background-color: #AA0019 !important;
}
.moove-gdpr-cookie-notice a:hover {
    color: #AA0019 !important;
}
.bil-hero-bg-img {
    margin-top: 134px;
    padding-top: 96px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.bil-hero-bg-img h3 {
    font-family: Montserrat !important;
    font-size: 36px !important;
    font-weight: bold !important;
    color: #fff !important;
    margin-bottom: 15px !important;
}
.bil-woo-title {
    font-family: Montserrat !important;
    font-size: 36px !important;
    font-weight: normal !important;
    color: #000 !important;
    margin: 50px 0 25px !important;
    padding: 0 10px !important;
    text-transform: uppercase !important;
}
.bil-hero-bg-img .breadcrumbs li a,
.bil-hero-bg-img .breadcrumbs li span {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    color: #fff !important;
}
.bil-hero-bg-img .breadcrumbs li a:hover,
.bil-hero-bg-img .breadcrumbs li a:hover span {
    color: #CD1719 !important;
}
.bil-hero-bg-img .bil-hero {
    margin-bottom: 20px !important;
}
h2.error-404 {
    font-size: 50px !important;
    line-height: 1.2 !important;
}
.owl-dots {
    display: none !important;
}
.owl-dot span {
    background-color: #CD1719 !important;
}
.owl-dot.active span {
    width: 13px !important;
    height: 13px !important;
}
.bil-prod-details {
    position: relative;
}
.bil-prod-details-divider {
    position: absolute;
    width: 1px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #CD1719;
    z-index: 1;
    left: calc(50% - 20px);
}

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    display: none;
}
.woocommerce-product-gallery {
    width: 100% !important;
    margin-top: 2rem;
}
.woocommerce-product-gallery__trigger {
    display: none;
}
.woocommerce-product-gallery .flex-viewport {
    width: 60%;
    float: left;
}
.woocommerce-product-gallery > .woocommerce-product-gallery__wrapper {
    width: 60% !important;
}
.woocommerce-product-gallery .flex-control-nav {
    float: left;
    margin-left: 25px !important;
    margin-top: 0 !important;
    width: calc(40%);
    padding-bottom: 25px !important;
}
.woocommerce div.product div.images .flex-control-thumbs li:first-child {
    margin-top: -25px !important;
}
.woocommerce div.product div.images .flex-control-thumbs {
    margin-left: 0 !important;
    overflow: visible !important;
}
.woocommerce div.product div.images .flex-control-thumbs li {
    width: 100% !important;
    height: 200px !important;
    padding: 25px !important;
    margin-bottom: 25px !important;
}
.woocommerce div.product div.images .flex-control-thumbs li img {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid #F2F2F2;
    height: 100% !important;
}
.woocommerce div.product div.images .flex-control-thumbs li:hover img {
    -webkit-transform: scale(1.1) !important;
    -moz-transform: scale(1.1) !important;
    -ms-transform: scale(1.1) !important;
    -o-transform: scale(1.1) !important;
    transform: scale(1.1) !important;
    border-color: #CD1719 !important;

}
.woocommerce div.product div.images .flex-control-thumbs li img {
    height: 200px !important;
}

/* Product image bullets */
.flex-control-nav.flex-control-paging {
    position: absolute;
    bottom: -45px;
    list-style: none;
    display: block;
    padding: 0;
    margin: 0;
    width: 70%;
    text-align: center;
}
.flex-control-nav.flex-control-paging li {
    position: relative;
    display: inline-block;
    cursor: pointer;
    height: 1.5rem;
    width: 1.5rem;
    margin: 0;
    padding: .35714rem;
    margin-right: 5px;
}
.flex-control-paging li a {
    display: inline-block;
    margin: 0;
    padding: 0;
    position: relative;
    background: 0 0;
    outline: 0;
    line-height: 0;
    font-size: 0;
    text-indent: -99999px;
    color: transparent;
    cursor: pointer;
    top: 2px;
}
.flex-control-paging li a.flex-active,
.flex-control-paging li a:hover {
    top: 0;
}
.flex-control-paging li a:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 14px;
    height: 14px;
    text-align: center;
    background-color: #CD1719;
    margin: 2px;
}
.flex-control-paging li a, .flex-control-paging li a:before {
    content: "\f111";
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    border-radius: 50px;
}
.flex-control-paging li a:before {
    display: block;
    transition: all .1s ease-out;
}
.flex-control-paging li a:focus, .flex-control-paging li a:hover {
    outline: 0;
}
.flex-control-paging li a:focus:before, .flex-control-paging li a:hover:before {
}
.flex-control-paging li a.flex-active:before {
    width: 18px;
    height: 18px;
}
.flex-control-paging li a:hover:before {
    width: 18px;
    height: 18px;
}


/* Utilities */
.pmb-0 p { margin-bottom: 0 !important; }
.pmb-0 a { display: block !important; }
.pl-0 { padding-left: 0 !important; }
.px-0 { padding-left: 0px !important; padding-right: 0px !important; }
.px-1 { padding-left: 10px !important; padding-right: 10px !important; }
.px-2 { padding-left: 15px !important; padding-right: 15px !important; }
.py-3 { padding-top: 25px !important; padding-bottom: 25px !important; }
.px-3 { padding-left: 25px !important; padding-right: 25px !important; }
.pa-1 { padding: 10px !important; }
.mb-0 { margin-bottom: 0 !important; }
.my-0 { margin-bottom: 0 !important; margin-top: 0 !important; }
.my-2 { margin-bottom: 20px !important; margin-top: 20px !important; }
.my-3 { margin-bottom: 25px !important; margin-top: 25px !important; }
.mb-3 { margin-bottom: 25px !important; }
.mb-5 { margin-bottom: 50px !important; }
.mb-2 { margin-bottom: 15px !important; }
.mr-1 { margin-right: 10px !important; }
.mt-1 { margin-top: 10px !important; }
.my-0 h4 { margin-bottom: 0 !important; margin-top: 0 !important; }
.inline-block { display: inline-block !important; width: auto !important; }
.last-right ul.sm_nav_menu li:last-child { padding-right: 0 !important; }
.full-width { width: 100% }
.text-uppercase { text-transform: uppercase !important; }
.max-600 { max-width: 600px !important; }
.auto-margin { margin-left: auto !important; margin-right: auto !important; }
.auto-size { width: auto !important; }
.position-relative { position: relative !important; }
.align-items-center { align-items: center !important; }
.round-img img { border-radius: 50% !important; }
