/* @override http://market.webright.it/Content/Styles/default.css */

/* @override http://market.webright.it/Content/Styles/default.css */


html, body {
    height: 100%;
}


/*.h1, h1 {
	font-size:36px
}
.h2, h2 {
	font-size:30px
}
.h3, h3 {
	font-size:18px
}
.h4, h4 {
	font-size:12px
}
.h5, h5 {
	font-size:10px
}
.h6, .h7, h6, h7 {
	font-size:9px
}*/
h4 {
	margin-bottom: 0px;
}
h4 + small {
	padding-bottom: 10px;
	display: inline-block;
}
h4 + small + .panel-default{
	margin-top: 0px;
}
h4 + .panel-default{
	margin-top: 37px;
}
p, ul {
    font-size: 14px;
}

.table {
    font-size: 14px;
}
/* typography */

.title-main *:first-child {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 35px;
}

.title-main *:last-child {
    margin-top: 0px;
    margin-bottom: 0;
    font-size: 20px;
}
.subtitle * {
    margin-top: 0px;
    margin-bottom: 0;
    font-size: 20px!important;
}

.title-main .icon-alert {
    font-size: 70px;
    margin-top: 15px
}
/* typography */
/* utility */
.row-centered {
    text-align: center;
}

.col-centered {
    display: inline-block;
    float: none;
    /* reset the text-align */
    text-align: left;
    /* inline-block space fix */
    margin-right: -4px;
}

.col-fixed {
    /* custom width */
    width: 320px;
}

.col-min {
    /* custom min width */
    min-width: 320px;
}

.col-max {
    /* custom max width */
    max-width: 320px;
}

.nopad {
    padding: 0 !important;
}

.nomargin {
    margin: 0;
}

.margin-top-md {
    margin-top: 30px !important;
}

.margin-bottom-md {
    margin-bottom: 30px !important;
}

.img-xs {
    width: 25%;
}

.img-sm {
    width: 50%;
}

.img-md {
    width: 75%;
}

.img-lg {
    width: 100%;
}

.loader {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: rgba(255, 255, 255, 0.58);
    z-index: 9990;
}

    .loader img {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 9999;
        margin: auto;
    }
/* utility */


/* template */

#main {
  min-height: 100%;
  /* equal to footer height */
  
}
#main:after {
  content: "";
  display: block;
}
 #main:after {
  margin-bottom: 100px;
}
#footer {
    background: #30373d;
    color: #a5abb0;
    height: 250px;
    margin-top: 0px;
    margin-bottom: 0px;
}

#footer .container {
	padding-top: 10px;
	padding-bottom: 10px;
}
    #footer .footer-links {
        padding-top: 10px;
        border-top: 1px solid #65dcdf;
    }

        #footer .footer-links a {
            color: #65dcdf;
        }

    #footer .logo-vendor {
        padding: 0;
    }

        #footer .logo-vendor img {
            width: 100%;
        }
/* template */

/* logo */
.logo img {
    width: 30px;
    margin-right: 10px;
}
/* logo */



/* scrolltp-top */
.scrollto-top {
    bottom: 20px;
    color: #fff;
    display: block;
    height: 45px;
    width: 45px;
    right: 20px;
    text-align: center;
    text-decoration: none;
    z-index: 1000;
    background: #00264d;
    border: 2px solid #fff;
    border-radius: 50%;
    box-shadow: 1px 1px 2px #aaa;
    position: fixed;
}

    .scrollto-top span {
        height: 45px;
        width: 45px;
    }

        .scrollto-top span:before {
            line-height: 40px;
            color: #fff;
            text-align: center;
            content: "\e260";
            border: none;
            display: inline-block;
            font-family: 'Glyphicons Halflings';
            font-style: normal;
            font-weight: 400;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }
/* scrolltop */

/* btn */

a.btn {
    display: inline-block;
}

.btn .item {
    line-height: 2;
}

    .btn .item p {
        font-size: 17px;
        margin: 0;
    }

.btn.btn-xs .fa-stack {
    margin-left: 10px;
}

.btn-panel .btn {
    width: 49%;
}

/* btn */
/* form */

.form-group {
    margin-bottom: 0px;
}
/* form */
/* login */
.box-login h4 {
    margin-bottom: 5px;
    margin-top: 0px;
}

.box-login p {
    margin-top: 0px;
}

.box-login .panel {
    min-height: 670px;
    margin-bottom: 15px;
}

.box-login .description {
    height: 45px;
    margin-top: 0;
    margin-bottom: 15px;
}


.box-login .logo-vendor img {
    width: 65px;
    padding: 5px 15px;
}

