a {
    color: #272727 !important;
    text-decoration: underline;
}

.eb_registra {
    margin: 30px 0 0;
    padding: 0 30px;
}

@media (max-width: 767px) {
    .eb_registra {
        padding: 0;
    }
}

@media (min-width: 991px) {
    .eb_registra .container_custom {
        max-width: 850px;
        margin: 0 auto;
    }
}

@media (max-width: 990px) {
    .eb_registra .container_custom {
    	margin: 0 15px;
    }
}

.eb_registra h2 {
    font-size: 36px;
    padding: 20px 0;
    color: #003a79;
    font-weight: bold;
    font-family: "robotoregular";
    margin: 30px 0 20px;
    text-align: center;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .eb_registra h2 {
        font-size: 30px;
        margin: 0;
    }
}

.eb_registra h3 {
    font-size: 30px;
    padding: 20px 0 0;
    color: #273477;
    font-weight: bold;
    margin: 30px 0 0;
    text-align: center;
}

@media (max-width: 767px) {
    .eb_registra h3 {
        font-size: 24px;
        margin: 0;
    }
}

.eb_registra h2.eb_upper {
    text-transform: none;
    margin: 0 0 40px;
    padding: 0 0 20px;
}

.eb_registra p {
    font-size: 26px;
    line-height: 30px;
    color: #333;
    margin: 10px 0 30px;
    text-align: center;
    font-weight: bold;
}

@media (max-width: 767px) {
    .eb_registra p b {
        font-weight: bold;
    }
}

@media (max-width: 767px) {
    .eb_registra p {
        font-size: 18px;
        font-weight: normal;
        line-height:20px;
    }
}

.eb_registra i {
    font-size: 12px;
    line-height: 18px;
    color: #ec1c29;
    margin: 10px 0 30px;
    text-align: left;
}

.eb_registra .eb_tab .nav-pills li {
    width: 49.27%;
}

@media (max-width: 1199px) {
    .eb_registra .eb_tab .nav-pills li {
        width: 49%;
    }
}

@media (max-width: 767px) {
    .eb_registra .eb_tab .nav-pills li {
        width: 100%;
        margin-bottom: 10px;
    }
}

.eb_registra .eb_tab .nav-pills li a {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    background: #f0f0f0;
    color: #273477;
    padding: 20px;
    font-size: 25px;
    text-align: center;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .eb_registra .eb_tab .nav-pills li a {
        padding: 15px;
        font-size: 21px;
    }
}

.eb_registra .eb_tab .nav-pills li a:hover {
    background: #273477;
    color: #fff !important;
    font-weight: bold;
}

.eb_registra .eb_tab .nav-pills li.active a {
    background: #273477;
    color: #fff !important;
    font-weight: bold;
}

.eb_registra .eb_tab .nav-pills li:first-child {
    margin-right: 10px;
}

@media (max-width: 767px) {
    .eb_registra .eb_tab .nav-pills li:first-child {
        margin-right: 0;
    }
}

.eb_registra .eb_tab .tab-content {
    background: #fff;
    padding: 0;
}

.eb_registra .eb_tab .tab-content .tab-pane {
    background: #f0f0f0;
    padding: 30px 30px 20px;
    margin: 20px 0 0;
}

@media (max-width: 767px) {
    .eb_registra .eb_tab .tab-content .tab-pane {
        background: #fff;
        padding: 0;
    }
}

.eb_registra .eb_tab .tab-content .tab-pane .eb_from .form-group label {
    color: #000;
    font-size: 18px;
    font-weight: normal;
}

.eb_registra .eb_tab .tab-content .tab-pane .eb_from .form-group .form-control {
    height: 49px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    /*border: solid 1px #9e9e9e;*/
    font-size: 16px;
    font-family: 'robotoregular';
    font-weight: normal;
}

.eb_registra .eb_tab .tab-content .tab-pane .eb_from .form-group .form-control .filter-option {
	color: #999;
    font-size: 16px;
}

.eb_registra .eb_tab .tab-content .tab-pane .eb_from .form-group .form-control.font {
    font-weight: bold;
}

@media (max-width: 767px) {
    .eb_registra .eb_tab .tab-content .tab-pane .eb_from .form-group .form-control.eb_mar15 {
        margin-bottom: 15px;
    }
}

.eb_registra .eb_tab .tab-content .tab-pane .eb_from .form-group .form-control .caret {
    display: inline-block;
    width: 28px;
    height: 19px;
    background: url(../images/select-arrow.png) center center no-repeat;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 0 solid #fff;
    border-right: 0 solid transparent;
    border-left: 0 solid transparent;
    top: 15px;
}

.eb_registra .eb_tab .tab-content .tab-pane .eb_from .form-group .btn-group.open .dropdown-toggle {
    -webkit-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
    background: #fff;
}

.eb_registra .eb_tab .tab-content .tab-pane .eb_from .form-group .bootstrap-select .btn:focus {
    -webkit-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
    background: #fff;
}

.eb_registra .eb_tab .tab-content .tab-pane .eb_from .form-group .bootstrap-select > .btn {
    padding: 14px;
    background: #fff;
}

.eb_registra .eb_tab .tab-content .tab-pane .eb_from .form-group .dropdown-menu {
    margin: 1px 0 0;
}

.eb_registra .eb_tab .tab-content .tab-pane .eb_from .form-group .checkbox label {
    font-size: 12px;
    font-family: 'robotoregular';
}

.eb_registra .eb_tab .tab-content .tab-pane .eb_from .form-group p {
    font-size: 15px;
    padding: 0;
    color: #ec1c29;
    text-align: left;
    margin: 0;
    line-height: 20px;
}

@media (max-width: 767px) {
    .eb_registra .eb_tab .tab-content .tab-pane .eb_from .form-group p {
        font-size: 18px;
        line-height: 22px;
        font-weight: bold;
    }
}

.eb_registra .eb_tab .tab-content .tab-pane .eb_from .form-group p span {
    color: #003a79;
}

.eb_registra .eb_tab .tab-content .tab-pane .eb_from .eb_bor {
    border-bottom: solid 1px #ccc;
    width: 100%;
    height: 25px;
    margin-bottom: 45px;
}

.eb_registra .eb_tab .tab-content .tab-pane .eb_from .eb_bor span {
    color: #666;
    text-align: center;
    display: block;
    background: #fff;
    max-width: 90px;
    font-size: 18px;
    margin: 0 auto;
    padding-top: 10px;
}

.eb_registra .eb_tab .tab-content .tab-pane .eb_from .eb_button {
    margin: 30px auto 10px;
    display: inline-block;
    text-align: right;
    width: 100%;
}

@media (max-width: 540px) {
    .eb_registra .eb_tab .tab-content .tab-pane .eb_from .eb_button {
        margin: 10px auto;
    }
}

.eb_registra .eb_tab .tab-content .tab-pane .eb_from .eb_button .btn_blue {
    text-align: center;
    font-size: 22px;
    background: #003a79;
    padding: 5px;
    color: #fff;
    line-height: 40px;
    -moz-border-radius: 60px;
    -webkit-border-radius: 60px;
    border-radius: 60px;
    width: 100%;
    max-width: 310px;
}

.eb_registra .eb_tab .tab-content .tab-pane .eb_from .eb_button .btn_blue:hover {
    background: #000;
    color: #fff;
}

@media (max-width: 540px) {
    .eb_registra .eb_tab .tab-content .tab-pane .eb_from .eb_button .btn_blue {
        max-width: 100%;
        font-size: 18px;
        margin-top: 20px;
    }
}

.eb_registra .eb_tab .tab-content .tab-pane .eb_from .eb_button .btn_blue i {
    background: #fecd1a;
    -moz-border-radius: 60px;
    -webkit-border-radius: 60px;
    border-radius: 60px;
    width: 40px;
    height: 40px;
    margin: 0;
}

.eb_registra .eb_tab .tab-content .tab-pane .eb_from .eb_button .btn_blue i img {
    max-width: 30px;
    margin: 5px 0 5px 8px;
}

.eb_registra .eb_tab .eb_accordion .panel {
    background: transparent;
    box-shadow: 0 0 0 0;
}

.eb_registra .eb_tab .eb_accordion .panel-default {
    border-color: transparent;
}

.eb_registra .eb_tab .eb_accordion .panel-default .panel-body {
    border-top-color: #ddd;
    background: #fff;
    padding: 30px 10px 15px;
}

