@charset "UTF-8";

/* CSS Document */

* {
    -webkit-backface-visibility: hidden;
}

.modal {
    z-index: 9999;
}

.sale-icon {
    background-image: url("../../images/generic/sale.png");
    height: 15px;
    width: 15px;
    background-size: contain;
    position: relative;
    top: 2px;
}

.product-b2b {
    position: absolute;
    font-size: 14px;
    line-height: 20px;
    padding: 0px 10px;
    font-weight: bold;
    top: 5px;
    right: 0px;
}

.form-group.required .control-label:after {
    content: "*";
    margin-left: 2px;
    color: #a94442;
}

.input-group {
    z-index: 0;
}

.header-row1 .input-group-addon.search-button {
    padding: 0px;
}

.header-row1 .search-button .glyphicon-search {
    background: transparent;
    border: 0px;
    padding: 8px 12px;
    outline: none;
}

.has-feedback #id_add-year.form-control {
    padding-right: 20px;
}

.ui-helper-hidden-accessible {
    display: none;
}

.blueimp-gallery-single>.prev,
.blueimp-gallery-left>.prev,
.blueimp-gallery-single>.next,
.blueimp-gallery-right>.next,
.blueimp-gallery-single>.play-pause {
    display: block !important;
}


/*Carosello*/

.carousel-control {
    background-image: none !Important;
    width: 5% !Important;
}

.carousel-caption {
    left: 0px !Important;
    right: 0px !Important;
    padding-bottom: 15px !Important;
    width: 100% !Important;
    bottom: 0px !Important;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}


/*
calcolo colonne
The general formula of the column width for a known separator width: 
  columnWidth = ( fullWidth + separatorWidth * (1 - columnNb) ) / columnNb
*/

.column-img {
    float: left;
    position: relative;
}

.column-img.width-1-2 {
    width: calc((100% + 10px * (1 - 2)) / 2);
    margin-right: 10px;
}

.column-img.width-1-2:nth-child(2n) {
    margin-right: 0;
}

.column-img.width-1-3 {
    width: calc((100% + 10px * (1 - 3)) / 3);
    margin-right: 10px;
}

.column-img.width-1-3:nth-child(3n) {
    margin-right: 0;
}

.column-img.width-1-4 {
    width: calc((100% + 10px * (1 - 4)) / 4);
    margin-right: 10px;
}

.column-img.width-1-4:nth-child(4n) {
    margin-right: 0;
}

.column-img.width-1-5 {
    width: calc((100% + 10px * (1 - 5)) / 5);
    margin-right: 10px;
}

.column-img.width-1-5:nth-child(5n) {
    margin-right: 0;
}

.column-img.width-1-6 {
    width: calc((100% + 10px * (1 - 6)) / 6);
    margin-right: 10px;
}

.column-img.width-1-6:nth-child(6n) {
    margin-right: 0;
}

.column-img.width-1-7 {
    width: calc((100% + 10px * (1 - 7)) / 7);
    margin-right: 10px;
}

.column-img.width-1-7:nth-child(7n) {
    margin-right: 0;
}


/*fine calcolo colonne*/

.riga-immagini-home .desc-caption {
    bottom: 0;
    color: #fff;
    left: 0;
    position: absolute;
    width: 100%;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.riga-immagini-home p.desc-content {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    padding: 5px;
    margin: 0px;
}

.riga-immagini-home a,
.riga-immagini-home a:hover {
    color: #444;
    text-decoration: none;
}

.riga-immagini-home h3 {
    font-weight: 500;
}

.riga-immagini-home p {
    font-size: 14px;
}

.container-countdown {
    display: inline-block;
    margin: 0 auto;
    position: relative;
}

.container-countdown.s .timer {
    position: absolute;
    top: 0px;
    font-size: 12px;
    color: #444;
}

.container-countdown.m .timer {
    position: absolute;
    top: 20px;
    font-size: 15px;
    color: #444;
}

.container-countdown.l .timer {
    position: absolute;
    top: 45px;
    font-size: 20px;
    color: #444;
}

.container-countdown .timer span {
    display: inline-block;
    text-align: center;
    margin: 0px 5px;
}

.container-countdown.s .timer span strong {
    font-size: 20px;
}

.container-countdown.m .timer span strong {
    font-size: 30px;
}

.container-countdown.l .timer span strong {
    font-size: 40px;
}

.container-countdown .timer.left {
    left: 10px;
}

.container-countdown .timer.right {
    right: 10px;
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: 0px;
    margin: 0px;
}

.lista-link-home li {
    background-color: #e6e6e6;
    color: #444;
    line-height: 45px;
    padding: 0px 15px;
    height: 45px;
    transition: background-color 150ms ease-in-out, border-color 150ms ease-in-out;
    border: 1px solid #333;
}

.lista-link-home li a,
.lista-link-home li a:active,
.lista-link-home li a:visited {
    width: 100%;
    float: left;
    color: #444;
    text-decoration: none;
}

.lista-link-home li a:hover {
    color: #fff;
    text-decoration: none;
}

.lista-link-home li:hover {
    color: #fff;
    background-color: #333;
    border: 1px solid #333;
}

@media (min-width: 1401px) and (max-width: 8000px) {
    #sidebar-fixed.affix {
        width: 11.24% !important;
    }
    #sidebar-fixed.affix .container-filter {
        margin-right: 0px;
        /*margin-top: 70px;*/
    }
}

@media (min-width: 1400px) {
    #sidebar-fixed.affix {
        width: 21% !important;
    }
    .container {
        width: 1370px;
    }
    .hidden-extralg {
        display: block !important;
    }
    .col-extralg-9 {
        width: 79%;
    }
    .col-extralg-6 {
        width: 58%;
    }
    .col-extralg-4 {
        width: 25%;
    }
    .col-extralg-3 {
        width: 21%;
    }
    .col-extralg-3-box {
        width: 20%;
    }
    .aside-product.affix {
        right: 15px !important;
    }
}

@media (min-width: 1200px) {
    .hidden-extralg {
        display: none;
    }
}

html,
body {
    overflow-x: hidden;
    /* Prevent scroll on narrow devices */
    background-color: #efefef;
}


/*SCROLL UP*/

#scrollUp {
    bottom: 30px;
    right: 20px;
    padding: 5px 10px;
    background: #FF6600;
    color: #FFF;
}

a#scrollUp i {
    font-size: 30px;
}

.cb {
    clear: both;
}

.form-group.required .control-label:after {
    content: "*";
    color: #a94442;
}

.hr-simple {
    margin-top: 10px;
    margin-bottom: 10px;
}

.h18px {
    height: 18px;
}

.w100p {
    width: 100%;
}

.v-align {
    vertical-align: top;
}

.light {
    font-weight: 300;
}

.bold {
    font-weight: 600;
}

.normal {
    font-weight: 400;
}


/*TXT*/

.txt10px {
    font-size: 10px;
}

.txt12px {
    font-size: 12px;
}

.txt13px {
    font-size: 13px;
}

.txt14px {
    font-size: 14px;
}

.txt16px {
    font-size: 16px;
}

.txt20px {
    font-size: 20px;
}

.txt25px {
    font-size: 25px;
}

.line-th {
    text-decoration: line-through;
}

.line-ul {
    text-decoration: underline;
}

.cursor {
    cursor: pointer;
}


/*PULSANTI*/

.btn-bianco {
    background-color: #fff;
    color: #444;
}

.btn-bianco:hover,
.btn-bianco:focus,
.btn-bianco:active,
.btn-bianco:visited {
    background-color: #fff;
    border-color: #999;
    outline: none;
}

.btn-bianco-alt,
.btn-bianco-alt:focus,
.btn-bianco-alt:active,
.btn-bianco-alt:visited {
    background-color: #fff;
    border-color: #ccc;
    outline: none;
    margin-bottom: 30px;
}

.btn-bianco-alt:hover {
    border-color: #999;
}


/*PULSANTI*/

.btn-orange-light {
    background-color: #ffc120;
    color: #444;
    border-color: #999;
}

.btn-orange-light:hover,
.btn-orange-light:focus,
.btn-orange-light:active,
.btn-orange-light:visited {
    background-color: #ffb800;
    border-color: #999;
    outline: none;
}


/*COLOR*/

.gray_main,
.gray1 {
    color: #444;
}

a.gray_main:hover {
    color: #444;
}

a.gray_main_alt,
a.gray_main_alt:hover {
    color: #999;
}

.white,
a:hover.white {
    color: #fff;
}

.orange {
    color: #FF6600;
}

a.orange:hover,
a.orange:focus,
a.orange:active,
a.orange:visited {
    color: #FF6600;
    text-decoration: none;
}

.green {
    color: #009933;
}

.green-imp {
    color: #43ac6a !important;
}

.orange-1 {
    color: #ffc120;
}

.orange-2 {
    color: #f69f2a;
}

.red {
    color: #d9534f;
}

.blue {
    color: #0C7CAF;
}

.container-vertical-center {
    display: table;
    min-height: 190px;
}

@-moz-document url-prefix() {
    .container-vertical-center {
        height: 190px;
    }
}

.vertical-center {
    display: table-cell;
    vertical-align: middle;
}

.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;
}


/*LINE HEIGHT*/

.lh15 {
    line-height: 15px;
}

.lh25 {
    line-height: 25px;
}

.lh27 {
    line-height: 27px;
}

.lh30 {
    line-height: 30px;
}

.lh36 {
    line-height: 36px;
}


/*BORDER*/

.b1 {
    border: 1px solid #ccc;
}

.b1t {
    border-top: 1px solid #ccc;
}

.b1b {
    border-bottom: 1px solid #ccc;
}

.b1r {
    border-right: 1px solid #ccc;
}

.b1l {
    border-left: 1px solid #ccc;
}

.b0b {
    border-left: 0px !important;
}


/*PADDING*/

.p0 {
    padding: 0px;
}

.p0i {
    padding: 0px !Important;
}

.p5 {
    padding: 5px;
}

.p10 {
    padding: 10px;
}

.p15 {
    padding: 15px;
}

.p0l {
    padding-left: 0px;
}

.p0r {
    padding-right: 0px;
}

.p10t {
    padding-top: 10px;
}

.p15b {
    padding-bottom: 15px;
}


/*MARGIN*/

.m0 {
    margin: 0px;
}

.m10 {
    margin: 10px;
}

.m15 {
    margin: 15px;
}

.m5t {
    margin-top: 5px;
}

.m10t {
    margin-top: 10px;
}

.m15t {
    margin-top: 15px;
}

.m5b {
    margin-bottom: 5px;
}

.m15b_i {
    margin-bottom: 15px !important;
}

.m10b {
    margin-bottom: 10px;
}

.m30b {
    margin-bottom: 30px;
}

.m15l {
    margin-left: 15px;
}

.m0r {
    margin-right: 0px;
}

.m5r {
    margin-right: 5px;
}

.m10r {
    margin-right: 10px;
}

.m15r {
    margin-right: 15px;
}

.m15b {
    margin-bottom: 15px;
}

.ow {
    overflow: auto;
}

.pos-rel {
    position: relative;
}

.pos-abs {
    position: absolute;
}

#list.btn.selected,
#grid.btn.selected {
    background-color: #d4d4d4;
}

#payment-book .container-vertical-center {
    min-height: 170px;
}

.wishlist-full button {
    border: 0px;
    width: auto;
    float: left;
}

.user-profile-credit-card #payment-book .container-vertical-center {
    min-height: 167px;
}

.titolo_riga a .fa-chevron-right {
    /*font-size: 18px;
    top: -2px;
    position: relative;
    right: 2px;*/
}

.titolo-homepage a {
    position: relative;
}

.titolo-homepage a .sottotitolo-link {
    font-size: 12px;
    color: #444;
    float: right;
    line-height: 35px;
    top: 5px;
    position: relative;
}

.titolo-homepage a:hover .sottotitolo-link {
    text-decoration: underline;
}

.titolo-homepage a:hover .fa {
    color: #444;
}


/*NAV FIXED*/

.nav-service {
    float: right;
    margin-right: 23px;
    font-size: 12px;
}

.nav-service a {
    float: right;
    padding-top: 15px;
}

.nav-service a:hover {
    text-decoration: underline;
}

.nav-service a:last-child {
    margin-right: 15px;
    border-left: 1px solid #efefef;
    height: 45px;
    padding-left: 15px;
}

.container-affix.affix .spaziatore-header {
    display: none;
}

.container-affix.affix .nav-service a:last-child {
    height: 31px;
}

.container-affix.affix .nav-service a {
    padding-top: 9px
}

.nav-service a:last-child #sidebar-fixed.affix .container-filter {
    margin-right: 14px;
    /*margin-top: 70px;*/
}

#sidebar-fixed.affix ~ #col-main {
    float: right;
}

.nav-main {
    width: 100%;
    position: static;
    top: -50px;
    z-index: 1;
}

body.nofixed .container-affix.affix .nav-main,
body.nofixed .container-affix.affix-top .nav-main {
    position: fixed;
    top: 0px;
    right: -300px;
}

.nav-main.affix {
    position: fixed;
    top: 0;
    z-index: 2000;
    /*overflow:hidden;*/
    margin: 0;
    /* enter navbar */
    -webkit-transition: all 0.35s linear, -webkit-transform 0.35s linear;
    -moz-transition: all 0.35s linear, -moz-transform 0.35s linear;
    -o-transition: all 0.35s linear, -o-transform 0.35s linear;
    transition: all 0.35s linear, transform 0.35s linear;
    /* navbar fixed shadow */
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 3px rgba(0, 0, 0, .2);
    /* navbar fixed opacity */
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=92)";
    /* IE 5-7 */
    /*filter: alpha(opacity=92);*/
    /* Netscape */
    /*-moz-opacity: 0.92;*/
    /* Safari 1.x */
    /*-khtml-opacity: 0.92;*/
    /* Good browsers */
    /*opacity: 0.92;    */
    width: 100%;
    color: #333;
    padding: 15px;
}

.header-overlay {
    z-index: 9999;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    box-shadow: -7px -7px 9px -7px rgba(0, 0, 0, .4);
    display: none;
}

.header-overlay.active {
    display: block;
}


/* Per-user Dynamic Contents */

.dyn-user-authenticated {
    display: none;
}

.dyn-user-anonymous {
    display: none;
}

.dyn-hidden {
    display: none;
}


/*****AUTOCOMPLETE************/

#search {
    z-index: 9999;
    border-right: 2px solid #ffc120;
}

#search:focus {
    box-shadow: none;
}

.ui-autocomplete {
    position: absolute;
    top: 29px !important;
    left: 29px !important;
    z-index: 1000;
    float: left;
    display: none;
    min-width: 160px;
    width: 160px;
    padding: 4px 0;
    margin: -16px 0 0 0;
    list-style: none;
    background-color: #ffffff;
    border-color: #ccc;
    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;
    color: #222;
    padding: 19px 0px 0px 0px;
    .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;
        &.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;
        }
    }
}

.ui-menu-item {
    border-bottom: 1px solid #ccc;
    padding: 15px 15px;
    margin: 0px;
    float: left;
    width: 100%;
}

.ui-menu-item a {
    color: #222;
    text-decoration: none;
    float: left;
    width: 100%;
    cursor: pointer;
}

.ui-menu-item a:hover {
    color: #222;
    text-decoration: none;
}

.ui-menu-item img {
    float: left;
    margin-right: 15px;
}

.ui-menu-item .nome_prodotto {
    font-weight: bold;
    float: left;
    width: 90%;
    margin-bottom: 5px;
    color: #222;
    font-size: 14px;
}

.ui-menu-item .categoria {
    float: left;
    font-size: 10px;
    background-color: #feda97;
    color: #a26633;
    float: left;
    margin-right: 15px;
    border-radius: 2px;
    padding: 3px 10px;
}

.ui-menu-item:hover {
    background-color: #efefef;
}

.ui-menu-item:first-child {
    border-top: 1px solid #ccc;
}

.ui-menu-item:last-child {
    border-bottom: 0px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}


/*****HEADER*****/

.container-header {
    padding: 0;
}

.nav-main {
    margin-bottom: 0;
}