.login-or {
    position: relative;
    font-size: 18px;
    color: #aaa;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
}

    .login-or.lg {
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .login-or.md {
        margin-top: 35px;
        margin-bottom: 35px;
    }

    .login-or.sm {
        margin-top: 10px;
        margin-bottom: 10px;
        padding: 5px 0;
    }


.span-or {
    display: block;
    position: absolute;
    top: -2px;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #fff;
    width: 100px;
    text-align: center;
}

.login-or.sm .span-or {
    font-size: 12px;
}

.hr-or {
    background-color: #cdcdcd;
    height: 1px;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}
/* login */

/* UTENTE BENVENUTO */

.light-yellow {
    padding: 20px;
    margin-bottom: 20px;
}

    .light-yellow i {
        font-size: 60px;
    }

.fixed-height-box-150 {
    height: 150px;
    overflow: hidden;
}

.fixed-height-box-320 {
    height: 320px;
}
/* UTENTE BENVENUTO */

/* PAGAMENTI EFFETTUATI */

.panel-result {
    min-height: 200px;
    position: relative;
}

.panel-empty {
    background: #d1d1d1;
    border: 4px dashed #aaa;
}




.cst-dropdown .heading {
    cursor: pointer;
}

.bg-eee {
    background: #eee;
}

.no-results-payment {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 70px;
    color: #ebeaea;
    text-shadow: 2px 2px 1px #b0b0b0;
}

.cursor-pointer {
    cursor: pointer;
}

.min-height-400 {
    min-height: 350px;
}

.table-hover {
    cursor: pointer;
}

.radio input[type="checkbox"], .radio input[type="radio"] {
    position: relative;
    height: auto !important;
    margin-left: 0;
    display:inline !important;
}

/* PAGAMENTI EFFETTUATI */

/* PAGAMENTO AVVISO PREDETERMINATO */

.logo-ente {
    width: 50px;
}

/* PAGAMENTO AVVISO PREDETERMINATO */


/* NAVBAR */
.navbar {
    min-height: 50px;
    margin-bottom: 0px;
    border: 1px solid transparent;
    border-radius: 0px;
}

    .navbar i {
        font-size: 20px;
    }

    .navbar .container-fluid {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .navbar .navbar-brand {
        padding-top: 5px;
        padding-bottom: 5px;
        font-size: 20px;
    }

.navbar-inverse {
    background: #0059b3;
}

    .navbar-inverse .btn-link {
        background: #70b7fd;
    }

/* NAVBAR */

/* MAIN DASHBOARD */

.main-dashboard .panel {
    position: relative !important;
    padding-bottom: 50px !important;
}

    .main-dashboard .panel .panel-footer {
        position: absolute !important;
        bottom: 0 !important;
        width: 100% !important;
    }
/* MAIN DASHBOARD */

/* TOUR */

.tour-step-background {
    background: rgba(255, 238, 87, 0.31);
}

.tour-backdrop {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.43);
    top: 0;
}

.tour-btn {
    width: 50% !important;
}

.tour_end {
    margin-top: 5px;
    margin-bottom: 5px;
}

.popover-navigation {
    width: 100%;
}
/* TOUR */

/* ENTE */

#enteContainer, #SearchResult, #idPosizione, .button-container-search-result, #otherDetails, #selectEnte, #selectServizioSenigallia, #selectServizioMilano, #datiPagamentoMilano, #datiPagamentoSenigallia, #datiPagatore, #anonimousSearchResult, #DatiEnte, #ParametriEnte {
    display: none;
}

.help_text {
    display: none;
    float: left;
    clear: left;
    width: 100%;
}

.button-container-search-result button {
    margin: 5px;
}

.font-bold {
    font-weight: bold;
}

/* ENTE */

/* REGISTRAZIONE */

.registration_error_message .field-validation-error {
    float: left;
    width: 100%;
    background: #CC0000;
    color: #FFF;
    padding: 1%;
}


/* REGISTRAZIONE */

/* TUTORIAL HOMEPAGE */
.modal-default {
	font-size: 15px;
}

.modal-transparent {
    background: transparent;
}

    .modal-transparent .modal-content {
        background: transparent;
    }

.modal-backdrop.modal-backdrop-transparent {
    background: #ffffff;
}

    .modal-backdrop.modal-backdrop-transparent.in {
        opacity: .8;
        filter: alpha(opacity=90);
    }

