/*ITC START*/
/*@import "//netdna.bootstrapcdn.com/font-awesome/3.0/css/font-awesome.css";*/

/*header .top-header {
    background-color: #2369a7;
}*/

body {
	font-family: 'Didact Gothic', sans-serif!important;
	font-size: 20px;
}

footer .footer-top-background {
    background: #2c3395 none repeat scroll 0 0;
}


/*header .change-multi-currency a, header .language-list a, header .top-right-menu a, header .btn-compare, header .all-menu a {
    color: #061117 !important;
}*/

#brand_single_page_main .brand-details {
    background: #fdfaef;
        border: 1px solid #f3e8c0;
    color: #444444;
    padding: 20px;
}

.categories-products-list .hover-product, #tag_single_page_main .hover-product, #brand_single_page_main .hover-product {
    border: 1px solid #f3e8c0;
    background-color: #fdfbf2;
    min-height: 425px;
}

.footer-wrapper {

    color: #fff;
}

.footer-wrapper li {

     list-style: none;
     margin-left: -39px;
}

.footer-blogs-widget-title.footer-blogs-left-boxs {
    display: none;
    visibility: hidden;
}

footer .footer-copyright-background {
    background: #061117 none repeat scroll 0 0;
}

.address-title {
    display: inline;
    padding-right: 20px;
}
.skin-blue .wrapper, .skin-blue .main-sidebar, .skin-blue .left-side {
    background: #005982;
}

.skin-blue .main-header .navbar {
    background-color: #005981;
}

.skin-blue .main-header .logo {
    background-color: #005981;
    color: #fff;
    border-bottom: 0 solid transparent;
}

.skin-blue .sidebar-menu>li>a:hover, .skin-blue .sidebar-menu>li.active>a {
    color: #fff;
    background: #013850;
    border-left-color: #3c8dbc;
}

/*ITC START*/
/*header .change-multi-currency a, header .language-list a, header .top-right-menu a, header .btn-compare, header .all-menu a {
    color: #04065d !important;
}*/

.image-content {
    overflow: hidden;
}

#home_page .categories-collection .category .category-collection-mask{
    margin-top: 5%;
}

.category {
    overflow-y:hidden;
    margin-bottom: 15px;
}

/* ITC START */

footer .footer-top-background a{
    color: #00C7F8;
}

.logo-xs-login{
    padding-left: 30px!important;
    margin-top: -30px;
}

p.prod_no_available{
    color: #a20000;
    font-size: 12px;
}

p.itc-not-available{
    color: red;
    font-size: 14px;
    margin: 8px 0;
}

p.itc-not-available span{
    color: #fc0000;
    font-size: 13px!important;
    margin: 8px 0;
    text-transform: uppercase;
    font-weight: bold;

}

.top-header{
    display: flex;
    position: fixed;
    height: 75px;
    background: #2c3395;
    align-items: center;
    width: 100%;
    z-index: 1001;
}


#cart-link{
    display: inline-block;
    position: relative;
}

#cart-link .cart-count{
    color: #2c3394;
    background: #feb218;
    line-height: initial;
    position: absolute;
    font-size: 14px;
    top: -8px;
    left: 15px;
    height: 20px;
    width: 20px;
    display: block;
    padding: 0;
    text-transform: lowercase;
    display: block;
    font-weight: 500;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    font-weight: bold;
}

.header-link i{
    font-size: 25px;
}

@media (max-width: 767px){
    .top-header{
        height: auto;
        flex-wrap: wrap;
        padding-top: 20px;
        padding-bottom: 20px;
        display: block;
    }
    .header-menu{
        margin-top:0!important;
        padding-top : 75px!important;
    }
}

.header-credit{
    color: #ffb318;
    float: left;
    position: static;
}

@media (max-width: 991px){
    .header-credit{
        font-size: 15px;
    }
}

.top-header sup{
    top: 0;
}

.header-info{
    color: #FFFFFF;
    position: static;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media(max-width: 767px){
    .header-info{
        padding-right: 10px;
    }
}

.top-header .search-bar{
    float: left;
 /*   margin-right: 45px;*/
}

.top-header .form-control{
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 20px!important;
    border: 0;
    color: white;
}

.top-header .input-group-btn:last-child>.btn{
    z-index: 4;
    margin-left: -40px;
    border-radius: 20px;
    background-color: transparent;
    color: white;
    border: 0;
}

.top-header .input-group{
    width: 30vw;
}
@media(min-width: 1400px){
    .top-header .input-group{
        width: 400px;
    }
}

#tags-list{
    list-style-type: none;
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 0 20vw;
}