/*MODALE LOGIN*/

#modal-login .modal-header {
    border-top: 5px solid #FF6600;
    text-align: center;
}

#modal-login .modal-title {
    font-weight: 700;
    color: #444;
}

#modal-login .btn-facebook {
    background-color: #4b6fb9;
    color: #fff;
}

#google-connector-button {
    text-decoration: none;
}

#modal-login .btn-google {
    background-color: #dc4a37;
    color: #fff;
}

#id_birthday_day,
#id_birthday_month,
#id_birthday_year {
    width: 33.3333333333%;
    border-radius: 0px;
    -webkit-appearance: none;
}

#id_birthday_day,
#id_birthday_mese {
    border-right: 0px;
}


/*TAB VERTICAL*/

.tabs-left,
.tabs-right {
    border-bottom: none;
}

.tabs-left {}

.tabs-right {
    border-left: 1px solid #ccc;
}

.tabs-left>li,
.tabs-right>li {
    float: none;
    margin-bottom: 5px;
}

.tabs-left>li {
    margin-right: -1px;
}

.tabs-right>li {
    margin-left: -1px;
}

.tabs-left>li.active>a,
.tabs-left>li.active>a:hover,
.tabs-left>li.active>a:focus {
    border: 1px solid #ccc;
    border-right-color: transparent;
}

.tabs-right>li.active>a,
.tabs-right>li.active>a:hover,
.tabs-right>li.active>a:focus {
    border-bottom: 1px solid #ccc;
    border-left-color: transparent;
}

.tabs-left>li>a {
    border-radius: 4px 0 0 4px;
    margin-right: 0;
    display: block;
}

.tabs-right>li>a {
    border-radius: 0 4px 4px 0;
    margin-right: 0;
}


/*HEADER RIGA 1*/

.header-row1 {
    color: #fff;
    width: 100%;
    float: left;
}

.header-row1 .nav-header-row1 {
    list-style: none;
    color: #fff;
    font-size: 12px;
    float: right;
    margin: 10px 0 15px 0;
    padding-left: 0;
    width: 100%;
    text-align: right;
}

.container-affix {
    width: 100%;
    position: static;
    top: -50px;
}

.container-affix.affix {
    position: fixed;
    top: 0px;
    z-index: 2000;
    /*overflow:hidden;*/
    margin: 0;
    /* enter navbar */
    -webkit-transition: all 0.35s linear, -webkit-transform 0.35s linear;
    -moz-transition: all 0.35s linear, -moz-transform 0.35s linear;
    -o-transition: all 0.35s linear, -o-transform 0.35s linear;
    transition: all 0.35s linear, transform 0.35s linear;
    /* navbar fixed shadow */
    /*-webkit-box-shadow: 0 2px 3px rgba(0,0,0,.2);
-moz-box-shadow:    0 2px 3px rgba(0,0,0,.2);
box-shadow: 0 2px 3px rgba(0,0,0,.2);*/
    /* navbar fixed opacity */
    /* IE 8 */
    /*-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=92)";*/
    /* IE 5-7 */
    /*filter: alpha(opacity=92);*/
    /* Netscape */
    /*-moz-opacity: 0.92;*/
    /* Safari 1.x */
    /*-khtml-opacity: 0.92;*/
    /* Good browsers */
    /*opacity: 0.92;    */
    width: 100%;
}

.container-affix.affix .nav-main .header-row1 .nav-header-row1 {
    display: none;
}

.row-sidebar.affix {
    width: 100%;
    position: fixed;
    margin-top: 100px;
}

.container-affix.affix .nav-main .header-row1 {
    margin-top: 8px;
    margin-bottom: 5px;
}

.container-affix.affix .header-row3 #sidebar a.link-affix {
    color: #444;
    padding: 5px 15px;
    font-size: 12px;
}

.header-row1 .nav-header-row1 li {
    float: right;
    margin: 0 10px;
    line-height: 18px;
}

.header-row1 .nav-header-row1 li .fa {
    font-size: 16px;
}

.header-row1 .nav-header-row1 li.last {}


/*HEADER RIGA 2*/

.header-row1 {
    margin-bottom: 15px;
    float: left;
    width: 100%;
}

.header-row1 .logo {
    background-image: url(../../images/generic/logo/logo-complete-long.png);
    background-repeat: no-repeat;
    background-position: center left;
    background-size: contain;
    height: 29px;
    margin-top: 1px;
}


/*RICERCA*/

.row-filtri-ricerca {
    margin-bottom: 15px;
}

.row-filtri-ricerca .label {
    height: 27px;
    padding: 8px 10px;
    font-size: 12px;
    font-weight: 500;
    margin: 0px 15px 5px 0px;
    float: left;
    border-radius: 2px;
}

.row-filtri-ricerca a:hover .label.label-warning {
    background-color: #ffc120;
}

.row-filtri-ricerca a:hover .label.label-default {
    background-color: #eeeeee;
}

.row-filtri-ricerca .label .fa {
    margin-left: 5px;
    float: left;
    width: 11px;
}

.header-row1 .navbar-form {
    margin-top: 0;
    margin-bottom: 0;
}

.header-row1 .navbar-form .form-control {
    border: 0;
    border-radius: 100px 0 0 100px;
}

.header-row1 .form-group {
    display: inline !important;
}

.header-row1 .input-group {
    display: table !important;
    z-index: 9999;
}

.header-row1 .search-button {
    width: 1% !important;
    border: 0;
    border-radius: 0 100px 100px 0;
    background: #ffc120;
    cursor: pointer;
}

.header-row1 .search-button:hover {
    background: #ffb800;
}

.header-row1 .search-input {
    padding: 5px 43px 5px 16px;
    height: 33px;
}

.header-row1 .shopping-cart {
    border-left: 1px solid #999;
    color: #fff;
    position: relative;
}

.header-row1 .shopping-cart a {
    color: #fff;
    position: relative;
    float: left;
}

.header-row1 .shopping-cart span.badge {
    position: absolute;
    left: 11px;
    background-color: #FF6600;
    padding: 2px 5px;
    top: 0px;
    font-weight: 700;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.header-row1 .shopping-cart .fa-shopping-cart {
    font-size: 35px;
}

.header-row1 .shopping-cart:hover {
    color: #ccc;
}

.header-row1 .username a,
.header-row1 .username a:hover {
    color: #ffc120;
    text-decoration: none;
}

.container-dropdown {
    list-style: none;
    padding: 0;
    margin: 0;
    width: auto;
    float: right;
}

.container-dropdown .dropdown-toggle {
    padding: 0;
    cursor: pointer;
}

.container-dropdown .dropdown-toggle:hover,
.container-dropdown .open .dropdown-toggle:hover,
.nav .open>a,
.nav.container-dropdown .open>a:hover,
.nav.container-dropdown .open>a:focus {
    background-color: transparent;
    color: #fff;
}

.container-dropdown .dropdown-profilo {
    background-color: #fff;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .1);
    padding: 15px;
    border-radius: 5px;
}

.container-dropdown .dropdown-profilo.dropdown-menu.bullet.pull-center:before,
.container-dropdown .dropdown-profilo.dropdown-menu.bullet.pull-center:after {
    right: 30%
}

.container-dropdown .dropdown-menu.bullet {
    margin-top: 14px;
}

.container-dropdown .dropdown-profilo li a {
    color: #444444;
    padding: 5px 15px;
}

.container-dropdown .dropdown-profilo li a:hover {
    color: #444444;
    background-color: #efefef;
}


/*HEADER RIGA 3*/

.row-sidebar {
    padding-bottom: 5px;
    background-color: white;
}

.container-affix.affix .row-sidebar {
    background-color: transparent;
}

.sidebar-offcanvas,
#navbar-main {
    padding: 0;
    background-color: #fff;
}

#navbar-main .navbar-nav li.first a {
    /*padding-left:0;*/
}

#navbar-main .navbar-nav .menu-categorie.open {
    background-color: #efefef;
}

#navbar-main .menu-categorie .caret {
    color: #FF6600;
}

.header-row3 #sidebar a {
    color: #444;
}

.header-row3 {
    background-color: #fff;
    color: #000;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .2);
    z-index: 1;
    position: relative;
}

main,
footer {
    background-color: #fff;
}

.container-dropdown .dropdown-menu.bullet {
    right: -50%;
}

#navbar-main .navbar-nav li.first {
    border-right: 1px solid #efefef;
}

.menu-categorie .dropdown-menu {
    width: 194px;
    height: auto;
    background-color: #fafafa;
    border: 0;
}


/*MENU AIM*/

.menu-categorie .dropdown-menu {
    font-size: 13px;
}

.menu-aim-dropdown .popover {
    width: 600px;
    -webkit-border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    overflow: hidden;
    background-color: #fff;
    padding: 5px 0;
    border: 0;
    box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.2);
    max-width: initial;
    height: auto !important;
}

.menu-aim-dropdown .popover.bg {
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: contain;
    /*background-size: 50%;*/
}

.menu-aim-dropdown .popover-content {
    text-align: left;
    padding: 0;
    float: left;
    width: 100%;
}

.menu-aim-dropdown .popover-content ul {
    padding: 0;
    float: left;
    width: 200px;
    clear: both;
}

.menu-aim-dropdown .popover-content ul li {
    padding: 5px 15px 5px 15px;
    width: 200px;
    float: left;
    font-size: 13px;
}

.menu-aim-dropdown.dropdown-menu > li > a:hover {
    background-image: none;
    font-weight: bold;
    background-color: #fff;
    color: #FF6600 !important;
}

.menu-aim-dropdown.dropdown-menu > li > a.maintainHover {
    background-color: #fff;
    font-weight: bold;
    color: #FF6600 !important;
    z-index: 9999;
    position: relative;
}

.menu-aim-dropdown .titolo-menu {
    width: 100%;
    float: left;
    color: #FF6600;
    font-weight: bold;
    padding: 5px 15px 0 15px;
    font-size: 16px;
}

.menu-aim-dropdown .titolo-lista-menu {
    color: #222;
    font-size: 14px;
    margin: 10px 15px 5px 15px;
    float: left;
    width: 200px;
    font-weight: 600;
}

.menu-aim-dropdown .panel-colonna {
    width: 200px;
    float: left;
}

.open > .dropdown-menu {
    animation-name: slidenavAnimation;
    animation-duration: .2s;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    -webkit-animation-name: slidenavAnimation;
    -webkit-animation-duration: .2s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-name: slidenavAnimation;
    -moz-animation-duration: .2s;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: ease;
    -moz-animation-fill-mode: forwards;
}

.menu-aim-dropdown .popover-content .img-aim-popover {
    margin: 15px 0px 10px 0px;
}

.menu-aim-dropdown .popover-content .image-count-3 img {
    width: 100%;
}

.menu-aim-dropdown .popover-content .image-count-3 .img-contenitore {
    width: 31.5%;
    margin-right: 15px;
    float: left;
}

.menu-aim-dropdown .popover-content .image-count-3 .img-contenitore:last-child {
    margin-right: 0px;
}

.menu-aim-dropdown .popover-content .image-count-2 .img-contenitore {
    width: 50%;
    margin-right: 15px;
    float: left;
}

.menu-aim-dropdown .popover-content .image-count-1 .img-contenitore {
    width: 100%;
    margin-right: 15px;
    float: left;
}


/*BREADCRUMB*/

.breadcrumb {
    font-size: 12px;
    font-weight: 400;
    padding: 8px 0;
    border: 0;
    background-color: transparent;
}

.breadcrumb>li.first:before {
    content: "";
    padding: 0 5px 0 0;
}

.breadcrumb>li+li:before {
    content: ">";
}


/*COLONNA FILTRI*/

.col-filter .container-filter {
    border: solid 1px #efefef;
    /*box-shadow: 3px 3px 3px rgba(0,0,0,.1);*/
    /*padding: 5px 0;*/
    padding: 0px;
    float: left;
}

.col-filter .container-filter.affix {
    margin-top: 80px;
}

.col-filter .container-filter hr {
    float: left;
    clear: both;
    width: 100%;
    margin: 0px 0 15px 0;
    border-top: 1px solid #efefef;
}

.col-filter .container-filter .titolo_filtri {
    color: #FF6600;
    font-weight: 500;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 100%;
}

.col-filter .container-filter .lista-filtri {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
    width: 100%;
    color: #444;
    border-top: solid 1px #efefef;
}

.col-filter .container-filter .lista-filtri .sottocategorie {
    display: none;
    border-top: 0px;
}

.col-filter .container-filter .lista-filtri .fa {
    width: 15px;
    height: 15px;
    margin-right: 5px;
}

.col-filter .container-filter .lista-filtri .fa.fa-caret-down {
    float: right;
    margin-right: 0px;
    height: 32px;
    width: 32px;
    position: absolute;
    right: 0px;
    top: 0px;
    line-height: 32px;
    text-align: center;
    color: #FFC11E;
    z-index: 0;
    border-left: 1px solid #efefef;
    font-size: 18px;
}

.col-filter .container-filter .lista-filtri .fa.fa-caret-down.active {
    border-left: 1px solid #fff;
}

.col-filter .container-filter .lista-filtri .fa.fa-caret-down:hover {
    border-bottom: 1px solid #efefef;
    background-color: #fffbef;
    color: #d9534f;
}

.col-filter .container-filter .lista-filtri.sottocategorie li:last-child a {
    border-bottom: 1px solid #efefef;
}

.col-filter .container-filter .lista-filtri.with-b li:first-child a {
    border-bottom: 1px dotted #efefef;
}

.col-filter .container-filter .lista-filtri.sottocategorie li a {
    padding-left: 30px;
    border-bottom: 1px dotted #efefef;
}

.col-filter .container-filter .lista-filtri.sottocategorie li a:first-letter {
    text-transform: uppercase;
}

.col-filter .container-filter .lista-filtri li a {
    padding: 5px 15px;
    width: 100%;
    color: #444;
    float: left;
    text-decoration: none;
    border-bottom: solid 1px #efefef;
    cursor: pointer;
}

.col-filter .container-filter .lista-filtri li:first-child a.main-category {}

.col-filter .container-filter .lista-filtri li {
    float: left;
    width: 100%;
    cursor: pointer;
    position: relative;
}


/*
.col-filter .container-filter .lista-filtri li a:hover,
.col-filter .container-filter .lista-filtri li a.active {
    background-color: #ffedbc;
}
*/

.col-filter .container-filter .lista-filtri li a:hover {
    color: #666;
    text-decoration: underline;
    background-color: #fffbef;
}

.col-filter .container-filter .lista-filtri li.active a.main-category {
    background-color: #ffedbc;
    font-weight: 600;
}

.col-filter .container-filter .lista-filtri.sottocategorie li a:hover {
    background-color: #fffbef;
}

.col-filter .container-filter .lista-filtri li a.active {
    font-weight: bold;
    background-color: #ffedbc;
}

.col-filter .container-filter .lista-filtri li a .cnt-badge {
    /*float: left;
    width: 40px;*/
    position: absolute;
    right: 40px;
}

.col-filter .container-filter .lista-filtri.sottocategorie li a .cnt-badge {
    right: 5px;
}

.col-filter .container-filter .lista-filtri li a .badge {
    top: -1px;
    position: relative;
    background-color: #f9f9f9;
    color: #444;
    font-size: 10px;
    font-weight: bold;
    border: 1px solid #EFEFF6;
    right: 0px;
}

.col-filter .container-filter .lista-filtri.sottocategorie li a .badge {
    font-size: 9px;
}

.col-filter .container-filter .lista-filtri li a.active .badge {
    top: -1px;
    position: relative;
    background-color: #fff;
    color: #444;
    font-size: 10px;
    font-weight: bold;
    border: 1px solid #efefef;
}


/*COL MAIN*/

.col-main .img-main {
    /*margin-bottom: 15px;*/
}

.col-main .img-main img {
    width: 100%;
}

.col-main .titolo_riga {
    color: #FF6600;
    font-weight: 500;
    margin: 0 0 24px 0;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
}

