.main__header {
    background-color: #0c3255;
}

.header__account--btn {
    color: #ffffff;
}

.offcanvas__header--menu__open--btn {
    color: #ffffff;
}

button.accordion-button {
    font-size: 1.5rem !important;
}

.accordion-button:not(.collapsed) {
    color: var(--secondary-color);
    background-color: rgba(255, 255, 255, 0.18);
    box-shadow: none;
}

.language__currency {
    border: 0 !important;
}

.categories__card {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.3);
}

.currency__items a {
    padding-left: 5px;
}

.currency__items img {
    width: 22px;
}

.header__menu--link {
    padding: 9px 1.2rem;
    color: #ffffff;
}

label.error {
    color: red;
    font-weight: bold;
}

small {
    font-size: small;
}

.row-attr {
    font-size: small;
}

.row-attr div.col-12 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-bottom: 1px solid #d6d6d6;
    font-weight: 600;
    color: var(--color-custom-3);
    font-size: 1.4rem;
}

.row-attr div.col-12:last-child {
    border-bottom: none;
}

.product__primary--img, .product__secondary--img {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.page-link, .page-link span {
    background-color: #46c0ef;
    border-color: #46c0ef ;
    color: #ffffff;
    padding: 10px;
    margin-right: 4px;
    margin-left: 4px;
}
.page-item.disabled .page-link{
    border-color: #f5f5f5;
    background-color: #f5f5f5;
}
.categories__card--link:hover img {
    filter: brightness(0) invert(1);;
}

.product__card--content {
    height: 115px;
}

.product__card--content.attr {
    height: 130px;
}

.box-ricerca {
    background-color: #183557;
    background-image: url(../img/bg_search.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    padding-top: 6rem;
    padding-bottom: 7rem;
}

.categories__title {
    color: var(--color-custom);
}

.categories__subtitle {
    color: var(--color-custom-2);
}

@media screen and (max-width: 992px) {
    .box-ricerca {
        padding-top: 2rem;
        padding-bottom: 4rem;
    }
}

.box_ricerca .row:first-child {
    margin-bottom: 10px;
}

.search__filter--inner .col-md-4 {
    margin-bottom: 10px;
}

/* over-item */
.over-item {
    text-align: center;
    position: absolute;
    z-index: 2;
    background-color: #fff !important;
    opacity: 0.4;
    filter: alpha(opacity=50);
}

.over-item {
    /* background: url(../img/loader.gif) center center no-repeat rgba(255, 255, 255, 0.5);*/
    background: rgba(255, 255, 255, 0.09);
}

@media screen and (max-width: 767px) {
    .header__search--form {
        margin-right: 45px;
    }

    .predictive__search--close__btn {
        top: 30px;
    }
}

p.blog__card--desc {
    display: -webkit-box;
    max-height: 200px;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.navBarInfo {
    padding-top: 16px;
    padding-bottom: 16px;
    width: 100%;
}

.stuck.navBarInfo {
    padding-top: 12px;
    padding-bottom: 12px;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
}

.stuck {
    background-color: #ffffff;
    position: fixed;
    z-index: 100;
    top: 0;
}

#infoBar .active {
    color: var(--secondary-color);
    text-decoration: underline;
}

#infoBar li a {
    color: var(--foreground-color);
}

/* select2 */
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #e5e5e5 !important;
    border-radius: 0px;
    padding-top: 5px !important;
    padding-left: 5px !important;
    height: 40px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 7px !important;
}

.select2 {
    width: 100% !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: var(--color-custom);
    font-weight: 500;
}

/* ricerca */
.box-filter {
    padding-bottom: 15px;
    margin-bottom: 5px;
}

.box-filter label {
    margin-bottom: 0;
    font-size: 13px;
}

.search-number {
    width: 120px;
}

#filterResult input {
    transition: none;
}

@media screen and (max-width: 991px ) {

    #boxFilter {
        left: 0;
        top: 0;
        overflow-y: auto;
        box-shadow: 0 0 15px rgba(5, 0, 0, 0.1);
        width: 310px;
        padding: 20px 15px 33px;
        position: fixed;
        bottom: 0;
        z-index: 1050;
        display: flex;
        flex-direction: column;
        max-width: 100%;
        background-color: #fff;
        background-clip: padding-box;
        outline: 0;
        visibility: hidden;
        transition: transform .3s ease-in-out;
    }

}