.eb_registra .eb_tab .eb_accordion .panel-default > .panel-heading {
    color: #333;
    background-color: transparent;
    border-color: none;
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.eb_registra .eb_tab .eb_accordion .panel-default > .panel-heading a {
    display: block;
    padding: 5px 25px;
    text-decoration: none;
    color: green;
    font-family: 'robotoregular';
}

.eb_registra .eb_tab .eb_accordion .panel-default > .panel-heading a:after {
    content: "";
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: left;
    transition: transform .25s linear;
    -webkit-transition: -webkit-transform .25s linear;
}

.eb_registra .eb_tab .eb_accordion .panel-default > .panel-heading a[aria-expanded="true"] {
    background-color: #eee;
}

.eb_registra .eb_tab .eb_accordion .panel-default > .panel-heading a[aria-expanded="true"]:after {
    content: "";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    left: -6px;
    font-size: 18px;
    top: 0px;
    color: #003a79;
    font-weight: bold;
	background-image:url('/img/right-chevron.png');
	width: 16px;
    height: 16px;
}

.eb_registra .eb_tab .eb_accordion .panel-default > .panel-heading a[aria-expanded="false"]:after {
    content: "";
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    left: -6px;
    font-size: 18px;
    top: 0;
    color: #003a79;
    font-weight: bold;
	background-image:url('/img/right-chevron.png');
	width: 16px;
    height: 16px;
}

.eb_registra .eb_tab.eb_loggot {
    margin-top: 50px;
    padding-left: 20px;
}

@media (max-width: 767px) {
    .eb_registra .eb_tab.eb_loggot {
        padding-left: 0;
    }
}

.eb_registra .eb_tab.eb_loggot .tab-pane {
    margin: 0 0 20px;
    padding: 30px 30px 5px;
}

@media (max-width: 767px) {
    .eb_registra .eb_tab.eb_loggot .tab-pane {
        padding: 10px 0 5px;
    }
}

.eb_registra .eb_tab.eb_loggot .form-control {
    height: 40px !important;
}

.eb_registra .eb_tab.eb_loggot .form-control .caret {
    top: 10px !important;
}

.eb_registra .eb_tab.eb_loggot .nav-pills li {
    width: 48.9%;
}

@media (max-width: 767px) {
    .eb_registra .eb_tab.eb_loggot .nav-pills li {
        margin-bottom: 0;
    }
}

.eb_registra .eb_tab.eb_loggot .nav-pills li a {
    font-size: 20px;
    padding: 15px;
    font-weight: normal;
    background: #ffffff;
}

.eb_registra .eb_tab.eb_loggot .nav-pills li a:hover {
    color: #273477;
}

.eb_registra .eb_tab.eb_loggot .nav-pills li.active a {
    background: #f0f0f0;
    color: #273477;
    font-weight: bold;
}

.eb_registra .eb_tab.eb_loggot .eb_from .row {
    margin-left: -8px;
    margin-right: -8px;
}

.eb_registra .eb_tab.eb_loggot .eb_from .row [class*=col-] {
    padding-left: 8px;
    padding-right: 8px;
}

.eb_registra .eb_tab.eb_loggot .eb_from .bootstrap-select > .btn {
    padding: 8px !important;
}

.eb_registra .eb_tab.eb_loggot .eb_from .eb_accordion .panel-heading a {
    font-size: 12px;
    font-weight: bold;
}

.eb_registra .eb_tab.eb_loggot {
    margin-top: 50px;
    padding-left: 20px;
}

@media (max-width: 767px) {
    .eb_registra .eb_tab.eb_loggot {
        padding-left: 0;
    }
}

.eb_registra .eb_tab.eb_loggot .tab-pane {
    margin: 0 0 20px;
    padding: 30px 30px 5px;
}

@media (max-width: 767px) {
    .eb_registra .eb_tab.eb_loggot .tab-pane {
        padding: 10px 0 5px;
    }
}

.eb_registra .eb_tab.eb_loggot .form-control {
    height: 40px !important;
}

.eb_registra .eb_tab.eb_loggot .form-control .caret {
    top: 10px !important;
}

.eb_registra .eb_tab.eb_loggot .nav-pills li {
    width: 48.9%;
}

@media (max-width: 767px) {
    .eb_registra .eb_tab.eb_loggot .nav-pills li {
        margin-bottom: 0;
    }
}

.eb_registra .eb_tab.eb_loggot .nav-pills li a {
    font-size: 20px;
    padding: 15px;
    font-weight: normal;
    background: #ffffff;
}

.eb_registra .eb_tab.eb_loggot .nav-pills li a:hover {
    color: #273477;
}

.eb_registra .eb_tab.eb_loggot .nav-pills li.active a {
    background: #f0f0f0;
    color: #273477;
    font-weight: bold;
}

.eb_registra .eb_tab.eb_loggot .eb_from .row {
    margin-left: -8px;
    margin-right: -8px;
}

.eb_registra .eb_tab.eb_loggot .eb_from .row [class*=col-] {
    padding-left: 8px;
    padding-right: 8px;
}

.eb_registra .eb_tab.eb_loggot .eb_from .bootstrap-select > .btn {
    padding: 8px !important;
}

.eb_registra .eb_tab.eb_loggot .eb_from .eb_accordion .panel-heading a {
    font-size: 12px;
    font-weight: bold;
}


.eb_registra .eb_carrello_step_1 {
    padding: 20px 0;
    border-bottom: solid 1px #ccc;
}

.eb_registra .eb_carrello_step_1 .eb_circle_step {
    text-align: right;
}

@media (max-width: 767px) {
    .eb_registra .eb_carrello_step_1 .eb_circle_step {
        margin: 0 0 20px;
        text-align: center;
    }
}

@media (max-width: 991px) {
    .eb_registra .eb_carrello_step_1 {
	    padding: 20px 0;
	    border-bottom: none;
	}
}

.eb_registra .eb_carrello_step_1 .eb_circle_step span {
    background: #f2f2f2;
    -moz-border-radius: 80px;
    -webkit-border-radius: 80px;
    border-radius: 80px;
    color: #ec1c29;
    font-size: 20px;
    border: solid 2px #cfcfcf;
    text-align: center;
    width: 40px;
    height: 40px;
    padding: 10px 5px;
    display: inline-block;
    position: relative;
    margin: 0 2px;
    line-height: 15px;
}

.eb_registra .eb_carrello_step_1 .eb_circle_step span.active {
    background: #fecd1a;
    border: solid 2px #273477;
    color: #273477;
}

.eb_registra .eb_carrello_grid .ct_handIcon {
    margin: 10px 0;
}

.eb_registra .eb_carrello_grid .ct_handIcon img {
    max-width: 500px;
    margin: 50px auto;
    display: block;
}

.eb_registra .eb_carrello_grid .eb_table-bordered {
    width: 100%;
    border-collapse: collapse;
    margin: 50px auto 0;
}

.eb_registra .eb_carrello_grid .eb_table-bordered.ct_mar_top {
    margin-top: 0;
}

.eb_registra .eb_carrello_grid .eb_table-bordered .eb_tr {
    display: block;
    padding: 0;
    border: solid 1px #ccc;
    margin-top: -1px;
}

@media (max-width: 767px) {
    .eb_registra .eb_carrello_grid .eb_table-bordered .eb_tr {
        border: 0;
    }
}

.eb_registra .eb_carrello_grid .eb_table-bordered .eb_tr .col-1 {
    width: 15%;
    vertical-align: top;
    min-height: 100px;
    border-right: solid 1px #ccc;
}

@media (max-width: 991px) {
    .eb_registra .eb_carrello_grid .eb_table-bordered .eb_tr .col-1 {
        min-height: 110px;
    }
}

@media (max-width: 767px) {
    .eb_registra .eb_carrello_grid .eb_table-bordered .eb_tr .col-1 {
        display: none !important;
        border: 0;
        min-height: auto;
    }
}

.eb_registra .eb_carrello_grid .eb_table-bordered .eb_tr .col-2 {
    width: 42%;
    vertical-align: top;
    min-height: 100px;
    border-right: solid 1px #ccc;
}

@media (max-width: 1199px) {
    .eb_registra .eb_carrello_grid .eb_table-bordered .eb_tr .col-2 {
        width: 39%;
    }
}

@media (max-width: 991px) {
    .eb_registra .eb_carrello_grid .eb_table-bordered .eb_tr .col-2 {
        min-height: 110px;
    }
}

@media (max-width: 767px) {
    .eb_registra .eb_carrello_grid .eb_table-bordered .eb_tr .col-2 {
        border: 0;
        width: 100%;
        text-align: center;
        min-height: auto;
    }
}

.eb_registra .eb_carrello_grid .eb_table-bordered .eb_tr .col-3 {
    width: 25%;
    vertical-align: top;
    min-height: 100px;
    border-right: solid 1px #ccc;
}

@media (max-width: 991px) {
    .eb_registra .eb_carrello_grid .eb_table-bordered .eb_tr .col-3 {
        min-height: 110px;
    }
}

@media (max-width: 767px) {
    .eb_registra .eb_carrello_grid .eb_table-bordered .eb_tr .col-3 {
        border: 0;
        min-height: auto;
        width: 50%;
    }
}

.eb_registra .eb_carrello_grid .eb_table-bordered .eb_tr .col-4 {
    width: 15%;
    vertical-align: top;
    min-height: 100px;
}

@media (max-width: 1199px) {
    .eb_registra .eb_carrello_grid .eb_table-bordered .eb_tr .col-4 {
        width: 18%;
    }
}

@media (max-width: 991px) {
    .eb_registra .eb_carrello_grid .eb_table-bordered .eb_tr .col-4 {
        min-height: 110px;
    }
}

@media (max-width: 767px) {
    .eb_registra .eb_carrello_grid .eb_table-bordered .eb_tr .col-4 {
        min-height: auto;
        width: 47%;
    }
}

.eb_registra .eb_carrello_grid .eb_table-bordered .eb_tr .col-5 {
    display: none;
}

@media (max-width: 767px) {
    .eb_registra .eb_carrello_grid .eb_table-bordered .eb_tr .col-5 {
        width: 100%;
        display: block;
        background: #f3f3f4;
        padding: 15px;
        text-align: center;
    }
    .eb_registra .eb_carrello_grid .eb_table-bordered .eb_tr .col-5 a {
        color: #ec1c29;
        font-size: 21px;
    }
    .eb_registra .eb_carrello_grid .eb_table-bordered .eb_tr .col-5 a:hover {
        text-decoration: none;
    }
    .eb_registra .eb_carrello_grid .eb_table-bordered .eb_tr .col-5 a img {
        width: 15px;
        height: 15px;
    }
}

.eb_registra .eb_carrello_grid .eb_table-bordered .eb_tr .eb_td {
    padding: 0;
    text-align: center;
    font-size: 14px;
    display: inline-block;
}

@media (max-width: 767px) {
    .eb_registra .eb_carrello_grid .eb_table-bordered .eb_tr .eb_td {
        font-size: 16px;
    }
}

.eb_registra .eb_carrello_grid .eb_table-bordered .eb_tr .eb_td.eb_img {
    padding: 25px 10px 0;
    font-size: 15px;
    line-height: 20px;
    color: #333;
    text-align: left;
}

@media (max-width: 991px) {
    .eb_registra .eb_carrello_grid .eb_table-bordered .eb_tr .eb_td.eb_img {
        padding: 18px 10px;
    }
}

@media (max-width: 767px) {
    .eb_registra .eb_carrello_grid .eb_table-bordered .eb_tr .eb_td.eb_img {
        text-align: center;
        font-size: 16px;
    }
}

.eb_registra .eb_carrello_grid .eb_table-bordered .eb_tr .eb_td.eb_img img {
    max-width: 100px;
    width: 100%;
}

@media (max-width: 767px) {
    .eb_registra .eb_carrello_grid .eb_table-bordered .eb_tr .eb_td.eb_img.font30 {
        font-size: 30px;
        padding-top: 30px;
    }
}

@media (max-width: 480px) {
    .eb_registra .eb_carrello_grid .eb_table-bordered .eb_tr .eb_td.eb_img.font30 {
        font-size: 23px;
        padding-top: 30px;
    }
}

.eb_registra .eb_carrello_grid .eb_table-bordered .eb_tr .eb_td input {
    border: 1px solid #ccc;
    padding: .5rem;
    border-radius: .5rem;
    -moz-appearance: textfield;
    appearance: textfield;
    max-width: 150px;
}

.eb_registra .eb_carrello_grid .eb_table-bordered .eb_tr .eb_td input:hover {
    border-color: #000;
}

@media (max-width: 767px) {
    .eb_registra .eb_carrello_grid .eb_table-bordered .eb_tr .eb_td input {
        max-width: 120px;
    }
}

.eb_registra .eb_carrello_grid .eb_table-bordered .eb_tr .eb_td [type=submit], .eb_registra .eb_carrello_grid .eb_table-bordered .eb_tr .eb_td [type=reset], .eb_registra .eb_carrello_grid .eb_table-bordered .eb_tr .eb_td button, .eb_registra .eb_carrello_grid .eb_table-bordered .eb_tr .eb_td html [type=button] {
    -webkit-appearance: button;
}

.eb_registra .eb_carrello_grid .eb_table-bordered .eb_tr .eb_td .ct_counter {
    margin: 0;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    padding: 18px 0px;
}

@media (max-width: 991px) {
    .eb_registra .eb_carrello_grid .eb_table-bordered .eb_tr .eb_td .ct_counter {
        padding: 23px 0px;
    }
}

.eb_registra .eb_carrello_grid .eb_table-bordered .eb_tr .eb_td .ct_counter .up_input {
    display: inline-block;
    vertical-align: middle;
}

.eb_registra .eb_carrello_grid .eb_table-bordered .eb_tr .eb_td .ct_counter input {
    width: 40px;
    display: inline-block;
    height: 40px;
    border: solid 1px #ccc;
    vertical-align: top;
    color: #000;
    padding: 5px;
    font-size: 16px;
    text-align: center;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.eb_registra .eb_carrello_grid .eb_table-bordered .eb_tr .eb_td .ct_counter .up_count {
    display: inline-block;
    vertical-align: middle;
}

.eb_registra .eb_carrello_grid .eb_table-bordered .eb_tr .eb_td .ct_counter .down_count {
    display: inline-block;
    vertical-align: middle;
    height: 26px;
}

.eb_registra .eb_carrello_grid .eb_table-bordered .eb_tr .eb_td .ct_counter input[type="button"], .eb_registra .eb_carrello_grid .eb_table-bordered .eb_tr .eb_td .ct_counter input[type="reset"], .eb_registra .eb_carrello_grid .eb_table-bordered .eb_tr .eb_td .ct_counter input[type="submit"] {
    color: #003a79;
    border: none;
    height: 30px;
    width: 30px;
    line-height: 28px;
    font-size: 24px;
    text-align: center;
    padding: 0px 4px 0px 5px;
    background-color: #fecd1a;
    -moz-border-radius: 60px;
    -webkit-border-radius: 60px;
    border-radius: 60px;
}

.eb_registra .eb_carrello_grid .eb_table-bordered .eb_tr .eb_td .eb_aggi {
    background: #f3f3f4;
    padding: 0;
}

.eb_registra .eb_carrello_grid .eb_table-bordered .eb_tr .eb_td .eb_aggi a {
    color: #ec1c29;
    font-size: 10px;
}

.eb_registra .eb_carrello_grid .eb_table-bordered .eb_tr .eb_td .eb_aggi a:hover {
    text-decoration: none;
}

.eb_registra .eb_carrello_grid .eb_table-bordered .eb_tr .eb_td .eb_aggi a img {
    width: 15px;
    height: 15px;
}

@media (max-width: 767px) {
    .eb_registra .eb_carrello_grid .eb_table-bordered .eb_tr .eb_td .eb_aggi {
        display: none;
    }
}

.eb_registra .eb_carrello_grid .eb_table-bordered .eb_tr .eb_td .spinner {
    right: 1px;
    top: 2px;
    width: 1.5rem;
    position: absolute;
    background: white;
    border-radius: .5rem;
    display: none;
    height: 2rem;
}

.eb_registra .eb_carrello_grid .eb_table-bordered .eb_tr .eb_td .js .spinner {
    display: block;
}

.eb_registra .eb_carrello_grid .eb_table-bordered .eb_tr .eb_td .container:hover .spinner {
    right: 0;
    top: 1px;
}

.eb_registra .eb_carrello_grid .eb_table-bordered .eb_tr .eb_td .button {
    position: relative;
    color: #000;
    background: transparent;
    border: none;
    font-size: 2rem;
    padding: 0;
    display: block;
}

.eb_registra .eb_carrello_grid .eb_table-bordered .eb_tr .eb_td .button:hover {
    color: gray;
}

.eb_registra .eb_carrello_grid .eb_table-bordered .eb_tr .eb_td .button:active {
    color: #000;
}

.eb_registra .eb_carrello_grid .eb_table-bordered .eb_tr .eb_td .up {
    transform: rotate(-90deg);
    top: -.5rem;
}

.eb_registra .eb_carrello_grid .eb_table-bordered .eb_tr .eb_td .down {
    transform: rotate(-90deg);
    top: -2rem;
}

.eb_registra .eb_carrello_grid .pad_R_0 {
    padding-right: 0;
    padding-left: 0;
}

.eb_registra .eb_carrello_grid .eb_sub_total {
    border: solid 1px #ccc;
    padding: 0;
    margin-top: -1px;
}

@media (max-width: 767px) {
    .eb_registra .eb_carrello_grid .eb_sub_total {
        margin: 0;
        border-top: solid 1px #ccc;
        border-bottom: solid 1px #ccc;
        border-right: none;
        border-left: none;
        padding: 0;
        display: inline-block;
        width: 100%;
    }
}

.eb_registra .eb_carrello_grid .eb_sub_total .eb_text {
    border-right: solid 1px #ccc;
    padding: 10px;
    font-size: 14px;
    font-weight: normal;
    color: #333;
    text-align: right;
    display: inline-block;
    width: 83.2%;
}

@media (max-width: 767px) {
    .eb_registra .eb_carrello_grid .eb_sub_total .eb_text {
        border-right: none;
        text-align: left;
        font-size: 12px;
        line-height: 14px;
        width: 70%;
        padding: 10px 0;
        display: inline-block;
    }
}

@media (max-width: 500px) {
    .eb_registra .eb_carrello_grid .eb_sub_total .eb_text {
        width: 50%;
        float: left;
    }
}

.eb_registra .eb_carrello_grid .eb_sub_total .eb_price {
    padding: 20px 10px 10px;
    font-size: 15px;
    font-weight: bold;
    color: #333;
    display: inline-block;
    width: 15%;
    vertical-align: top;
}

@media (max-width: 767px) {
    .eb_registra .eb_carrello_grid .eb_sub_total .eb_price {
        font-size: 30px;
        width: 28%;
        padding: 10px 5px;
        display: inline-block;
    }
}

@media (max-width: 500px) {
    .eb_registra .eb_carrello_grid .eb_sub_total .eb_price {
        width: auto;
        float: right;
    }
}

.eb_registra .eb_carrello_grid .eb_total_pro {
    display: none;
}

@media (max-width: 767px) {
    .eb_registra .eb_carrello_grid .eb_total_pro {
        display: inline-block;
        width: 100%;
    }
    .eb_registra .eb_carrello_grid .eb_total_pro .eb_text {
        padding: 20px 10px 5px;
        font-size: 18px;
        font-weight: bold;
        color: #333;
        text-align: left;
        display: inline-block;
        width: 70%;
    }
}

@media (max-width: 767px) and (max-width: 500px) {
    .eb_registra .eb_carrello_grid .eb_total_pro .eb_text {
        width: auto;
        float: left;
    }
}

@media (max-width: 767px) {
    .eb_registra .eb_carrello_grid .eb_total_pro .eb_price {
        padding: 20px 5px 5px;
        font-size: 30px;
        font-weight: bold;
        color: #333;
        display: inline-block;
        width: 28%;
        vertical-align: top;
    }
}

@media (max-width: 767px) and (max-width: 500px) {
    .eb_registra .eb_carrello_grid .eb_total_pro .eb_price {
        width: auto;
        float: right;
    }
}

.eb_registra .eb_carrello_grid .eb_total {
    padding: 0;
}

@media (max-width: 767px) {
    .eb_registra .eb_carrello_grid .eb_total {
        margin: 10px 0;
        padding: 10px 0;
        display: inline-block;
        width: 100%;
    }
}

.eb_registra .eb_carrello_grid .eb_total .eb_text {
    padding: 20px 10px;
    font-size: 30px;
    color: #333;
    text-align: right;
    display: inline-block;
    width: 70%;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .eb_registra .eb_carrello_grid .eb_total .eb_text {
        border-right: none;
        text-align: right;
        width: 70%;
        padding: 10px;
        display: inline-block;
    }
}

@media (max-width: 500px) {
    .eb_registra .eb_carrello_grid .eb_total .eb_text {
        width: 45%;
        float: left;
    }
}

.eb_registra .eb_carrello_grid .eb_total .eb_text span {
    font-size: 14px;
    color: #333;
    display: block;
    text-align: right;
    font-weight: normal;
}

.eb_registra .eb_carrello_grid .eb_total .eb_price {
    padding: 25px 10px;
    font-size: 24px;
    font-weight: bold;
    color: #333;
    display: inline-block;
    width: 25%;
    vertical-align: top;
}

@media (max-width: 767px) {
    .eb_registra .eb_carrello_grid .eb_total .eb_price {
        font-size: 30px;
        width: 28%;
        padding: 10px 5px;
        display: inline-block;
    }
}

@media (max-width: 500px) {
    .eb_registra .eb_carrello_grid .eb_total .eb_price {
        width: auto;
        float: right;
        font-size: 38px;
    }
}

.eb_registra .eb_carrello_grid .eb_top_head {
    border-bottom: solid 1px #ccc;
    padding: 16px;
    position: relative;
    margin-top: -33px;
}

@media (max-width: 991px) {
    .eb_registra .eb_carrello_grid .eb_top_head {
        margin-top: 25px;
    }
}

.eb_registra .eb_carrello_grid .eb_top_head span {
    background: #fecd1a;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    color: #003a79;
    padding: 5px 10px;
    text-align: center;
    margin: 0 auto;
    max-width: 200px;
    position: absolute;
    left: 0;
    right: 0;
	z-index:1;
}

.eb_registra .eb_carrello_grid .eb_border {
    border-left: solid 1px #ccc;
    margin-left: -1px;
}

@media (max-width: 991px) {
    .eb_registra .eb_carrello_grid .eb_border {
        border-left: none;
        margin-left: 0;
    }
}

.eb_registra .eb_carrello_grid .eb_car_login_box {
    margin: 30px 0 0;
    padding: 0;
}

.eb_registra .eb_carrello_grid .eb_car_login_box .ct_login_head {
    background: #e7e8e8;
    padding: 10px;
    color: #000;
    text-align: center;
    text-transform: uppercase;
}

.eb_registra .eb_carrello_grid .eb_car_login_box .eb_login_left {
    text-align: left;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

@media (max-width: 767px) {
    .eb_registra .eb_carrello_grid .eb_car_login_box .eb_login_left {
        width: 100%;
    }
}

.eb_registra .eb_carrello_grid .eb_car_login_box .eb_login_left .eb_head {
    font-size: 18px;
    color: #333;
    line-height: 26px;
    text-align: center;
    margin: 20px auto;
    height: 114px;
    vertical-align: middle;
    display: table-cell;
    width: 555px;
}

@media (max-width: 991px) {
    .eb_registra .eb_carrello_grid .eb_car_login_box .eb_login_left .eb_head {
        width: 720px;
        height: 100%;
    }
}

@media (max-width: 767px) {
    .eb_registra .eb_carrello_grid .eb_car_login_box .eb_login_left .eb_head {
        margin: 0 0 10px;
        padding: 30px 0;
    }
}

.eb_registra .eb_carrello_grid .eb_car_login_box .eb_login_left .eb_head span {
    font-size: 18px;
    color: #333;
    text-align: center;
    display: block;
}

.eb_registra .eb_carrello_grid .eb_car_login_box .eb_login_left .eb_head p {
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    font-size: 30px;
}

.eb_registra .eb_carrello_grid .eb_car_login_box .eb_login_left .eb_head a {
    font-size: 18px;
    color: #333;
    text-decoration: none;
}

.eb_registra .eb_carrello_grid .eb_car_login_box .eb_login_left .black14 {
    font-size: 14px;
    color: #333;
    text-align: left;
    display: block;
}

.eb_registra .eb_carrello_grid .eb_car_login_box .eb_login_left .form-group {
    display: inline-block;
    width: 46%;
    margin-right: 10px;
}

.eb_registra .eb_carrello_grid .eb_car_login_box .eb_login_left .form-group label {
    color: #333;
    font-size: 14px;
}

.eb_registra .eb_carrello_grid .eb_car_login_box .eb_login_left .form-group .form-control {
    height: 40px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    text-align: center;
    font-size: 16px;
}

.eb_registra .eb_carrello_grid .eb_car_login_box .eb_login_left .eb_button {
    margin: 30px auto;
    display: inline-block;
    text-align: center;
    width: 100%;
}

@media (max-width: 540px) {
    .eb_registra .eb_carrello_grid .eb_car_login_box .eb_login_left .eb_button {
        margin: 10px auto;
    }
}

.eb_registra .eb_carrello_grid .eb_car_login_box .eb_login_left .eb_button .btn_grey {
    text-align: center;
    font-size: 22px;
    background: #e6e6e6;
    padding: 5px;
    color: #253d7f;
    line-height: 40px;
    -moz-border-radius: 60px;
    -webkit-border-radius: 60px;
    border-radius: 60px;
    width: 100%;
    max-width: 310px;
    font-weight: bold;
}

.eb_registra .eb_carrello_grid .eb_car_login_box .eb_login_left .eb_button .btn_grey:hover {
    background: #000;
    color: #fff;
}

@media (max-width: 540px) {
    .eb_registra .eb_carrello_grid .eb_car_login_box .eb_login_left .eb_button .btn_grey {
        max-width: 250px;
        font-size: 18px;
    }
}

.eb_registra .eb_carrello_grid .eb_car_login_box .eb_login_left .eb_button .btn_grey i {
    background: #b3b3b3;
    -moz-border-radius: 60px;
    -webkit-border-radius: 60px;
    border-radius: 60px;
    width: 40px;
    height: 40px;
    margin: 0;
}

.eb_registra .eb_carrello_grid .eb_car_login_box .eb_login_left .eb_button .btn_grey i img {
    max-width: 22px;
    margin: 10px 0 5px 10px;
}

.eb_registra .eb_carrello_grid .eb_car_login_box .eb_login_left .eb_oppure {
   text-align: center;
    position: absolute;
    z-index: 9999;
    display: inline-block;
    width: 100%;
    margin-top: -15px;
}

.eb_oppure .table-responsive{
	background: #fff;
}

@media (max-width: 768px) {
	.eb_oppure .table-responsive{
		border:none;
		margin-top: 20px;
	}

	.eb_registra .eb_carrello_grid .eb_car_login_box .eb_login_left .eb_oppure {
	    margin-top: 0;
	}
}

.eb_registra .eb_carrello_grid .eb_car_login_box .eb_login_left .eb_oppure a {
    text-align: center;
    font-size: 18px;
    padding: 5px;
    color: #ec1c29;
    line-height: 20px;
    text-decoration: underline;
}

.eb_registra .eb_carrello_grid .eb_car_login_box .eb_login_left .eb_oppure a:hover {
    color: #000;
}

.eb_registra .eb_carrello_grid .eb_car_login_box .eb_login_left .eb_oppure span {
    color: #b3b3b3;
    font-size: 20px;
}

.eb_registra .eb_carrello_grid .eb_car_login_box .eb_login_left .eb_oppure #eb_Negozio {
    margin-top: 0;
}

@media (max-width: 540px) {
    .eb_registra .eb_carrello_grid .eb_car_login_box .eb_login_left .eb_oppure #eb_Negozio {
        width: 500px;
        overflow: auto;
    }
}

.eb_registra .eb_carrello_grid .eb_car_login_box .eb_login_left .eb_oppure table tr td {
    margin-top:20px;
}

.eb_registra .eb_carrello_grid .eb_car_login_box .eb_login_left .eb_oppure table tr td {
    color: #666;
}

.eb_registra .eb_carrello_grid .eb_car_login_box .eb_login_left .eb_oppure table tr td img {
    max-width: 150px;
}

@media (max-width: 540px) {
    .eb_registra .eb_carrello_grid .eb_car_login_box .eb_login_left .eb_oppure table tr td img {
        max-width: 100px;
    }
}

.eb_registra .eb_carrello_grid .eb_car_login_box .eb_login_left .eb_oppure table tr td .checkbox {
  padding: 0 20px;
}

.eb_registra .eb_carrello_grid .eb_car_login_box .eb_login_left .eb_oppure table tr td .checkbox input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.eb_registra .eb_carrello_grid .eb_car_login_box .eb_login_left .eb_oppure table tr td .checkbox label {
  position: relative;
  cursor: pointer;
  padding-left: 0;
}

.eb_registra .eb_carrello_grid .eb_car_login_box .eb_login_left .eb_oppure table tr td .checkbox label:before {
  content:'';
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #ccc;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
}

.eb_registra .eb_carrello_grid .eb_car_login_box .eb_login_left .eb_oppure table tr td .checkbox input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 4px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid #0079bf;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.eb_registra .eb_carrello_grid .eb_car_login_box .ct_login_right {
    width: 50%;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    border: solid 1px #e7e8e8;
    border-left: none;
    padding: 15px 25px;
    min-height: 266px;
}