.col-main .products-item img {
    max-height: 250px;
    max-width: 200px;
    width: auto;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.col-main .products-item .product-name {
    /*text-align:center;*/
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    float: left;
    width: 100%;
    margin: 0;
    color: #444;
    margin-bottom: 15px;
    max-height: 75px;
}

.col-main .products-item .other-info {
    display: none;
}

.col-main .products-item.list-group-item .caption {
    display: inherit;
    -webkit-box-orient: inherit;
    -moz-box-orient: inherit;
    -webkit-flex-direction: inherit;
    -ms-flex-direction: inherit;
    flex-direction: inherit;
    -webkit-box-align: inherit;
    -moz-box-align: inherit;
    -ms-flex-align: inherit;
    -webkit-align-items: inherit;
    align-items: inherit;
    padding-top: 0px;
    padding: 0px 15px;
}

.col-main .products-item .caption {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.col-main .products-item .price-display {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
}

.col-main .products-item .old-price {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
}

.col-main .products-item .product-name {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
    overflow: hidden;
}

.col-main .products-item .free-shipping {
    -webkit-box-ordinal-group: 4;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4;
    font-size: 12px;
    font-weight: normal;
    float: left;
    line-height: 16px;
    margin-bottom: 3px;
}

.col-main .products-item .free-bonus {
    -webkit-box-ordinal-group: 5;
    -moz-box-ordinal-group: 5;
    -ms-flex-order: 5;
    -webkit-order: 5;
    font-size: 12px;
    font-weight: normal;
    float: left;
    clear: both;
    line-height: 16px
}

.col-main .products-item.list-group-item .product-name {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 5px;
    width: 100%;
    -webkit-box-ordinal-group: inherit;
    -moz-box-ordinal-group: inherit;
    -ms-flex-order: inherit;
    -webkit-order: inherit;
    order: inherit;
}

.col-main .products-item.list-group-item .price-display,
.col-main .products-item.list-group-item .old-price,
.col-main .products-item.list-group-item .free-bonus {
    width: 70%;
    -webkit-box-ordinal-group: inherit;
    -moz-box-ordinal-group: inherit;
    -ms-flex-order: inherit;
    -webkit-order: inherit;
    order: inherit;
    float: left;
    clear: left;
}

.col-main .products-item.list-group-item .free-shipping {
    margin-top: 15px;
    width: 70%;
    -webkit-box-ordinal-group: inherit;
    -moz-box-ordinal-group: inherit;
    -ms-flex-order: inherit;
    -webkit-order: inherit;
    order: inherit;
    float: left;
    clear: left;
}

.col-main .products-item.list-group-item .other-info {
    display: block;
    float: right;
    width: 30%;
    background-color: #fafafa;
    padding: 10px 10px 5px 10px;
    border-radius: 3px;
    font-size: 13px;
    font-weight: normal;
    color: #333;
    -webkit-box-ordinal-group: inherit;
    -moz-box-ordinal-group: inherit;
    -ms-flex-order: inherit;
    -webkit-order: inherit;
    order: inherit;
}

.col-main .products-item.list-group-item .other-info .label-categoria {
    font-size: 13px;
    background-color: #feda97;
    color: #a26633;
    float: left;
    margin: 0px 15px 10px 0px;
    border-radius: 2px;
}

.col-main .products-item {
    font-size: 27px;
    font-weight: 700;
    line-height: 1;
}

.col-main .price-display {
    color: #FF6600;
    margin: 0;
    float: left;
    width: 100%;
    line-height: 27px;
}

.col-main .price-display .currency-delimiter {
    position: absolute!important;
    overflow: hidden!important;
    display: block!important;
    width: 1px!important;
    height: 1px!important;
    margin: -1px!important;
    padding: 0!important;
    border: 0!important;
    clip: rect(0 0 0 0)!important;
}

.col-main .old-price {
    overflow: hidden;
    font-size: 12px;
    font-weight: 300;
    /*line-height: 22px;*/
    color: #999;
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.col-main .products-item .price-display .sup {
    margin-left: .1em;
    font-size: .5417em;
    font-weight: 600;
    vertical-align: .5385em;
}


/*LISTA/GRIGLIA*/

#products.row.list-group {
    margin-right: -15px;
    margin-left: -15px;
    padding-left: 15px;
}

.thumbnail .caption {
    padding: 9px;
    color: #222222;
    float: left;
    width:100%;
}

.products-item {
    padding: 0;
}

.glyphicon {
    margin-right: 5px;
}

.thumbnail {
    margin-bottom: 20px;
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 0;
    float: left;
    width: 100%;
    transition: inherit;
}

.thumbnail .container-img {
    height: 250px;
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
}

.products-item.list-group-item {
    float: left;
    width: 100%;
    background-color: #fff;
    margin-bottom: 10px;
}

.products-item.list-group-item:nth-of-type(odd):hover,
.products-item.list-group-item:hover {
    background: none;
}

.products-item.list-group-item .products-item-group-image {
    margin-right: 10px;
}

.products-item.list-group-item .thumbnail {
    margin-bottom: 20px;
    float: left;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}

.col-main .products-item.list-group-item .container-img {
    height: initial;
    width: initial;
    float: initial;
}

.col-main .products-item.list-group-item img {
    /*height: 200px;*/
    min-width: 20%;
    max-width: 20%;
    max-height: initial;
    display: block;
    float: left;
}

.products-item.list-group-item .caption {
    padding: 9px 9px 0 9px;
    float: left;
    width: 80%;
}

.products-item.list-group-item:nth-of-type(odd) {
    background: none;
}

.products-item.list-group-item:before,
.products-item.list-group-item:after {
    display: table;
    content: " ";
}

.products-item.list-group-item img {
    float: left;
}

.products-item.list-group-item:afterS {
    clear: both;
}

.list-group-item-text {
    margin: 0 0 11px;
}

.products-item.list-group-item {
    background: none;
    border: 0;
}

.main-prodotto .titolo-prodotto {
    font-size: 34px;
    color: #444;
    font-weight: bold;
    margin: 0 0 15px 0;
}

#images-main {
    width: 599px;
    height: 580px;
    overflow: hidden;
}

.video-gallery #images-main {
    height: 580px;
    overflow: hidden;
}

.main-prodotto .images-main img {
    position: absolute;
    top: 0;
    /*bottom: 0;*/
    left: 0;
    right: 0;
    margin: auto;
    max-height: 100%;
    max-width: 599px;
}

.main-prodotto .images-other {
    overflow: hidden;
    max-height: 470px;
    padding-right: 0px;
}

.video-other {
    overflow: hidden;
    max-height: 415px;
    padding-right: 0px;
}

.main-prodotto .images-other a,
.video-other a {
    float: left;
    width: 100%;
    text-align: center;
}

.main-prodotto .images-other a:hover,
.video-other a:hover {
    opacity: 0.80;
}

.main-prodotto .images-other a img,
.video-other a img {
    margin: 0 auto;
    display: block;
    border-bottom: 5px solid #fff;
    border-top: 5px solid #fff;
}

.video-other a img {
    max-height: 82px;
}

.main-prodotto .below-name {
    margin: 0 0 30px 0;
}

.main-prodotto .below-name .fa {
    margin-right: 3px;
    color: #f69f2a;
    font-size: 16px;
}

.main-prodotto .below-name .label-categoria,
.row-info-extra .label-categoria,
.riga-edizioni-prodotto .label-categoria {
    font-size: 14px;
    background-color: #feda97;
    color: #a26633;
    float: left;
    margin-right: 15px;
    border-radius: 2px;
}

.riga-edizioni-prodotto.box-prezzo .label-categoria {
    line-height: 30px;
    margin-bottom: 15px;
    background-color: #fff;
    border: 1px solid #f69f2a;
    color: #444;
    font-weight: 400;
}

.riga-edizioni-prodotto.box-prezzo .label-categoria:hover {
    box-shadow: 0 0 3px 2px rgba(228, 121, 17, .5);
    border-color: #e77600;
}

.riga-edizioni-prodotto .label-categoria {
    margin-bottom: 5px;
}

.main-prodotto .main-info {
    border: 1px solid #ccc;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .1);
    position: relative;
}

.main-prodotto .social {
    top: -30px;
    text-align: right;
    position: absolute;
}

.main-prodotto .social .fb-share-button {
    top: -5px;
}

.main-prodotto .price-display {
    color: #FF6600;
    margin: 10px 0;
    float: left;
    width: 100%;
    line-height: 40px;
    font-size: 40px;
    font-weight: 700;
}


/*
.main-prodotto .price-display .currency-delimiter {
    position: absolute!important;
    overflow: hidden!important;
    display: block!important;
    width: 1px!important;
    height: 1px!important;
    margin: -1px!important;
    padding: 0!important;
    border: 0!important;
    clip: rect(0 0 0 0)!important;
}
*/

.main-prodotto .price-display .currency-delimiter {
    position: absolute!important;
    width: 1px!important;
    height: 1px!important;
    margin: 0px!important;
    padding: 0!important;
    border: 0!important;
    font-size: 22px;
}

.main-prodotto .dyn-product-price-decimal {
    margin-left: 7px !important;
}

.main-prodotto .old-price {
    height: 22px;
    overflow: hidden;
    font-size: 12px;
    font-weight: 300;
    line-height: 22px;
    color: #999;
    float: left;
    width: 100%;
}

.main-prodotto .price-display .sup {
    margin-left: .1em;
    font-size: .5417em;
    font-weight: 600;
    vertical-align: .5385em;
}

.main-prodotto .riga-price {
    position: relative;
}

.main-prodotto .riga-price .label-sconto {
    position: absolute;
    background-color: #d9534f;
    color: #fff;
    z-index: 1;
    top: 0;
    right: 0;
    font-size: 12px;
    line-height: 12px;
    padding: 5px 15px;
}

.main-prodotto .riga-price .evidenza-sconto {
    color: #d9534f;
    font-size: 12px;
    line-height: 12px;
    padding: 5px 0px;
}

.main-prodotto .preorder {
    font-size: 12px;
    color: #0C7CAF;
    font-weight: 700;
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

.main-prodotto .riga-below-price {
    background-color: #efefef;
    padding: 15px;
}

.main-prodotto .riga-other-info {
    background-color: #fff;
    padding: 30px 15px 15px;
}

.main-prodotto .riga-edizioni-prodotto {
    background-color: #fff;
    padding: 20px 0px;
    border-top: 1px solid #ccc;
}

.main-prodotto .riga-bonus-digitali {
    background-color: #fff;
    padding: 20px 0px;
    margin-bottom: 30px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.main-prodotto .rec-number {
    font-size: 12px;
    color: #444;
    line-height: 20px;
}

.main-prodotto .price-garancy {
    padding: 0 15px 15px;
}

#slider-vertical-images,
#slider-vertical-video-gallery {
    top: -30px;
}

#slider-vertical-images .thumb-gallery-video {
    position: relative;
}

#slider-vertical-images .thumb-gallery-video img {
    width: 149px;
    border-bottom: 5px solid #fff;
    border-top: 5px solid #fff;
}

#slider-vertical-images .thumb-gallery-video .play {
    position: absolute;
    height: 100%;
    width: 100%;
    color: #fff;
    text-align: center;
    z-index: 9999;
    top: 0px;
    left: 0px;
}

#slider-vertical-images .thumb-gallery-video .play .fa {
    text-shadow: 0px 0px 9px rgba(150, 150, 150, 1);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}

.main-prodotto #images-previous,
.main-prodotto #images-next,
#images-previous-video,
#images-next-video {
    width: calc(100% - 15px);
    text-align: center;
    color: #444;
    font-size: 36px;
    height: 40px;
    cursor: pointer;
    float: right;
}

.main-prodotto #images-next,
#images-next-video {
    position: relative;
    top: -15px;
}

.ladda-button[data-style=zoom-in] {
    border-radius: 2px;
}

.main-info .row-qnt,
.main-info .row-update {
    padding: 0 15px 0 0;
}

.main-info .row-bonus {
    padding: 0px;
}

.main-info .row-bonus select {
    width: 83%;
}

.main-info .row-bonus .label_qnt {
    min-width: 86px;
}

.main-info .row-qnt .qnt_flat,
.main-info .row-qnt #quantita {
    width: 64%;
}

.main-info .row-wishlist .fa {
    width: 20px;
}

.main-info .row-button,
.main-info .row-bonus-product,
.main-info .row-free-shipping,
.main-info .row-wishlist {
    padding: 0px;
}

.main-info .row-bonus-product,
.main-info .row-free-shipping {
    padding-bottom: 30px;
}

.main-info .bookmark-heart {
    padding-bottom: 18px;
}

.main-info .bookmark-heart {
    float: left;
}

.main-info .label_qnt {
    padding: 0 10px 0 0;
    font-weight: 700;
    font-size: 16px;
    color: #444;
}

.main-info .row-free-shipping i.fa,
.main-info .row-bonus-product i.fa {
    float: left;
    /*margin-right: 10px;*/
    margin-right: 5px;
    font-size: 30px !important;
}

.main-info .dyn-product-bonus {
    padding-left: 0px;
}

.main-info .row-bonus-product img {
    max-height: 42px;
    float: left;
    /*margin-right: 5px;*/
}

.row-free-shipping .txt,
.row-bonus-product .txt {
    /*float:left;*/
    color: #444;
    line-height: 16px;
}

.row-free-shipping .txt2,
.row-bonus-product .txt2 {
    font-size: 10px;
    line-height: 12px;
}

.row-bonus-product a {
    color: #444;
}

.row-description {
    color: #444;
    line-height: 24px;
    word-wrap: break-word;
}

.row-description .titolo {
    font-weight: 700;
    font-size: 30px;
}

.row-description h5.titolo {
    font-weight: 700;
    font-size: 20px;
}

.row-description.testo-lungo {
    border-bottom: 1px solid #ccc;
    height: 200px;
    overflow: hidden;
}

.row-readmore {
    text-align: center;
    font-size: 14px;
    color: #0C7CAF;
}

.row-readmore span {
    width: 100%;
    float: left;
    padding: 10px 5px;
    cursor: pointer;
}

.row-video {
    margin-bottom: 40px;
}

.titolo-recensioni {
    width: 80%;
    float: left;
}

.pulsante-recensioni {
    width: 20%;
    float: left;
}

#product-bundle .lista_bundle {
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

#product-bundle .lista_bundle li {
    list-style: none;
    padding: 0px;
}

#product-bundle .lista_bundle .li_lista_bundle:first-child:before {
    content: "";
}

#product-bundle .lista_bundle li:nth-last-child(2) .plus {
    display: none;
}

#product-bundle .lista_bundle .plus {
    float: left;
    text-align: center;
    font-weight: bold;
    font-size: 40px;
    padding: 0px 5px;
    line-height: 119px;
}

#product-bundle .lista_bundle li .nome_bundle {
    width: 50%;
    float: left;
    font-size: 12px;
    font-weight: bold;
    min-height: 119px;
    line-height: 18px;
}

#product-bundle .lista_bundle li .nome_bundle a {
    color: #444;
}

#product-bundle .lista_bundle li img {
    width: 33%;
    float: left;
    margin-right: 5px;
}

#product-bundle .bundle_price {
    color: #FF6600;
    font-weight: bold;
    font-size: 30px;
}

#product-bundle .dyn-product-add-to-cart-bundle {
    font-size: 12px;
    width: auto;
}

#product-bundle .lista_bundle .width-1-5 img {
    width: 30%;
}

#product-bundle .lista_bundle .width-1-5 .plus {
    min-height: 90px;
}

#product-bundle .lista_bundle .width-1-5 .plus {
    line-height: 80px;
}

.aside-ul {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    margin-bottom: 15px;
    font-weight: 500;
}

dl.table-display {
    float: left;
    width: 100%;
    margin: 0 0 40px 0;
    padding: 0;
    border: 1px solid #efefef;
}

.table-display dt {
    clear: left;
    float: left;
    width: 20%;
    margin: 0;
    padding: 10px 15px;
    font-weight: 300;
}

.table-display dd {
    float: left;
    width: 80%;
    margin: 0;
    padding: 10px;
    font-weight: 700;
    color: #444;
}

.table-display dt:nth-of-type(odd),
.table-display dd:nth-of-type(odd) {
    background: #efefef;
}