.modal-fullscreen {
    background: rgba(0, 0, 0, 0.8);
}

    .modal-fullscreen .modal-header {
        color: #fff;
        padding-left: 0;
        padding-right: 0;
        border-bottom: none;
    }

        .modal-fullscreen .modal-header .close {
            opacity: 1;
            color: #FFF;
            font-size: 52px;
            font-weight: normal;
            text-shadow: none;
        }

            .modal-fullscreen .modal-header .close:hover {
                opacity: 0.8;
            }

    .modal-fullscreen .search-term {
        font-size: 70px;
        background-color: transparent;
        border: 0 solid;
        outline: 0;
        box-shadow: none;
        height: 84px;
        color: #f2f2f2;
        padding: 0;
        font-weight: 400;
    }

    .modal-fullscreen #search-menu-target {
        width: 100%;
        float: left;
        margin-top: 24px;
    }

        .modal-fullscreen #search-menu-target a {
            font-size: 24px;
            font-weight: 300;
            line-height: 2;
            color: #888;
            text-decoration: none;
            cursor: pointer;
        }

            .modal-fullscreen #search-menu-target a:hover {
                color: #fff;
            }

    .modal-fullscreen .modal-content {
        background: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .modal-fullscreen .modal-footer {
        border-top: none;
    }

.modal-backdrop.modal-backdrop-fullscreen {
    background: #000;
}

    .modal-backdrop.modal-backdrop-fullscreen.in {
        opacity: .8;
        filter: alpha(opacity=80);
    }

.modal-fullscreen .modal-dialog {
    margin: 0;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    z-index: 1000;
    position: relative;
}

.tutorial_description {
    color: #FFF;
    float: left;
    width: 95%;
    margin-bottom: 10px;
}

.home-modal {
    color: #FFF;
}

.select-type-demo {
    position: relative;
    height: 300px;
}

    .select-type-demo img {
        left: 0;
        right: 0;
        top: 0;
        margin: auto;
        position: absolute;
    }

    .select-type-demo span {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }
/* TUTORIAL HOMEPAGE */


/* PAYMENT TABLE */

.payment-network-row {
    margin: 0;
}

.centered-txt {
    text-align: center;
    padding-top: 10px;
    font-size: 21px;
}

.payment-network-row table tr {
    padding: 15px;
}



.sm-digit-left {
    font-size: 8px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
    padding-left: 5px;
    margin-top: 10px;
}

.sm-digit-right {
    font-size: 8px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: right;
    padding-right: 5px;
    margin-top: 10px;
}

.payment-network-row i img {
    width: 70px;
    margin: 20px auto;
    display: block;
}

.nopad {
    padding: 0;
}

.btn-payment-network {
    border-radius: 0;
    margin: 0;
    text-transform: uppercase;
    border-top: 1px orange solid;
}

.network-border {
    border: 1px solid orange;
}

.network-logo-cont {
    height: 100px;
}

.box-market .page-header h3 {
    color: #f00;
    font-weight: bold;
}

.box-market .page-header h4 {
    font-weight: 200;
}

.box-market .page-header h6 {
    font-weight: 100;
    letter-spacing: 0.05em;
}

.box-search {
    border: 1px solid red;
}

    .box-search label {
        color: orange;
        font-weight: 300;
        letter-spacing: 0.05em;
    }

    .box-search select option {
        color: orange;
        font-weight: 300;
        letter-spacing: 0.05em;
    }

.page-header h3 {
    color: red;
}

.page-header-margin {
    margin-bottom: 75px;
}

.big-panel-title {
    font-size: 21px;
    color: red;
}

.red-panel {
    background-color: red !important;
}

.red-span {
    background-color: red;
}

.modal-body label {
    font-weight: 200;
}

.box-registration input {
    border: 1px red solid;
}

.user {
    position: relative;
    height: 50px;
}

.btn-user span {
    line-height: 50px;
    padding: 0 15px;
    margin-top: 0;
    float: left;
}


.user-list .list-group {
    margin-bottom: 0;
    border: none;
    text-align: center;
}


.disabled {
    background-color: #eee;
    color: #000;
    border: #ccc 1px solid;
    cursor: not-allowed;
}

    .disabled .btn {
        background-color: #eee;
        color: #ccc;
        border: #ccc 1px solid;
        cursor: not-allowed;
    }

        .disabled .btn i {
            color: #ccc;
        }

        .disabled .btn .icn {
            color: #333;
            border: #000;
        }

    .disabled h4 {
        color: #ccc;
    }

.box-loader {
    position: fixed;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.box-loader-inner {
    width: 900px;
    height: 150px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

.box-loader .loader {
    position: absolute;
    background: url('../img/loading.gif') no-repeat left top;
    background-size: contain;
    width: 120px;
    height: 120px;
    z-index: 9999;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

.payment-table-header .col-md-12 h3 {
    color: #000;
    text-align: center;
    font-size: 21px;
}


.payment-table-header h4 {
    color: #000;
    font-size: 18px;
    margin-left: 15px;
    float: left;
    margin-right: 20px;
}

.payment-table-header .form-inline .input-group {
    width: 300px;
}

.box-markett {
    padding-left: 120px;
}


.payment-table-body .table i img {
    height: 40px;
}

.payment-table-body table {
    border: none;
}

    .payment-table-body table tbody td {
        border: none;
    }

    .payment-table-body table tbody tr {
        border: 1px orange solid;
    }

    .payment-table-body table thead td {
        border: none;
    }

    .payment-table-body table thead tr {
        background-color: orange;
        color: #fff;
        font-weight: 100;
        letter-spacing: 1px;
    }

.btn-procedi .icn {
    margin-left: 130px;
}

.payment-table-body {
    padding-bottom: 50px;
}

.landing .page-header {
    border-bottom: none;
    width: 400px;
    height: 200px;
    margin: 200px auto auto;
}

    .landing .page-header img {
        width: 400px;
    }

p.home-banking {
    font-size: 14px;
    margin-top: -10px;
    margin-bottom: -5px;
}

.myb-home-banking {
    margin-right: 35px;
}

.icns-banche {
    margin-top: 10px;
}

h3.welcome {
    margin: 50px 0 50px;
    width: 100%;
    text-align: center;
}

p.welcome {
    margin-bottom: 100px;
}

    p.welcome span {
        font-weight: bolder;
    }

.booking .btn-checkout {
    width: 100%;
}

.logo_pagopa_table {
    width: 30px;
    padding: 1px;    
    border-radius: 20px;
}

/* PAYMENT TABLE */


/* PAYMENT TUTORIAL */




/* PAYMENT TUTORIAL */


/* F24 */

.bold {
    font-weight: bold;
}

.bg-f24-title {
    background: #8cd6e6;
    height: 30px;
    line-height: 30px;
}

    .bg-f24-title span {
        color: #FFF;
        font-weight: bold;
    }

.bg-f24-container {
    background: #d6eff7;
}

    .bg-f24-container thead th {
        text-align: center;
        font-size: 12px;
    }

    .bg-f24-container tbody th input {
        border-bottom: 1px solid #8CD6E6 !important;
        outline: 0 !important;
        border: 0;
    }

.greyBg {
    background: #e4e4e4 !important;
}

.Width90 {
    width: 90% !important;
    margin-left: 5% !important;
    margin-right: 5% !important;
}

.bg-f24-container input[type="text"] {
    width: 100%;
    outline: 1px solid #c6c6c6;
}

.separatore {
    background: url("../Content/img/separatore.png") repeat-x left;
}

.blackAndThin {
    color: #000 !important;
    font-weight: 500 !important;
}

.fullWidth {
    width: 100%;
    height: 30px;
    outline: 1px solid #c6c6c6;
}

.textRight {
    text-align: right;
}
/* F24 */


/* CART */

.box.cart {
    min-width: 250px;
    padding: 5px;
}

    .box.cart .content {
        width: 100%;
        position: relative;
    }

    .box.cart .showcase_container {
        margin-bottom: 5px;
        border-bottom: 1px solid #000;
    }

.cart .row {
    margin: 0 !important;
}

.box.cart .col.info_head {
    border-bottom: 1px solid #c6c6c6;
    margin-bottom: 5px;
    text-align: justify;
}

.box.cart .btn_close {
    border-bottom: 1px solid #c6c6c6;
    margin-bottom: 5px;
    padding-bottom: 5px;
    cursor: pointer;
}

.box.cart .resume-payment {
    max-height: 200px;
    overflow: auto;
}

/* CART */

/* ERROR MESSAGE ABSOLUTE */

.height-100-no-overflow {
    height: 100px !important;
    overflow: hidden !important;
}

/* ERROR MESSAGE ABSOLUTE */

/* SEND CONFIRM MAIL */

.send-mail-success, .send-mail-error {
    position: fixed;
    z-index: 9999;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: rgba(0, 0, 0, 0.37);
}

.width-100 {
    width: 100%;
}

.cover {
    padding: 30px 15px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eeeeee;
    margin-bottom: 0px !important;
    padding: 0px 0px;
    background-color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    overflow: hidden;
    position: relative;
    min-height: 100%;
    min-height: 100vh;
}


    .cover > hr {
        border-top-color: #d5d5d5;
    }

.container .cover,
.container-fluid .cover {
    border-radius: 5px;
}

.cover .container {
    max-width: 100%;
}

.fixed-height-430 {
    min-height: 450px;
}

.margin-10 {
    margin: 10px;
}

@media screen and (min-width: 768px) {
    .cover {
        padding: 48px 0;
    }
    .container .cover,
    .container-fluid .cover {
        padding-left: 60px;
        padding-right: 60px;
    }

    .cover h1,
    .cover .h1 {
        font-size: 63px;
    }
}

.cover h1.text-primary {
    color: #337cbb !important;
}

.cover h1.text-inverse {
    color: #ffffff !important;
}

.cover h1.text-info {
    color: #5bc0de !important;
}

.cover h1.text-success {
    color: #5cb85c !important;
}

.cover h1.text-warning {
    color: #f0ad4e !important;
}

.cover h1.text-danger {
    color: #d9534f !important;
}

@media screen and (min-width: 768px) {
    .cover {
        padding: 0px;
    }

    .container .cover,
    .container-fluid .cover {
        padding-left: 0px;
        padding-right: 0px;
    }
}

.cover .navbar {
    position: absolute;
    top: 0px;
    width: 100%;
    border: none;
    background-color: transparent !important;
}

    .cover .navbar .navbar-nav li.active a {
        background-color: transparent !important;
    }

    .cover .navbar .navbar-toggle {
        border-color: transparent;
    }

        .cover .navbar .navbar-toggle:hover,
        .cover .navbar .navbar-toggle:focus {
            background-color: transparent;
        }

        .cover .navbar .navbar-toggle .icon-bar {
            background-color: #000000;
        }

    .cover .navbar.navbar-inverse .navbar-toggle {
        border-color: transparent;
    }

        .cover .navbar.navbar-inverse .navbar-toggle:hover,
        .cover .navbar.navbar-inverse .navbar-toggle:focus {
            background-color: transparent;
        }

        .cover .navbar.navbar-inverse .navbar-toggle .icon-bar {
            background-color: #ffffff;
        }

.cover .cover-image {
    z-index: -1;
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

    .cover .cover-image.background-image-fixed,
    .cover .cover-image.cover-image-fixed {
        background-attachment: fixed;
    }

.alert-info-mail {
    background-color: #70b7fd !important;
    border-color: #bce8f1 !important;
    color: white !important;
}

.panel-result-small {
    height: 108px;
    position: relative;
}


.table>tbody>tr:first-child>td {
	border-top: none;
}
/*.table tbody tr td {
	border-top: none;
}
.table tbody tr td:last-child {
	border-top: none;
}*/

@media screen and (max-width:768px) {
    
}
@media screen and (max-width:768px) {
    h1, .h1 {
        font-size: 22px!important;
    }
    h2, .h2 {
        font-size: 20px!important;
    }
    h3, .h3 {
        font-size: 18px!important;
    }
    h4, .h4 {
        font-size: 16px!important;
    }
    h5, .h5 {
        font-size: 14px!important;
    }
    h6, .h6 {
        font-size: 12px!important;
    }
    p, a, label, small,  .btn, .tooltip {
        font-size: 12px!important;
    }

}

.navbar .navbar-text {
    	font-size: 14px;
    	float: left;
    }
    .navbar #demo {
    	float: right;
    }
    #footer .logo-vendor img {
        width: 100%;
    }
    #footer .logo-vendor {
    	text-align: center;
    }
   
}
@media screen and (max-width:480px) {
    .btn {
        font-size: 10px;
        padding: 6px;
    }
    #footer p {
        font-size: 10px!important;
    }
}


 .ui-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    display: none;
    min-width: 160px;   
    padding: 4px 0;
    margin: 0 0 10px 25px;
    list-style: none;
    background-color: #ffffff;
    border-color: #000;
    border-color: rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
}

.ui-menu-item > a.ui-corner-all {
    display: block;
    padding: 3px 15px;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    color: #555555;
    white-space: nowrap;
    text-decoration: none;
}

.ui-state-hover, .ui-state-active {
    color: #ffffff;
    text-decoration: none;
    background-color: #0088cc;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    background-image: none;
}

.nowrap {
        white-space:nowrap;
    }

.gridFontPosizioneCarrello {
    font-size: 15px;
}

.carrelloCount {
    background: #BA070F;
    color: #fff;
    padding: 1px 4px;
    position: absolute;
    right: 4px;
    top: -3px;
    z-index: 999;
    border-radius: .8em;
}

.carrello-container {
    position: relative;
}