@media (max-width: 767px) {
    .eb_registra .eb_carrello_grid .eb_car_login_box .ct_login_right {
        width: 100%;
        border-left: solid 1px #e7e8e8;
        min-height: auto;
        padding: 15px;
    }
}

.eb_registra .eb_carrello_grid .eb_car_login_box .ct_login_right.cf_height {
    min-height: auto;
}

.eb_registra .eb_carrello_grid .eb_car_login_box .ct_login_right.ct_bor {
    padding-right: 3%;
    padding-left: 3%;
    border-left: solid 1px #e7e8e8;
    margin-left: -4px;
}

@media (max-width: 767px) {
    .eb_registra .eb_carrello_grid .eb_car_login_box .ct_login_right.ct_bor {
        border-left: none;
        padding: 0;
        margin: 20px 0;
    }
}

.eb_registra .eb_carrello_grid .eb_car_login_box .ct_login_right .ct_head {
    font-size: 16px;
    color: #000;
    line-height: 20px;
    text-align: left;
    display: block;
    margin: 20px 0;
}

@media (max-width: 767px) {
    .eb_registra .eb_carrello_grid .eb_car_login_box .ct_login_right .ct_head {
        margin: 0 0 10px;
    }
}

.eb_registra .eb_carrello_grid .eb_car_login_box .ct_login_right .ct_head span {
    font-size: 16px;
    color: #000;
    text-align: left;
    display: block;
}