.aside-product.affix {
    top: 110px;
    z-index: 1;
    right: 35px !important;
    width: 25% !important;
    padding: 0px 0px 0px 15px;
}

.aside-product.affix-bottom {
    z-index: 1;
    right: 35px;
    width: 25% !important;
    padding: 0px 0px 0px 15px;
    position: fixed !important;
}

.aside-product.affix .aside-ul,
.aside-product.affix-bottom .aside-ul {
    width: 100%;
}

.aside-product.affix .aside-ul>li,
.aside-product.affix-bottom .aside-ul>li {
    width: 100%;
    float: left;
    clear: both;
    margin: 0px;
}

.aside-product .affix-hidden-row {
    display: none;
}

.aside-product.affix .affix-hidden-row,
.aside-product.affix-bottom .affix-hidden-row {
    display: block;
}

.aside-product.affix .row-correlati,
.aside-product.affix-bottom .row-correlati {
    width: 100%;
    left: 0px;
}

.aside-product.affix + .info-prodotto,
.aside-product.affix-bottom + .info-prodotto {
    right: 0px !important;
}

.info-prodotto {
    min-height: 550px;
}

.product-bonus .lista_bonus {
    list-style: none;
    padding: 0px;
    margin: 0px 0px 40px 0px;
    float: left;
    width: 100%;
}

.product-bonus .li_lista_bonus {
    float: left;
    width: 100%;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    overflow: auto;
}

.product-bonus .lista_bonus li img {
    margin-right: 15px;
    float: left;
}

.product-bonus .lista_bonus li .nome_bonus,
.product-bonus .lista_bonus li .testo_bonus {
    float: left;
    width: 78%;
}

.product-bonus li .lista_bonus .testo_bonus p,
.product-bonus li .lista_bonus .testo_bonus div,
.product-bonus li .lista_bonus .testo_bonus ul,
.product-bonus li .lista_bonus .testo_bonus li {
    width: 100%;
}

.product-bonus .lista_bonus li .nome_bonus {
    font-weight: bold;
}


/*.aside-product .nav-pills>li.active>a, .aside-product .nav-pills>li.active>a:hover, .aside-product .nav-pills>li.active>a:focus {
color: #0C7CAF;
background-color: #fafafa;
font-weight:bold;
}*/

.row-recensioni .titolo_recensione_single {
    width: 80%;
    float: left;
    color: #444444;
    font-size: 20px;
    margin-bottom: 5px;
}

h4.titolo.titolo-recensioni {
    margin: 0px;
}

.row-recensioni .data_ora_recensione {
    width: 20%;
    float: left;
    color: #999;
    text-align: right;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 5px;
    padding-right: 5px;
}

.row-recensioni .row-rating {
    width: 100%;
    float: left;
    margin-bottom: 15px;
    color: #444444;
}

.row-recensioni .testo_recensione_single {
    color: #444444;
    line-height: 24px;
    font-size: 16px;
    padding-right: 5px;
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.row-recensioni .row-rating .fa {
    color: #f69f2a;
}

.row-recensioni .voto-recensione-single {
    width: 100%;
    float: left;
    font-size: 12px;
    color: #444444;
    line-height: 16px;
}

.row-recensioni .voto-recensione-single strong {
    margin: 0px 10px 0px 0px;
}

.row-recensioni .voto-recensione-single em {
    margin: 0px 15px 0px 0px;
    font-style: normal;
    color: #999;
}

.row-recensioni .voto-recensione-single button {
    font-size: 14px;
    padding: 5px 15px;
}

.row-recensioni hr {
    float: left;
    width: 100%;
    clear: both;
}

.row-description .paginazione-recensioni {
    width: 80%;
    float: left;
    color: #444444;
    font-size: 20px;
}

.row-description .paginazione-recensioni .pagination {
    margin: 0px;
    font-weight: 400;
    color: #444;
}


/* ADDED PAGE*/

.added-row {
    border: 1px solid #ccc;
}

.added-row .col-1,
.added-row .col-2,
.added-row .col-3 {
    padding: 15px;
    line-height: 50px;
}

.added-row .col-1 {
    border-right: 1px solid #ccc;
    text-align: center;
    color: #4cae4c;
}

.added-row .col-1 .fa {
    position: relative;
    top: 8px;
}

.added-row .col-1 .fa,
.added-row .col-1 img,
.added-row .col-1 strong {
    float: left;
}

.added-row .col-1 span {
    float: left;
    line-height: 20px;
    text-align: left;
    width: 100%;
    color: #444;
}

.added-row .col-1 strong {
    width: 100%;
    text-align: left;
}

.added-row .col-1 .fa {
    margin-right: 15px;
}

.added-row .col-1 img {
    border: 1px solid #4cae4c;
    padding: 5px;
    max-width: 70%;
}

.added-row .col-2,
.added-row .col-3 {
    background-color: #efefef;
}

.added-row .col-2 {
    text-align: left;
}

.added-row .col-2 .price {
    color: #d9534f;
}

.added-row .col-3 {
    text-align: right;
}

.added-row .col-3 button {
    position: relative;
    top: -2px;
}

.prodotti-suggeriti-added h5 {
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 40px;
}

.prodotti-suggeriti-added img {
    border: 1px solid #ccc;
    width: 100%;
}

.added-row-affix.affix,
.added-row-affix.affix-bottom {
    position: fixed;
    width: 100%;
    left: 0px;
    z-index: 99999;
    background: white;
    top: 0px;
    margin: 0px;
    padding: 10px 0px 10px 0px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .2);
}

.added-row-affix.affix .col-centered,
.added-row-affix.affix-bottom .col-centered {
    width: 79.33333333%;
}

.form-voucher {
    float: right;
}


/*box carrello*/

.box-cart {
    box-shadow: 0px 0px 12px rgba(0, 0, 0, .1);
    padding: 15px;
    width: 100%;
    position: absolute;
    top: -5px;
    color: #444;
}

.box-cart.affix,
.box-cart.affix-bottom {
    position: fixed;
    width: inherit;
    margin-top: 85px;
    width: 23.8%;
    background-color: white;
    z-index: 1;
}

.pagina-carrello .box-cart.affix,
.pagina-carrello .box-cart.affix-bottom {
    width: 342px;
}

.box-cart .sx,
.box-cart .dx {
    padding: 0px;
    float: left;
}

.box-cart .sx {
    text-align: left;
}

.box-cart .dx {
    text-align: right;
    font-weight: 600;
}

.table-cart {
    border-bottom: 1px solid #ccc;
}

.table-cart tbody {}

.table-cart thead {
    border-bottom: 1px solid #ccc;
}

.table-cart tbody tr {
    border-bottom: 1px solid #ccc;
    color: #444;
}

.table-cart tbody tr td {
    padding: 15px 5px;
    font-size: 14px;
}

.table-cart tbody tr td button.remove-from-cart {
    background: none;
    border: 0px;
    font-weight: 300;
}

.table-cart tbody tr td.nome {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
}

.table-cart tbody tr td.nome span {
    font-weight: 300;
}

.table-cart tbody tr td span.invecedi {
    font-size: 12px;
    color: #999;
    font-weight: normal;
}

.table-cart tbody tr td.totale-stimato {
    font-size: 18px;
    font-weight: 600;
    text-align: right;
}

.table-cart tbody tr td.totale-stimato .value {
    color: #d9534f;
}

.table-cart tbody tr td.totale-stimato span {
    color: #444;
}

.table-cart .riga-totale-stimato {
    border: 0px;
}

.area-carrello .disclaimer {
    font-size: 11px;
}

.area-carrello img[src="/static/images/product-placeholder.png"],
.ordine-singolo img[src="/static/images/product-placeholder.png"] {
    width: 100px;
}

.img-carrello {
    min-height: 100px;
    float: left;
    width: 100%;
}

.table-cart .input-group-addon {
    border: 0px;
    background: none;
}

.table-cart .form-control {
    font-weight: 400;
}

.table-cart .btn-voucher {
    font-weight: 400;
    border: 1px solid #cccccc;
    background-color: #efefef;
    color: #444;
}

.table-cart tbody tr td.riga-totale-voucher.totale-stimato {
    font-size: 14px;
}


/*FAST-CHECKOUT*/

.fast-checkout {
    padding: 15px;
    background: #fafafa;
    border: 1px solid #EFEFEF;
}

.fast-checkout .colonna1 {
    width: 48%;
}

.fast-checkout .colonna2 {
    float: right;
    width: 48%;
}

.fast-checkout .colonna1,
.fast-checkout .colonna2 {
    background: #fff;
    border: 1px solid #EFEFEF;
    padding: 15px;
}

.fast-checkout h2,
.fast-checkout h3 {
    margin: 0px;
    padding: 0px;
    color: #444;
}

.fast-checkout h2 {
    font-size: 25px;
    margin: 15px 0px 30px 0px;
}

.fast-checkout h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
    color: #FF6600;
}

.fast-checkout .text-muted {
    font-weight: 300;
    color: #000;
}

.fast-checkout #privacy_term-error {
    clear: both;
    float: left;
    width: 100%;
    line-height: 37px;
}


/*CHECKOUT*/

.titolo-metodo-spedizione {
    background-color: #fff3b3;
    border-bottom: 0px;
    color: #8a6d3b;
}

.titolo-metodo-spedizione-row {
    background-color: #fff3b3;
    border-top: 0px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    color: #8a6d3b;
    font-size: 14px;
    padding: 10px 5px;
}

.titolo-metodo-spedizione-row.alt {
    border: 1px solid #ccc;
    margin-bottom: 0px;
}

.box-delivery-delete,
.box-invoice-delete,
.box-payment-delete {
    position: absolute;
    z-index: 2;
    background-color: #f2f8fd;
    width: 100%;
    border: 1px solid #ccc;
    margin-right: 0px;
    border-radius: 4px;
    padding: 0px;
    overflow: auto;
}

.user-account .box-delivery-delete,
.user-account .box-invoice-delete,
.user-account .box-payment-delete {
    width: 96%;
}

.checkout .box-delivery-delete,
.checkout .box-invoice-delete,
.checkout .box-payment-delete {
    width: 100%;
}

.box-delivery-delete .txt1,
.box-invoice-delete .txt1,
.box-payment-delete .txt1 {
    padding: 5px 15px;
    width: 100%;
    float: left;
    font-weight: bold;
}

.box-delivery-delete .txt2,
.box-invoice-delete .txt2,
.box-payment-delete .txt2 {
    padding: 15px 15px 10px 15px;
    width: 100%;
    float: left;
    clear: both;
}

.box-delivery-delete .edit,
.box-invoice-delete .edit,
.box-payment-delete .edit {
    padding: 0px 15px 15px 15px;
    width: 100%;
    float: left;
    clear: both;
    text-align: left;
    font-size: 14px;
}

.box-delivery-delete .edit a,
.box-invoice-delete .edit a,
.box-payment-delete .edit a {
    cursor: pointer;
}

.box-delivery-delete hr,
.box-invoice-delete hr,
.box-payment-delete hr {
    border-top: 1px solid #eee;
    padding: 0px;
    margin: 0px;
    width: 100%;
    float: left;
    clear: both;
}

.txt-invoice-default,
.txt-invoice-default2 {
    font-size: 14px;
}

.checkout .header-row1 {
    margin: 10px 0px;
}

.checkout .header-row1 .shopping-cart {
    border: 0px;
    text-align: right;
    padding: 0px;
}

.checkout .header-row1 .shopping-cart a {
    color: #fff;
    float: right;
}

.checkout .box-cart.affix,
.box-cart.affix-bottom {
    position: fixed;
    margin-top: 30px;
    width: 23.8%;
    background-color: white;
    z-index: 1;
}

.checkout .box-cart.affix {
    width: 342px;
}

ol.acc-wizard-sidebar {
    counter-reset: acc-wizard-counter;
    padding-left: 0;
    float: left;
    width: 100%;
    margin: 15px 0px 30px 0px;
}

ol.acc-wizard-sidebar li {
    position: relative;
    margin: 0 0 0 2em;
    padding: 0px 15px 0px 5px;
    list-style: none;
    float: left;
    line-height: 30px;
}

ol.acc-wizard-sidebar li:before {
    content: counter(acc-wizard-counter);
    counter-increment: acc-wizard-counter;
    position: absolute;
    left: -30px;
    top: 50%;
    margin-top: -15px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    border: 0;
    text-align: center;
    font-weight: 700;
    color: #fff;
    border-radius: 15px;
}

ol.acc-wizard-sidebar li a {
    color: #999;
}

ol.acc-wizard-sidebar li:before {
    background: #999;
}

ol.acc-wizard-sidebar li.acc-wizard-completed,
ol.acc-wizard-sidebar li.acc-wizard-completed a {
    color: #999
}

ol.acc-wizard-sidebar li.acc-wizard-completed:before {
    background: #009933;
}

ol.acc-wizard-sidebar li.acc-wizard-completed:after {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    width: 30px;
    font-family: FontAwesome;
    content: "\f00c";
    position: relative;
    bottom: 0px;
    text-align: center;
    color: green;
}

ol.acc-wizard-sidebar li.acc-wizard-active,
ol.acc-wizard-sidebar li.acc-wizard-active a {
    color: #444;
}

ol.acc-wizard-sidebar li.acc-wizard-active:before {
    background: #f69f2a;
}

#accordion-checkout .panel-collapse {
    padding-top: 0;
    margin-top: 0;
    float: left;
    width: 100%;
}

#accordion-checkout .panel {
    float: left;
    width: 100%;
}

#accordion-checkout .panel-group .panel {
    margin-bottom: 0;
    border-radius: 0;
    float: left;
    width: 100%;
}

#accordion-checkout .panel-heading {
    background-color: #efefef;
    border: 1px solid #ccc;
    height: 46px;
}

#accordion-checkout .panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
    font-weight: 600;
    line-height: 24px;
    margin-left: 40px;
}

#accordion-checkout .pulsante-modifica {
    float: right;
    font-size: 12px;
    padding: 3px 5px;
    display: none;
}

#accordion-checkout .collapse.in {
    background-color: #fafafa;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

#accordion-checkout .dati_hidden {
    background-color: #fafafa;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    display: none;
    padding: 15px;
    float: left;
    width: 100%;
}

#accordion-checkout .dati_hidden.show_hidden {
    display: block;
}

#accordion-checkout .panel-body {
    border-top: 0px;
}

@keyframes slidenavAnimation {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-webkit-keyframes slidenavAnimation {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.menu-categorie .caret {
    border-top: 6px dashed;
    border-top: 6px solid \9;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    transition: .3s ease -webkit-transform;
    transition: .3s ease transform;
    -webkit-transform-origin: center 3px;
    -ms-transform-origin: center 3px;
    transform-origin: center 3px
}

.dropdown-profile .caret {
    transition: .3s ease -webkit-transform;
    transition: .3s ease transform;
    -webkit-transform-origin: center 3px;
    -ms-transform-origin: center 3px;
    transform-origin: center 3px
}


.menu-categorie.open .caret {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.dropdown-profile.open .caret {
    -webkit-transform: rotate(-180deg) translateY(2px);
    -ms-transform: rotate(-180deg) translateY(2px);
    transform: rotate(-180deg) translateY(2px)
}

.profilo-lemma {
    padding: 10px 15px;
    background-color: #efefef;
}


/*FOOTER*/

footer {
    background: #fafafa;
    border-top: 1px solid #EFEFEF;
    color: #444444;
    font-size: 12px;
}

footer a.orange {
    font-weight: bold;
    text-decoration: none;
    color: #FF6600;
}

footer a.orange:hover {
    text-decoration: underline;
    color: #FF6600;
}

footer .footer-contatti {
    display: inline-block;
    height: 39px;
    margin: 0px;
    top: -5px;
    position: relative;
}

footer .footer-contatti-feedaty {
    display: inline-block;
    margin-left: 15px;
}


/*USER ACCOUNT MAIN*/

.user-account {
    min-height: 850px;
}

body.nofixed .user-account {
    min-height: inherit;
}

.user-account .titolo_filtri.main {
    margin-top: 10px;
    margin-bottom: 0px;
}

.user-account .row-simple {
    padding: 5px 15px;
    background-color: #efefef;
    margin: 15px 0px 5px 0px;
}

.user-account .row-simple:hover {
    background-color: #efefef !important;
}

.user-account .btn-account {
    display: none;
}

.user-account h2,
.order-book h2 {
    margin: 0px 0px 20px 0px;
    font-weight: bold;
    color: #444;
}

.user-account h4 {
    margin: 0px 0px 20px 0px;
    font-weight: 300;
    color: #444;
}

.user-account .lista-flat {
    list-style: none;
    padding: 0px;
}

.user-account .lista-flat .fa {
    float: left;
    margin-right: 15px;
    width: 30px;
    height: 35px;
    color: #999;
}

.user-account .lista-flat li {
    line-height: 30px;
    margin-bottom: 15px;
}

.user-account .panel-default>.panel-heading {
    overflow: auto;
}

.user-account .panel-title>a {
    width: 100%;
    float: left
}

.user-account .panel-body.anni,
.user-account .panel-body.mesi {
    padding: 15px 0px 0px 0px;
}

.user-account .panel-group {
    margin-bottom: 0px;
}

.panel-body.mesi .panel-group .panel {
    margin-bottom: 5px;
}

#statistiche_accordion_mesi,
#statistiche_accordion_giorni {
    border: 0px;
}

#statistiche_accordion_mesi .panel,
#statistiche_accordion_giorni .panel {
    border-right: 0px;
    border-bottom: 1px solid #dddddd;
    border-left: 0px;
}

.user-account .panel-title>a {
    font-size: 18px;
}

.user-account .panel-heading.active {
    background-color: #ffedbc;
}

.user-account #statistiche_accordion_mesi .panel-title>a {
    font-size: 16px;
}