#tags-list li{
    margin: 0;
}

@media (max-width: 768px) {
    #tags-list{
        padding: 0 2vw;
        margin-bottom: 0;
        margin-top: 20px;
    }
}

#tags-list .list-itc{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 15px;
}

#tags-list .tag-name{
    text-decoration: none;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    align-items: center;
    color: #2C3394;
    border: 1px solid #D8D8D8;
    border-radius: 5px;
    padding: 0 10px;
    margin-right: 10px;
}

#tags-list .tags-of-category{
    display: none;
}

#tags-list #tags-of-category-1{
    display: block;
}

@media (min-width: 768px) {
    #tags-list i.responsive-accordian{
        display: none;
    }
    #tags-list i.responsive-accordian-open{
        display: none;
    }
    #tags-list .tags-of-category{
        display: block;
    }
}

#tags-list i.responsive-accordian::before{
    content: "\f067";
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 14px;
    font-weight: normal;
    color: #2c3395;
    cursor: pointer;
    padding-left: 10px;
    font-style: normal;
}

#tags-list i.responsive-accordian-open::before{
    content: "\f068";
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 14px;
    font-weight: normal;
    color: #2c3395;
    cursor: pointer;
    padding-left: 10px;
    font-style: normal;
}

#tags-list .cat-name{
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    color: #2C3394;
    margin: 0;
}

#tags-list ul{
    list-style-type: none;
}


.top-header .input-group-btn:last-child>.btn:hover{
    color: #ffb318;
}

#srch_term{
    font-size: 18px;
}

#srch_term:active, #srch_term:focus{
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(0 199 248);
}

#srch_term::placeholder{
    color: white;
}

#srch_term_mobile::placeholder{
    color: white;
    font-size: 18px;
}

#srch_term:-webkit-autofill,
#srch_term:-webkit-autofill:hover,
#srch_term:-webkit-autofill:focus
 {
    -webkit-text-fill-color: #fff;
    -webkit-box-shadow: 0 0 0px 0px transparent inset;
    transition: background-color 5000s ease-in-out 0s;
    caret-color: white;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
}

input:-webkit-autofill::first-line {font-size: 18px}

.center-itc{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#search-box-mobile{
    display: none;
    width: 100%;
    margin-top: 20px;
}

#search-box-mobile form input{
    width:100%;
    background-color: rgba(255, 255, 255, 0.2);
    color: white;
    border: 0px solid;
    font-size: 16px;
    padding: 5px;
}

#search-box-mobile form input:focus{
    outline: none;
}

.search-icon i{
    font-size: 25px;
}

.search-icon i:hover{
    color: #ffb318;
}

/********************/

.header-user{
float: left;
}

@media (max-width: 575px){
    .header-user{
        font-size: 12px;
    }

    .user-details{
        font-size: 10px!important;
    }
}

.user-name{
    vertical-align: top;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 140px;
}

.user-details{
    font-weight: 400;
    font-size: 12px;
}

a.header-link{
color: #FFFFFF;
}

a:hover.header-link{
color: #ffb318;
text-decoration: none;
}

.header-menu{
display: inline-flex;
background-color: #FDFBF2;
position: relative;
width: 100%;
margin-top: 75px;
align-items: center;
padding: 2vw 0;
}

.header-menu a{
    color: #2c3395;
}

.header-menu .navbar-header{
float: right;
padding: 0!important;
}

nav.navbar-new{
display: flex;
margin: 0;
float: right;
background-color: #FDFBF2;
border: 0;
justify-content: center;
align-items: center;
flex-wrap: wrap;
flex-direction: column;
}

a.navbar-link{
padding: 0;
line-height: 0;
}

.header-menu .mega-menu-cat{
left: 0;
width: 100%;
}

.cat-box{
margin-right: 0!important;
padding: 0;
width: auto;
}