.eb_registra .eb_carrello_grid .eb_car_login_box .ct_login_right .ct_head p {
    text-transform: uppercase;
    font-weight: bold;
    text-align: left;
    font-size: 16px;
}

.eb_registra .eb_carrello_grid .eb_car_login_box .ct_login_right .btn-primary {
    font-size: 18px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    padding: 5px 20px 5px;
    margin: 10px 0;
    background: #003a79;
    text-decoration: none;
    border: none;
    width: 170px;
    display: block;
    text-transform: uppercase;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
}

.eb_registra .eb_carrello_grid .eb_car_login_box .ct_login_right .btn-primary:hover {
    text-decoration: none;
    background: #000;
    color: #fff;
}

.eb_registra .eb_carrello_grid .eb_car_login_box .ct_login_right.ct_carrello_right .ct_head {
    text-align: left;
}

.eb_registra .eb_carrello_grid .eb_car_login_box .ct_login_right.ct_carrello_right .ct_head span {
    text-align: left;
}

.eb_registra .eb_carrello_grid .eb_car_login_box .ct_login_right.ct_carrello_right span {
    font-size: 21px;
    line-height: 36px;
    color: #000;
    text-align: left;
    display: block;
}

.eb_registra .eb_carrello_grid .eb_car_login_box .ct_login_right.ct_carrello_right span a {
    text-decoration: none;
    color: #000;
}

.eb_registra .eb_carrello_grid .eb_car_login_box .ct_login_right.ct_carrello_right span.font24 {
    font-size: 24px !important;
}

.eb_registra .eb_carrello_grid .eb_car_login_box .ct_login_right.ct_carrello_right .btn-primary {
    display: block;
    margin: 20px 0;
    background: #d3c2b2;
    color: #003a79;
}

.eb_registra .eb_carrello_grid .eb_car_login_box .ct_login_right.ct_carrello_right .btn-primary:hover {
    background: #003a79;
    color: #fff;
}

.eb_registra .eb_carrello_grid .eb_car_login_box .ct_login_right.ct_carrello_right .btn-primary.ct_btn {
    background: #003a79;
    width: 100%;
    color: #fff;
    padding: 20px 0 15px;
    font-size: 30px;
}

@media (max-width: 991px) {
    .eb_registra .eb_carrello_grid .eb_car_login_box .ct_login_right.ct_carrello_right .btn-primary.ct_btn {
        font-size: 21px;
    }
}

.eb_registra .eb_carrello_grid .eb_car_login_box .ct_login_right.ct_carrello_right .btn-primary.ct_btn:hover {
    background: #003a79;
}

.eb_registra .eb_carrello_grid .eb_car_login_box .ct_login_right.ct_carrello_right .ct_price {
    margin: 10px 0;
}

.eb_registra .eb_carrello_grid .eb_car_login_box .ct_login_right.ct_carrello_right .ct_price .ct_price_content {
    display: block;
    margin-bottom: 30px;
    text-align: left;
}

.eb_registra .eb_carrello_grid .eb_car_login_box .ct_login_right.ct_carrello_right .ct_price .ct_price_content span {
    font-size: 20px;
    display: inline-block;
    line-height: 30px;
}

@media (max-width: 991px) {
    .eb_registra .eb_carrello_grid #no-more-tables table, .eb_registra .eb_carrello_grid #no-more-tables thead, .eb_registra .eb_carrello_grid #no-more-tables tbody, .eb_registra .eb_carrello_grid #no-more-tables th, .eb_registra .eb_carrello_grid #no-more-tables td, .eb_registra .eb_carrello_grid #no-more-tables tr {
        display: block;
    }
    .eb_registra .eb_carrello_grid #no-more-tables thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    .eb_registra .eb_carrello_grid #no-more-tables tr {
        border: 1px solid #ccc;
    }
    .eb_registra .eb_carrello_grid #no-more-tables td {
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
        white-space: normal;
        text-align: left;
    }
    .eb_registra .eb_carrello_grid #no-more-tables td:before {
        position: absolute;
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        text-align: left;
        font-weight: bold;
    }
    .eb_registra .eb_carrello_grid #no-more-tables td:before {
        content: attr(data-title);
    }
}

.eb_registra .eb_carrello_grid .eb_card_box {
    border-top: solid 1px #ccc;
    padding: 20px 0;
    margin: 30px 0 0;
}

.eb_registra .eb_carrello_grid .eb_card_box .eb_card_left {
    display: block;
    padding: 10px;
    vertical-align: top;
}

@media (max-width: 767px) {
    .eb_registra .eb_carrello_grid .eb_card_box .eb_card_left {
        padding: 0 0 15px 0;
        width: 100%;
        border-right: none;
        border-bottom: solid 1px #ccc;
    }
}

.eb_registra .eb_carrello_grid .eb_card_box .eb_card_left h3 {
    margin: 0 0 20px 0;
    color: #000;
    font-size: 21px;
    font-weight: bold;
}

.eb_registra .eb_carrello_grid .eb_card_box .eb_card_left .ct_radio {
    color: #333;
    font-size: 18px;
}

.eb_registra .eb_carrello_grid .eb_card_box .eb_card_left .ct_radio label {
    font-weight: bold;
    margin-bottom: 5px;
}

.eb_registra .eb_carrello_grid .eb_card_box .eb_card_left .ct_radio input[type="radio"] {
    position: absolute;
    opacity: 0;
}

.eb_registra .eb_carrello_grid .eb_card_box .eb_card_left .ct_radio input[type="radio"] + .radio-label:before {
    content: '';
    background: #fff;
    border-radius: 100%;
    border: 1px solid #545558;
    display: inline-block;
    width: 17px;
    height: 17px;
    position: relative;
    top: 4px;
    margin-right: 1em;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    transition: all 250ms ease;
}

.eb_registra .eb_carrello_grid .eb_card_box .eb_card_left .ct_radio input[type="radio"]:checked + .radio-label:before {
    background-color: #939598;
    box-shadow: inset 0 0 0 4px #fff;
}

.eb_registra .eb_carrello_grid .eb_card_box .eb_card_left .ct_radio input[type="radio"]:focus + .radio-label:before {
    outline: none;
    border-color: #939598;
}

.eb_registra .eb_carrello_grid .eb_card_box .eb_card_left .ct_radio input[type="radio"] + .radio-label:empty:before {
    margin-right: 0;
}