@media screen and (min-width: 992px ) {
    #boxFilter {
        visibility: visible !important;
    }

}

.box-result .offcanvas-header {
    padding: 0.6rem 1rem 0.6rem 1.5rem;
    border-bottom: 1px solid var(--border-color);
    background-color: #f5f5f5;
    position: fixed;
    top: 0;
    left: 0;
    width: 308px;
    display: none;
    z-index: 1;
}

.col-filter .btn-close {
    position: absolute;
    right: 0;
    top: 11px;
}

@media screen and (max-width: 991px ) {
    .box-result .offcanvas-header {
        display: block;
    }

    .col-filter {
        padding-top: 40px !important;
    }

    .col-filter .btn-close {
        margin-right: 20px;
    }
}

.row-categories > * {
    padding-right: .5rem;
    padding-left: .5rem;
}

@media only screen and (min-width: 992px) {
    .row-categories > * {
        padding-right: .5rem;
        padding-left: .5rem;
    }
}

@media only screen and (max-width: 991px) {
    .row-categories > * {
        width: 50%;
    }
}

.search__filter--section .input-group-text {
    font-size: 2rem;
    border-radius: 0 !important;
}

.search__filter--section .input-group .price {
    width: 160px;
}

@media screen and (max-width: 1365px) {
    .search__filter--section .input-group .price {
        width: 155px
    }
}

@media screen and (max-width: 1199px) {
    .search__filter--section .input-group .price {
        width: 125px
    }
}

@media screen and (max-width: 992px) {
    .search__filter--section .input-group .price {
        width: 90px
    }
}

@media screen and (max-width: 667px) {
    .search__filter--section .input-group .price {
        width: 135px
    }
}

.search__filter--section .section__heading--maintitle {
    font-size: 2.8rem;
    margin-left: 32px;
}

/*
.widget h2.section__heading--maintitle{
    background: url(../img/dot.png);
    background-position: center;
    background-repeat: repeat-x;
    background-color: #ffcc99;
    height: 46px;
}

.widget h2.section__heading--maintitle:before{
    content: "";
    width: 120px;
    height: 46px;
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    background-image: url(../img/tail.png);
    background-repeat: no-repeat;
}

.widget h2.section__heading--maintitle > span{
    position: relative;
    z-index: 1;
    background-color: #46c0ef;
    color: #ffffff;
    padding: 10px 10px 10px 20px;
    margin-left: 50px;
    border-top-right-radius: 17px;
    border-bottom-right-radius: 17px;
}
*/
.co_section__heading {
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 30px;
    margin-top: 20px;
}

.co_section__heading {
    background-image: url(../img/dot.png);
    background-position: center;
    background-repeat: repeat-x;
    height: 46px;
    position: relative;
    padding-left: 120px;
}

.co_section__heading.heading2 {
    background-image: url(../img/dot2.png);
}

.co_section__heading .co_maintitle:before {
    content: "";
    width: 120px;
    height: 46px;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    background-image: url(../img/tail.png);
    background-repeat: no-repeat;
}

.co_section__heading.heading2 .co_maintitle:before {
    background-image: url(../img/tail2.png);
}

.co_section__heading .co_maintitle > span {
    z-index: 1;
    background-color: #46c0ef;
    color: #ffffff;
    position: relative;
    font-weight: normal;
    height: 46px;
    padding-right: 30px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 22px;
    display: table-cell;
    vertical-align: middle;
    padding-bottom: 4px;
}

.co_section__heading.heading2 .co_maintitle > span {
    background-color: #10416d;
}

@media screen and (max-width: 991px) {
    .co_section__heading {
        padding-left: 0;
        background-image: none;
    }
    .co_section__heading .co_maintitle > span {
        padding-left: 30px;
        border-top-left-radius: 25px;
        border-bottom-left-radius: 22px;
    }
}

nav.pagination {
    padding: 20px 0;
}

.product__card--title {
    color: var(--color-custom);
}