.header-menu .open>.dropdown-menu {
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-content: center;
/*justify-content: center;*/
align-items: center;
padding: 20px 10px;
}
@media(min-width: 1400px){
    .header-menu .open>.dropdown-menu {
        padding: 20px 50px;
    }
}
@media(min-width: 1500px){
    .header-menu .open>.dropdown-menu {
        padding: 20px 10vw;
    }
}
@media(min-width: 1800px){
    .header-menu .open>.dropdown-menu {
        padding: 20px 15vw;
    }
}
@media(min-width: 2150px){
    .header-menu .open>.dropdown-menu {
        padding: 20px 20vw;
    }
}
@media(min-width: 2650px){
    .header-menu .open>.dropdown-menu {
        padding: 20px 25vw;
    }
}

ul.dropdown-list{
list-style-type: none;
width: auto;
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-content: unset;
justify-content: center;
align-items: baseline;
padding: 0;
gap: 2.5vw;
}

/*.dropdown-header {
display: flex!important;
padding: 10px;
font-size: 12px;
line-height: 1.42857143;
color: #777;
white-space: nowrap;
flex-direction: row;
justify-content: center;
flex-wrap: wrap;
align-content: center;
align-items: center;
}*/

img.cat-image{
    vertical-align: bottom;
    border-radius: 20px;
    width: 250px;
    height: 150px;
    object-fit: cover;
}

span.cat-name{
    font-weight: 600;
    font-size: 14px;
    color: #2C3394;
}

.position-unset{
    position: unset!important;
}

.padding-zero{
    padding: 0!important;
}

.margin-zero{
    margin: 0!important;
}

.header-menu .search-content{
    display: flex;
    align-items: center;
    align-content: center;
}

.footer-credit{
    display: none;
}

li .cat-box .cat{
    width: 250px;
}
/*start media*/
@media (max-width: 450px) {
    .header-menu .menu-container .small-logo {
        width: 60%;
    }

    .header-menu .menu-container .small-menu {
        width: 40%;
    }
}

.header-left{
    display: flex;
    align-items: center;
    gap: 1.5vw;
}

@media (max-width: 767px) {
    .header-link i{
        padding: 0!important;
    }
    .header-left{
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
    }

    .header-right{
        display: flex;
        justify-content: space-between;
        align-content: center;
        gap: 20px;
    }

    .footer-credit{
        display: flex!important;
        position: fixed;
        height: 75px;
        background: #2c3395;
        align-items: center;
        width: 100%;
        z-index: 1001;
        color: #ffb318;
        justify-content: center;
        bottom: 0;
    }

    nav.navbar-new{
        background-color: transparent;
        float: none;
        align-items: inherit;
    }

    .header-menu .menu-container{
        width: 100%;
    }

    .header-menu .menu-container .padding-zero{
        padding-right: 15px!important;
        padding-left: 15px!important;
    }

    .header-menu .menu-container .navbar-brand {
        height: auto!important;
    }

    .header-menu .navbar-default .navbar-collapse{
        height: auto;
        margin-top: 5%;
    }

    .cat-small{
        margin-top: 20px;
        border-bottom: 1px solid #FEB218;
        padding-bottom: 10px;
        margin-right: 0!important;
    }
}

@media (max-width: 575px){
    .header-menu .menu-container .navbar-header {
        display: flex;
        align-items: center;
        margin: 15px -30px;
    }
}

@media (min-width: 576px) and (max-width: 767px){

    .header-menu .menu-container .navbar-header {
        display: flex;
        align-items: center;
        margin-top: 35px;
    }
}

/*media categorie menu*/
@media (max-width: 349px){
    img.cat-image{
        vertical-align: bottom;
        border-radius: 10px;
        width: inherit;
        height: 70px;
        object-fit: cover;
    }
    li .cat-box .cat{
        width: 100px;
    }
    .header-menu .open>.dropdown-menu {
        padding: 3vw 1.5vw;
    }
    ul.dropdown-list{
        margin-top: 20px;
        gap: 5vw;
    }
}
@media (min-width: 350px){
    img.cat-image{
        vertical-align: bottom;
        border-radius: 10px;
        width: inherit;
        height: 80px;
        object-fit: cover;
    }
    li .cat-box .cat{
        width: 115px;
    }
    .header-menu .open>.dropdown-menu {
        padding: 3vw 1.5vw;
    }
    ul.dropdown-list{
        margin-top: 20px;
        gap: 5vw;
    }
}
@media (min-width: 400px){
    img.cat-image{
        vertical-align: bottom;
        border-radius: 10px;
        width: inherit;
        height: 90px;
        object-fit: cover;
    }
    li .cat-box .cat{
        width: 130px;
    }

    ul.dropdown-list{
        /*margin-top: 20px;*/
        gap: 3.5vw;
    }
}