.user-account #statistiche_accordion_giorni .panel-title>a {
    font-size: 14px;
}

.user-account .panel-group .panel+.panel {
    margin-top: 0px;
}

.user-account .panel-group .panel {
    margin-bottom: 0px;
}

#statistiche_accordion_anni.in > .panel {
    margin-bottom: 0px !important;
}

#statistiche_accordion_giorni .list-group {
    border: 0px;
    margin-bottom: 0px;
}

#statistiche_accordion_giorni .list-group .list-group-item {
    border-right: 0px;
    border-left: 0px;
}

#statistiche_accordion_giorni .list-group .list-group-item:last-child {
    border-bottom: 0px;
}


/*TAB VERTICALI PARTNERS*/

#tab_partners .label-tab {
    padding-right: 0px;
}

#tab_partners .content-tab {
    padding: 15px;
    border: 1px solid #ccc;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    min-height: 200px;
}


/*USER ACCOUNT - SHIPPING ADDRESS*/

.user-account .box-delivery,
.user-account .box-invoice,
.user-account .box-payment {
    float: left;
    width: 100%;
}

.user-account .box-delivery .address-tile,
.user-account .box-invoice .address-tile,
.user-account .box-payment .address-tile {
    border: 1px solid #ccc;
    margin-right: 15px;
    border-radius: 4px;
    padding: 0px;
    overflow: hidden;
}

.user-account.user-account-checkout .box-delivery .address-tile,
.user-account.user-account-checkout .box-invoice .address-tile,
.user-account.user-account-checkout .box-payment .address-tile {
    border: 1px solid #ccc;
    margin-right: 0px;
    border-radius: 4px;
    padding: 0px;
    overflow: auto;
    background-color: #fff;
}

.user-account.user-account-checkout .box-delivery .address-tile.add-address-tile,
.user-account.user-account-checkout .box-invoice .address-tile.add-address-tile,
.user-account.user-account-checkout .box-payment .address-tile.add-address-tile {
    padding: 0px 15px;
}

.user-account .box-delivery .address-tile:hover,
.user-account .box-invoice .address-tile:hover,
.user-account .box-payment .address-tile:hover {
    border: 1px solid #999;
}

.user-account .box-delivery span,
.user-account .box-invoice span,
.user-account .box-payment span {
    padding: 15px 15px 10px 15px;
    width: 100%;
    float: left;
    clear: both;
}

.user-account .box-delivery span.label,
.user-account .box-invoice span.label,
.user-account .box-payment span.label {
    padding: 0px;
    color: #222;
}

.user-account .address-tile .label label {
    padding: 15px 15px 10px 15px;
    width: 100%;
}

.user-account .box-delivery span.edit,
.user-account .box-invoice span.edit,
.user-account .box-payment span.edit {
    padding: 0px 15px 15px 15px;
    width: 100%;
    float: left;
    clear: both;
    text-align: right;
    font-size: 14px;
}

.user-account .box-delivery hr,
.user-account .box-invoice hr,
.user-account .box-payment hr {
    padding: 0px;
    margin: 0px;
    width: 100%;
    float: left;
    clear: both;
}

.user-account .box-delivery label,
.user-account .box-invoice label,
.user-account .box-payment label {
    font-size: 14px;
}

.user-account .box-delivery a:hover,
.user-account .box-invoice a:hover,
.user-account .box-payment a:hover {
    text-decoration: none;
    color: #0C7CAF;
    cursor: pointer;
}

.address-grid {
    margin: 0px;
    padding: 0px;
    font-size: 0
}

.address-col,
.address-col-full,
.address-col-flyout {
    position: relative;
    width: 100%;
}

.address-col-flyout {
    clear: both;
    float: left;
    display: none;
}

.address-col,
.address-col-full {
    margin-bottom: 20px;
}

.address-col {
    font-size: 14px;
    vertical-align: top;
    display: none
}

.address-col.add-address-col,
.address-col-alpha {
    display: inline-block
}

.address-col-flyout {
    z-index: 200
}

.address-col-flyout-inner {
    border-radius: 5px;
    border: 1px solid #ccc;
    background-color: #fff;
    margin-right: 15px;
    margin-top: 19px;
    overflow: auto;
    padding: 15px 0px;
}

#open-payment-add .address-col-flyout-inner {
    padding: 15px;
}

.user-profile-credit-card #open-payment-add .address-col-flyout-inner {
     padding: 15px;
}

#payment-book.user-profile-credit-card .address-col-flyout-inner {
    margin-right: 0px;
}

.address-col-flyout-inner.zero {
    margin-top: 0px;
}

.address-col-flyout-inner.zero:before {
    display: none;
}


/*.address-col-flyout-inner.invoice-all,
.show-all.invoice-all,
.address-col-flyout-inner.invoice-first {
    display: none;
}*/

.address-col-flyout-inner.invoice-all,
.address-col-flyout-inner.invoice-first {
    display: none;
}

.address-col-flyout-inner:before {
    z-index: 2;
    content: "";
    position: absolute;
    display: block;
    margin-left: -9px;
    left: 50%;
    top: 10px;
    width: 18px;
    height: 18px;
    border: 1px solid #ccc;
    border-width: 1px 1px 0 0;
    pointer-events: none;
    background-color: #fff;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}


/*ORDINE HISTORY*/

.order-book {
    color: #444;
}

.order-book .txt1 {
    float: left;
    margin-right: 15px;
    line-height: 39px;
}

.order-book .ordine-singolo {
    border: 1px solid #ccc;
    border-radius: 4px;
}

.btn-warning-position {
    bottom: 15px;
    position: absolute;
    right: 15px;
}

.order-book .ordine-singolo:hover {
    border: 1px solid #999;
}

.order-book .ordine-singolo .col1 {
    /*background-color: #efefef;
padding: 15px;*/
}

.order-book .ordine-singolo .dettaglio {
    background-color: #efefef;
    padding: 15px;
    border-right: 1px solid #ccc;
}

.order-book .ordine-singolo .col1 span {
    width: 100%;
    float: left;
    margin-bottom: 15px;
}

.order-book .ordine-singolo .col1 .txt1 {
    font-weight: bold;
    font-size: 25px;
    line-height: 25px;
}

.order-book .ordine-singolo .col1 .txt2 {
    font-weight: 300;
    font-size: 18px;
}

.order-book .ordine-singolo .col1 .txt3 .text-muted {
    float: none;
    width: auto;
    color: #999;
}

.order-book .ordine-singolo .col1 .txt3 {
    font-weight: 400;
    font-size: 20px;
}

.order-book .ordine-singolo .col1 .txt4 {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
}

.order-book .ordine-singolo .col2 {
    padding: 15px 15px 0px 15px;
}

.order-book .ordine-singolo .col2 a {
    color: #444;
}

.order-book .prodotto-singolo {
    font-size: 14px;
    margin-bottom: 15px;
}

.order-book .ordine-singolo .col1.col1-alt .txt1 {
    margin-right: 0px;
}

.order-book .costi {
    font-size: 18px;
    line-height: 25px;
}

.order-book .costi .txt1 {
    font-weight: 300;
    margin-right: 0px
}

.order-book .costi .txt2 {
    text-align: right;
    font-weight: normal;
}


/*ORDER PROGRESS BAR*/

.bs-wizard {
    padding: 15px;
}

.bs-wizard > .bs-wizard-step {
    padding: 0;
    position: relative;
}

.bs-wizard > .bs-wizard-step + .bs-wizard-step {}

.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {
    color: #999;
    font-size: 16px;
    margin-bottom: 5px;
}

.bs-wizard > .bs-wizard-step .bs-wizard-info {
    color: #999;
    font-size: 14px;
}

.bs-wizard > .bs-wizard-step .bs-wizard-info.text-danger {
    color: #f04124;
    font-weight: bold;
}

.bs-wizard > .bs-wizard-step > .progress.bg-danger,
.bs-wizard > .bs-wizard-step > .progress.bg-danger > .progress-bar {
    background-color: #f2dede;
}

.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot.bg-danger,
.bs-wizard > .bs-wizard-step > .bs-wizard-dot.bg-danger {
    background-color: #f2dede;
}

.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot.bg-danger:after,
.bs-wizard > .bs-wizard-step > .bs-wizard-dot.bg-danger:after {
    background-color: #f04124;
}

.bs-wizard > .bs-wizard-step > .bs-wizard-dot {
    position: absolute;
    width: 30px;
    height: 30px;
    display: block;
    background: #dff0d8;
    top: 45px;
    left: 50%;
    margin-top: -15px;
    margin-left: -15px;
    border-radius: 50%;
}

.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {
    content: ' ';
    width: 14px;
    height: 14px;
    background: #4cae4c;
    border-radius: 50px;
    position: absolute;
    top: 8px;
    left: 8px;
}

.bs-wizard > .bs-wizard-step > .progress {
    position: relative;
    border-radius: 0px;
    height: 8px;
    box-shadow: none;
    margin: 20px 0;
    padding: 0px;
    border: 0px;
}

.bs-wizard > .bs-wizard-step > .progress > .progress-bar {
    width: 0px;
    box-shadow: none;
    background: #dff0d8;
}

.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {
    width: 100%;
}

.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {
    width: 50%;
}

.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {
    width: 0%;
}

.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {
    width: 100%;
}

.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {
    background-color: #fafafa;
}

.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {
    opacity: 1;
    background: #efefef;
}

.bs-wizard > .bs-wizard-step:first-child > .progress {
    left: 50%;
    width: 50%;
}

.bs-wizard > .bs-wizard-step:last-child > .progress {
    width: 50%;
}

.bs-wizard > .bs-wizard-step.disabled .bs-wizard-dot {
    pointer-events: none;
}


/*END Form Wizard*/


/*END*/

.collapse {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    -moz-transition: height 0.35s ease;
    -o-transition: height 0.35s ease;
    transition: height 0.35s ease;
}

.collapse.in {
    height: auto;
}


/*ADRESS BOOK*/

.address-col,
.address-col-full,
.address-col-flyout {
    position: relative;
    width: 100%
}

.address-col,
.address-col-full {
    margin-bottom: 20px;
    margin-bottom: 1.25rem
}

.address-col {
    vertical-align: top;
    display: none
}

.show-all .address-col,
.address-col.add-address-col,
.address-col-alpha {
    display: inline-block
}

.address-col-flyout {
    z-index: 200
}

.address-grid {
    margin: 0px;
    padding: 0px;
    font-size: 0
}

.address-col,
.address-col-full,
.address-col-flyout {
    position: relative;
    width: 100%
}

.show-all .address-col,
.address-col.add-address-col,
.address-col-alpha {
    display: inline-block
}

@media (min-width:48em) {
    .address-col {
        width: 50%
    }
    .address-col-flyout {
        width: 200%
    }
    .address-col.nth-2np1 .address-col-flyout {
        margin-left: 0
    }
    .address-col.nth-2np1 .address-col-flyout-inner:before {
        left: 25%
    }
    .show-all .address-col-full+.add-address-col:nth-child(2n+2) .address-col-flyout {
        margin-left: 0
    }
    .show-all .address-col-full+.add-address-col:nth-child(2n+2) .address-col-flyout-inner:before {
        left: 25%
    }
    .address-col.nth-2np2 .address-col-flyout {
        margin-left: -100%
    }
    .address-col.nth-2np2 .address-col-flyout-inner:before {
        left: 75%
    }
    .show-all .address-col-full+.add-address-col:nth-child(2n+3) .address-col-flyout {
        margin-left: -100%
    }
    .show-all .address-col-full+.add-address-col:nth-child(2n+3) .address-col-flyout-inner:before {
        left: 75%
    }
    .address-col-full+.add-address-col .address-col-flyout {
        margin-left: 0
    }
    .address-col-full+.add-address-col .address-col-flyout-inner:before {
        left: 25%
    }
}

@media (min-width:64em) {
    .address-col {
        width: 33.333333333333336%
    }
    .address-col-flyout {
        width: 300%
    }
    .address-col.nth-3np1 .address-col-flyout {
        margin-left: 0
    }
    .address-col.nth-3np1 .address-col-flyout-inner:before {
        left: 16.666666666666668%
    }
    .show-all .address-col-full+.add-address-col:nth-child(3n+2) .address-col-flyout {
        margin-left: 0
    }
    .show-all .address-col-full+.add-address-col:nth-child(3n+2) .address-col-flyout-inner:before {
        left: 16.666666666666668%
    }
    .address-col.nth-3np2 .address-col-flyout {
        margin-left: -100%
    }
    .address-col.nth-3np2 .address-col-flyout-inner:before {
        left: 50%
    }
    .show-all .address-col-full+.add-address-col:nth-child(3n+3) .address-col-flyout {
        margin-left: -100%
    }
    .show-all .address-col-full+.add-address-col:nth-child(3n+3) .address-col-flyout-inner:before {
        left: 50%
    }
    .address-col.nth-3np3 .address-col-flyout {
        margin-left: -200%
    }
    .address-col.nth-3np3 .address-col-flyout-inner:before {
        left: 83.33333333333333%
    }
    .show-all .address-col-full+.add-address-col:nth-child(3n+4) .address-col-flyout {
        margin-left: -200%
    }
    .show-all .address-col-full+.add-address-col:nth-child(3n+4) .address-col-flyout-inner:before {
        left: 83.33333333333333%;
    }
    .address-col-full+.add-address-col .address-col-flyout {
        margin-left: 0
    }
    .address-col-full+.add-address-col .address-col-flyout-inner:before {
        left: 16.666666666666668%
    }
}

@media (min-width:64em) {
    .address-book .address-col {
        width: 25%
    }
    .address-book .address-col-flyout {
        width: 400%
    }
    .address-book .address-col.nth-4np1 .address-col-flyout {
        margin-left: 0
    }
    .address-book .address-col.nth-4np1 .address-col-flyout-inner:before {
        left: 12%
    }
    .address-book .show-all .address-col-full+.add-address-col:nth-child(4n+2) .address-col-flyout {
        margin-left: 0
    }
    .address-book .show-all .address-col-full+.add-address-col:nth-child(4n+2) .address-col-flyout-inner:before {
        left: 12%
    }
    .address-book .address-col.nth-4np2 .address-col-flyout {
        margin-left: -100%
    }
    .address-book .address-col.nth-4np2 .address-col-flyout-inner:before {
        left: 37%
    }
    .address-book .show-all .address-col-full+.add-address-col:nth-child(4n+3) .address-col-flyout {
        margin-left: -100%
    }
    .user-account .address-book .show-all .address-col-full+.add-address-col:nth-child(4n+3) .address-col-flyout-inner:before {
        left: 36.7%;
    }
    .user-account .address-book .show-all .address-col-full+.add-address-col.add-address-col-shipping:nth-child(4n+3) .address-col-flyout {
        margin-left: -100%
    }
    .user-account .address-book .user-profile-credit-card .show-all .address-col-full+.add-address-col.add-address-col-shipping:nth-child(4n+3) .address-col-flyout {
        margin-left: -101%
    }
    .user-account-checkout .address-book .show-all .address-col-full+.add-address-col.add-address-col-shipping:nth-child(4n+3) .address-col-flyout {
        margin-left: -106%
    }
    .address-book .show-all .address-col-full+.add-address-col:nth-child(4n+3) .address-col-flyout-inner:before {
        left: 35.5%;
    }
    .address-book .address-col.nth-4np3 .address-col-flyout {
        margin-left: -200%
    }
    .address-book .address-col.nth-4np3 .address-col-flyout-inner:before {
        left: 62%
    }
    .address-book .show-all .address-col-full+.add-address-col:nth-child(4n+4) .address-col-flyout {
        margin-left: -200%
    }
    .user-account-checkout .address-book .show-all .address-col-full+.add-address-col:nth-child(4n+4) .address-col-flyout {
        margin-left: -213%
    }
    .address-book .user-profile-credit-card .show-all .address-col-full+.add-address-col:nth-child(4n+4) .address-col-flyout {
        margin-left: -202%
    }
    .address-book .show-all .address-col-full+.add-address-col:nth-child(4n+4) .address-col-flyout-inner:before {
        left: 62%
    }
    .address-book .address-col.nth-4np4 .address-col-flyout {
        margin-left: -300%
    }
    .address-book .address-col.nth-4np4 .address-col-flyout-inner:before {
        left: 87%
    }
    .address-book .show-all .address-col-full+.add-address-col:nth-child(4n+5) .address-col-flyout {
        margin-left: -300%
    }
    .user-account-checkout .address-book .show-all .address-col-full+.add-address-col:nth-child(4n+5) .address-col-flyout {
        margin-left: -319%;
    }
    .address-book .show-all .address-col-full+.add-address-col:nth-child(4n+5) .address-col-flyout-inner:before {
        left: 87%
    }
    .address-book .address-col-full+.add-address-col .address-col-flyout {
        margin-left: 0
    }
    .address-book .address-col-full+.add-address-col .address-col-flyout-inner:before {
        left: 12%
    }
    .user-account-checkout .address-col {
        width: 23.8%;
        margin-right: 15px;
        position: relative;
    }
    .user-account-checkout #payment-book .address-col {
        width: 23.7%;
    }
    .user-account-checkout .address-col.add-address-col-shipping,
    .user-account-checkout .address-col.add-address-col-invoice {
        margin-right: 0px;
    }
    .user-account-checkout .address-col:nth-child(4n+4) {
        margin-right: 0px;
    }
    .user-account-checkout .address-book .address-col-flyout {
        width: 426%
    }
    .user-account-checkout .address-book .address-col.nth-4np1 .address-col-flyout-inner:before {
        left: 11%
    }
    .user-account-checkout .address-book .address-col.nth-4np2 .address-col-flyout {
        margin-left: -106%
    }
    .user-account-checkout .address-book .address-col.nth-4np2 .address-col-flyout-inner:before {
        left: 36%
    }
    .user-account-checkout .address-book .address-col.nth-4np3 .address-col-flyout {
        margin-left: -213%
    }
    .user-account-checkout .address-book .address-col.nth-4np3 .address-col-flyout-inner:before {
        left: 61%
    }
    .user-account-checkout .address-book .address-col.nth-4np4 .address-col-flyout {
        margin-left: -319%
    }
    .user-account-checkout .address-book .address-col.nth-4np4 .address-col-flyout-inner:before {
        left: 86%
    }
}