@media screen and (min-width: 1200px) {
    .product__section {
        background-image: url(../img/bg_grey.png);
        background-repeat: no-repeat;
        background-position: right;
        background-position-y: 420px;
    }
}

.blog__card--title {
    color: var(--color-custom);
}

.blog__card--data {
    color: var(--color-custom-2);
    font-size: 1.3rem;
    line-height: 1.3rem;
    font-weight: 400;
}

.text-iva {
    font-size: small;
    color: var(--color-custom-3);
}

@media screen and (min-width: 992px) {
    .main__content_wrapper {
        background-image: url(../img/bg_color.png);
        background-repeat: no-repeat;
        background-position: calc(100% + 150px) -450px;
    }
}

.body-home .main__content_wrapper {
    background-image: none;
}

.text-no-price {
    font-weight: 500;
    font-size: 1.7rem;
    color: var(--secondary-color);
}

/* static */
.titolo1, .titolo1 a {
    font-size: 3rem;
    line-height: 6rem;
    color: var(--color-custom);
}

.titolo2, .titolo2 a {
    font-size: 3rem;
    line-height: 4rem;
    color: var(--color-custom);
}

.subtitolo2 {
    font-size: 1.8rem;
    line-height: 3rem;
    font-weight: 300;
    color: var(--color-custom);
}

.titolo3, .titolo3 a {
    font-size: 2rem;
    line-height: 3rem;
    color: var(--color-custom);
}

@media screen and (max-width: 991px) {
    .titolo3, .titolo3 a {
        font-size: 1.5rem;
        line-height: 2rem;
    }
}

.titolo4, .titolo4 a {
    font-size: 1.5rem;
    line-height: 2rem;
    color: var(--color-custom);
}

.subtitolo1 {
    font-size: 2.5rem;
    line-height: 3.5rem;
    font-weight: 300;
    color: var(--color-custom);
}

.para {
    color: var(--color-custom);
    font-size: 1.7rem;
}

.titolo2 span {
    font-weight: normal;
    font-size: 2rem;
}

@media screen and (max-width: 992px) {
    .titolo1 {
        font-size: 3rem;
        line-height: 4rem;
    }

    .titolo2 {
        font-size: 2rem;
        line-height: 3rem;
    }

    .subtitolo1 {
        font-size: 1.6rem;
    }

    .subtitolo2 {
        font-size: 1.6rem;
    }

    .titolo4, .titolo4 a {
        font-size: 1.2rem;
        line-height: 2rem;
    }
}

.color_custom {
    color: var(--color-custom);
}

.orange-row {
    background-color: #ff6200;
    height: 2px
}

.ico-static {
    height: 80px
}

.static-row {
    background-image: url(../img/dot.png);
    background-position: center;
    background-repeat: repeat-x;
    height: 46px;
}
.static-row2 {
    background-image: url(../img/dot3.png);
    background-position: center;
    background-repeat: repeat-x;
    height: 46px;
}
.static-row-color1 {
    background-color: #f15a24;
    height: 1px;
}
.static-footer{
    background: #e9e9e9
}

.product__media--view__icon2 {
    position: absolute;
    top: 2rem;
    left: 2rem;
    width: 3.5rem;
    height: 3.5rem;
    line-height: 4.5rem;
    text-align: center;
    background: var(--secondary-color);
    border-radius: 50%;
    color: var(--text-white-color);
    display: flex;
    align-items: center;
    justify-content: center;
}
.header__sticky.sticky .header__menu.header__sticky--block{
    position: absolute;
    right: 50px;
}
.single__widget.widget__bg{
    background-color: #ffffff;
}
/* condividi */
.condividi .facebook,
.condividi .facebook:active,
.condividi .facebook:focus,
.condividi .facebook:visited
{
    background: #3B5998;
}
.condividi .linkedin,
.condividi .linkedin:active,
.condividi .linkedin:focus,
.condividi .linkedin:visited
{
    background: #0e76a8;
}
.condividi-su a
{
    display: inline-block !important;
    margin-left: 10px;
}
.condividi a
{
    padding: 0 8px;
    font-size: 15px;
    color: white;
}