@media (min-width: 600px){

    img.cat-image{
        width: inherit;
        height: 100px;
    }

    ul .dropdown-list{
        /*margin-top: 20px;*/
        gap: 3.5vw;
    }

    li .cat-box .cat{
        width: 150px;
    }
}

@media (min-width: 768px){
    ul .dropdown-list{
        padding: 0 10vw;
    }

    ul #faq-list{
        padding: 0 20vw;
    }
}

@media (min-width: 992px){

    img.cat-image{
        width: inherit;
        height: 115px;
    }

    ul .dropdown-list{
        /*margin-top: 20px;*/
        gap: 3.5vw;
        padding: 0 20vw;
    }

    li .cat-box .cat{
        width: 165px;
    }
}

@media (min-width: 1200px){

    img.cat-image{
        width: inherit;
        height: 125px;
    }

    ul .dropdown-list{
        /*margin-top: 20px;*/
        gap: 3.5vw;
    }

    li .cat-box .cat{
        width: 190px;
    }
}

.header-menu .navbar-default .navbar-toggle{
    border-color: transparent;
}

.header-menu .navbar-default .navbar-toggle .icon-bar{
    background-color: #2C3394;
    width: 30px;
    height: 3px;
}

.header-menu .navbar-default .navbar-collapse{
    border-color: transparent;
    background-color: #FDFBF2;
}
.header-menu .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
    background-color: transparent;
}

.header-menu .navbar-default .navbar-toggle:hover .icon-bar{
    background-color: #ffb318;
}

/*start css page categories-main*/
#product-category .cat-list-new .product-categories-accordian{
    padding: 0!important;
    background-color: transparent!important;
    margin-top: 20px;
}
#product-category .cat-list-new .product-categories-accordian h2{
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    color: #2C3394;/*
    border-bottom: 2px solid #FEB218;
    padding-bottom: 10px;*/
}
#product-category .cat-list-new .product-categories-accordian h2::after{
    background: #feb218 none repeat scroll 0 0;
    width: 50px;
}

#product-category .cat-list-new .category-accordian .panel-default{
    padding: 0;
    border-bottom: 1px solid #D8D8D8;
}

#product-category .cat-list-new .category-accordian{
    margin-top: 20px;
    text-transform: none;
}

#product-category .cat-list-new .category-accordian .panel-title{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #2C3394;
}

#product-category .cat-list-new .category-accordian .active{
    color: #feb218;
}

#product-category .cat-list-new .category-accordian .panel-heading{
    padding: 10px 0px;
}

#product-category-breadcrumb .cat-title-new .breadcrumb li, #product-category-breadcrumb .cat-title-new{
    text-transform: none;
    font-weight: 300;
    font-size: 26px;
    color: #2C3394;
}

#position .breadcrumb{
    background: transparent;
    padding: 0;
    margin-bottom: 20px;
    margin-top: 20px;
}

#position .breadcrumb li a{
    color: #00C7F8;
    text-decoration: none;
}

.result-number span{
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    color: #2C3394;
}

button.filter-products{
    width: 100%;
    background-color: transparent;
    border: 1px solid #2C3394;
    border-radius: 10px;
    height: 40px;
}

.dropdown-filter{
    width: 120px;
}

.filter-prod{
    padding-bottom: 20px;
}

.filter-page button{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 15px 10px;
    position: static;
    width: 100%;
    height: 40px;
    left: 0px;
    top: 151px;
    background: #FEB218;
    border-radius: 10px;
    border: 0px;
    color: #2C3394;
}
@media(max-width: 767px){
    .filter-page button{
        margin-top: 10px;
    }
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
    color: #2C3394;
    line-height: 36px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 36px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected]{
    background-color: #2C3394;
    border-radius: 10px;
}
.select2-container--default .select2-selection--single{
    background-color: #fff;
    border: 1px solid #2C3394;
    border-radius: 10px;
    height: 40px;
}

.select2-container--default .select2-search--dropdown .select2-search__field{
    border: 0px solid;
    color: #2C3394;
    background-color: #FDFBF2;
}
.select2-container--default .select2-search--dropdown .select2-search__field:focus-visible{
    border: 0px solid;
    color: #2C3394;
}

.select2-results__option{
    color: #2C3394;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #8e8e8e;
}