.user-account input[type=radio] {
    position: absolute;
    z-index: -1;
    filter: alpha(opacity=0);
    opacity: 0;
}

.user-account input[type=checkbox].checkbox-invoice {
    position: absolute;
    z-index: -1;
    filter: alpha(opacity=0);
    opacity: 0;
}

.user-account .address-tile label {
    cursor: pointer;
}

.user-account .address-tile label:before {
    content: "\f096";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #ccc;
    font-size: 25px;
    position: relative;
    float: left;
    margin-right: 10px;
    cursor: pointer;
    line-height: 25px;
}

.user-account input[type=radio]:checked + label:before,
.user-account input[type=radio]:checked + label p {
    content: "\f046";
    color: #4cae4c;
    margin-right: 6px;
    font-weight: bold;
}

.user-account #modalita_spedizione input[type=radio] + label p {
    font-size: 14px;
}

.user-account input[type=checkbox].checkbox-invoice:checked + label p {
    color: #333 !important;
    font-weight: normal;
}

.user-account .invoice-book label.invoice_default_same_label:before {
    content: "\f096";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #ccc;
    font-size: 25px;
    position: relative;
    float: left;
    margin-right: 10px;
    cursor: pointer;
    line-height: 25px;
}

#form-conferma .btn.btn-success {
    padding: 11px 34px;
    font-size: 18px;
    line-height: 1;
    text-align: center;
    vertical-align: middle;
    float: right;
}

#form-conferma .has-feedback label~.form-control-feedback {
    top: 33px;
}

#form-conferma .help-block {
    margin-top: 0px;
    margin-bottom: 15px;
    margin-right: 20px;
    color: #a94442;
    float: right;
    width: 100%;
    text-align: right;
}

#form-conferma .form-control-feedback {
    right: 5px;
    height: 25px;
    line-height: 25px;
    top: 27px;
    color: #a94442;
}

#form-conferma .acc-wizard-step {
    float: left;
    width: auto;
}

#form-conferma .form-group {
    margin-bottom: 5px;
    float: left;
    width: 100%;
}

#form-conferma .address-tile label p {
    line-height: 20px;
    font-size: 14px;
    margin-right: 6px;
}

#form-conferma .address-tile {
    margin-bottom: 5px;
}

.txt-invoice-default,
.txt-invoice-default2 {
    font-weight: normal;
}

.user-account input[type=checkbox].checkbox-invoice:checked + label:before,
.user-account input[type=checkbox].checkbox-invoice:checked + label p,
.user-account input[type=checkbox].checkbox-invoice:checked + .user-account .box-delivery .address-tile,
.user-account input[type=checkbox].checkbox-invoice:checked + .user-account .box-invoice .address-tile {
    content: "\f046";
    color: #4cae4c;
    margin-right: 6px;
}

.user-account .address-tile label,
.user-account .address-tile label p {
    float: left;
    margin: 0px;
    padding: 0px;
}

label.termini_label,
label.privacy_label {
    float: right !Important;
}

.user-account .address-tile label p {
    line-height: 22px;
    font-size: 13px;
}

.user-account .box-delivery .address-tile.selected,
.user-account .box-invoice .address-tile.selected,
.user-account .box-payment .address-tile.selected {
    border: 2px solid #4cae4c;
    overflow: hidden;
}

.user-account .box-delivery .address-tile.selected p,
.user-account .box-invoice .address-tile.selected p,
.user-account .box-payment .address-tile.selected p {
    font-weight: bold;
}

.user-account.user-account-checkout .box-delivery .address-tile.selected p,
.user-account.user-account-checkout .box-invoice .address-tile.selected p,
.user-account.user-account-checkout .box-payment .address-tile.selected p,
.user-account.user-account-checkout .address-tile label p {
    font-size: 12px;
    line-height: 23px;
    margin-right: 0px
}

.user-account.user-account-checkout .box-payment .address-tile.selected p {
    font-size: 11px;
}


/*metodo di pagamento checkout*/

#metodi_pagamento_tab span.label {
    color: #444;
    font-size: 14px;
    padding: 0px;
    font-weight: 400;
    line-height: 24px;
}

#metodi_pagamento_tab label:before,
#metodi_pagamento_tab span.label:before {
    content: "\f096";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #ccc;
    font-size: 25px;
    position: relative;
    float: left;
    margin-right: 10px;
    cursor: pointer;
    line-height: 25px;
    top: 2px;
}

#metodi_pagamento_tab label {
    line-height: 25px;
    font-size: 14px;
    margin: 0px;
    cursor: pointer;
}

#metodi_pagamento_tab.nav-tabs>li>a {
    margin-right: 10px;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    background-color: #fff;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    overflow: auto;
}

#metodi_pagamento_tab li.active label:before,
#metodi_pagamento_tab li.active span.label:before {
    content: "\f046";
    color: #4cae4c;
    margin-right: 6px;
}

#metodi_pagamento_tab li.active>a {
    border: 2px solid #4cae4c;
    border-bottom: transparent;
    position: relative;
    top: 2px;
    color: #4cae4c;
}

#metodi_pagamento_tab.nav-tabs>li {
    margin-bottom: 0px;
}

#metodi_pagamento_tab.nav-tabs {
    border-bottom: 0px;
}

#metodi_pagamento_tab_content {
    margin-bottom: 15px;
    color: #444;
}

#metodi_pagamento_tab_content .tab-pane {
    border-right: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
    border-left: 2px solid #ccc;
    padding: 15px;
    background-color: #fff;
    border-radius: 4px;
    border-top-left-radius: 0px
}

#metodi_pagamento_tab_content .tab-pane.active {
    border: 2px solid #4cae4c;
    padding: 20px;
    overflow: auto;
}

#metodi_pagamento_tab_content .form-group {
    width: 100%;
    float: left;
}

@media (max-width: 767px) {
    .address-col-flyout-inner {
        margin-right: 0px;
    }
    .user-account .box-delivery .address-tile {
        margin-right: 0px;
    }
}


/*SIDEBAR*/

@media screen and (max-width: 991px) {
    .row-offcanvas {
        position: relative;
        -webkit-transition: all .25s ease-out;
        -o-transition: all .25s ease-out;
        transition: all .25s ease-out;
    }
    .row-offcanvas-right {
        right: 0;
    }
    .row-offcanvas-left {
        left: 0;
    }
    .row-offcanvas-right .sidebar-offcanvas {
        right: -50%;
        /* 6 columns */
        padding: 0;
    }
    .row-offcanvas-left .sidebar-offcanvas {
        left: -50%;
        /* 6 columns */
        padding: 0;
        box-shadow: 0 2px 3px rgba(0, 0, 0, .2);
    }
    .row-offcanvas-right.active {
        right: 50%;
        /* 6 columns */
        padding: 0;
    }
    .row-offcanvas-left.active {
        left: 50%;
        /* 6 columns */
        padding: 0;
    }
    .sidebar-offcanvas {
        position: absolute;
        top: 0;
        width: 50%;
        /* 6 columns */
    }
    .sidebar-offcanvas,
    #navbar-main {
        padding: 0;
        background-color: #fff;
        margin: 0;
    }
}

@media (max-width: 991px) {
    .container-smooth-sm {
        width: auto;
        max-width: none;
    }
}

@media (min-width: 1199px) and (max-width: 1367px) {
    .col-main .row5 .products-item:nth-child(5),
    .row5 .products-item:nth-child(5) {
        display: none;
    }
    .main-info .wishlist {
        font-size: 12px;
    }
    #images-main {
        width: 510px;
    }
}


/* md */

@media (min-width: 992px) and (max-width: 1199px) {
    #sidebar-fixed.affix {
        width: 25.1%;
    }
    .col-main .row5 .products-item:nth-child(5),
    .row5 .products-item:nth-child(5) {
        display: none;
    }
    .pagina-carrello .box-cart.affix,
    .pagina-carrello .box-cart.affix-bottom {
        width: initial;
    }
    #images-main {
        width: 424px;
    }
    .col-main .products-item img {
        max-height: 250px;
        max-width: 172px;
    }
    .main-prodotto .images-main img {
        width: 424px;
    }
    .products-item {
        padding: 0 3px;
    }
    .ui-menu-item .nome_prodotto {
        width: 80%;
    }
    .col-filter .container-filter.affix {
        margin-top: 80px;
        width: 22.217%;
    }
    .checkout .box-cart.affix {
        width: 23.8%;
    }
    .main-prodotto .tienimi-aggiornato,
    .main-prodotto .wishlist {
        font-size: 12px;
    }
    .main-prodotto .images-other a img,
    .video-other a img {
        width: 100%;
    }
    .aside-product.affix-bottom,
    .aside-product.affix {
        right: 27px !important;
        padding: 0px;
        width: 242px !important;
    }
    h4.titolo.titolo-recensioni {
        float: left;
        width: auto;
    }
    .pulsante-recensioni {
        width: auto;
        float: right;
    }
    .user-account-checkout .show-all .address-col {
        padding: 0px;
    }
    .user-account-checkout .address-col,
    .user-account-checkout #payment-book .address-col {
        width: 48.8%;
    }
    .user-account-checkout .address-book .address-col-flyout {
        width: 209%;
    }
    .user-account-checkout .address-col:nth-child(2n) {
        margin-right: 0px;
    }
    .user-account-checkout .address-book .address-col.nth-4np1 .address-col-flyout {
        margin-left: 0;
    }
    .user-account-checkout .address-book .address-col.nth-4np2 .address-col-flyout {
        margin-left: -104%;
    }
    .user-account-checkout .address-book .address-col.nth-4np3 .address-col-flyout {
        margin-left: 0;
    }
    .user-account-checkout .address-book .address-col.nth-4np4 .address-col-flyout {
        margin-left: -104%;
    }
    .user-account-checkout .address-book .address-col.nth-4np1 .address-col-flyout-inner:before {
        left: 24%;
    }
    .user-account-checkout .address-book .address-col.nth-4np2 .address-col-flyout-inner:before {
        left: 74%;
    }
    .user-account-checkout .address-book .address-col.nth-4np3 .address-col-flyout-inner:before {
        left: 24%;
    }
    .user-account-checkout .address-book .address-col.nth-4np4 .address-col-flyout-inner:before {
        left: 74%;
    }
    .user-account-checkout .address-book .show-all .address-col-full+.add-address-col:nth-child(4n+4) .address-col-flyout {
        margin-left: 0px;
    }
    .user-account-checkout .address-book .show-all .address-col-full+.add-address-col:nth-child(4n+4) .address-col-flyout-inner:before {
        left: 24%;
    }
    .user-account-checkout .address-book .show-all .address-col-full+.add-address-col:nth-child(4n+5) .address-col-flyout {
        margin-left: -104%;
    }
    .user-account-checkout .address-book .show-all .address-col-full+.add-address-col:nth-child(4n+3) .address-col-flyout-inner:before,
    .user-account-checkout .address-book .show-all .address-col-full+.add-address-col:nth-child(4n+5) .address-col-flyout-inner:before {
        left: 74%;
    }
    .user-account-checkout .address-col-flyout-inner {
        margin-right: 16px;
    }
    #metodi_pagamento_tab label {
        font-size: 13px;
    }
    ol.acc-wizard-sidebar li {
        padding: 0px 10px 0px 5px !important;
    }
    #modalita_spedizione label {
        width: 100%;
    }
    #modalita_spedizione .radio p {
        width: 94%
    }
    #form-conferma .address-tile label {
        width: 100%;
        text-align: right;
    }
    #form-conferma .address-tile label p {
        width: 94%;
    }
    #form-conferma .address-tile label:before {
        float: right;
        margin-left: 10px;
        margin-right: 0px;
    }
    #form-conferma input[type=checkbox].checkbox-invoice:checked + label:before {
        margin-left: 0px;
        right: -3px;
    }
    #form-conferma .form-group.required .control-label:after {
        display: none;
    }
    #form-conferma .form-control-feedback {
        display: none;
    }
    #form-conferma .help-block {
        margin-right: 0px;
    }
    #open-payment-add .address-col-flyout-inner {
        padding: 15px;
    }
    #open-payment-add .form-carta-credito {
        width: 100%;
    }
    .bonifico-large {
        display: none !important;
    }
    .bonifico-small {
        display: block !important;
        float: left;
    }
    .main-info .row-qnt {
        padding: 0 0 15px 0;
    }
    select.form-control {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background: url(/static/images/arrow-down.png) no-repeat 98% 9px;
        background-size: 20px 20px;
    }
    .row-qnt .form-control {
        width: 100%;
    }
}