.eb_registra .eb_carrello_grid .eb_card_box .eb_card_right {
    display: block;
    vertical-align: top;
}

@media (max-width: 767px) {
    .eb_registra .eb_carrello_grid .eb_card_box .eb_card_right {
        padding: 0;
        width: 100%;
    }
}

.eb_registra .eb_carrello_grid .eb_card_box .eb_card_right .eb_total {
    font-size: 18px;
    line-height: 20px;
    color: #333;
    width: 78%;
    text-align: right;
    padding: 10px;
}

@media (max-width: 767px) {
    .eb_registra .eb_carrello_grid .eb_card_box .eb_card_right .eb_total {
        font-size: 30px;
        line-height: 26px;
        padding: 0;
        width: 100%;
    }
}

@media (max-width: 500px) {
    .eb_registra .eb_carrello_grid .eb_card_box .eb_card_right .eb_total {
        font-size: 23px;
    }
}

.eb_registra .eb_carrello_grid .eb_card_box .eb_card_right .eb_total u {
    font-size: 14px;
    font-weight: normal;
}

.eb_registra .eb_carrello_grid .eb_card_box .eb_card_right .eb_total img {
    padding: 0 5px;
}

.eb_registra .eb_carrello_grid .eb_card_box .eb_card_right .eb_total span {
    display: inline-block;
    padding: 0 20px;
    vertical-align: top;
    font-size: 18px;
    line-height: 20px;
}

@media (max-width: 767px) {
    .eb_registra .eb_carrello_grid .eb_card_box .eb_card_right .eb_total span {
        font-size: 18px;
        float: left;
        padding: 0;
    }
}

.eb_registra .eb_carrello_grid .eb_card_box .eb_card_right .eb_total span p {
    text-align: right;
    font-size: 12px;
    margin: 0;
    line-height: 13px;
}

@media (max-width: 480px) {
    .eb_registra .eb_carrello_grid .eb_card_box .eb_card_right .eb_total span.eb_coupon {
        width: 150px;
    }
}

.eb_registra .eb_carrello_grid .eb_card_box .eb_card_right .eb_total .form-control {
    max-width: 100px;
    display: inline-block;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    height: 30px;
}

@media (max-width: 991px) {
    .eb_registra .eb_carrello_grid .eb_card_box .eb_card_right .eb_total .form-control {
        margin: 10px 0 0 0;
        max-width: 120px;
    }
}

.eb_registra .eb_carrello_grid .eb_card_box .eb_card_right .eb_total.upper {
    text-transform: uppercase;
}

.eb_registra .eb_carrello_grid .eb_card_box .eb_card_right .eb_total .eb_info {
    display: inline-block;
    margin-right: -144px;
}

@media (max-width: 991px) {
    .eb_registra .eb_carrello_grid .eb_card_box .eb_card_right .eb_total .eb_info {
        display: block;
        margin-right: 0;
        padding: 10px 0;
    }
}

.eb_registra .eb_carrello_grid .eb_card_box .eb_card_right .eb_total .eb_info a {
    font-size: 12px;
    text-decoration: underline;
    color: #333;
}

.eb_registra .eb_carrello_grid .eb_from .form-group label {
    color: #000;
    font-size: 18px;
    font-weight: normal;
}

.eb_registra .eb_carrello_grid .eb_from .form-group .form-control {
    height: 49px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
/*    border: solid 2px #9e9e9e;*/
    font-size: 16px;
    font-family: 'robotoregular';
    font-weight: normal;
}

.eb_registra .eb_carrello_grid .eb_from .form-group .checkbox label {
    font-size: 12px;
}

.eb_registra .eb_carrello_grid .eb_from .eb_bor {
    border-bottom: solid 1px #ccc;
    width: 100%;
    height: 25px;
    margin-bottom: 45px;
}

.eb_registra .eb_carrello_grid .eb_from .eb_bor span {
    color: #666;
    text-align: center;
    display: block;
    background: #fff;
    max-width: 90px;
    font-size: 18px;
    margin: 0 auto;
    padding-top: 10px;
}

.eb_registra .eb_carrello_grid .eb_from .eb_button {
    margin: 30px auto;
    display: inline-block;
    text-align: center;
    width: 100%;
}

@media (max-width: 540px) {
    .eb_registra .eb_carrello_grid .eb_from .eb_button {
        margin: 10px auto;
    }
}

.eb_registra .eb_carrello_grid .eb_from .eb_button .btn_blue {
    text-align: center;
    font-size: 22px;
    background: #273477;
    padding: 5px;
    color: #fff;
    line-height: 40px;
    -moz-border-radius: 60px;
    -webkit-border-radius: 60px;
    border-radius: 60px;
    width: 100%;
    max-width: 310px;
}

.eb_registra .eb_carrello_grid .eb_from .eb_button .btn_blue:hover {
    background: #000;
    color: #fff;
}

@media (max-width: 540px) {
    .eb_registra .eb_carrello_grid .eb_from .eb_button .btn_blue {
        max-width: 250px;
        font-size: 18px;
    }
}

.eb_registra .eb_carrello_grid .eb_from .eb_button .btn_blue i {
    background: #fecd1a;
    -moz-border-radius: 60px;
    -webkit-border-radius: 60px;
    border-radius: 60px;
    width: 40px;
    height: 40px;
    margin: 0;
}

.eb_registra .eb_carrello_grid .eb_from .eb_button .btn_blue i img {
    max-width: 30px;
    margin: 5px 0 5px 8px;
}

.eb_registra .eb_carrello_grid .eb_from .eb_button {
    margin: 30px auto;
    display: inline-block;
    text-align: center;
    width: 100%;
}

@media (max-width: 540px) {
    .eb_registra .eb_carrello_grid .eb_from .eb_button {
        margin: 10px auto;
    }
}

.eb_registra .eb_carrello_grid .eb_from .eb_button .btn_grey {
    text-align: center;
    font-size: 22px;
    background: #e6e6e6;
    padding: 5px;
    color: #999;
    line-height: 40px;
    -moz-border-radius: 60px;
    -webkit-border-radius: 60px;
    border-radius: 60px;
    width: 100%;
    max-width: 310px;
}

.eb_registra .eb_carrello_grid .eb_from .eb_button .btn_grey:hover {
    background: #000;
    color: #fff;
}

@media (max-width: 540px) {
    .eb_registra .eb_carrello_grid .eb_from .eb_button .btn_grey {
        max-width: 250px;
        font-size: 18px;
    }
}

.eb_registra .eb_carrello_grid .eb_from .eb_button .btn_grey i {
    background: #b3b3b3;
    -moz-border-radius: 60px;
    -webkit-border-radius: 60px;
    border-radius: 60px;
    width: 40px;
    height: 40px;
    margin: 0;
}

.eb_registra .eb_carrello_grid .eb_from .eb_button .btn_grey i img {
    max-width: 30px;
    margin: 5px 0 5px 8px;
}

.eb_registra .eb_carrello_grid .eb_bot_button {
    width: 100%;
    display: inline-block;
    padding: 20px 0;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
}

.eb_registra .eb_carrello_grid .eb_bot_button label {
    color: #333;
    font-size: 11px;
    font-weight: normal;
}

.eb_registra .eb_carrello_grid .eb_bot_button .eb_button {
    margin: 0 auto;
    display: inline-block;
    text-align: center;
    width: 100%;
}

@media (max-width: 540px) {
    .eb_registra .eb_carrello_grid .eb_bot_button .eb_button {
        margin: 10px auto;
    }
}

.eb_registra .eb_carrello_grid .eb_bot_button .eb_button .btn_blue {
    text-align: center;
    font-size: 22px;
    background: #273477;
    padding: 5px;
    color: #fff;
    line-height: 40px;
    -moz-border-radius: 60px;
    -webkit-border-radius: 60px;
    border-radius: 60px;
    width: 100%;
    max-width: 310px;
}

.eb_registra .eb_carrello_grid .eb_bot_button .eb_button .btn_blue:hover {
    background: #000;
    color: #fff;
}

@media (max-width: 540px) {
    .eb_registra .eb_carrello_grid .eb_bot_button .eb_button .btn_blue {
        max-width: 250px;
        font-size: 18px;
    }
}

.eb_registra .eb_carrello_grid .eb_bot_button .eb_button .btn_blue i {
    background: #fecd1a;
    -moz-border-radius: 60px;
    -webkit-border-radius: 60px;
    border-radius: 60px;
    width: 40px;
    height: 40px;
    margin: 0;
}

.eb_registra .eb_carrello_grid .eb_bot_button .eb_button .btn_blue i img {
    max-width: 30px;
    margin: 5px 0 5px 8px;
}

.eb_registra .eb_carrello_grid .eb_bot_button.eb_center {
    text-align: center;
    padding: 50px 0;
}

.eb_registra .eb_carrello_grid .eb_bot_button.eb_center .checkbox {
    margin: 0px 0 50px;
}

.eb_registra .eb_carrello_grid .eb_bot_button.eb_center .checkbox label {
    font-size: 23px;
}

@media (max-width: 767px) {
    .eb_registra .eb_carrello_grid .eb_bot_button.eb_center .checkbox label {
        font-size: 15px;
    }
}

.eb_registra .eb_carrello_grid .eb_bot_button.eb_center .checkbox label input {
    width: 25px;
    height: 25px;
    margin: 0 0 0 -30px;
}

.eb_registra .eb_carrello_grid .eb_bot_button.eb_center .btn_blue {
    font-size: 30px;
    background: #003a79;
    padding: 8px;
    max-width: 355px;
    line-height: 50px;
}

@media (max-width: 767px) {
    .eb_registra .eb_carrello_grid .eb_bot_button.eb_center .btn_blue {
        font-size: 24px;
        padding: 5px;
    }
}

.eb_registra .eb_carrello_grid .eb_bot_button.eb_center .btn_blue i {
    width: 50px;
    height: 50px;
    margin: 0;
}

.eb_registra .eb_carrello_grid .eb_bot_button.eb_center .btn_blue i img {
    max-width: 35px;
    margin: 8px 0 5px 8px;
}

.eb_registra .eb_carrello_grid .eb_ripio {
    width: 100%;
    padding: 40px 0 0;
    text-align: center;
}

.eb_registra .eb_carrello_grid .eb_ripio h3 {
    font-size: 30px;
    color: #253d7f;
    margin: 0;
}

.eb_registra .eb_carrello_grid .eb_padqm_grid {
    text-align: center;
}

.eb_registra .eb_carrello_grid .eb_padqm_grid .eb_tr {
    border-right: none;
    border-left: none;
}

@media (max-width: 767px) {
    .eb_registra .eb_carrello_grid .eb_padqm_grid .eb_tr {
        border-top: solid 1px #ccc;
        border-bottom: solid 1px #ccc;
    }
}

.eb_registra .eb_carrello_grid .eb_padqm_grid .eb_tr .col-1, .eb_registra .eb_carrello_grid .eb_padqm_grid .eb_tr .col-2, .eb_registra .eb_carrello_grid .eb_padqm_grid .eb_tr .col-3, .eb_registra .eb_carrello_grid .eb_padqm_grid .eb_tr .col-4 {
    border-right: none;
    min-height: auto;
    padding: 42px 0 !important;
}

@media (max-width: 767px) {
    .eb_registra .eb_carrello_grid .eb_padqm_grid .eb_tr .col-1, .eb_registra .eb_carrello_grid .eb_padqm_grid .eb_tr .col-2, .eb_registra .eb_carrello_grid .eb_padqm_grid .eb_tr .col-3, .eb_registra .eb_carrello_grid .eb_padqm_grid .eb_tr .col-4 {
        padding: 15px 0 !important;
    }
}