.select2-container--default .select2-results__option[aria-selected=true]{
    background-color: #fdfbf2;
    color: #2C3394;
    border-radius: 10px;
}

.select2-container *:focus {
    outline: none;
}

.select2-container--open .select2-dropdown--below{
    border-top: none;
    /* border-top-left-radius: 0; */
    /* border-top-right-radius: 0; */
    border-bottom: 1px solid rgba(44, 51, 149, 0.8);
    border-right: 1px solid rgba(44, 51, 149, 0.8);
    border-left: 1px solid rgba(44, 51, 149, 0.8);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    z-index: 1;
}

/****/

.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover{
    background-color: #2C3394;
}

/**filter tag page**/
.filter-tag-list .product-content{
    display: inline-block;
}

.filter-tag-list  .filter-page{
    margin-bottom: 40px;
}
@media(max-width: 767px){
    .filter-tag-list  .filter-page button{
        margin-bottom: 40px;
    }
    .filter-tag-list  .filter-page {
        margin-bottom: 10px;
    }
}

.filter-button{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 15px 10px;
    position: static;
    width: 100%;
    height: 40px;
    background: #2C3394;
    border-radius: 10px;
    border: 0px;
    color: #fff;
    margin-bottom: 20px;
    gap: 10px;
}


@media (max-width: 767px) {
    #itc-filter{
        display: none;
    }

    .categories-products-list{
        overflow: auto;
    }
}

@media (min-width: 768px){
    #itc-filter{
        display: block;
    }
}

.filter-tag{
    padding-bottom: 20px;
}

.itc-carousel{
    padding-left: 15px;
    padding-right: 0px;
}

.owl-stage{padding-left:0px !important;}

.overlay{
    overflow: scroll;
}

.owl-carousel.owl-drag .owl-item {
    touch-action: pan-y;
}

/**********************/

.checkout-text{
    font-size: 16px;
}

.checkout-title span{
    font-size     : 22px;
    font-style    : normal;
    font-weight   : 700;
}

.checkout-text p{
    margin-top: 20px;
}

.select-beneficiary{
    margin-top: 20px;
    width: auto;
}

@media (max-width: 450px){

    .select-beneficiary{
        font-size: 16px;
    }

    /*ITC START non riesco a filtrare per id*/
    .select2-results{
        font-size: 16px;
    }
    /*ITC END*/
}


.select-beneficiary select{
    width: 100%;
}

.shopping-cart-summary-content{
    margin-top: 60px;
}

.new-titles-list{
    height: 50px;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
}

#checkout_page .form-control{
    width: 100%;
    border: 1px solid #00C7F8;
    text-align: right;
    font-size: 18px;
    color: #2c3394;
    font-weight: normal;
}

#checkout_page .price-total{
    text-align: center;
}

#checkout_page .price-total span.asterisco{
    margin-left: -25px;
}

#checkout_page .parenthood{
    font-size: 20px;
}

span.asterisco {
    font-size: 10px;
    color: #D10000;
}

span.asterisco i.fa-asterisk{
    padding-left: 10px;
}

p.asterisco{
    font-size: 14px;
    color: #D10000;
}

@media (min-width: 768px) {
    p.asterisco{
        margin-left: 40px;
    }
}

#checkout_form{
    margin-bottom: 30px;
}

.input-icon {
    position: relative;
}

.input-icon > i {
    position: relative;
    display: block;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    vertical-align: middle;
    margin-left: -15px;
}

.input-icon > input {
    padding-left: 25px;
    padding-right: 0;
}

.input-icon-right > i {
    right: 0;
}

.input-icon-right > input {
    padding-left: 0;
    padding-right: 25px;
    text-align: right;
}

#checkout_page .new-submit-button{
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

#checkout_page .new-submit-button .submit{
    width: 300px;
    background-color: #00C7F8;
    border: 0px solid;
    font-weight: bold;
    height: 40px;
}

#checkout_page .empty-cart-msg{
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    text-align: center;
    color: #2c3394;
}

#checkout_page .cart-return-shop{
    margin-top: 50px;
    display: flex;
    justify-content: center;
    margin-bottom: 80px;
}

#checkout_page .cart-return-shop .btn-default{
    color: #00C7F8;
    background-color: #fff;
    border: 1px solid #00C7F8;
}

#price-input::placeholder{
    color: #2c3394;
}

#price-input::placeholder{
    color: #2c3394;
    font-size: 16px;
}