/* sm */

@media (min-width: 768px) and (max-width: 991px) {
    .col-main .row5 .products-item:nth-child(5) {
        display: none;
    }
    #images-main {
        width: initial;
        height: initial;
    }
    .ui-autocomplete {
        left: inherit !important;
    }
    .ui-menu-item .nome_prodotto {
        width: 89%;
    }
    .header-row3 {
        position: inherit;
    }
    body.nofixed .container-affix.affix .nav-main,
    body.nofixed .container-affix.affix-top .nav-main {
        right: -50%;
    }
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .menu-categorie a.link,
    .menu-categorie.open a.link,
    .menu-categorie.open .dropdown-menu {
        border-top: 1px solid #ccc;
        width: 100%;
    }
    .menu-categorie.open .dropdown-menu {
        padding: 0 0 0 0;
        font-size: 15px;
    }
    .aside-product.affix {
        position: relative;
        width: 100%;
        top: inherit;
        right: inherit;
        padding: inherit;
    }
    .aside-product.affix .aside-ul>li,
    .aside-product.affix-bottom .aside-ul>li {
        clear: inherit;
        display: table-cell;
        width: 1%;
        float: inherit;
    }
    .aside-product.affix .affix-hidden-row,
    .aside-product .affix-hidden-row,
    .aside-product.affix-bottom .affix-hidden-row {
        display: none !important;
    }
    .container-affix.affix .nav-main .header-row1 .nav-header-row1 {
        display: block;
    }
    .container-affix.affix .nav-main .header-row1 {
        margin-bottom: 15px;
    }
    .container-affix.affix .header-row3 #sidebar a.link-affix {
        color: #444;
        padding: 12px 15px;
        font-size: 15px;
    }
    .header-row1 .logo {
        margin-top: 7px;
    }
    .row-search,
    .row-search .navbar-form {
        padding: 0 8px;
    }
    .header-row1 .nav-header-row1 {
        margin: 10px 0;
        width: auto;
    }
    .header-row1 .fa-bars {
        float: left;
        font-size: 30px;
        margin: 6px 30px 6px 15px;
    }
    .header-row1 .nav-header-row1 li .fa-shopping-cart {
        font-size: 24px;
    }
    .header-row1 .nav-header-row1 .shipping-free {
        line-height: 24px;
        font-weight: bold;
    }
    .header-row1 .nav-header-row1 li.li-shopping-cart {
        margin-right: 15px;
    }
    #navbar-main .navbar-nav {
        width: 100%;
    }
    #navbar-main .navbar-nav li {
        width: 100%;
    }
    #navbar-main .navbar-nav li.first a {
        padding-left: 15px;
    }
    .menu-categorie .dropdown-menu {
        width: 100%;
        height: auto;
        background-color: #fafafa;
        border: 0;
    }
    #navbar-main .navbar-nav li {
        width: 100%;
        float: left;
        clear: both;
        height: auto;
    }
    #navbar-main .navbar-nav li.first a {
        padding-left: 15px;
        width: 100%;
        float: left;
    }
    .menu-aim-dropdown .popover {
        width: 100%;
        float: left;
        clear: both;
        position: relative !important;
        top: inherit !important;
        left: inherit !important;
        height: inherit !important;
        box-shadow: none;
        border-bottom: 1px solid #efefef;
    }
    footer .colonna1 .mail {
        font-size: 16px;
    }
    .col-main .titolo_riga {
        margin-bottom: 15px;
    }
    #images-main img {
        width: 100%;
    }
    .main-prodotto .images-other a img {
        width: 100%;
    }
    .main-prodotto .row-qnt {
        padding: 0 0 15px 0;
    }
    .main-prodotto .row-button {
        padding: 0;
    }
    .main-info .row-update {
        padding: 0px;
    }
    .main-prodotto .tienimi-aggiornato,
    .main-prodotto .wishlist {
        font-size: 12px;
    }
    .main-prodotto .riga-other-info {
        padding: 15px;
    }
    .main-prodotto .row-free-shipping {
        margin-bottom: 10px;
    }
    .main-prodotto .row-free-shipping,
    .main-prodotto .row-bonus-product {
        padding: 0;
    }
    #images-main {
        min-height: inherit;
    }
    .main-prodotto .images-main img {
        position: relative;
    }
    h4.titolo.titolo-recensioni {
        float: left;
        width: auto;
    }
    .pulsante-recensioni {
        width: auto;
        float: right;
    }
    .box-cart.affix,
    .box-cart.affix-top,
    .box-cart.affix-bottom,
    .checkout .box-cart.affix,
    .checkout .box-cart.affix-top,
    .checkout .box-cart.affix-bottom {
        position: inherit;
        width: inherit;
        margin-top: inherit;
        width: inherit;
        background-color: white;
        z-index: inherit;
        float: left;
    }
    .fast-checkout .colonna1 {
        width: 100%;
    }
    .fast-checkout .colonna2 {
        float: left;
        width: 100%;
    }
    .aside-product.affix {
        right: 0px !important;
        width: 100% !important;
    }
    .form-voucher .input-group {
        width: 100%;
    }
}

@media only screen and (max-width: 800px) {
    .box-cart.affix,
    .box-cart.affix-top,
    .box-cart.affix-bottom,
    .checkout .box-cart.affix,
    .checkout .box-cart.affix-top,
    .checkout .box-cart.affix-bottom {
        position: inherit;
        width: inherit;
        margin-top: inherit;
        width: inherit;
        background-color: white;
        z-index: inherit;
        overflow: auto;
    }
    /* Force table to not be like tables anymore */
    #no-more-tables {
        float: left;
        width: 100%;
    }
    #no-more-tables table,
    #no-more-tables thead,
    #no-more-tables tbody,
    #no-more-tables th,
    #no-more-tables td,
    #no-more-tables tr {
        display: block;
        padding: 0px;
    }
    .table-cart thead {
        border-bottom: 0px;
    }
    .table-cart thead tr.data {
        position: relative !important;
        top: initial !important;
        left: initial !important;
        overflow: auto;
        border: 0px !important;
    }
    .table-cart thead tr.data td:before {
        display: none !important;
    }
    /* Hide table headers (but not display: none;, for accessibility) */
    #no-more-tables thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    #no-more-tables tr {
        border: 1px solid #ccc;
    }
    #no-more-tables td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #ccc;
        position: relative;
        padding: 15px 15px 15px 28%;
        white-space: normal;
        text-align: left;
        overflow: auto;
    }
    #no-more-tables td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 0px;
        left: 0px;
        width: 25%;
        padding: 15px;
        white-space: nowrap;
        text-align: left;
        font-weight: bold;
        height: 100%;
        background-color: #efefef;
        font-size: 14px;
    }
    #no-more-tables td:before {
        content: attr(data-title);
    }
    #no-more-tables td.totale-stimato {
        border-bottom: 0px;
    }
    .table-cart .input-group-addon {
        padding-left: 0px;
    }
    .box-cart {
        position: relative;
        top: 15px;
        box-shadow: none;
        border: 1px solid #ccc;
    }
    .col-cont-main.active {
        margin-top: 95px
    }
}


/* xs */

@media (max-width: 773px) {
    .z999 {
        z-index: 999;
    }
    .pagina-carrello .box-cart.affix,
    .pagina-carrello .box-cart.affix-bottom {
        width: inherit;
    }
    .form-voucher .input-group-addon {
        white-space: normal;
        float: left;
        width: 100%;
    }
    .form-voucher #voucher,
    .form-voucher .btn-voucher {
        float: left;
        clear: both;
        width: 100%;
    }
    .header-row1 .search-input {
        height: 33px;
    }
    .ui-autocomplete {
        left: 14px !important;
    }
    .ui-autocomplete {
        left: 14px !important;
    }
    .user-account #modalita_spedizione .address-tile label,
    .user-account #modalita_spedizione .address-tile label p {
        width: 100%
    }
    .user-account #modalita_spedizione input[type=radio]:checked + label:before {
        width: 4%;
        float: left !important;
    }
    .user-account #modalita_spedizione input[type=radio] + label p,
    .user-account #modalita_spedizione input[type=radio]:checked + label p {
        float: left !important;
        width: 94%;
        margin-right: 0px;
    }
}

@media (max-width: 768px) {
    .titolo-homepage-big {
        font-size: 25px;
        line-height: 30px;
        font-weight: 500;
    }
    .sottotitolo-homepage {
        font-size: 14px;
        line-height: 20px;
    }
    #navbar-main .navbar-nav li.first a.titolo-link {
        padding-left: 0px;
    }
    .added-row .col-1 span {
        width: 100%;
        margin-top: 15px;
    }
    #col-main .list-group {
        padding-right: 0px;
    }
    .pulsante-altro {
        padding-right: 0px;
    }
    .pulsante-altro a {
        white-space: normal;
    }
    .lista-link-home .column-img.width-1-2,
    .lista-link-home .column-img.width-1-3,
    .lista-link-home .column-img.width-1-4,
    .lista-link-home .column-img.width-1-5,
    .lista-link-home .column-img.width-1-6,
    .lista-link-home .column-img.width-1-7 {
        width: 100%;
        margin: 0px 0px 15px 0px;
    }
    .container-countdown.s .timer,
    .container-countdown.m .timer,
    .container-countdown.l .timer {
        position: absolute;
        top: 0px;
        font-size: 12px;
        color: #444;
    }
    .container-countdown.s .timer span strong,
    .container-countdown.m .timer span strong,
    .container-countdown.l .timer span strong {
        font-size: 20px;
    }
    #sidebar-fixed .pulsante-filtri {
        width: 105%;
        position: absolute;
        top: -21px;
        left: -10px;
        background: #efefef;
        padding: 10px 15px;
        border-bottom: 1px solid #ccc;
    }
    .main-prodotto .social {
        position: relative;
        text-align: center;
    }
    .col-main .row5 .products-item:nth-child(5),
    .row5 .products-item:nth-child(5) {
        display: none;
    }
    tr.riga-desc-checkout {
        display: none !Important;
    }
    #no-more-tables tr.data td:before {
        display: none;
    }
    .checkout .header-row1.small {
        padding: 0px 15px;
    }
    .main-info .row-wishlist {
        width: 100%;
    }
    .main-prodotto .images-main img {
        max-height: 100%;
        max-width: 100%;
    }
    #images-main {
        width: initial;
        height: initial;
    }
    .user-profile-credit-card #open-payment-add .address-col-flyout-inner {
        padding: 15px;
    }
    .user-profile-credit-card .address-col-flyout {
        width: 100%;
    }
    .user-account .user-profile-credit-card .box-payment .address-tile {
        margin-right: 0px;
    }
    .col-main .products-item {
        padding: 0px 2px;
    }
    .col-main .products-item.list-group-item .other-info {
        padding: 5px 5px;
    }
    .col-main .products-item.list-group-item .other-info .label-categoria {
        font-size: 10px;
        margin: 0px 5px 5px 0px;
        padding: 3px;
    }
    .col-main .products-item.list-group-item img {}
    .container-affix.affix {
        top: -7px;
        position: relative;
    }
    .container-affix.affix .nav-main {
        position: fixed;
        top: -7px;
    }
    #products.row.list-group {
        padding-left: 15px;
        padding-right: 15px;
        z-index: 0;
        position: relative;
    }
    .ui-autocomplete {
        left: 22px !important;
    }
    .ui-menu-item .nome_prodotto {
        width: 80%;
    }
    .menu-aim-dropdown .panel-colonna,
    .menu-aim-dropdown .popover-content ul {
        width: 100%;
    }
    .menu-aim-dropdown .popover.bg {
        background: none !Important;
    }
    .menu-aim-dropdown .popover-content .img-aim-popover {
        display: none;
    }
    #footer {
        padding: 0 15px;
    }
    .container-affix.affix .nav-main .header-row1 .nav-header-row1 {
        display: block;
    }
    .container-affix.affix .nav-main .header-row1 {
        margin-bottom: 15px;
    }
    .container-affix.affix .header-row3 #sidebar a.link-affix {
        color: #444;
        padding: 12px 15px;
        font-size: 15px;
    }
    .header-row1 .logo {
        margin-top: 7px;
    }
    .header-row3 {
        position: inherit;
    }
    .navbar-nav {
        margin: 0;
    }
    .navbar-header {
        display: none;
    }
    .navbar-collapse {
        border: 0;
    }
    .header-row1 .navbar-form {
        box-shadow: none;
        border: 0;
        padding: 0 15px;
    }
    .header-row1 .nav-header-row1 {
        margin: 10px 0;
        width: auto;
    }
    .header-row1 .nav-header-row1 li .fa-shopping-cart {
        font-size: 24px;
    }
    .header-row1 .nav-header-row1 .shipping-free {
        line-height: 24px;
        font-weight: bold;
    }
    .header-row1 .nav-header-row1 li.li-shopping-cart {
        margin-right: 15px;
    }
    .header-row1 .fa-bars {
        float: left;
        font-size: 30px;
        margin: 6px 30px 6px 15px;
    }
    #navbar-main .navbar-nav {
        width: 100%;
        float: left;
    }
    #navbar-main .navbar-nav li {
        width: 100%;
        border-bottom: 1px solid #ddd;
    }
    #navbar-main .navbar-nav li.li-main:last-child {
        border-bottom: 0px;
    }
    #navbar-main .navbar-nav .popover-content li {
        border-bottom: 0px;
    }
    #navbar-main .navbar-nav li.first a {
        padding-left: 15px;
    }
    #navbar-main .navbar-nav>li>a {
        padding-top: 12px;
        padding-bottom: 12px;
    }
    .menu-aim-dropdown .popover {
        position: relative;
        width: 100%;
        left: inherit !important;
        height: auto !important;
        top: inherit !important;
        box-shadow: none;
        border-bottom: 1px solid #ccc;
        border-top: 1px solid #ccc;
    }
    .menu-aim-dropdown .titolo-menu {
        display: none;
    }
    .menu-aim-dropdown.dropdown-menu > li > a.maintainHover {
        background-color: #f7f7f7;
    }
    .profilo-lemma {
        background-color: #fafafa;
        z-index: 1;
    }
    .menu-categorie a.link,
    .menu-categorie.open a.link,
    .menu-categorie.open .dropdown-menu {
        border-top: 1px solid #ccc;
        width: 100%;
    }
    .menu-categorie.open a.link {
        background-color: #efefef;
    }
    .menu-categorie.open .dropdown-menu {
        padding: 0 0 0 0;
        font-size: 15px;
    }
    #navbar-main .navbar-nav .menu-categorie.open {
        background-color: #fff;
    }
    #navbar-main .navbar-nav .menu-categorie {
        border-bottom: 1px solid #ccc;
        background-color: #efefef;
    }
    .menu-aim-dropdown .popover-content ul li {
        padding: 0 0;
    }
    .menu-categorie.open .maintainHover {
        border-top: 1px solid #ccc;
    }
    .menu-categorie.open .popover-content li {
        float: left;
        width: 100%;
    }
    .menu-categorie.open .popover-content .maintainHover {
        border-top: 0;
        float: left;
        width: 100%;
        padding: 5px 0;
        font-size: 14px;
    }
    .menu-aim-dropdown.dropdown-menu > li:first-child > a.maintainHover {
        border-top: 0;
    }
    .navbar-nav .menu-categorie.open .dropdown-menu>li>a {
        padding: 10px 0 10px 0;
    }
    .col-main .titolo_riga {
        margin-bottom: 15px;
    }
    .main-prodotto .row-qnt {
        padding: 0 0 15px 0;
    }
    .main-prodotto .row-button {
        padding: 0;
    }

    .main-prodotto .container-images { 
        width: 50%;
    }
    .main-prodotto .main-info {
        border-top: 1px solid #ccc;
        border-right: 0;
        border-bottom: 1px solid #ccc;
        border-left: 0;
        width: 50%;
    }
    .main-prodotto .riga-other-info {
        padding: 15px;
    }
    .main-prodotto .row-free-shipping,
    .main-info .row-qnt,
    .main-info .row-wishlist {
        margin-bottom: 10px;
    }
    .main-prodotto .row-free-shipping,
    .main-prodotto .row-bonus-product {
        padding: 0;
    }
    #images-main {
        min-height: inherit;
        text-align: center;
    }
    .main-prodotto .images-main img {
        position: relative;
    }
    .main-info .row-update,
    .main-info .row-qnt {
        padding: 0;
        margin-bottom: 10px;
    }
    .main-info .row-qnt {
        margin-bottom: 15px;
    }
    .main-info .row-qnt,
    .main-info .row-wishlist,
    .main-info .row-free-shipping {
        padding: 0;
    }
    .main-prodotto .row-rating {
        float: left;
        clear: both;
    }
    .main-prodotto .below-name .label-categoria {
        margin-bottom: 15px;
    }
    .row-recensioni .data_ora_recensione {
        margin-top: 5px;
    }
    h4.titolo.titolo-recensioni {
        float: left;
        width: auto;
    }
    .pulsante-recensioni {
        width: auto;
        float: right;
    }
    /* ADDED PAGE*/
    .added-row .col-1 {
        border-right: 0px;
    }
    .added-row .col-2,
    .added-row .col-3 {
        line-height: inherit;
    }
    .prodotti-suggeriti-added img {
        border: 1px solid #ccc;
        width: 100%;
        margin-bottom: 15px;
    }
    .fast-checkout .colonna1 {
        width: 100%;
    }
    .fast-checkout .colonna2 {
        float: left;
        width: 100%;
    }
    .user-account {
        min-height: inherit;
    }
    .user-account .titolo_filtri.main {
        display: none;
    }
    .user-account .container-menu-account {
        padding-right: 15px !Important;
    }
    .user-account .btn-account {
        display: block;
        border: 2px solid #ccc;
        border-radius: 3px;
        background-color: #fff;
        font-weight: bold;
        color: #444;
        cursor: pointer;
        text-align: left;
    }
    .user-account .col-filter .container-filter {
        box-shadow: none;
        border-top: 0px;
        border-bottom: solid 2px #ccc;
        border-right: solid 2px #ccc;
        border-left: solid 2px #ccc;
    }
    .user-account .btn-account i {
        font-size: 21px;
    }
    .user-account .container-filter {
        width: 100%;
        display: none;
    }
    .user-account .btn-account .fa-caret-down.fa-rotate-180 {
        -webkit-transform: rotate(-180deg) translateY(2px);
        -ms-transform: rotate(-180deg) translateY(2px);
        transform: rotate(-180deg) translateY(2px);
    }
    .user-account .col-filter .container-filter.open {
        padding: 0px 0px 5px 0px;
    }
    .user-account .row-simple.first {
        padding: 5px 15px 5px 15px;
        background-color: #efefef;
        margin: 0px 0px 5px 0px;
    }
    .order-book .ordine-singolo .col1 {
        text-align: center;
    }
    .order-book .ordine-singolo .btn {
        width: 100%;
    }
    #tab_partners .label-tab {
        padding-right: 15px !important;
    }
    .tabs-left>li.active>a,
    .tabs-left>li.active>a:hover,
    .tabs-left>li.active>a:focus {
        border-right-color: #ccc;
        border-radius: 4px;
    }
    .tabs-left>li>a {
        border-radius: 4px;
    }
    #tab_partners .content-tab {
        min-height: inherit;
        padding: 15px;
        border: 0px;
    }
    #tab_partners .content-tab .tab-content {
        border: 1px solid #ccc;
        padding: 15px;
    }
    .user-account #modalita_spedizione .address-tile label,
    .user-account #modalita_spedizione .address-tile label p {
        width: 100%
    }
    .user-account #modalita_spedizione input[type=radio]:checked + label:before {
        width: 4%;
        float: left !important;
    }
    .user-account #modalita_spedizione input[type=radio] + label p,
    .user-account #modalita_spedizione input[type=radio]:checked + label p {
        float: left !important;
        width: 94%;
        margin-right: 0px;
    }
    .user-account-checkout .show-all {
        padding: 0px
    }
    .user-account-checkout .address-col-flyout-inner {
        margin-right: 15px;
        margin-left: 15px;
    }
    .user-account-checkout .box-delivery,
    .user-account-checkout .box-invoice,
    .user-account-checkout .box-payment {
        padding: 0px 15px;
    }
    .user-account #form-conferma .address-tile label {
        width: 100%;
    }
    #form-conferma .address-tile label p {
        width: 90%;
    }
    #form-conferma .form-control-feedback {
        display: none;
    }
    .checkout .box-cart {
        display: none;
    }

    .main-prodotto .row-bonus-product {
        margin-bottom: 15px;
    }
}