.eb_registra .eb_carrello_grid .eb_padqm_grid .eb_tr .col-1 {
    padding: 10px 0 !important;
}

@media (max-width: 767px) {
    .eb_registra .eb_carrello_grid .eb_padqm_grid .eb_tr .col-2 {
        text-align: right !important;
    }
}

.eb_registra .eb_carrello_grid .eb_padqm_grid .eb_tr .col-5 {
    display: none;
}

.eb_registra .eb_carrello_grid .eb_padqm_grid .eb_tr .eb_img {
    text-align: center !important;
}

.eb_registra .eb_carrello_grid .eb_padqm_grid .eb_tr .font20 {
    font-size: 20px !important;
}

@media (max-width: 767px) {
    .eb_registra .eb_carrello_grid .eb_padqm_grid .eb_total_pro {
        padding: 0 10px 15px !important;
    }
    .eb_registra .eb_carrello_grid .eb_padqm_grid .eb_text {
        padding: 20px 0 5px;
        width: auto;
        float: left;
    }
    .eb_registra .eb_carrello_grid .eb_padqm_grid .eb_price {
        width: auto;
        float: right;
    }
}

@media (max-width: 500px) {
    .eb_registra .eb_carrello_grid .eb_padqm_grid .eb_total_pro {
        padding: 0 0 15px !important;
    }
}

.eb_registra .eb_carrello_grid .eb_padqm_grid .eb_sub_total {
    border-right: none;
    border-left: none;
}

.eb_registra .eb_carrello_grid .eb_padqm_grid .eb_sub_total .eb_text {
    border-right: none;
    font-size: 16px;
    width: 82%;
    font-weight: bold;
}

@media (max-width: 767px) {
    .eb_registra .eb_carrello_grid .eb_padqm_grid .eb_sub_total .eb_text {
        font-size: 14px;
        padding: 10px;
        float: left;
        width: auto;
    }
}

@media (max-width: 420px) {
    .eb_registra .eb_carrello_grid .eb_padqm_grid .eb_sub_total .eb_text {
        font-size: 12px;
        padding: 10px 0;
    }
}

.eb_registra .eb_carrello_grid .eb_padqm_grid .eb_sub_total .eb_price {
    font-size: 20px;
}

@media (max-width: 767px) {
    .eb_registra .eb_carrello_grid .eb_padqm_grid .eb_sub_total .eb_price {
        font-size: 30px;
        padding: 20px 10px;
        float: right;
        width: auto;
    }
}

@media (max-width: 767px) {
    .eb_registra .eb_carrello_grid .eb_padqm_grid .eb_total {
        padding: 0;
        margin: 0;
    }
}

.eb_registra .eb_carrello_grid .eb_padqm_grid .eb_total .eb_text {
    width: 82%;
}

@media (max-width: 991px) {
    .eb_registra .eb_carrello_grid .eb_padqm_grid .eb_total .eb_text {
        width: 80%;
    }
}

@media (max-width: 767px) {
    .eb_registra .eb_carrello_grid .eb_padqm_grid .eb_total .eb_text {
        width: auto;
        float: left;
    }
}

.eb_registra .eb_carrello_grid .eb_padqm_grid .eb_total .eb_price {
    width: 17%;
    padding: 20px;
}

@media (max-width: 991px) {
    .eb_registra .eb_carrello_grid .eb_padqm_grid .eb_total .eb_price {
        width: 19%;
    }
}

@media (max-width: 767px) {
    .eb_registra .eb_carrello_grid .eb_padqm_grid .eb_total .eb_price {
        padding: 20px 0;
        float: right;
        width: auto;
    }
}

.eb_registra .eb_step3 .eb_handIcon {
    margin: 10px 0;
}

.eb_registra .eb_step3 .eb_handIcon img {
    max-width: 500px;
    margin: 50px auto;
    display: block;
}

.eb_registra .eb_step3 h3 {
    font-size: 30px;
    padding: 20px 0 0;
    color: #273477;
    font-weight: bold;
    margin: 30px 0 0;
    text-align: center;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .eb_registra .eb_step3 h3 {
        font-size: 20px;
        margin: 0;
    }
}

.eb_registra .eb_step3 p {
    font-size: 20px;
    line-height: 30px;
    color: #000;
    margin: 10px 0 40px;
    text-align: center;
    display: block;
}

.eb_registra .eb_step3 .eb_button {
    margin: 30px auto;
    display: inline-block;
    text-align: center;
    width: 100%;
}

@media (max-width: 540px) {
    .eb_registra .eb_step3 .eb_button {
        margin: 10px auto;
    }
}

.eb_registra .eb_step3 .eb_button .btn_blue {
    text-align: center;
    font-size: 24px;
    background: #003a79;
    padding: 5px;
    color: #fff;
    line-height: 50px;
    -moz-border-radius: 60px;
    -webkit-border-radius: 60px;
    border-radius: 60px;
    width: 100%;
    max-width: 360px;
}

.eb_registra .eb_step3 .eb_button .btn_blue:hover {
    background: #000;
    color: #fff;
}

@media (max-width: 540px) {
    .eb_registra .eb_step3 .eb_button .btn_blue {
        max-width: 100%;
    }
}

.eb_registra .eb_step3 .eb_button .btn_blue i {
    background: #fecd1a;
    -moz-border-radius: 60px;
    -webkit-border-radius: 60px;
    border-radius: 60px;
    width: 50px;
    height: 50px;
    margin: 0;
}

.eb_registra .eb_step3 .eb_button .btn_blue i img {
    max-width: 40px;
    margin: 5px 0 5px 8px;
}

#formRegistrazione1 #bottone_registrazione.blue{
    background: #273477;
    color:#fff;
}

#formRegistrazione1 #bottone_registrazione.blue i{
    background: #fecd1a;
}

#eb_accordion #eb_collapseOne .panel-body{
    border-top-color: transparent;
    background: transparent;
}

#eb_collapsethree{
    margin-top:15px;
}

#eb_collapsethree .form-group{
    margin-top:40px;
}

#eb_collapsethree .col-sm-12{
    background-color:#fff;
}

#eb_collapsethree .col-sm-12 .form-group {
    margin-top: 10px;
}

#bottoni_ecommerce_new{
    width:50px;
    position:fixed;
    right:0;
    top:50px;
    background-color:#fecd1a;
    list-style-type: none;
    margin: 0;
    padding: 0;
    z-index: 9999999999999999;
}

#bottoni_ecommerce_new li{
    height:50px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    border-bottom:1px solid #fff;
}

#bottoni_ecommerce_new li #cartCountContainer{
    background-color:#eb1e2c;
    color:#fff;
    left: -5px;
    top: -5px;
}

#bottoni_ecommerce_new li a{
    display:block;
}

#bottoni_ecommerce_new li a:hover{
    background-color:#273477;
}

#bottoni_ecommerce_new li img{
    width: 50px;
    margin: auto;
    display: block;
    padding: 8px;
}

#bottoni_ecommerce_new li:hover .dropdown-menu{
    display:block;
    left:inherit;
    right:50px;
    margin-top:-50px;
}

#bottoni_ecommerce_new li .dropdown-menu li{
    height:inherit;
    border:0;
}

#bottoni_ecommerce_new li .dropdown-menu li img{
    width:inherit;
    padding:0;
}

#bottoni_ecommerce_new li .dropdown-menu li a:hover{
    background-color:#fff;
}

#bottoni_ecommerce_new li:nth-child(2) .dropdown-menu li a:hover,
#bottoni_ecommerce_new li:nth-child(3) .dropdown-menu li a:hover{
    background-color:#273477;
    color:#fff;
}

/* CARRELLO */

#riepilogo_prodotti_carrello_primo_step{
    margin-top: 50px;
}

#riepilogo_prodotti_carrello_primo_step tr{
    background-color:#fff;
}

#riepilogo_prodotti_carrello_primo_step .blue_btn.aggiorna{
    background-color:#ddd;
    color:#ec1c29;
    display: block;
    padding:5px 10px;
}

#riepilogo_prodotti_carrello_primo_step .blue_btn{
    font-weight:normal;
    padding:10px 20px;
    background: #fecd1a;
    color: #003a79;
}

#riepilogo_prodotti_carrello_primo_step .blue_btn.green{
    font-weight:normal;
    padding:10px 20px;
    background: #003a79;
    color:#fff;
}

#riepilogo_prodotti_carrello_primo_step .qntt_minus,
#riepilogo_prodotti_carrello_primo_step .qntt_plus{
    background-color: #fecd1a;
    color: #003a79;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
}

#riepilogo_prodotti_carrello_primo_step .qntt_fileld{
    width:50px;
}

#riepilogo_prodotti_carrello_primo_step .qntt_fileld input{
    width:inherit !important;
}

#autenticazione_carrello_primo_step #tab_privato{
    width:calc( 50% - 10px );
    margin-right:10px;
}

#autenticazione_carrello_primo_step #tab_azienda{
    width:calc( 50% - 10px );
    margin-left:10px;
}

#autenticazione_carrello_primo_step .eb_upper{
    font-size:18px;
    margin: 0;
}

/*#autenticazione_carrello_primo_step .col-sm-6 {
    width: 100%;
}*/

#autenticazione_carrello_primo_step .panel-title {
    margin-top: 0;
    font-size: 13px;
    font-weight: bold;
}

#autenticazione_carrello_primo_step_login{
    padding-bottom:15px;
}

#autenticazione_carrello_primo_step #autenticazione_carrello_primo_step_login .eb_registra h2 {
    font-size: 24px;
    padding: 0;
    margin: 0 0 15px 0;
}

#autenticazione_carrello_primo_step #autenticazione_carrello_primo_step_login .eb_registra p {
    font-size: 16px;
    line-height: normal;
    margin: 0 0 20px 0;
}

#autenticazione_carrello_primo_step #autenticazione_carrello_primo_step_login .form-control{
    height:35px;
}

#autenticazione_carrello_primo_step #autenticazione_carrello_primo_step_login .eb_button{
    margin:0;
}

#carrello_secondo_step_new.eb_registra .eb_carrello_step_1 {
    border:0;
}

#carrello_secondo_step_new #confirmOrderContainer .row{
    border-top:2px solid #d2d1d1;
}

#carrello_secondo_step_new #confirmOrderContainer .row .row{
    border:0;
}

#carrello_secondo_step_new #carrello_secondo_step_new .eb_upper{
    margin: 40px 0 40px;
}

#carrello_secondo_step_new .eb_button .btn.btn_grey{
    width: 50%;
    margin: 0 auto;
    display: block;
    padding: 0;
    height: 50px;
    border-radius: 25px;
    line-height: 47px;
    font-size: 21px;
    color: #003a79;
    position: relative;
}

#carrello_secondo_step_new .eb_button .btn.btn_grey:hover{
    background: #bbb;
}

#carrello_secondo_step_new .eb_button .btn.btn_grey i {
    width: 40px;
    height: 40px;
    margin: 3px 5px;
    background: #ccc;
    border-radius: 50%;
    position:absolute;
    right:0;
}

#carrello_secondo_step_new .eb_button .btn.btn_grey i img{
    width: 20px;
    margin:10px;
}

#carrello_secondo_step_new #oppure_pickup_point{
    color: #999;
    text-align: center;
    margin: 25px 0;
}

#carrello_secondo_step_new #oppure_pickup_point span{
    color: #eb1e2c;
    text-decoration:underline;
    cursor:pointer;
}