#price-input:-webkit-autofill,
#price-input:-webkit-autofill:hover,
#price-input:-webkit-autofill:focus
{
    -webkit-text-fill-color: #2c3394;
    -webkit-box-shadow: 0 0 0px 0px transparent inset;
    transition: background-color 5000s ease-in-out 0s;
    caret-color: #2c3394;
    font-size: inherit;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
}

.beneficiary-flex{
    display: flex;
    gap: 40px;
}

.product_justification_attachment{
    display: flex;
    justify-content: flex-end;
    margin-right: 0;
    padding-right: 0;
    margin-top: 10px;
    flex-direction: column;
    align-items: flex-end;
}

.product_justification_attachment_order{
    display: flex;
    justify-content: flex-end;
    margin-right: 0;
    padding-right: 0;
    margin-top: 10px;
    flex-direction: column;
    align-items: flex-start;
}


.product_justification_attachment .attachment{
    margin-right: 10px;
    color: #00c7f8;
    font-size: 16px;
}

.product_justification_attachment .delete_attachment .fa-trash{
    color: #2c3394;
    font-size: 18px;
}

@media(max-width: 767px){
    .beneficiary-flex{
        flex-wrap: wrap;
    }
}

#modify-beneficiary{
    background-color: #fdfbf2;
    color: #2c3394;
    border: 1px solid #feb218;
}

#new-button-update{
    background-color: #FEB218;
    color: #2c3394;
    border: 0px solid;
    width: 150px;
}

#new-button-update[disabled]{
    background-color: #D8D8D8;
    color: #8E8E8E;
    font-weight: bold;
    border: 0px solid;
}

#new-button-upload{
    background-color: #FEB218;
    color: #2c3394;
    border: 0px solid;
    width: 150px;
    max-height: 32px;
}

#new-button-upload[disabled]{
    background-color: #D8D8D8;
    color: #8E8E8E;
    font-weight: bold;
    border: 0px solid;
}

.cart-buttons{
    display: flex;
    justify-content: flex-end;
    padding-right: 15px;
}

.button-upload{
    display: flex;
    justify-content: flex-end;
    padding-right: 0;
}

#checkout_page{
    margin-top: 50px;
}

#checkout_page .company_with_justification{
    display: flex;
    justify-content: flex-end;
    margin-top: 5px;
    margin-bottom: 0px;
}

#checkout_page .company_with_justification label{
    display: none;
    padding-right: 10px;
}

.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

#checkout_page .btn-cart-action{
    margin-bottom: 50px;
}

#quantity-sum{
    padding: 0 5px;
}

#checkout_page .bootstrap-touchspin .input-group-btn .btn{
    color: #2c3394;
    background-color: white;
    font-weight: 900;
    border-color: #00c8f9;
}

#checkout_page .popbtn{
    float: right;
}

@media(max-width: 450px){
    #checkout_page .quantity{
        padding-right: 0;
        padding-left: 0;
        width: 40%;
    }
    #checkout_page .price-total{
        width: 20%;
    }
    #checkout_page .price{
        width: 40%;
    }
    #checkout_page .btn-cart-action{
        padding: 0;
    }

    #checkout_page .btn-cart-action div{
        padding: 0;
    }

    #checkout_page .company_with_justification{
        padding: 0;
    }

}
/**********/
@media(max-width: 767px){
    .margin-zero-mobile{
        margin: 0;
    }

    #checkout_page .itemName{
        background-color: #fdfbf2;
        margin-bottom: 10px;
       /* padding: 0 20px;*/
    }
}

@media(max-width: 450px){
    #checkout_page .line-total{
        display: none;
    }
}
/**********/





/**SHOP PAGE**/

#shop_page{
    margin-bottom: 70px;
}

#shop_page .brands-list{
    margin-top: 46px;
}

#shop_page .brands-list h2{
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    color: #2C3394;
}

#shop_page .brands-list h2::after{
    background: #feb218 none repeat scroll 0 0;
    width: 50px;
}

#shop_page .brands-list {
    padding          : 0;
    background-color : transparent;
}

#select-parent{
    margin-top: 30px;
}

/*DASHBOARD*/
#user_account .dashboard-title{
    font-size: 24px;
    font-weight: 600;
}

#user_account .dashboard-title-brands{
    font-size: 24px;
    font-weight: 600;
    margin-top: 60px;
}