@media (max-width: 736px) {
    .ui-autocomplete {
        left: 14px !important;
    }
    body.nofixed .container-affix.affix .nav-main,
    body.nofixed .container-affix.affix-top .nav-main {
        right: -50%;
        z-index: 10;
    }
    #products .products-item {
        width: 50%;
    }
    #sidebar-fixed .pulsante-filtri {
        width: 100%;
        left: 0px;
    }
}

@media (max-width: 700px) {

    #product-bundle .lista_bundle .plus {
        float: initial;
        display: initial;
    }

    body.nofixed .container-affix.affix .nav-main,
    body.nofixed .container-affix.affix-top .nav-main {
        right: -50%;
        z-index: 10;
    }
    .selettore-lista {
        display: none;
    }
}

@media (max-width: 568px) {

    .main-prodotto .social {
        top: initial;
        margin-top: 15px;
    }

    .main-prodotto .container-images { 
        width: 100%;
    }
    .main-prodotto .main-info {
        width: 100%;
    }

    #images-main {
        width: 100%;
    }
    
    .column-img.width-1-2,
    .column-img.width-1-3,
    .column-img.width-1-4,
    .column-img.width-1-5,
    .column-img.width-1-6,
    .column-img.width-1-7 {
        width: 50%;
        margin: 0px 0px 15px 0px;
    }
    .column-img.width-1-2:nth-child(2n),
    .column-img.width-1-3:nth-child(3n),
    .column-img.width-1-4:nth-child(4n),
    .column-img.width-1-5:nth-child(5n),
    .column-img.width-1-6:nth-child(6n),
    .column-img.width-1-7:nth-child(7n) {
        margin-right: 0;
    }
    .address-col-flyout {
        padding-left: 0;
        padding-right: 0;
        width: auto
    }
    #products .products-item {
        width: 50%
    }
    .row-progress-status {
        display: none;
    }
    .user-account #modalita_spedizione input[type=radio]:checked + label:before {
        width: 6%;
        float: left !important;
    }
    .user-account #modalita_spedizione input[type=radio] + label p,
    .user-account #modalita_spedizione input[type=radio]:checked + label p {
        float: left !important;
        width: 92%;
    }
}

@media (max-width: 29.9375em) {

    #product-bundle .lista_bundle .plus {
        width: 100%;
        line-height: 40px;
        padding: 5px 0px;
        float: left;
        display: block;
    }

    .column-img.width-1-2.item-same-height-box,
    .column-img.width-1-4.item-same-height-box {
        width: 50%;
        margin: 0px 0px 15px 0px;
    }
    .column-img.width-1-2.item-same-height-box h3,
    .column-img.width-1-4.item-same-height-box h3 {
        font-size: 16px;
        font-weight: bold;
        padding:0px 5px;
    }
    .column-img.width-1-2.item-same-height-box p,
    .column-img.width-1-4.item-same-height-box p,
    .column-img.width-1-2.item-same-height-box img,
    .column-img.width-1-4.item-same-height-box img {
        padding:0px 5px;
    }
    .column-img.width-1-2.item-same-height-box:nth-child(2n),
    .column-img.width-1-4.item-same-height-box:nth-child(4n),
    {
        margin-right: 0px;
    }
    .column-img.width-1-2,
    .column-img.width-1-3,
    .column-img.width-1-4,
    .column-img.width-1-5,
    .column-img.width-1-6,
    .column-img.width-1-7 {
        width: 100%;
        margin: 0px 0px 15px 0px;
    }
    .column-img.width-1-2:nth-child(2n),
    .column-img.width-1-3:nth-child(3n),
    .column-img.width-1-4:nth-child(4n),
    .column-img.width-1-5:nth-child(5n),
    .column-img.width-1-6:nth-child(6n),
    .column-img.width-1-7:nth-child(7n) {
        margin-right: 0;
    }
    .address-col-flyout {
        padding-left: 0;
        padding-right: 0;
        width: auto
    }
    .address-col-flyout-inner {
        /*border-left-width: 0;
        border-right-width: 0;*/
        border-radius: 0
    }
    .user-account #modalita_spedizione input[type=radio]:checked + label:before {
        width: 5%;
        float: left !important;
    }
    .user-account #modalita_spedizione input[type=radio] + label p,
    .user-account #modalita_spedizione input[type=radio]:checked + label p {
        float: left !important;
        width: 93%;
    }
}

@media (max-width: 480px) {
    .table-display dt {
        width: 40%;
    }
    .table-display dd {
        width: 60%;
    }
    .main-prodotto .below-name .label-categoria,
    .row-info-extra .label-categoria {
        margin-bottom: 5px;
    }
    .row-recensioni .voto-recensione-single strong {
        width: 100%;
        float: left;
        margin-bottom: 10px;
    }
    #no-more-tables td {
        padding: 15px 15px 15px 55%;
    }
    #no-more-tables td:before {
        width: 50%;
    }
}

@media (max-width: 435px) {
    .user-account #modalita_spedizione input[type=radio]:checked + label:before {
        width: 8%;
        float: left !important;
    }
    .user-account #modalita_spedizione input[type=radio] + label p,
    .user-account #modalita_spedizione input[type=radio]:checked + label p {
        float: left !important;
        width: 90%;
        margin-right: 0px;
    }
}

@media (max-width: 425px) {
    .checkout .header-row1.small {
        padding: 0px;
    }
    .header-row1 .logo.small {
        width: 65%;
        margin-left: 15px;
        margin-top: 4px;
    }
    body.nofixed .container-affix.affix .nav-main,
    body.nofixed .container-affix.affix-top .nav-main {
        right: -50%;
    }
    .user-account #modalita_spedizione input[type=radio]:checked + label:before {
        width: 8%;
        float: left !important;
    }
    .user-account #modalita_spedizione input[type=radio] + label p,
    .user-account #modalita_spedizione input[type=radio]:checked + label p {
        float: left !important;
        width: 88%;
    }
    #metodi_pagamento_tab.nav-tabs>li {
        width: 50%;
        white-space: nowrap;
        overflow: auto;
    }
    #metodi_pagamento_tab.nav-tabs {
        margin-bottom: 5px;
    }
    #metodi_pagamento_tab.nav-tabs>li>a {
        margin-right: 0px;
        border: 2px solid #ccc;
        border-radius: 4px;
        margin: 5px;
    }
    #metodi_pagamento_tab li.active>a {
        border: 2px solid #4cae4c;
        top: 0px;
    }
    #form-conferma .address-tile label p {
        width: 88%;
    }
    #form-conferma .form-group.required .control-label:after {
        display: none;
    }
}

@media (max-width: 414px) {
    .col-main .row5 .products-item:nth-child(5),
    .row5 .products-item:nth-child(5) {
        display: block;
    }
    .products-item .thumbnail {
        margin-bottom: 15px;
    }
    .products-item .thumbnail .container-img {
        width: 30%;
        float: left;
        height: initial;
    }
    .col-main .products-item img {
        max-height: initial;
        max-width: initial;
        position: inherit;
        width: 100%;
        margin-bottom: 15px;
    }
    .col-main .products-item .caption {
        width: 70%;
        padding-top: 0px;
    }
    .col-main .products-item .product-name {
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
        margin-bottom: 5px;
    }
    .shipping-free {
        display: none;
    }
    .header-row1 .logo {
        width: 50%;
    }
    .row-offcanvas-left.active {
        left: 80%;
        padding: 0;
    }
    .row-offcanvas-left .sidebar-offcanvas {
        left: -80%;
    }
    .sidebar-offcanvas {
        width: 80%;
    }
    #products .products-item {
        width: 100%
    }
    .main-prodotto .images-main img {
        width: 100%;
    }
    h4.titolo.titolo-recensioni {
        float: left;
        width: 100%;
        margin-bottom: 15px;
    }
    .pulsante-recensioni {
        width: 100%;
        float: right;
    }
    .row-recensioni .titolo_recensione_single {
        width: 100%;
    }
    body.nofixed .container-affix.affix .nav-main,
    body.nofixed .container-affix.affix-top .nav-main {
        right: -329px;
        z-index: 999;
    }
    .thumbnail {
        border-bottom: 1px solid #ccc;
    }
}

@media (max-width: 384px) {
    body.nofixed .container-affix.affix .nav-main,
    body.nofixed .container-affix.affix-top .nav-main {
        right: -288px;
        z-index: 999;
    }
}

@media (max-width: 375px) {
    .first-row-ricerca {
        border-bottom: 1px solid #efefef;
        position: relative;
        top: -10px;
        padding-bottom: 15px;
    }
    .first-row-ricerca-alt {
        border-bottom: 1px solid #efefef;
        padding-bottom: 15px;
    }
    #metodi_pagamento_tab.nav-tabs>li>a {
        padding: 5px;
        margin: 5px 1px;
    }
    #accordion-checkout .panel-title {
        font-size: 13px;
        margin-left: 25px;
    }
    #accordion-checkout .panel-title .numero {
        left: 5px !important;
    }
    body.nofixed .container-affix.affix .nav-main,
    body.nofixed .container-affix.affix-top .nav-main {
        right: -300px;
        z-index: 999;
    }
    .user-account #modalita_spedizione input[type=radio]:checked + label:before {
        width: 9%;
        float: left !important;
    }
    .user-account #modalita_spedizione input[type=radio] + label p,
    .user-account #modalita_spedizione input[type=radio]:checked + label p {
        float: left !important;
        width: 88%;
    }
}

@media (max-width: 360px) {
    #accordion-checkout .panel-title .numero {
        display: none;
    }
    #accordion-checkout .panel-title {
        margin-left: 0px !important;
    }
    #accordion-checkout .panel-heading {
        padding: 5px 5px;
        height: 35px;
    }
    #metodi_pagamento_tab.nav-tabs>li {
        width: 100%;
    }
    body.nofixed .container-affix.affix .nav-main,
    body.nofixed .container-affix.affix-top .nav-main {
        right: -288px;
        z-index: 999;
    }
}

@media (max-width: 320px) {
    body.nofixed .container-affix.affix .nav-main,
    body.nofixed .container-affix.affix-top .nav-main {
        right: -256px;
        z-index: 999;
    }
    .user-account #modalita_spedizione input[type=radio]:checked + label:before {
        width: 10%;
        float: left !important;
    }
    .user-account #modalita_spedizione input[type=radio] + label p,
    .user-account #modalita_spedizione input[type=radio]:checked + label p {
        float: left !important;
        width: 84%;
    }
}

@media screen and (min-width: 1441px) {
    #sidebar-fixed.affix {
        width: 302px !important;
    }
    .aside-product.affix {
        top: 110px;
        z-index: 1;
        width: 342px !important;
        margin-left: 1028px;
        right: inherit !important;
        padding: 0px !important;
    }
    .aside-product.affix-bottom {
        z-index: 1;
        width: 342px !important;
        margin-left: 1028px;
        position: fixed !important;
        right: inherit !important;
        padding: 0px !important;
        background-color: #fff;
    }
}

/* css per GDPR */
#over_page{
    position:  fixed;
    width: 100%;
    height:  100%;
    background-color: gray;
    z-index: 2147483648;
    opacity: 0.9;
    top:0;
    left:0;
}

#pop_gdpr{
    max-width: 80%;
    height: 0;
    background-color: white;
    position: fixed;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 21474836479;
    margin: auto;
    margin-top: 50px;
}

#modal-content-gdpr{
    max-width: 800px;
    margin: 0 auto;
}