#carrello_secondo_step_new #oppure_pickup_point span:hover{
    text-decoration:none;
}

#carrello_secondo_step_new #tendina_pickup_point{
    position: absolute;
    background: #fff;
    -moz-box-shadow: 0 0 15px #555;
    -webkit-box-shadow:0 0 15px #555;
    box-shadow: 0 0 15px #555;
    height: 250px;
    overflow-x: hidden;
    overflow-y: scroll;
    z-index: 10;
    background-image:url("/img/loading_pickuppoint.gif");
    background-repeat:no-repeat;
    background-position:center center;
}

#carrello_secondo_step_new #tendina_pickup_point span{
    position: absolute;
    right: 0;
    z-index: 1;
    background: #000;
    color: #fff;
    display: block;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 19px;
    font-size: 21px;
    cursor: pointer;
}

#carrello_secondo_step_new #tendina_pickup_point #pickupSelForm .col-sm-12{
    background-color:#fff;
}

#carrello_secondo_step_new #car_product_submit_form table tr{
    background:#fff;
}

/*#carrello_secondo_step_new #car_product_submit_form table tr td{
    width:calc( 100% - 40px );
    padding:20px !important;
}*/

#carrello_secondo_step_new.eb_registra h2.eb_upper{
    margin-top:40px;
}

#carrello_secondo_step_new #confirmOrderContainer .tp_ttl{
    background-color: #fecd1a;
    font-size: 14px;
    display: block;
    position: absolute;
    top: 0;
    margin: 0;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    border-radius: 20px;
    margin-top: -62px;
    left: 50%;
    max-width: 250px;
    margin-left: -100px;
    float: none;
    clear: both;
}

#carrello_secondo_step_new #confirmOrderContainer .dati_spedizioni_new,
#carrello_secondo_step_new #confirmOrderContainer .dati_fatturazione_new{
    margin-top:40px;
}

#carrello_secondo_step_new #car_product_submit_form p{
    text-align:left;
}

#carrello_secondo_step_new #car_product_submit_form h2{
    text-align: left;
    color: #333;
    padding: 0;
    margin: 0;
    font-size: 24px;
}

#carrello_secondo_step_new #car_product_submit_form label p{
    margin: 0;
}

#carrello_secondo_step_new #car_product_submit_form .form-group{
    margin-top: 20px;
}

#carrello_secondo_step_new #car_product_submit_form .form-group label p{
    margin-top: 20px;
    font-size: 16px;
}

#carrello_secondo_step_new #car_product_submit_form h2{
    margin-top:50px;
}

#carrello_secondo_step_new #car_product_submit_form .form-group{
    margin-top:0;
}

#carrello_secondo_step_new #car_product_submit_form table{
    margin: 20px;
}

#carrello_secondo_step_new #car_product_submit_form table tr td {
    width: calc( 100% - 40px );
    padding: 0 20px;
    border: 0;
}

#carrello_secondo_step_new .blocco_conti_secondo_step{
    border-left: 2px solid #d2d1d1;
}

#carrello_secondo_step_new .blocco_conti_secondo_step table{
    margin: 50px 0px 0 30px !important;
    width: calc( 100% - 40px );
}

#carrello_secondo_step_new .blocco_conti_secondo_step table .ttl_pay{
    padding-top:0;
}

#carrello_secondo_step_new .blocco_conti_secondo_step table p{
    margin:0;
    text-align: left;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    font-size:12px;
}

#carrello_secondo_step_new .blocco_conti_secondo_step table td {
    padding: 10px 0 !important;
    font-size: 19px;
    font-weight: normal;
}

#carrello_secondo_step_new #confirmOrderContainer{
    border-bottom: 2px solid #d2d1d1;
}

#carrello_secondo_step_new #cartResumeContainer table{
    margin-bottom: 20px !important;
}

#carrello_secondo_step_new #cartResumeContainer table tr td{
    background-color:#fff;
}

#carrello_secondo_step_new #paga_subito{
    border-top: 2px solid #d2d1d1;
    text-align: center;
    padding: 35px 0;
}

#carrello_secondo_step_new #paga_subito span{
    font-size:21px;
}

#carrello_secondo_step_new #paga_subito span a{
    text-decoration:underline;
    font-size:21px;
}

#carrello_secondo_step_new #paga_subito span a:hover{
    text-decoration:none;
}

#carrello_secondo_step_new #paga_subito #bottone_paga_subito{
    width: 25%;
    margin: 35px 0 0 0;
    height: 60px;
    font-size: 24px;
    border-radius: 30px;
}

#conferma_registrazione_new .tp_ttl,
#recupera_password_new .tp_ttl,
#form_eliminazione_account_new .tp_ttl,
#pagamento_fallito_new .tp_ttl{
    color: #162983;
    text-align: center;
    margin: 20px 0;
    font-size: 30px;
    text-transform: inherit;
}

#conferma_registrazione_new #user_login_form input[type=submit],
#recupera_password_new #user_login_form input[type=submit],
#form_eliminazione_account_new input[type=submit]{
    padding: 10px 25px;
    display: inline-block;
    min-width: inherit;
    float: right;
    margin: 0;
}

#form_eliminazione_account_new p,
#pagamento_fallito_new p{
    text-align:center;
}

#form_eliminazione_account_new textarea{
    width:100%;
}

#pagamento_fallito_new{
    margin-top:0;
}

#autenticazione_carrello_primo_step #autenticazione_carrello_primo_step_login .form-control{
    font-size: 14px;
}

#autenticazione_carrello_primo_step #autenticazione_carrello_primo_step_login .eb_registra{
    padding:0 10px;
}

#riepilogo_prodotti_carrello_primo_step #descrizione_cart_update p{
    color: red;
    font-size: 14px;
    text-align: left;
    line-height: inherit;
    margin: 0;
    font-weight: normal;
    padding-bottom: 10px;
}

#autenticazione_carrello_primo_step #autenticazione_carrello_primo_step_parzLog .col-sm-6{
    width:100%;
}

#bottoni_ecommerce_new li .del_prod_small_box {
    width: 15px;
    display: block;
}

/* RESPONSIVE CARRELLO */

@media (max-width: 767px) {

    #carrello_secondo_step_new #confirmOrderContainer .row{
        border-top:0;
    }
    
    #carrello_secondo_step_new #confirmOrderContainer .dati_spedizioni_new,
    #carrello_secondo_step_new #confirmOrderContainer .dati_fatturazione_new{
        border-top: 2px solid #d2d1d1;
        margin-top:0;
    }
    
    #carrello_secondo_step_new #confirmOrderContainer .dati_spedizioni_new p{
        margin-top:35px;
    }
    
    #carrello_secondo_step_new #confirmOrderContainer .dati_spedizioni_new .tp_ttl,
    #carrello_secondo_step_new #confirmOrderContainer .dati_fatturazione_new .tp_ttl{
        top:40px;
    }
    
    #carrello_secondo_step_new.eb_registra h2.eb_upper {
        margin: 0;
    }
    
    #carrello_secondo_step_new #tendina_pickup_point{
        width: 80%;
        left: 50%;
        margin-left: -40%;
    }
    
    #carrello_secondo_step_new #confirmOrderContainer .dati_fatturazione_new{
        margin-top:25px;
    }
    
    #carrello_secondo_step_new #confirmOrderContainer .dati_fatturazione_new p{
        margin-top:50px;
    }
    
    #carrello_secondo_step_new .blocco_conti_secondo_step{
        border:0;
    }
    
    #carrello_secondo_step_new #car_product_submit_form{
        padding:0 25px;
    }
    
    #carrello_secondo_step_new #paga_subito #bottone_paga_subito{
        width: 80%;
    }
    
    #carrello_secondo_step_new #cartResumeContainer table tr{
        border:0;
    }
    
    .ct_top_header{
        padding: 40px 0;
        background-size: 50% !important;
    }
    
    #logo_autenticazione_ecommerce{
        width:65%;
    }
    
    .main_row{
        overflow:hidden;
    }
    
    #carrello_secondo_step_new .eb_button .btn.btn_grey{
        width:80%;
    }
    
    .ct_top_header img {
        width: 65%;
    }

}

#modal_popup_dia2{z-index:9999;}
.eb-search-wrap .input-group .form-control{
    
    background-image:url('/images/search_icon.png');
    background-repeat: no-repeat;
    background-position: center right;
    
}

/* stili pagina pagamento avvenuto con successo (carrello 3 new) */

#ultimo_step_pagamento{
    max-width:1230px;
    margin:auto;
}

#ultimo_step_pagamento h2{
    color:#003a79;
    font-size:36px;
}

#ultimo_step_pagamento .order_step_circle{
    height:70px;
}

#ultimo_step_pagamento .order_step_circle .no_circle.circle{
    background: #f2f2f2;
    -moz-border-radius: 80px;
    -webkit-border-radius: 80px;
    border-radius: 80px;
    color: #ec1c29;
    font-size: 20px;
    border: solid 2px #cfcfcf;
    text-align: center;
    width: 40px;
    height: 40px;
    padding: 10px 5px;
    display: inline-block;
    position: relative;
    margin: 0 2px;
    line-height: 15px;
}

#ultimo_step_pagamento .order_step_circle .no_circle.circle.active{
    background: #fecd1a;
    border: solid 2px #273477;
    color: #273477;
}

#ultimo_step_pagamento .alert.alert-progress{
    background-color:#eee;
}

@media (max-width: 1250px) {
    #ultimo_step_pagamento{
        max-width:calc( 100% - 30px );
    }
}

/* foto in header */

@media (min-width: 768px) {
    .ct_top_header.eb_bg_remove.img_login{
        background-image: url('/images/img_login.jpg');
        padding: 50px 0;
        background-repeat: no-repeat;
        background-position: top center;
        background-size: cover;border-top: 1px solid #ddd;
        min-height: 180px;
        margin-top: -20px
    }
    .ct_top_header.eb_bg_remove.img_login a img{
        -webkit-filter: drop-shadow(0 0 10px #fff);
        filter: drop-shadow(0 0 10px #fff);
    }
}

/* CSS ELIMINAZIONE ACCOUNT */

.eb_registra .eb_tab .tab-content .tab-pane{
    padding-bottom:40px;
}

/* link eliminazione account account su modifica dati */

#link_bottom_modifica_dati,
#link_bottom_modifica_dati li{
    list-style-type:none;
    margin:0;
    padding:0;
}

#link_bottom_modifica_dati li{
    float:left;
    margin:0 15px 15px 0;
}

#link_bottom_modifica_dati li a{
    text-decoration:underline;
    font-size:12px;
}

#link_bottom_modifica_dati li a:hover{
    text-decoration:none;
}

#link_bottom_modifica_dati #bottone_modifica_password{
    background: #ddd;
    text-decoration: none;
    padding: 10px 15px;
    border-radius: 5px;
    border: 1px solid #ccc;
    text-transform:uppercase;
}

#link_bottom_modifica_dati #bottone_modifica_password:hover{
    background: #003a79;
    color:#fff;
    border: 1px solid #003a79;
}

@media (max-width: 767px) {
    
    #link_bottom_modifica_dati li {
        margin: 15px 0;
        width: 50%;
        text-align: center;
    }
    
}

/* eliminazione account */

.blue_button_submit_login_area{
    margin: 0 auto;
    display: inline-block;
    text-align: right;
    width: 100%;
}

.blue_button_submit_login_area button{
    text-align: center;
    font-size: 22px;
    background: #003a79;
    padding: 5px;
    color: #fff;
    line-height: 40px;
    -moz-border-radius: 60px;
    -webkit-border-radius: 60px;
    border-radius: 60px;
    width: 100%;
    max-width: 310px;
}