#user_account .brands-list-dashboard{
    margin-bottom: 200px;
    z-index: 1;
}

#user_account .list-cat-tags{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 40px 0;
    margin-top: 40px;
}

#user_account .dashboard-tag{
    text-decoration: none;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    /* display: flex; */
    align-items: center;
    color: #2C3394;
    border: 1px solid #D8D8D8;
    border-radius: 5px;
    padding: 0 10px;
    margin-right: 10px;
}

#user_account .list-tags{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
}

#user_account .dashboard-cat-title{
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    text-decoration: none;
    color: #2c3394;
}

#user_account .dashboard-img-small{
    width: 75px;
    height: 35px;
    float: left;
    object-fit: cover;
    margin-right: 10px;
    border-radius: 10px;
}

#user_account .itc_dashboard_image{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: row;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: 50%;
    border-radius: 10px;
    margin-right: 30px;
}

#user_account .itc_dashboard_image_div{
    width: 100%;
    display: flex;
}

@media (max-width: 991px){
    #user_account .account-tab-main{
        margin-bottom: 50px;
    }
}

#user_account .btn-primary{
    color: #fff;
    background-color: #2c3394;
    border-color: #2c3394;
}

#user_account [role=button]{
    color: #00c8f9;
}

#user_account .form-control{
    color: #2c3394;
}

#user_account .btn-default{
    color: #2c3394;
}

#user_account .itc-btn-disconnect:focus{
    background-color: #2c3394;
}

@media(min-width: 700px) and (max-width: 991px){
    #user_account .nav-pills{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }

    #user_account .nav-pills>li{
        width: 250px;
        margin-right: 40px;
        margin-left: 40px;
    }

    #user_account .itc-btn-disconnect{
        width: 250px;
    }

    #user_account .account-tab-main{
        display: flex;
        justify-content: center;
        flex-direction: row;
        flex-wrap: wrap;
    }
}

#wishlists_details .fa-close{
    font-size: 18px;
    color: #00c7f8;
}

/***/
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
    background-color: #2c3394;
    border-color: #2c3394;
}

.pagination>li>a, .pagination>li>span{
    color: #2c3394;
}
/***/

.products-list p{
    margin: 0 20px;
}

.itc-user-image{
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 10px;
}

.no-profile-picture{
    display: flex;
}

/* ITC START con l'id prima non va*/
.select2-dropdown{
    z-index: 1!important;
}
/* ITC END */

#single_product .product-main-image img{
    margin-left: 0!important;
    left: 0!important;
}

#related_products.itc-flex{
    display: flex;
    align-items: center;
    justify-content: center;
}

#related_products #itc-show-related{
    font-family: "Lato",sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    text-align: center;
    border: 0;
    background: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

#related_products #itc-show-related i{
    font-size: 40px;
}

#itc_update_attachment{
    display: none;
}

@media(max-width: 767px){
    .itc-hide-mobile{
        display: none;
    }

    .footer-wrapper{
        padding-top: 0!important;
    }
}

#itc-brands-page h3{
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 50px;
}

#itc-brands-page .itc-brand-name{
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    text-decoration: none;
    color: #2c3394;
    margin-bottom: 15px;
    text-transform: uppercase;
}

#itc-brands-page .itc-brands-list{
    margin-left: 0;
    padding-left: 0;
    width: inherit;
    column-count: 3;
    list-style: none;
    margin-bottom: 30px;
}

#itc-brands-page .letter{
    font-size: 24px;
    font-weight: 600;
    color: #00C8F9;
}

#itc-brands-page hr{
    border-top: 2px solid #00C8F9;
    margin-top: 10px;
    margin-bottom: 10px;
}

#itc-brands-page a:hover{
    color: #feb218;
    text-decoration: none;
}

@media(max-width: 767px){
    #itc-brands-page .itc-brands-list{
        column-count: 2;
    }
    .select2-dropdown--above .select2-dropdown {
        top: auto !important;
        bottom: 100% !important;
    }

    #user_account .brands-list-dashboard{
        margin-bottom: 20px;
    }
}

.itc_dashboard_image_div .dashboard-img{
    width: 200px;
    height: 200px;
    background-position-y: 50%;
    border-radius: 10px;
    object-fit: cover;
    object-position: center top;
}

.dependent_children_msg{
    color: #fc0000;
    font-weight: bold;
}

.hover-product h3{
    font-size: 16px;
}