.blue_button_submit_login_area button .pull-right{
    background: #fecd1a;
    -moz-border-radius: 60px;
    -webkit-border-radius: 60px;
    border-radius: 60px;
    width: 40px;
    height: 40px;
    margin: 0;
}

.blue_button_submit_login_area button:hover {
    background: #000;
    color: #fff;
}

.blue_button_submit_login_area button .pull-right img{
    max-width: 30px;
    margin:5px 0 5px 8px;
    vertical-align:unset;
}

#form_eliminazione_account_new.new_design textarea{
    border:2px solid #d2d1d1;
}

#form_eliminazione_account_new.new_design .tp_ttl{
    font-size: 36px;
    color: #003a79;
    font-weight: bold;
    font-family: "robotoregular";
    text-align: center;
    text-transform: none;
    margin: 30px 0 20px;
    padding: 20px 0;
}

@media (max-width: 767px) {

    #form_eliminazione_account_new.new_design .tp_ttl{
        font-size:30px;
        line-height:1.1;
        margin:0;
    }
    
    #form_eliminazione_account_new.new_design p{
        width:calc( 100% - 30px );
        margin:0 auto 20px auto;
    }
    
    #form_eliminazione_account_new.new_design textarea{
        width:calc( 100% - 30px );
        margin:0 auto 20px auto;
        display:block;
    }
    
    .blue_button_submit_login_area{
        width:calc( 100% - 30px );
        margin:auto;
        display: block;
    }
    
    .blue_button_submit_login_area button{
        width:100%;
        max-width:100%;
        font-size:18px;
        font-weight:normal;
    }
    
}

#confirmOrderContainer label img{max-height: 30px;width: auto;margin-right: 5px;}

/* cambio password */

#user_modpwd_form.new_design input[type=password]{
    border:2px solid #d2d1d1;
    height:49px;
    font-size:16px;
    font-family: 'robotoregular';
    font-weight: normal;
}

#user_modpwd_form.new_design label{
    color: #000;
    font-size: 18px;
    font-weight: normal;
}

#user_modpwd_form.new_design .blue_button_submit_login_area{
    margin-bottom:20px;
}

.eb_registra h2.modifica_password {
    text-transform: none;
}

@media (max-width: 767px) {
    
    .eb_registra h2.modifica_password {
        line-height:1.1;
    }
    
}

@media (max-width: 500px) {
    
    .eb_bg_remove  {display: none }
    .blocco_conti_secondo_step img#CNTE_textDiv{width: 100%}
    #carrello_secondo_step_new .blocco_conti_secondo_step table {margin: 50px 0px 0 0px !important;width: calc( 100% - 10px );}
    #carrello_secondo_step_new .blocco_conti_secondo_step table td {font-size: 16px;}
    #carrello_secondo_step_new #paga_subito span {font-size: 16px;}
    #carrello_secondo_step_new #paga_subito span a {font-size: 16px;}
    .eb_registra h2 {font-size: 25px;}
    #carrello_secondo_step_new #confirmOrderContainer .dati_spedizioni_new p {margin: 35px 20px 30px 20px;}
    #recupera_password_new{width: 95%;margin: 0 auto}
}

.peso-carrello {margin: 40px 0}
.peso-carrello-nologin {margin: 40px 20px;display: inline-block;}
.peso-carrello .head-peso,.peso-carrello-nologin {color: #e3051b;font-size: 20px;    line-height: 25px;}
.peso-carrello-nologin{line-height: 25px;}
.peso-carrello .tab-peso,.peso-carrello-nologin .tab-peso {border:1px solid #ddd;margin-top: 20px;display: inline-block;width: 100%;}
.peso-carrello .tab-peso .col-peso1,.peso-carrello-nologin .tab-peso .col-peso1{width: 70%;float: left;border-right: 1px solid #ddd;padding: 10px}
.peso-carrello-nologin .tab-peso .col-peso1{width: 65%;}
.peso-carrello .tab-peso .col-peso1 .camion,.peso-carrello-nologin .tab-peso .col-peso1 .camion{background-image: url(/images/camion.png);background-repeat: no-repeat;width: 112px;height: 73px;color: #fff;font-size: 24px;font-weight: 700;float: left;}
.peso-carrello-nologin .tab-peso .col-peso1 .camion {width: 106px;}
.peso-carrello .tab-peso .col-peso1 .camion span,.peso-carrello-nologin .tab-peso .col-peso1 .camion span{position: relative;left: 48px;top: 11px;}
.peso-carrello .tab-peso .col-peso2,.peso-carrello-nologin .tab-peso .col-peso2 {width: 30%;float: left;padding: 10px;font-size: 15px}
.peso-carrello-nologin .tab-peso .col-peso2 {width: 35%;}
.peso-carrello .tab-peso .col-peso2 b,.peso-carrello-nologin .tab-peso .col-peso2 b {font-size: 18px}
.peso-carrello .tab-peso .col-peso2 p,.peso-carrello-nologin .tab-peso .col-peso2 p {margin-top: 15px;font-size: 15px !important;text-align: left !important;line-height: normal !important;font-weight: normal !important;margin: 0px !important;}
.peso-carrello .tab-peso .col-peso2 p, .peso-carrello-nologin .tab-peso .col-peso2 p { margin-top: 0px;}
.peso-carrello-nologin .tab-peso .col-peso2 p { margin: 0px;font-size: 14px !important;}
.peso-carrello .aggiungi-altri,.peso-carrello-nologin .aggiungi-altri{display: block;background-image: url(/images/fr-gialla.png);background-repeat: no-repeat;margin: -6px 0 0 0;padding: 0;}
.peso-carrello .aggiungi-altri a,.peso-carrello-nologin .aggiungi-altri a{display: inline-block;background-color: #fecd1a;border-radius: 50px;color: #273477;text-transform: uppercase;font-weight: 700;padding: 17px;position: relative;left: 130px;top:10px;}
.peso-carrello .tab-peso .col-peso1 .testo-pesorod,.peso-carrello-nologin .tab-peso .col-peso1 .testo-pesorod {padding-left: 12px;float: left;font-size: 18px;padding-top: 0px;width: 70%}
.peso-carrello .tab-peso .col-peso1 .testo-pesorod p,.peso-carrello-nologin .tab-peso .col-peso1 .testo-pesorod p {margin: 0;font-size: 18px !important;text-align: left !important;line-height: normal !important;font-weight: normal !important;}
.peso-carrello-nologin .tab-peso .col-peso1 .testo-pesorod p {font-size: 16px !important;}
.peso-carrello-nologin .tab-peso .col-peso1 .testo-pesorod {padding-left: 15px; font-size: 16px;width: 67%;padding-top: 0}
.peso-carrello-nologin .aggiungi-altri a {font-size: 16px;}

@media (max-width: 1024px) {
    .peso-carrello .tab-peso .col-peso2 p,.peso-carrello-nologin .tab-peso .col-peso2 p  { margin-top: 0px;}
    .peso-carrello-nologin .tab-peso .col-peso1 .testo-pesorod {width: 60%;}
    .peso-carrello-nologin .tab-peso .col-peso1 .camion { width: 100px;}
}

@media (max-width: 768px) {
    .peso-carrello .tab-peso .col-peso1 .testo-pesorod,.peso-carrello-nologin .tab-peso .col-peso1 .testo-pesorod { width: 76%;}
    .peso-carrello-nologin .tab-peso .col-peso1 .testo-pesorod { width: 70%;}
}

@media (max-width: 767px) {
    #confirmOrderContainer label img { margin-bottom: 5px;max-height: 25px;}
}

@media (max-width: 680px) {
    .peso-carrello .tab-peso .col-peso1,.peso-carrello-nologin .tab-peso .col-peso1 {width: 100%; float: none; border-right: 0px solid #ddd;border-bottom: 1px solid #ddd;display: inline-block;}
    .peso-carrello .tab-peso .col-peso2,.peso-carrello-nologin .tab-peso .col-peso2 {width: 100%; float: none;}
    .peso-carrello .tab-peso .col-peso1 .testo-pesorod,.peso-carrello-nologin .tab-peso .col-peso1 .testo-pesorod { width: 67%;padding-left: 15px;padding-top: 0}
    .peso-carrello .tab-peso .col-peso1 .camion,.peso-carrello-nologin .tab-peso .col-peso1 .camion { margin-top: 20px;}
    .peso-carrello .tab-peso .col-peso1 .testo-pesorod p,.peso-carrello-nologin .tab-peso .col-peso1 .testo-pesorod p {margin: 10px 0;}
    .peso-carrello .aggiungi-altri,.peso-carrello-nologin .aggiungi-altri {margin: -1px 0 0 0;}
    .peso-carrello .head-peso,.peso-carrello-nologin .head-peso {text-align: center;line-height: normal;}
    .peso-carrello .col-xs-12,.peso-carrello-nologin .col-xs-12 {padding: 0}
    .peso-carrello-nologin .aggiungi-altri a {padding: 13px; left: 103px;}

}


@media (max-width: 480px) {
    .peso-carrello .tab-peso .col-peso1 .testo-pesorod,.peso-carrello-nologin .tab-peso .col-peso1 .testo-pesorod { width: 65%;font-size: 16px}
    .peso-carrello .aggiungi-altri a,.peso-carrello-nologin .aggiungi-altri a {left: 105px;}
    .peso-carrello-nologin .tab-peso .col-peso1 .camion { float: none; margin: 20px auto 0 auto;}
    .peso-carrello-nologin .tab-peso .col-peso1 .testo-pesorod {width: 100%;float: none;padding: 0;text-align: center;}
    .peso-carrello-nologin .tab-peso .col-peso2 {text-align: center;padding: 10px 0;}
    .peso-carrello-nologin .aggiungi-altri{margin: -2px 0 0 0;padding: 0;background-position: -25px;width: 100%;}
    .peso-carrello-nologin .aggiungi-altri a {left: 82px;padding: 11px;}
    .peso-carrello-nologin .head-peso {font-size: 20px;text-align: center;line-height: normal;}
    .peso-carrello .tab-peso .col-peso2 p, .peso-carrello-nologin .tab-peso .col-peso2 p {margin: 0px;padding: 10px;}
}

@media (max-width: 380px) {
    .peso-carrello .tab-peso .col-peso1 .camion,.peso-carrello-nologin .tab-peso .col-peso1 .camion { float: none; margin: 20px auto 0 auto;}
    .peso-carrello .tab-peso .col-peso1 .testo-pesorod,.peso-carrello-nologin .tab-peso .col-peso1 .testo-pesorod {width: 100%;float: none;padding: 0;text-align: center;}
    .peso-carrello .tab-peso .col-peso2,.peso-carrello-nologin .tab-peso .col-peso2 {text-align: center;padding: 10px 0;}
    .peso-carrello .aggiungi-altri{margin: -2px 0 0 0;padding: 0;background-position: -25px;width: 100%;}
    .peso-carrello .aggiungi-altri a,.peso-carrello-nologin .aggiungi-altri a {left: 82px;padding: 11px;}
    .peso-carrello .head-peso,.peso-carrello-nologin .head-peso {font-size: 20px;text-align: center;line-height: normal;}

}

@media (max-width: 320px) {
    .peso-carrello .aggiungi-altri a, .peso-carrello-nologin .aggiungi-altri a { left: 4px;}
    .peso-carrello .aggiungi-altri, .peso-carrello-nologin .aggiungi-altri {background-image: none;}
    
}