@font-face {
    font-family: 'severi';
    src: url('../fonts/severi.eot?20582450');
    src: url('../fonts/severi.eot?20582450#iefix') format('embedded-opentype'), url('../fonts/severi.woff2?20582450') format('woff2'), url('../fonts/severi.woff?20582450') format('woff'), url('../fonts/severi.ttf?20582450') format('truetype'), url('../fonts/severi.svg?20582450#fontello') format('svg');
    font-weight: normal;
    font-style: normal;
}

.app-disabled-control {
    background-color: #e9ecef;
    opacity: 1;
}

.form-control, .btn {
    border-radius: 0;
}

input {
    outline: none;
}

.html, .body {
    font-size: 16px;
    font-family: "roboto condensed";
    color: #666;
}

    .html a, .html a:hover {
        color: #666;
    }

        .html a.btn-blue,
        .html a.btn-blue:hover {
            color: white;
        }

.yellow {
    color: #ffcc00;
}

.gray {
    color: #e0e0e0;
}

.green {
    color: #009933 !important;
}

.red {
    color: #da1120 !important;
}

.white {
    color: #ffffff !important;
}

.purple {
    color: #514989 !important;
}

.underline {
    text-decoration: underline !important;
}

.bg-green {
    background-color: #009933;
}

.lightgray {
    color: #999999;
}

.bold {
    font-weight: bold;
}

.noPadding {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.md-px {
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.blwhite {
    border-left: 1px solid rgba(255, 255, 255, .7) !important;
}

.brwhite {
    border-right: 1px solid rgba(255, 255, 255, .7) !important;
}

.loggedLike {
    color: #f8abb1;
    margin-right: 5px;
}

.bg-gray {
    background-color: #eee;
}

.red {
    color: #cc0000 !important;
}

.blue {
    color: #da1120 !important;
}

.bg-white {
    background-color: white !important;
}

.download {
    text-transform: uppercase;
    color: #514989 !important;
    font-weight: bold;
    transition: ease 0.2s;
    text-decoration: underline;
}

    .download:hover {
        color: #da1120 !important;
        text-decoration: underline;
    }

.fl-left {
    float: left;
}

.fl-right {
    float: right;
}

.cl-both {
    clear: both;
}

.t-left {
    text-align: left;
}

.t-center {
    text-align: center;
}

.t-right {
    text-align: right;
}

.uppercase {
    text-transform: uppercase;
}

.modalBroke {
    margin-left: 10px;
    margin-top: 8px;
}

.block {
    display: block;
}

.inline-block {
    display: inline-block;
}

.fs-11 {
    font-size: 11px !important;
}

.fs-12 {
    font-size: 12px;
}

.mt-5 {
    margin-top: 5px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-15 {
    margin-top: 15px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.ml-10 {
    margin-left: 10px !important;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-50 {
    margin-bottom: 50px;
}

.pl-s {
    padding-left: 5px;
}

.pr-10 {
    padding-right: 10px;
}

.pr-20 {
    padding-right: 20px !important;
}

.pr-30 {
    padding-right: 30px;
}

.bt-0, .bt-0 td {
    border-top: 0 !important;
}

.modal-header {
    border: 0;
    padding-bottom: 0;
}

.modal-footer {
    border: 0;
    padding-top: 0;
    padding-bottom: 25px;
    justify-content: center;
}

.modal-content {
    border-radius: .8rem;
}

.modalList li a {
    font-size: 12px;
    padding: 10px 0 !important;
}

.descrizione-modale {
    font-size: 14px;
    line-height: 19px;
    text-align: justify;
    color: #666666;
}

.titolo-modale {
    color: #cc0000;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 0;
}

.small {
    font-size: .8rem;
}

.flex-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
}

.full-width {
    width: 100%;
}

.capitalize {
    text-transform: capitalize !important;
}

.position-unset {
    position: unset !important;
}

.mobcat {
    display: none;
}

.w60 {
    width: 60px !important;
}

.radio-opacity-btn.radio-opacity-btn-inline {
    display: inline-block;
}

.cat-ul-sx {
    z-index: 10000;
    transform: none !important;
    top: 30px !important;
    left: unset !important;
    width: auto !important;
    border-radius: 0 !important;
}

    .cat-ul-sx a.btn {
        padding: .2rem .75rem;
    }

.radio-opacity-btn input[type="radio"],
.radio-opacity-image,
.radio-opacity-heading,
.radio-opacity-detail {
    opacity: 0.4;
}

    .radio-opacity-btn input[type="radio"]:checked {
        opacity: 1.0;
    }

        .radio-opacity-btn input[type="radio"]:checked + label .radio-opacity-image,
        .radio-opacity-btn input[type="radio"]:checked + label .radio-opacity-heading,
        .radio-opacity-btn input[type="radio"]:checked + label .radio-opacity-detail {
            opacity: 1.0;
        }

[data-toggle=buttons] .btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.transition {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.transition-1-ease {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.scale:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-filter: brightness(80%);
    filter: brightness(80%);
}


/* remove outline on Chrome */

.input-group-btn,
.btn-white:active,
button:active:focus,
button:focus {
    border-color: transparent;
    outline: none;
    box-shadow: none;
}

.form-control:focus,
.form-control:active:focus,
.btn-white:focus,
.btn-white:active,
.btn-white,
button.btn-white:focus {
    outline: none;
    box-shadow: none;
    border-color: #c5c5c5;
}

label.has-error {
    color: red !important;
}

.form-control.has-error {
    border-color: red !important;
}

.form-control,
button.btn
/*, button.btn:focus, button.btn:active:focus*/ {
    border: 1px solid #c5c5c5;
}

.main {
    background-color: #f8f8f8;
}

.collapse {
    display: block;
}

.header {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 5000;
    background-color: #FFFFFF;
}

.upBarHeader {
    background-color: #da1120;
    /*height: 40px;*/
    padding: 0 30px;
    color: #ffffff;
    width: 100%;
}

    .upBarHeader ul.dropdown-menu li a,
    .upBarHeader ul.downBarHeader li a {
        padding: 5px 10px;
        display: block;
        color: #969696;
    }

        .upBarHeader ul.dropdown-menu li a:hover,
        .upBarHeader ul.downBarHeader li a:hover {
            background-color: rgb(211, 211, 211);
            color: #969696;
        }

    .upBarHeader .input-group-btn a.btn {
        background-color: transparent !important;
        color: #ffffff !important;
        border: 0px !important;
    }

.account {
    position: relative;
}

.menu-account {
    position: absolute;
}

a.topmenu,
a.carrello,
a.account,
a.spedizione,
a.pagamento,
a.resi,
a.help,
a.topmenu:hover,
a.carrello:hover,
a.account:hover,
a.spedizione:hover,
a.pagamento:hover,
a.resi:hover,
a.help:hover {
    display: inline-block;
    padding: 4px 20px;
    color: white;
    font-size: .8rem;
    text-transform: uppercase;
}

.tel-top {
    margin-left: auto;
}

.carrello > div > div.carrello-icon {
    background-position: 30px 0px;
    background-image: url(../img/sprite.png);
    width: 30px;
    height: 30px;
    background-size: 60px 30px;
}

.account-container {
    float: right;
    margin-right: 20px;
}

.account > div > div.account-icon {
    background-position: 0px 0px;
    background-image: url(../img/sprite.png);
    width: 30px;
    height: 30px;
    background-size: 60px 30px;
}

.account > div.account-info {
    font-size: 0.9em;
    text-transform: capitalize;
    line-height: 14px;
    margin-right: 10px;
}


    .account > div.account-info strong {
        text-transform: uppercase;
    }

.account > span.account-smaller {
    display: none;
}

.topmenu > div > img {
    height: 28px;
    display: inline-block;
    margin: 1px 0;
}

.spedizione > div,
a.pagamento > div,
a.resi > div,
a.help > div {
    background-position: 0px 0px;
    height: 28px;
    display: inline-block;
    margin: 1px 0;
}

.spedizione > div {
    background-image: url(../img/icona-paghi-spedizione.png);
    width: 53px;
    background-size: 53px 28px;
}

a.pagamento > div {
    background-image: url(../img/icona-pagamento-sicuro.png);
    width: 47px;
    background-size: 47px 28px;
}

a.resi > div {
    background-image: url(../img/icona-resi.png);
    width: 41px;
    background-size: 41px 28px;
}

a.help > div {
    background-image: url(../img/icona-help.png);
    width: 31px;
    background-size: 31px 28px;
}

.dropdown-menu-left {
    background-color: buttonface;
}

.smaller .carrello > div > div.carrello-icon {
    background-position: 20px 0px;
    width: 20px;
    height: 20px;
    background-size: 40px 20px;
}

.smaller .carrello > span {
    margin-left: 5px;
}

.smaller .account > div.account-info {
    display: none;
}

.smaller .account > span.account-smaller {
    display: inline-block;
    margin-right: 3px;
}

.smaller .account > div > div.account-icon {
    background-position: 0px 0px;
    width: 20px;
    height: 20px;
    background-size: 40px 20px;
}

.smaller .topmenu > div,
.smaller .topmenu > div img {
    height: 18px;
}

.upBarHeader a:hover {
    text-decoration: none;
    /*background: #52a7d1;*/
}

.middleBarHeader {
    min-height: 124px;
    width: 100%;
    background-color: #FFFFFF;
}

.logo {
    height: 100px;
    overflow: hidden;
    position: relative;
}

    .logo img {
        height: 100%;
        position: absolute;
        top: 0;
    }

.smaller .logo {
    height: 65px;
}

    .smaller .logo img {
        width: 200px;
    }

.smaller .middleBarHeader {
    min-height: 80px;
}

.middleBarHeader .search {
    width: calc(100% - 380px);
    margin-left: 80px;
}

    .middleBarHeader .search button,
    .middleBarHeader .search input {
        color: #969696;
    }

    .middleBarHeader .search .cat-dx > li > a.active {
        border: 1px solid #009933;
    }

.btn-cerca {
    background-color: #da1120;
    color: #ffffff;
    padding: .25rem 1.25rem;
    float: right;
    font-size: 1.2rem;
    cursor: pointer;
}

    .btn-cerca:before {
        /*font-family: "fontello";
content: '\e814';*/
        font-family: "severi";
        content: '\e802';
    }

.btn:focus {
    box-shadow: none;
}

.dropdown-menu {
    padding: .5rem;
    width: 100%;
}

.search .input-group {
    width: calc(100% - 80px);
    float: left;
}

.btn-white {
    background-color: #ffffff;
}

.background-menu {
    background: #8b8b8b;
    width: 100%;
    height: 49px;
    margin: 3px 0;
}

.downBarHeader {
    width: 100%;
    /*border-top: 1px solid #898989;
    border-bottom: 3px solid #ececec;*/
    margin-top: -3px;
}

    .downBarHeader ul {
        list-style: none;
        margin: 0 auto;
        padding: 0 15px;
        margin-top: -54px;
    }

        .downBarHeader ul li {
            margin-top: -4px;
            /*display: inline-block;*/
        }

    .downBarHeader > div > ul > li > a:not(.focus-cat),
    .downBarHeader > div > div:not(.tabs) > li a {
        font-weight: 300;
        text-transform: uppercase;
        color: #ffffff;
        display: inline-block !important;
        text-decoration: none;
        position: relative;
        padding: 5.5px 20px 2.5px;
        line-height: 45px;
        width: 100%;
    }

.smaller .downBarHeader li a {
    /*line-height: 39px;*/
    /*font-size: .9rem;*/
    padding: 0;
}

.downBarHeader ul li a.active {
    background: #da1120;
    border: 1px solid transparent;
}

.downBarHeader ul li a.focus-green {
    background: #514989;
}

    .downBarHeader ul li a.focus-green::after {
        display: inline-block;
        width: 0;
        height: 0;
        margin-left: .255em;
        vertical-align: .255em;
        content: "";
        border-top: .3em solid;
        border-right: .3em solid transparent;
        border-left: .3em solid transparent;
    }


/*.downBarHeader ul li a.focus-red {
    background: #cc0000;
}*/



.downBarHeader ul li a.focus-cat,
.downBarHeader ul li a.focus-cat:hover {
    color: #000;
    background: #969696;
    font-size: 1rem;
    line-height: 1.25;
    text-transform: none;
    text-align: left;
    height: 61px;
    display: flex;
    -ms-flex-align: center !important;
    align-items: center !important;
    border: 1px solid #666;
}

.downBarHeader > div > ul > li > a:hover:not(.active):not(.focus-green):not(.focus-red):not(.focus-cat) {
    background: #a6a6a6;
}

.downBarHeader > div > ul > li > a:before {
    position: absolute;
    top: 0;
    content: '';
    width: 100%;
    height: 6px;
    -webkit-transition: ease 0.3s;
    -moz-transition: ease 0.3s;
    transition: ease 0.3s;
    pointer-events: none;
}


/*.downBarHeader > ul > li > a:hover {
    color: #da1120;
}*/

.downBarHeader > div > ul > li > a:hover:not(.focus-green):not(.focus-red):not(.focus-cat):before,
.downBarHeader > div > ul > li > a:hover:not(.focus-green):not(.focus-red):not(.focus-cat):after {
    background: #da1120;
}

.downBarHeader a:hover::before,
.downBarHeader a:focus::before {
    left: 40%;
    -webkit-transform: rotate(0deg) translateX(-40%);
    -moz-transform: rotate(0deg) translateX(-40%);
    transform: rotate(0deg) translateX(-40%);
}

.downBarHeader a:hover::after,
.downBarHeader a:focus::after {
    right: 40%;
    -webkit-transform: rotate(0deg) translateX(40%);
    -moz-transform: rotate(0deg) translateX(40%);
    transform: rotate(0deg) translateX(40%);
}

ul.dropdown-sublist-menu ul.dropdown-sublist-menu > li > a {
    padding: 2px 15px;
    display: inline-block;
}

ul.dropdown-sublist-menu > li > a:hover {
    color: #666 !important;
    background-color: transparent !important;
}

    ul.dropdown-sublist-menu > li > a:hover:before {
        color: transparent;
        display: none;
    }

ul.dropdown-sublist-menu {
    margin: 0 !important
}

.ui-tabs .ui-tabs-panel {
    padding: .5em 1.4em;
}

.focus-block {
    margin: 0 0 20px 0;
    position: relative;
    height: 25vw;
    width: 100%;
    overflow: hidden;
    max-height: 420px;
}

    .focus-block img {
        position: absolute;
        max-height: 100%;
        min-width: 100%;
        max-width: none;
        width: auto;
        height: auto;
    }

    .focus-block a {
        position: absolute;
        width: 100%;
        height: 100%;
    }

.focus-prodotti-title {
    display: none;
}

    .focus-prodotti-title.loaded {
        display: block;
    }

.focus-prodotti.owl-theme .owl-nav [class*=owl-] {
    margin: 0;
    padding: 0;
    background: transparent;
}

.focus-prodotti.owl-theme .owl-nav {
    margin-top: 0;
    height: 0;
}

.focus-prodotti .item {
    background: #ffffff;
    border: 1px solid #c5c5c5;
    padding: 10px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

    .focus-prodotti .item:hover {
        /*
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
        transform: scale(1.05);
    */
        -webkit-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.2);
    }

.owl-item,
.owl-stage {
    height: 100%;
}

.focus-prodotti .owl-item .item {
    height: 100%;
    position: relative;
}

.focus-prodotti .owl-item > div {
    height: 100%;
    padding: 20px 10px;
}

.focus-prodotti .owl-dots {
    display: none;
}

.btnVetrinaSin {
    display: block;
    position: absolute;
    margin-top: -250px;
    left: -7px;
    width: 48px;
    height: 71px;
    background-image: url('../img/sx-arrow-carousel.png');
    background-repeat: no-repeat;
    background-size: 48px 142px !important;
}

    .btnVetrinaSin:hover {
        cursor: pointer;
        background-image: url('../img/sx-arrow-carousel.png');
        background-repeat: no-repeat;
        background-size: 48px 142px !important;
        background-position: 0 -71px;
    }

.btnVetrinaDes {
    display: block;
    position: absolute;
    margin-top: -250px;
    right: -7px;
    width: 48px;
    height: 71px;
    background-image: url('../img/dx-arrow-carousel.png');
    background-repeat: no-repeat;
    background-size: 48px 142px !important;
}

    .btnVetrinaDes:hover {
        cursor: pointer;
        background-image: url('../img/dx-arrow-carousel.png');
        background-repeat: no-repeat;
        background-size: 48px 142px !important;
        background-position: 0 -71px;
    }

.descrizione-prodotto {
    padding: 5px 0;
    width: 100%;
    overflow: hidden;
}

.item-price {
    border-top: 1px solid #eee;
    width: 201px !important;
    margin-top: auto;
}

    .item-price > div {
        width: 100%;
    }

    .item-price input {
        width: 50px;
        border-radius: 3px;
        border: 1px solid #aaa;
        height: 26px;
        margin: 2px 8px 0 0;
        padding-left: 4px;
        outline: none;
    }

.flex-md-column .descrizione-prodotto {
    border-bottom: 0;
    margin-left: 20px;
}

.box-nome-prodotto {
    border-bottom: 2px solid #ccc;
    display: inline-block;
    line-height: 19px;
    height: 19px;
}

.descrizione-prodotto .nome-prodotto {
    text-transform: uppercase;
    font-size: 1em;
    line-height: 1.2;
    display: inline-block;
    text-decoration: none;
    font-weight: bold;
}

.descrizione-prodotto a.codice-prodotto,
.descrizione-prodotto a.maker-prodotto {
    text-transform: uppercase;
    border-bottom: 1px solid #aaa;
    text-decoration: none;
}

.descrizione-prodotto .trattino {
    text-decoration: none;
    font-size: 1rem;
}

.descrizione-prodotto .listino {
    margin-left: auto;
}

    .descrizione-prodotto .listino > div {
        height: 50%;
        /*min-width: 120px;*/
        text-align: center;
        padding: 5px 10px;
    }

        .descrizione-prodotto .listino > div:nth-child(2) {
            height: calc(50% - 1px);
            border-top: 1px solid #ccc;
        }

        .descrizione-prodotto .listino > div > p:nth-child(1) {
            text-transform: uppercase;
            font-weight: bold;
            font-size: .7rem;
            margin-bottom: 0px;
        }

        .descrizione-prodotto .listino > div > p:nth-child(2) {
            text-transform: capitalize;
            font-weight: normal;
            font-size: .7rem;
            margin-bottom: 0px;
            color: #aaa;
        }

.disco-viola {
    background-color: #514989;
    width: 10px;
    height: 10px;
    display: inline-block;
    margin-right: 7px;
}

.disco-verde {
    background-color: #009933;
    width: 10px;
    height: 10px;
    display: inline-block;
    margin-right: 7px;
}

.disco-rosso {
    background-color: #cc0000;
    width: 10px;
    height: 10px;
    display: inline-block;
    margin-right: 7px;
}

.disco-arancio {
    background-color: #ff8e05;
    width: 10px;
    height: 10px;
    display: inline-block;
    margin-right: 7px;
}

.vendibile-sfuso {
    color: #514989;
    display: inline-block;
    font-size: .61rem;
    text-transform: uppercase;
}

.disponibile {
    color: #009933;
    display: inline-block;
    font-size: .61rem;
    text-transform: uppercase;
}

.carente {
    color: #ff8e05;
    display: inline-block;
    font-size: .61rem;
    text-transform: uppercase;
}

.assente {
    color: #cc0000;
    display: inline-block;
    font-size: .61rem;
    text-transform: uppercase;
}

.carente > span {
    color: #666;
}

.disponibilita-prodotto > .carente span {
    text-transform: lowercase;
}

.nondisponibile {
    color: #cc0000;
    display: inline-block;
    font-size: .61rem;
    text-transform: uppercase;
}

.disponibilita-prodotto {
    margin-top: 4px;
    margin-bottom: 8px;
}

.product-modal input {
    width: 60px;
}

.prezzo {
    color: #da1120;
    font-size: 1.4rem;
    font-weight: bold;
    margin: 10px 10px 0 0;
    letter-spacing: -1px;
    line-height: 1;
}

.prezzo-big {
    color: #da1120;
    font-size: 1.8rem;
    font-weight: bold;
    margin: 10px 10px 0 0;
    letter-spacing: -1px;
    line-height: 1;
}

.prezzo-prodotto {
    margin-bottom: 10px;
}

    .prezzo-prodotto > p {
        margin-bottom: 0;
        font-size: .9rem;
        color: #aaa;
        text-decoration: line-through;
    }

.prezzo-barrato s {
    color: #cccccc;
    font-size: .9rem;
}

.promozionale {
    background-color: #cc0000;
    color: #ffffff;
    text-transform: uppercase;
    font-size: .8rem;
    padding-left: 5px;
}

.bundle {
    background-color: #009933;
    color: #ffffff;
    text-transform: uppercase;
    font-size: .8rem;
    padding-left: 5px;
}

.flex-md-column .info-rating-promozionale {
    margin-bottom: 0;
}

.info-rating-promozionale .icon-star-half {
    width: 16px;
    margin-left: -7px;
    display: inline-block;
}

.rating .icon-star::before {
    margin-right: 0;
    margin-left: 0;
    font-size: .8rem;
}

.rating .icon-star-half:before {
    font-size: .8rem;
}

.cta-seleziona {
    border: 1px solid #aaa;
    color: #aaa;
    text-transform: uppercase;
    font-size: .9rem;
    font-weight: bold;
    padding: 5px 0;
    margin-top: 15px;
    cursor: pointer;
    min-width: calc(100% - 20px);
}

.flex-md-column .cta-seleziona {
    min-width: 140px;
    position: unset;
    margin-bottom: 5px;
}

.cta-acquista {
    border: 1px solid #da1120;
    background-color: #da1120;
    padding: 7px 20px;
    /*   padding: 4px 0 1px 0; */
    cursor: pointer;
    width: 75px;
    border-radius: 3px;
    color: #ffffff;
    text-transform: uppercase;
}

    .cta-acquista.inline {
        border: 1px solid #da1120;
        background-color: #da1120;
        padding: 4px 0 1px 0;
        cursor: pointer;
        width: 45px;
        border-radius: 3px;
        color: #ffffff;
        text-transform: uppercase;
        float: right;
        margin-right: 5px;
    }

        .cta-acquista.inline img {
            width: 17px;
        }

.modal-footer .cta-acquista {
    width: inherit;
    font-size: 14px;
    padding: 4px 12px;
    margin-left: 10px;
}

.cta-acquista > img {
    width: 20px;
}

.cta-carrello {
    background-position: 0px 0px;
    background-image: url(../img/carrello-blu.png);
    width: 25px;
    height: 24px;
    background-size: 25px 24px;
    display: inline-block;
}

.ribbon > img {
    width: 90px !important;
    position: absolute;
    top: 0;
    left: 0;
}

.ribbon.off {
    width: 100px;
    height: 80px;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(-39deg, transparent 63px, #da1120 0);
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
    padding-left: 3px;
}

    .ribbon.off span {
        font-size: 1.2rem;
        vertical-align: super;
    }

.main > .container {
    margin-bottom: 20px;
}

.container.vetrina {
    padding-top: 10px;
}

    .container.vetrina .row {
        margin-left: -7px;
        margin-right: -7px;
    }

.vetrina a,
.vetrina span {
    padding: 7px;
    overflow: hidden;
}

.newsletter-box img {
    width: 387px;
}

.recensioni-box img {
    width: 457px;
}

.newsletter-box input {
    width: 100% !important;
}

.label-news {
    margin: 5px 0 10px 0;
}

.newsletter-box button[type="submit"] {
    background-color: #6ebc4c;
    color: #ffffff;
    cursor: pointer;
}

.newsletter-box .form-group {
    width: calc(100% - 78px - 2rem);
}

.newsletter-box .icon-facebook-circled,
.newsletter-box .icon-facebook-circled:hover {
    color: #da1120;
    font-size: 4rem;
    text-decoration: none;
}

.newsletter-box .icon-youtube,
.newsletter-box .icon-youtube:hover {
    background-color: #ff0000;
    color: #ffffff;
    font-size: 2.5rem;
    margin-top: 5px;
    text-decoration: none;
}

.newsletter-box .follow {
    font-weight: bold;
    width: 100%;
}

.recensioni-box .item {
    padding: 20px 40px 0 50px;
}

    .recensioni-box .item::before,
    .recensioni-box .item::after {
        /*font-family: "fontello";
content: '\e81a';*/
        color: #da1120;
        font-size: 2rem;
        font-family: "severi";
        content: '\e8d4';
    }

    .recensioni-box .item::before {
        -webkit-transform: rotate(180deg) translateX(-50%);
        -moz-transform: rotate(180deg) translateX(-50%);
        transform: rotate(180deg) translateX(-50%);
        position: absolute;
        left: 0;
        top: 0px;
    }

    .recensioni-box .item::after {
        position: absolute;
        right: 10px;
        bottom: -10px;
    }

.recensioni-box .owl-theme .owl-nav.disabled + .owl-dots,
.recensioni-google .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 20px;
}

.recensioni-box .owl-stage-outer {
    height: auto !important;
    min-height: 110px;
    margin-top: 50px;
}

.recensioni-google .owl-stage-outer {
    height: auto !important;
    min-height: 142px;
    background: #fff;
    padding: 4px;
    margin-top: 10px;
}

.sliderhp.owl-theme .owl-dots .owl-dot.active span,
.sliderhp.owl-theme .owl-dots .owl-dot:hover span,
.recensioni-box .owl-theme .owl-dots .owl-dot.active span,
.recensioni-box .owl-theme .owl-dots .owl-dot:hover span,
.recensioni-google .owl-theme .owl-dots .owl-dot:hover span,
.recensioni-google .owl-theme .owl-dots .owl-dot.active span {
    background: #869791;
}

.sliderhp.owl-theme .owl-dots .owl-dot span,
.recensioni-box .owl-theme .owl-dots .owl-dot span,
.recensioni-google .owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

.sliderhp.owl-theme .owl-dots .owl-dot.active span,
.recensioni-box .owl-theme .owl-dots .owl-dot.active span,
.sliderhp.owl-theme .owl-dots .owl-dot:hover span,
.recensioni-box .owl-theme .owl-dots .owl-dot:hover span,
.recensioni-google .owl-theme .owl-dots .owl-dot.active span,
.recensioni-google .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #da1120;
}

.recensioni-google .content-recensione p {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-size: 1rem;
    text-align: left;
}

.recensioni-google .item {
    padding: 20px 30px 0 30px;
}

.recensioni-box .content-recensione p {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-size: 1.3rem;
}

.recensioni-google .autor {
    /*margin-top: 0;
    margin-bottom: 0.5rem;*/
    font-size: 1rem;
    color: #000;
    font-weight: bold;
    padding-bottom: 10px;
}

.go-up {
    background-color: #da1120;
    color: #ffffff;
    padding: 10px 0;
}

    .go-up span {
        cursor: pointer;
    }

.footer-gray,
.footer-gray a {
    background-color: #333333;
    color: #ffffff;
}

.footer-lightgray {
    background-color: #eee;
    color: #333;
}

    .footer-lightgray .container > div {
        min-width: 800px;
        padding: 30px 0;
        color: #514989;
    }

        .footer-lightgray .container > div > div {
            border-top: 1px solid #aaa;
        }

        .footer-lightgray .container > div > h2 {
            text-transform: uppercase;
            font-weight: 600;
            font-size: 1.5rem;
        }

.commerciale,
.account {
    width: 49%;
    float: left;
    padding: 30px 0 0 45px;
}

    .commerciale > img,
    .account > img {
        vertical-align: top;
        width: 78px;
        margin-right: 10px;
    }

    .commerciale div,
    .account div {
        display: inline-block;
    }

.footer-lightgray .nom {
    margin: 0;
    color: #333;
    font-size: 0.83rem;
    font-weight: bold;
}

.footer-lightgray h3 {
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 0;
}

.footer-lightgray .tel-com {
    margin-bottom: 5px;
    font-size: .8rem;
    color: #333;
    line-height: 1;
}

.btn-email {
    background-color: #514989;
    color: white;
    text-transform: uppercase !important;
    border-radius: 0 !important;
}

.footer-black {
    background-color: #000000;
    color: #ffffff;
    padding: 20px 0;
    font-size: .9rem;
}

    .footer-black a,
    .footer-black a:hover {
        color: #ffffff;
        text-decoration: none;
        margin-left: 10px;
    }

.footer-gray {
    padding: 40px 0;
}

    .footer-gray ul li:first-child {
        font-size: 1.2rem;
        color: #514989;
        font-style: italic;
        text-transform: uppercase;
        font-weight: bold;
        margin-bottom: 4px;
        display: block;
    }

    .footer-gray .image li {
        display: inline-block;
    }

    .footer-gray .image img {
        display: inline-block;
    }

    .footer-gray ul li,
    .footer-gray ul li a,
    .footer-gray ul li a:hover {
        font-size: .9rem;
        /*padding-left: 4px;*/
        color: #ffffff;
        text-decoration: none;
    }

footer ul {
    list-style-type: none;
    padding-left: 0px;
    padding-top: 0px;
}

.footer-gray .pay-method a {
    width: 90px;
    display: inline-block;
}

.footer-gray .language a {
    width: 50px;
    display: inline-block;
}

.footer-gray .shipment a {
    width: 129px;
    display: inline-block;
}

.footer-gray .security a {
    width: 107px;
    display: inline-block;
}

.footer-gray .social-footer a.icon-facebook-circled,
.footer-gray .social-footer a.icon-facebook-circled:hover {
    color: rgba(255, 255, 255, 0.4);
    font-size: 3rem;
    text-decoration: none;
}

.footer-gray .social-footer a.icon-youtube,
.footer-gray .social-footer a.icon-youtube:hover {
    color: #333333;
    background-color: rgba(255, 255, 255, 0.4);
    font-size: 1.9rem;
    padding-left: 0;
    margin-top: 2px;
}

.ui-tabs-vertical {
    width: 1110px;
}

    .ui-tabs-vertical .ui-tabs-nav {
        float: left;
        padding: 0;
        width: 220px;
    }

        .ui-tabs-vertical .ui-tabs-nav li {
            clear: left;
            width: 100%;
            margin: 0;
            border: 0;
            border-bottom: 1px solid #ccc;
            border-right: 1px solid #ccc;
        }

.cat-dx {
    width: 13rem;
    margin: 0;
    left: -41px !important;
}

    .cat-dx .dropdown-menu {
        padding: .6rem 0 .6rem 1rem;
    }

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: 0;
    padding-bottom: 0;
}

.cat-dx > li {
    clear: left;
    width: 100%;
    margin: 0;
    border: 0;
    background: transparent;
}

    .cat-dx > li:last-child {
        border-bottom: 0;
    }

    .cat-dx > li > a {
        padding: 0;
        color: #666;
        text-align: left;
        font-size: .8rem;
        text-transform: uppercase;
    }

        .cat-dx > li > a:hover {
            color: #666;
            text-decoration: none;
        }

.ui-tabs-vertical .ui-tabs-nav li:last-child {
    border-bottom: 0;
}

.ui-tabs-vertical .ui-tabs-nav li a {
    display: block;
}

.ui-tabs-vertical .ui-tabs-panel {
    float: right;
    width: calc(100% - 220px);
}

.middleBarHeader .tabs,
.downBarHeader .tabs {
    background-color: #fff;
    margin-top: 0;
    transform: none !important;
    top: 54px !important;
}

.downBarHeader a small {
    display: block;
    font-size: .8rem;
    text-align: left;
    text-transform: capitalize;
    line-height: 1;
}

.ui-widget {
    font-family: unset;
    font-size: initial;
}

.tabs > div > ul {
    -webkit-column-width: auto;
    -webkit-column-gap: 25px;
    -moz-column-width: auto;
    -moz-column-gap: 25px;
    column-width: auto;
    column-count: 2;
    column-fill: auto;
    column-gap: 25px;
    list-style-type: none;
    padding-left: 0px;
    padding-top: 0px;
    margin-bottom: 0;
}

    .tabs > div > ul ul {
        list-style-type: none;
        padding-left: 0px;
        padding-top: 0px;
    }

    .tabs > div > ul > li > a {
        font-weight: bold;
        border-bottom: 1px solid #dddddd;
        width: 100%;
        display: inherit;
    }

    .tabs > div > ul > li {
        margin-top: 6px;
    }

        .tabs > div > ul > li:first-child {
            margin-top: 0px;
        }

.tabs > ul > li > a {
    width: 100%;
    cursor: pointer !important;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 90%, rgba(0, 0, 0, .15));
}

.tabs > ul > li.ui-state-active > a {
    background: none;
}

.tabs > ul > li.ui-state-active {
    border-right: 0;
}

.ui-state-active a::after {
    /*font-family: fontello;
    content: '\e80d';*/
    margin-left: auto;
    font-family: severi;
    content: '\e858';
    float: right;
    color: #666;
    margin-top: 4px;
    margin-right: 3px;
    font-size: 1.3rem;
}

.downBarHeader .tabs > ul > li > a img,
.search .cat-dx > li > a img {
    width: 33px;
    height: 33px;
    margin-right: 3px !important;
}

.search .cat-dx > li > a {
    display: flex;
    /*flex-direction: row-reverse;*/
    height: 30px;
    font-weight: 400;
}

.ui-widget-header {
    border: 0;
    background: transparent;
}

    .ui-state-active,
    .ui-widget-content .ui-state-active,
    .ui-widget-header .ui-state-active,
    a.ui-button:active,
    .ui-button:active,
    .ui-button.ui-state-active:hover {
        background: transparent;
        font-weight: normal;
        color: #ffffff;
    }

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    padding: 2px 5px 2px 0;
    color: #666;
    height: 33px;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    background: transparent;
    font-weight: normal;
    color: #333;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    background: transparent;
    font-weight: bold;
}

.bubble {
    border-radius: 50%;
    background-color: red;
    height: 16px;
    width: 16px;
    display: block;
    float: right;
    margin-right: -7px;
    text-align: center;
    font-size: .7rem;
    font-weight: bold;
}


/************************************** LISTA *********************************************/

.sorts {
    margin: 0 0 20px 0;
    position: relative;
    /*height: 60px;*/
}

.focus-prodotti .item,
.list .item {
    background: #ffffff;
    border: 1px solid #c5c5c5;
    padding: 10px;
    position: relative;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    width: 100%;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -ms-flexbox;
    display: flex;
}

.flex-md-column.list .item {
    flex-direction: row
}

.item-cart {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

.focus-prodotti .item {
    -ms-flex-direction: column;
    flex-direction: column;
}


/*.list.flex-md-column .item {
    display: block !important;
}*/

.list.flex-md-column .item-price {
    border-top: 0;
    width: auto;
    height: 100%;
}

.item > a {
    align-self: center;
}

.list .item:hover {
    /*    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    */
    -webkit-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.2);
}

.list.flex-md-column .item:hover {
    /*
    -webkit-transform: scale(1.005);
    -moz-transform: scale(1.005);
    -ms-transform: scale(1.005);
    -o-transform: scale(1.005);
    transform: scale(1.005);
*/
}

.list.flex-md-column .prezzo {
    margin: 7px 0 2px 0;
    display: block !important;
}

.description-text {
    display: none;
}

.list.flex-md-column .description-text {
    display: inline-block;
    font-size: .8em;
    display: -webkit-box;
    /*height: 59.2px;*/
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.list.flex-md-column .disponibile,
.list.flex-md-column .carente {
    font-size: .8rem;
    font-weight: bold;
}

.modal-body .disponibile,
.modal-body .carente {
    /*    font-size: 1rem !important; */
    font-weight: bold !important;
}

.list > div {
    padding: 10px 20px 10px 0px;
    width: calc(100% / 5);
}

.list.flex-md-column > div {
    width: 100%;
    padding: 5px 10px;
}

.jscroll-added,
.jscroll-loading,
.jscroll-next-parent {
    text-align: center;
    width: 100%;
}

.loading {
    margin-top: 20px;
    width: 50px;
}

.sorts h1,
.sorts {
    font-size: .9rem;
}

    .sorts h1 span,
    .sorts h1 a {
        color: #da1120;
    }

    .sorts p {
        font-size: .8rem;
        color: #a6a6a6;
    }

    .sorts button {
        border: 0;
        font-size: .9rem;
        color: #969696;
        background-color: white;
    }

    .sorts .dropdown-toggle::after {
        /*float: right;*/
        margin-top: 6px;
    }

    .sorts .btn.dropdown-toggle {
        text-align: left;
        background: #f8f8f8;
    }

    .sorts .list {
        width: 30px;
        height: 30px;
        background-image: url(../img/grid.png);
        background-size: 60px 60px;
        background-position: 0 0;
        cursor: pointer;
    }

        .sorts .list.active {
            background-position: 0px 30px;
            cursor: default;
        }

    .sorts .grid {
        width: 30px;
        height: 30px;
        background-image: url(../img/grid.png);
        background-size: 60px 60px;
        background-position: 30px 0px;
        cursor: pointer;
    }

        .sorts .grid.active {
            background-position: 30px 30px;
            cursor: default;
        }

    .sorts .list:not(.active):hover {
        background-position: 0px 30px;
    }

    /* .sorts .list.active:hover {
background-position: 0px 0px;
} */

    .sorts .grid:not(.active):hover {
        background-position: 30px 30px;
    }

/* .sorts .grid.active:hover {
    background-position: 30px 0px;
} */

.flex-md-column .boxImg {
    margin: 5px 35px;
    width: 80px;
    text-align: center;
}

.flex-md-column .item-price {
    margin-left: 20px;
    padding: 0 10px 0 30px;
    border-left: 1px solid #ccc;
}

.flex-md-column .boxImg,
.flex-md-column .descrizione-prodotto {
    float: left;
}

.flex-md-column .item-price {
    float: right;
    text-align: center;
}

.flex-md-column .descrizione-prodotto {
    width: calc(100% - 155px - 201px - 20px)
}

.sorts .sx-bread,
.title-cat {
    padding-left: 0;
}

.title-cat-home {
    color: #000;
    margin-bottom: 5px;
}

.sorts nav > a {
    text-transform: capitalize;
}

.col-sx {
    width: 200px;
    border-right: 1px solid #666;
}

    .col-sx li {
        list-style: none;
        margin: 10px 0;
    }

        .col-sx li a {
            color: #666;
            text-transform: uppercase;
            font-size: 1.2em;
            font-weight: 600;
        }

            .col-sx li a.active {
                text-decoration: underline;
            }

.col-dx {
    width: calc(100% - 200px);
}

@media all and (min-width:1500px) {
}

@media all and (min-width:1300px) and (max-width:1499px) {
}

@media all and (min-width:1025px) and (max-width:1299px) {
}

@media all and (min-width:992px) and (max-width:1024px) {
}

@media all and (min-width:768px) and (max-width:991px) {
}

@media all and (min-width:411px) and (max-width: 767px) {
}

@media all and (min-width:371px) and (max-width: 410px) {
}

@media all and (min-width:1px) and (max-width: 370px) {
}

@media all and (min-width:1px) and (max-width:767px) {
}


/************************************** SCHEDA ********************************************/

.breadcrumb {
    background-color: transparent;
    padding: .75rem 0;
    margin-bottom: 0 !important;
}

.breadcrumb-item + .breadcrumb-item::before {
    margin-right: .3rem;
    margin-left: .3rem;
    content: "/";
    /*border-left: 5px solid #da1120;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;*/
    padding: 0;
}

.breadcrumb-item {
    font-size: .9rem;
}

.scheda .product {
    padding: 0 15px 0 30px;
    width: calc((100% - 260px)*0.4);
}

.scheda .description {
    width: calc((100% - 260px)*0.6);
}

.scheda .col-price {
    width: 260px;
}

.scheda .seleziona {
    width: 120px;
}

.green-circle {
    width: 1rem;
    display: inline-block;
    height: 1rem;
    background-color: #009933;
    border-radius: 50%;
    margin-right: 10px;
    margin-bottom: -1px;
}

.red-circle {
    width: 1rem;
    display: inline-block;
    height: 1rem;
    background-color: #cc0000;
    border-radius: 50%;
    margin-right: 10px;
    margin-bottom: -1px;
}

.scheda {
    margin-right: 0;
}

.variations > li.btn {
    vertical-align: middle;
    padding: 3px;
    border-radius: 0;
    border: 2px solid #ccc;
    white-space: normal;
    width: calc((100% - 20px)/2);
    margin-bottom: 9px;
}

.variations > li a {
    color: #868e96;
    background-color: #eee;
    padding: .6rem .8rem;
    text-decoration: none;
    font-weight: bold;
    height: 100%;
    text-align: center;
}

.variations li.active a {
    color: #000;
}

.variations li.active {
    border: 2px solid #da1120;
}

.scheda .thead-light {
    background-color: #eee;
}

.table th,
.table td {
    vertical-align: middle;
}

.side-right {
    /*border: 1px solid #ccc;*/
    width: 100%;
}

.price {
    /*background-color: #eee;
    border-bottom: 1px solid #ccc;*/
    text-align: center;
}

.footerchechout {
    background-color: #eee;
    text-align: center;
    border-top: 1px solid #ccc;
}

.pay-box {
    width: 100%;
    background-color: transparent;
}

.qty > div {
    /*width: calc(50% - 1rem);*/
    display: inline-block;
}

    .qty > div:first-child {
        margin-right: 10px;
    }

.qty .form-control-sm {
    width: auto;
    margin: 0 auto;
}

.price > div {
    font-size: .85rem;
}

.qty .value {
    font-size: 2rem;
    line-height: 1;
}

.sub-varianti tr.active .btn-primary.btn-sm {
    background-color: #009933;
    border-color: #009933;
}

.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 225px;
}

.allegati a {
    font-weight: bold;
}

[data-schemaid] {
    display: none;
}

[data-schemaid="0"] {
    display: block;
}

.cloudzoom-zoom {
    background-color: white;
}

.scheda .table-bordered,
.avcCnt .table-bordered {
    border: 1px solid #ccc;
}

.avcCnt .table-bordered {
    margin: 5px;
    margin: 5px;
}

.scheda .table thead th,
.avcCnt .table thead th {
    border-bottom: 1px solid #ccc !important;
}

.scheda .table-bordered td,
.scheda .table-bordered th,
.avcCnt .table-bordered td,
.avcCnt .table-bordered th {
    border: 1px solid #ccc;
}

    .scheda .table-bordered td.text-center,
    .avcCnt .table-bordered td.text-center {
        line-height: 1;
    }

.scheda .table tbody tr:hover {
    /*
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -ms-transform: scale(1.02);
    -o-transform: scale(1.02);
    transform: scale(1.02);
*/
    /*-webkit-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.2);
    background-color: white;*/
}

    .scheda .table tbody tr:hover td {
        /*border-width: 0px;*/
    }

.scheda .table tbody tr.active:hover td {
    /*border-top: 2px solid white;
    border-bottom: 2px solid white;*/
}

.scheda .table-bordered tr.active td {
    border-bottom: 2px solid #da1120;
    border-top: 2px solid #da1120;
}

    .scheda .table-bordered tr.active td:first-child {
        border-left: 2px solid #da1120;
    }

    .scheda .table-bordered tr.active td:last-child {
        border-right: 2px solid #da1120;
    }

.scheda .table-bordered tr.active:hover td:first-child {
    border-left: 2px solid white;
}

.scheda .table-bordered tr.active:hover td:last-child {
    border-right: 2px solid white;
}

.scheda .table-bordered tr.active {
    color: #009933;
}

.side-right .sub-total {
    line-height: 0.5;
    padding-top: 4px;
}


/***************************  Customer  *************/

.d-flex.customer-address-conteiner {
    width: calc(100% + 20px);
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}

.customer-address-card {
    position: relative;
}

.customer-address-card-content {
    border: 1px solid #c5c5c5;
    padding: 10px;
    padding-bottom: 30px;
    height: 100%;
}

    .customer-address-card-content.default-address {
        padding-top: 30px;
    }

.customer-address-card-footer {
    position: absolute;
    bottom: 5px;
    left: 13px;
}

.customer-address-card-header {
    position: absolute;
    top: 5px;
    left: 5px;
    padding-left: 6px;
    border-bottom: 1px solid #c5c5c5;
    width: calc(100% - 6px);
    font-weight: 600;
    font-size: .8rem;
    padding-bottom: 3px;
}


/************************************** CARRELLO ********************************************/

.avcCnt {
    background: #ffffff;
    border: 1px solid #c5c5c5;
    margin-top: 34px;
    margin-left: 18px;
    padding-right: 10px;
    position: absolute;
    min-width: 500px;
    min-height: 100px;
    -webkit-box-shadow: 3px 3px 23px -10px rgba(0,0,0,0.34);
    -moz-box-shadow: 3px 3px 23px -10px rgba(0,0,0,0.34);
    box-shadow: 3px 3px 23px -10px rgba(0,0,0,0.34);
}

    .avcCnt .table td {
        padding: inherit;
        text-align: left;
        padding: .4rem .3rem;
    }

    .avcCnt .table th {
        background: #ebebeb;
    }

.col-cart {
    width: calc(100% - 300px);
}

.col-wishlist,
.col-orders,
.col-customer {
    width: 100%;
}

.col-wishlist {
    width: 100%;
}

.amount {
    width: 300px;
}

    .amount a.continue-shopping {
        font-size: .85rem;
        text-decoration: underline;
    }

a.rimuovi,
a.add-to-cart {
    font-size: .85rem;
    text-decoration: underline;
    color: #da1120;
}

.col-cart .list.flex-md-column .item:hover,
.no-zoom .list.flex-md-column .item:hover {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

.col-cart .list .item:hover,
.no-zoom .list .item:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.col-cart .item,
.no-zoom .full-width {
    border: 0;
    border-bottom: 1px solid #c5c5c5;
    padding: 0;
}

.col-cart .list.flex-md-column > div,
.no-zoom .list.flex-md-column > div {
    padding: 0;
}

.col-cart .flex-md-column .item-price,
.no-zoom .flex-md-column .item-price {
    margin-left: 20px;
    padding: 0 10px 0 30px;
    border-left: 0;
}

.col-cart .item-price,
.col-cart .item-qty,
.no-zoom .item-price,
.no-zoom .item-qty {
    width: 15% !important;
    margin: 0 !important;
    padding: 25px 0 0 0 !important;
    float: right;
    height: 100%;
    color: #666;
}

    .col-cart .item-price.item-small,
    .col-cart .item-qty.item-small,
    .no-zoom .item-price.item-small,
    .no-zoom .item-qty.item-small {
        width: 10% !important;
    }

.header-cart .item-price,
.header-cart .item-qty {
    padding: 0px 0 3px 0 !important;
}

.col-cart .descrizione-prodotto,
.no-zoom .descrizione-prodotto {
    width: calc(70% - 155px);
    margin: 0;
}

.col-cart .form-control,
.no-zoom .form-control {
    width: auto;
}

.list.flex-md-column .prezzo {
    margin: 0;
}

.col-cart .title-cart,
.no-zoom .title-cart {
    width: 70%;
    color: #666;
}

    .col-cart .title-cart h1,
    .no-zoom .title-cart h1 {
        font-size: 1.5rem;
        font-weight: bold;
        line-height: unset;
        margin-bottom: 0px;
    }

.cart-box .qty > div:first-child {
    margin-right: 0px;
}

.cart-box .prezzo {
    font-size: 2rem;
}

.footer-cart-price,
.footer-cart-pay {
    width: 100%;
    /*background-color: #eee;*/
    padding: 5px 3px;
    font-size: .85rem;
}

.footer-cart-price {
    border-top: 1px solid #ededed;
}

    .footer-cart-price .value {
        font-size: 2rem;
        margin-left: 25px;
    }

.no-zoom .flex-md-column .item-price,
.no-zoom .item-qty {
    height: auto;
}

.no-zoom .item-price,
.no-zoom .item-qty {
    padding: 0 !important;
}


/******************************** REGISTRAZIONE-LOGIN **************************************/

.sending,
.billing,
.payment-method,
.login {
    border: 1px solid #ccc;
    width: 100%;
    padding: 0 10px;
}

    .sending.noborder,
    .billing.noborder,
    .payment-method.noborder,
    .login.noborder {
        border: none;
        padding: 0;
    }

.login {
    padding: 30px;
    background-color: #eee;
    margin-top: 23px;
}

.sending-label,
.billing-label,
.payment-label {
    display: inline-block;
    position: relative;
    background-color: white;
    padding: 0 15px;
    top: -13px;
}

.sending.noborder .sending-label,
.billing.noborder .billing-label {
    border: none;
    padding: 0;
}

.payment-label:before {
    font-family: "severi";
    content: '\f512';
    margin: 0 7px 0 0;
}

.form-group {
    text-align: left;
}

label {
    padding-left: 3px;
    margin-bottom: 0;
}

.payment-method > div {
    border-bottom: 1px solid #ccc;
    padding: 5px 0 15px 10px;
}

    .payment-method > div > img {
        height: 30px !important;
    }

    .payment-method > div:last-child {
        border-bottom: 0;
    }

.form-check-label {
    padding-left: 2.25rem;
}

.form-check-input {
    margin-top: .32rem;
    margin-left: 0;
}

.pay-btn,
.pay-btn:active,
.pay-btn:hover {
    background-color: #da1120;
    font-weight: bold;
    width: 100%;
    border: 1px solid #da1120 !important;
    font-size: 1.5rem;
    padding: 12px;
    cursor: pointer;
}

.separator {
    border-bottom: 1px solid #ccc;
    text-align: center;
}

    .separator > span {
        background-color: #eee;
        padding: 0 10px;
        position: relative;
        bottom: -12px;
    }

.facebook-btn,
.facebook-btn:active,
.facebook-btn:hover {
    background: linear-gradient(#4c71ae, #40598c);
    width: 100%;
    border: 0 !important;
    font-size: 2rem;
    padding: 3px;
    cursor: pointer;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .facebook-btn:before {
        font-family: severi;
        content: '\f230';
        font-size: 2.5rem;
        margin-right: 15px;
    }

.login-page form {
    display: block;
}

.brand-list {
    -webkit-column-width: auto;
    -webkit-column-gap: 25px;
    -moz-column-width: auto;
    -moz-column-gap: 25px;
    column-width: auto;
    column-count: 2;
    column-gap: 25px;
    list-style-type: none;
    padding-left: 0px;
    padding-top: 0px;
    margin-bottom: 0;
    height: 100%;
}

.brand-list-home {
    -webkit-column-width: auto;
    -webkit-column-gap: 25px;
    -moz-column-width: auto;
    -moz-column-gap: 25px;
    column-width: auto;
    column-count: 5;
    column-gap: 25px;
    list-style-type: none;
    padding-left: 0px;
    padding-top: 0px;
    margin-bottom: 0;
    height: 100%;
    color: #000;
}

    .brand-list-home a,
    .brand-list-home a:hover {
        color: #000;
        font-size: .85em;
        padding-left: 0px;
        text-transform: capitalize;
    }

.product-navigation {
    margin-right: 15px;
    margin-top: -38px;
    margin-bottom: 21px;
    height: 24px;
}

.cat-ul,
.sort-ul {
    transform: none !important;
    top: 30px !important;
    left: 0px !important;
    width: auto !important;
    border-radius: 0 !important;
    max-height: calc(100vh - 300px);
    overflow-y: auto;
    border: 1px solid #ddd;
}

.check-item {
    width: 15% !important;
    margin: 0 !important;
    padding: 2px 0 0 0 !important;
    float: right;
    height: 100%;
    color: #666;
}

.check-articles .footer-cart > div,
.check-articles .footer-cart-tot > div {
    width: 40%;
}

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px;
    position: relative;
}

.visibile-xs {
    display: none !important;
}

.hidden-xs {
    display: block !important;
}

div.desktopcat {
    background: transparent;
    border-left: 1px solid rgba(255, 255, 255, .5);
    border-right: 1px solid rgba(255, 255, 255, .7);
    padding-left: 20px;
    padding-right: 11px;
    cursor: pointer;
}

    div.desktopcat:nth-child(2),
    div.desktopcat:nth-child(3),
    div.desktopcat:nth-child(4) {
        border-left: 0;
    }

    div.desktopcat:nth-child(5) {
        border: 0;
    }

    div.desktopcat button, div.desktopcat a {
        background: transparent;
        color: white;
        text-transform: uppercase;
        font-size: .8rem;
        border: 0;
        padding: 11px;
    }

    div.desktopcat.noLog {
        padding-left: 11px;
    }

.icon-top {
    width: 20px;
    opacity: .7;
}

.bubble-top {
    display: inline-block;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background-color: #514989;
    color: white;
    font-size: .8rem;
    font-weight: bold;
    text-align: center;
    line-height: 16px;
}

.btn-group-sm > .btn,
.btn-sm {
    padding: .15rem .5rem;
    font-size: .7rem;
    text-transform: uppercase;
    line-height: 1.5;
    border-radius: .2rem;
}


/************************************** MEDIA *********************************************/

@media (max-width: 1199px) {
    .ui-tabs-vertical .ui-tabs-nav {
        width: 196px;
    }

    .product-navigation {
        font-size: 11px;
    }

    .downBarHeader ul > li > a:not(.focus-cat),
    .downBarHeader div:not(.tabs) > li a {
        padding: 5.5px 15px 2.5px;
    }

    .focus-block,
    .sorts {
        margin: 0 0 20px 0;
    }

    .middleBarHeader {
        padding: 0 20px;
    }

        .middleBarHeader .search {
            width: calc(100% - 280px);
            margin-left: 0px;
        }

    .search .input-group {
        width: calc(100% - 70px);
    }

    .list > div {
        width: calc(100% / 4);
    }

    a.topmenu,
    a.carrello,
    a.account,
    a.spedizione,
    a.pagamento,
    a.resi,
    a.help,
    a.topmenu:hover,
    a.carrello:hover,
    a.account:hover,
    a.spedizione:hover,
    a.pagamento:hover,
    a.resi:hover,
    a.help:hover {
        display: inline-block;
        padding: 4px 0px;
        color: white;
        font-size: .8rem;
        text-transform: uppercase;
    }

    .ui-tabs-vertical {
        width: 930px;
    }
}

@media (max-width: 991px) {
    .check-articles .footer-cart > div,
    .check-articles .footer-cart-tot > div {
        width: 56%;
    }

    .focus-block {
        height: 250px;
    }

    .cat-ul,
    .sort-ul {
        max-height: unset;
        overflow-y: unset;
    }

    .product-navigation {
        display: none;
    }

    .cat-select {
        margin-top: 60px;
    }

    .cat-title {
        margin-top: -100px;
        margin-bottom: 60px !important;
    }

    .jscroll-next-parent {
        width: 100px !important;
        margin: 0 auto !important;
    }

    a.spedizione,
    a.pagamento,
    a.resi,
    a.help,
    a.spedizione:hover,
    a.pagamento:hover,
    a.resi:hover,
    a.help:hover {
        font-size: 0;
        color: transparent;
    }

    .ui-tabs-vertical .ui-tabs-nav {
        padding: 0;
        width: 155px;
        font-size: .8rem;
    }

    .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
        height: 27px;
    }

    .tabs.dropdown-menu {
        padding: .2rem;
    }

    .downBarHeader .tabs > ul > li > a img,
    .search .cat-dx > li > a img {
        width: 25px;
        height: 25px;
        margin-right: 3px !important;
    }

    .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
        padding: 2px 2px 2px 0;
        -ms-flex-align: center;
        align-items: center;
        display: -ms-flexbox;
        display: flex;
    }

    .ui-tabs-vertical .ui-tabs-panel {
        float: right;
        width: calc(100% - 155px);
        padding: .5rem;
        font-size: 0.8rem;
    }

    .smaller .downBarHeader li a {
        font-size: .8rem;
        padding: 0;
    }

    .list > div {
        width: calc(100% / 3);
    }

    .flex-md-column .boxImg {
        margin-left: 0px;
        width: 100px;
    }

    .flex-md-column .descrizione-prodotto {
        padding: 10px;
        margin-left: 0px;
    }

    .flex-md-column .item-price {
        margin-left: 0px;
        padding: 0 0px 0 10px;
    }

    .flex-md-column .descrizione-prodotto {
        width: calc(100% - 100px);
    }

    .list.flex-md-column .prezzo {
        margin: 0;
        font-size: 1.5rem;
        line-height: normal;
    }

    .col-cart .item-price,
    .col-cart .item-qty,
    .no-zoom .item-price,
    .no-zoom .item-qty {
        width: 22% !important;
    }

    .check-item {
        width: 22% !important;
    }

    .upBarHeader {
        padding: 0;
    }
    /*a.topmenu, a.carrello, a.account, a.spedizione, a.pagamento, a.resi, a.help, a.topmenu:hover, a.carrello:hover, a.account:hover, a.spedizione:hover, a.pagamento:hover, a.resi:hover, a.help:hover {
        padding: 6px;
    }*/
    .middleBarHeader .search {
        width: calc(100% - 230px);
        margin-left: 0px;
    }

    .recensioni-box .content-recensione p {
        font-size: 1rem;
    }

    .recensioni-box .item {
        padding: 10px 40px 0 40px;
    }

        .recensioni-box .item::before {
            left: -4px;
            top: -5px;
        }

        .recensioni-box .item::after {
            right: 8px;
            bottom: 20px;
        }

    .recensioni-box .owl-theme .owl-nav.disabled + .owl-dots {
        margin-top: 10px;
    }

    .breadcrumb {
        padding-left: 5px;
    }

    .scheda .description h1,
    .scheda .description .h1 {
        font-size: 1.8rem;
    }

    .scheda .description h5 {
        font-size: 1rem;
    }

    .scheda .description h4 {
        font-size: 1.3rem;
    }

    .facebook-btn,
    .facebook-btn:active,
    .facebook-btn:hover {
        font-size: 1.3rem;
    }

    .login-page h4 {
        font-size: 1.3rem;
    }

    .middleBarHeader {
        padding: 0 10px 0 0;
    }

    .ui-tabs-vertical {
        width: 690px;
    }

    downBarHeader .tabs > ul > li > a img,
    .search .cat-dx > li > a img {
        width: 25px;
        height: 25px;
    }

    .ui-state-active a::after {
        margin-top: 2px;
        font-size: 1rem;
        margin-left: auto;
    }

    .downBarHeader ul {
        margin-top: -46px;
    }

    .background-menu {
        height: 40px;
        margin: 3px 0;
    }

    .downBarHeader > div > ul > li > a:not(.focus-cat),
    .downBarHeader div:not(.tabs) > li a {
        line-height: 37px;
        padding: 5.5px 9px 2.5px;
    }

    a.topmenu,
    a.carrello,
    a.account,
    a.spedizione,
    a.pagamento,
    a.resi,
    a.help,
    a.topmenu:hover,
    a.carrello:hover,
    a.account:hover,
    a.spedizione:hover,
    a.pagamento:hover,
    a.resi:hover,
    a.help:hover {
        font-size: .7rem;
    }

    .downBarHeader ul li a.focus-green {
        line-height: 20px !important;
    }

    .middleBarHeader .tabs,
    .downBarHeader .tabs {
        top: 46px !important;
    }

    .col-dx {
        width: calc(100% - 140px);
    }

        .col-dx > div {
            font-size: 14px;
        }

    .col-sx {
        width: 140px;
    }

        .col-sx li a {
            font-size: .9em;
        }

    .prezzo {
        font-size: 1.7em;
    }
}

@media (max-width: 767px) {
    .visibile-xs {
        display: block !important;
    }

    .hidden-xs {
        display: none !important;
    }

    .owl-carousel.owl-loaded.sliderhp {
        display: none;
    }

    .downBarHeader ul li a.active {
        color: #da1120 !important;
        background: none;
        font-weight: 600 !important;
    }

    .sorts .dropdown-toggle::after {
        float: right;
        margin-top: 6px;
        position: absolute;
    }

    .mobcat {
        display: block;
    }

    .catbtn {
        padding-right: 20px;
    }

    .cat-ul-sx {
        z-index: 10000;
        transform: none !important;
        top: 30px !important;
        left: unset !important;
        width: auto;
    }

    .desktopcat {
        display: none !important;
    }

    .swal2-popup .swal2-styled:not([disabled]) {
        margin: 0 2px;
        padding: 5px 0 !important;
    }

    .check-articles .footer-cart > div,
    .check-articles .footer-cart-tot > div {
        width: 80%;
    }

    .list .item {
        padding-bottom: 10px;
    }

    .cart-box .list .item {
        display: block;
    }

    .footer-cart > div,
    .footer-cart-tot > div {
        width: auto;
    }

    .footer-cart-mobile {
        display: block !important;
    }

        .footer-cart-mobile .footer-cart-price {
            float: right;
        }

        .footer-cart-mobile .footer-cart-pay {
            float: right;
            margin-top: 5px;
            width: 100%;
        }

    .cat-select .input-group-btn:first-child {
        position: absolute;
        left: 5px;
        /*top: 15px;*/
    }

    .cat-title {
        margin-top: -70px;
        margin-bottom: 60px !important;
        font-size: 1.4em !important;
        margin-left: 5px;
    }

    .cat-select {
        margin-top: 50px;
        padding: 0px 5px 0 0 !important;
    }

    .brand-list {
        column-count: 2;
    }

    .focus-block,
    .sorts {
        margin: 0 0 5px 0;
    }

    .focus-block {
        height: 130px;
    }

    .middleBarHeader {
        padding: 0;
        margin-right: 0;
        margin-left: 0;
        width: 100%;
        min-height: 93px !important;
        text-align: center;
        position: relative;
        height: 93px;
        padding-bottom: 75px;
        padding-top: 4px;
    }

    .cat-ul,
    .sort-ul {
        z-index: 10000;
        transform: none !important;
        top: 30px !important;
        left: unset !important;
        right: 0;
    }

    .sort-ul {
        top: 16px !important;
    }

        .sort-ul > li > a {
            font-size: .9rem;
        }

    .box-sort {
        position: absolute;
    }

    .brand-list-home {
        column-count: 2;
        padding: 0 30px;
    }

    .recensioni-box .owl-stage-outer {
        height: auto !important;
        min-height: 70px;
        margin-top: 5px;
    }

    .recensioni-google .owl-theme .owl-nav.disabled + .owl-dots {
        margin-top: 0px;
        background: white;
        padding-bottom: 10px;
    }

    .recensioni-box {
        padding-top: 10px;
    }

    .focus-prodotti .item {
        border: 0;
        min-height: 153px;
    }

    .box-dati-mobile {
        transform: none !important;
        top: 36px !important;
        left: -1px !important;
        border-radius: 0 !important;
    }

    .sheet .middleBarHeader,
    .sheetcart .middleBarHeader {
        /*height: 80px;
        padding-bottom: 0;*/
        height: 37px;
        padding-bottom: 0;
        min-height: 0 !important;
    }

    .sheet .sendto {
        display: none !important;
    }

    .middleBarHeader .search {
        width: 100%;
        display: block;
        margin-left: 0px;
        background-color: #da1120;
        padding: 5px;
        margin-top: 7px;
    }

    .sheet .middleBarHeader .search,
    .sheetcart .middleBarHeader .search {
        display: none;
    }

    .logo img {
        width: 160px !important;
        position: relative;
    }

    .smaller .logo {
        padding: 0;
        height: 41px;
        width: auto;
        margin-right: auto;
        transition: none;
        max-height: 41px;
        display: block;
        overflow: hidden;
    }

    .logo:hover img {
        top: 0 !important;
    }

    a.carrello,
    a.carrello:hover {
        padding: 0;
        margin: 0 15px 0 0;
    }

    .collapse {
        display: none;
    }

    .main {
        margin-top: 130px;
        padding-top: 0 !important;
        overflow-x: hidden;
    }

        .main.sheet,
        .main.sheetcart {
            margin-top: 50px;
        }

            .main.sheet .header,
            .main.sheetcart .header {
                height: 50px;
                background-color: white;
            }

    .downBarHeader ul li {
        margin-top: 0;
        display: block;
    }

        .downBarHeader ul li h3 {
            font-size: 1.2em;
            text-transform: uppercase;
            color: #999;
            margin: 20px 0 12px 6px;
        }

    .downBarHeader li a {
        width: 100%;
    }

    .downBarHeader a:before {
        display: none;
    }

    .background-menu {
        display: none;
    }

    .btn-cerca {
        background-color: white;
        color: #da1120;
        padding: 0;
        float: right;
        font-size: 1.4rem;
        cursor: pointer;
        position: absolute;
        right: 14px;
        z-index: 3;
        margin-top: 2px;
    }

    .dx-filter {
        position: absolute;
        top: 30px;
        right: -5px;
        background: linear-gradient(55deg, white 23px, #ddd 0);
        width: calc(50% + 15px);
        height: 40px;
        display: none !important;
    }

    .input-group-btn:not(:first-child) > .btn {
        position: absolute;
        right: 0;
        /*font-size: .8rem;*/
        color: #666;
        text-transform: capitalize;
        padding: 10px 20px;
    }

    .dx-filter button {
        background-color: transparent;
        border: 0;
        line-height: 1;
        text-align: right;
        margin-left: 26px;
    }

        .dx-filter button::after {
            display: none;
        }

        .dx-filter button .cat-sel {
            width: 100%;
            display: block;
            line-height: 1;
            text-transform: capitalize;
        }

    .search .input-group {
        width: 100%;
    }

    #search {
        border: 0;
        border-radius: 5px;
        padding: .4rem .5rem;
        text-align: left;
        font-size: 18px;
    }

    .account-mobile {
        background-color: #da1120;
        color: white;
        min-height: 39px;
        z-index: 2;
        padding: 10px 0;
        width: 80vw;
    }

        .account-mobile > div:first-child {
            background-position: 0px 0px;
            background-image: url(../img/spriteg-white.png);
            width: 30px;
            height: 30px;
            background-size: 60px 30px;
            margin: 0 12px;
        }

        .account-mobile p {
            margin-bottom: 0;
            font-size: .8rem;
            line-height: 1.2;
            text-align: left;
        }

            .account-mobile p.hi {
                font-size: .6rem;
            }

    .cat-dx {
        width: calc(100% - 22px);
        top: 40px !important;
        right: -2px;
        left: auto !important;
        border-radius: 0;
        transform: none !important;
    }

        .cat-dx li a img {
            display: none;
        }

        .cat-dx > li > a {
            color: #666;
            font-weight: normal;
            font-size: .85rem;
            padding: 3px;
        }

    .focus-prodotti .item {
        display: block !important;
    }

        .focus-prodotti .item > a {
            align-self: auto;
            float: left;
            width: 30%;
        }

    .focus-prodotti .descrizione-prodotto {
        padding: 5px 0;
        width: 60%;
        overflow: hidden;
        float: right;
    }

        .focus-prodotti .descrizione-prodotto .nome-prodotto {
            font-size: 1rem;
        }

    .focus-prodotti .item-price {
        width: 60%;
        float: right;
    }

    .focus-prodotti .prezzo {
        font-size: 1.3rem;
    }

    .focus-prodotti .info-rating-promozionale {
        float: left;
    }

    .focus-prodotti .cta-acquista {
        font-size: .8rem;
        padding: 1px 6px;
        margin-top: 0px;
        min-width: unset;
        float: right;
    }

    .focus-prodotti .owl-item .item {
        height: unset;
        position: relative;
        float: left;
    }

    .focus-prodotti .owl-item > div {
        height: 100%;
        padding: unset;
        float: left;
    }

    .focus-prodotti .owl-item,
    .focus-prodotti .owl-item > div {
        height: auto;
    }

    .focus-prodotti .owl-dots {
        display: block;
        margin-top: 5px;
    }

    .focus-prodotti .owl-nav {
        display: none;
    }

    .main > .container {
        margin-bottom: 5px;
    }

    .footer-gray,
    .footer-black {
        float: left;
        width: 100%;
        padding: 20px;
    }

        .footer-gray .img-fluid {
            height: auto;
            width: 35px;
        }

        .footer-gray > div > div > div {
            float: left;
        }

            .footer-gray > div > div > div:nth-child(2) {
                min-height: 150px;
            }

            .footer-gray > div > div > div:nth-child(5) {
                min-height: 65px;
            }

        .footer-gray > div > div {
            display: block !important;
        }

            .footer-gray > div > div:nth-child(2) {
                float: left;
                /*height: 180px;*/
                margin-left: 0px;
                width: 150px;
            }

                .footer-gray > div > div:nth-child(2) > div {
                    max-width: 100% !important;
                }

        .footer-gray ul li:first-child {
            font-size: .9rem;
            /*color: #fff;*/
        }

    .newsletter-box {
        margin: 20px 0;
    }

        .newsletter-box form .form-group {
            margin-bottom: 0;
        }

    .sorts div.order-to {
        color: transparent;
    }

    #nav-icon {
        width: 27px;
        height: 27px;
        position: relative;
        margin: 8px 10px 0 15px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
    }

        #nav-icon span {
            display: block;
            position: absolute;
            height: 3px;
            width: 100%;
            background: #da1120;
            border-radius: 4px;
            opacity: 1;
            left: 0;
            -webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            transform: rotate(0deg);
            -webkit-transition: .25s ease-in-out;
            -moz-transition: .25s ease-in-out;
            -o-transition: .25s ease-in-out;
            transition: .25s ease-in-out;
        }

            #nav-icon span:nth-child(1) {
                top: 0px;
            }

            #nav-icon span:nth-child(2),
            #nav-icon span:nth-child(3) {
                top: 8px;
            }

            #nav-icon span:nth-child(4) {
                top: 16px;
            }

        #nav-icon.open span:nth-child(1) {
            top: 18px;
            width: 0%;
            left: 50%;
        }

        #nav-icon.open span:nth-child(2) {
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg);
        }

        #nav-icon.open span:nth-child(3) {
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

        #nav-icon.open span:nth-child(4) {
            top: 18px;
            width: 0%;
            left: 50%;
        }

    .smaller .carrello > div,
    .carrello > div {
        background-position: 0px 0px;
        background-image: url(../img/carrello-blu.png);
        width: 24px;
        height: 24px;
        background-size: 24px 24px;
    }

    #nav-icon.open {
        z-index: 100;
        position: absolute;
        right: 0;
        top: 10px;
    }

        #nav-icon.open span {
            background: #fff;
        }

    .account-mobile .account-info {
        font-size: 1.2em;
        text-transform: capitalize;
        line-height: 14px;
        margin-right: 10px;
        color: #fff;
    }

    .smaller .downBarHeader li a {
        font-size: 1rem;
        padding: 0;
    }

        .smaller .downBarHeader li a.submenu:after {
            float: right;
            margin: 8px 5px 0 0;
            content: "";
            border-left: .4em solid;
            border-top: .4em solid transparent;
            border-bottom: .4em solid transparent
        }
    /************************************** SCHEDA ********************************************/
    .sheet .scheda .product {
        width: 100%;
    }

    .sheet .scheda .description {
        width: 100%;
        padding: 0 15px 0 30px;
    }

        .sheet .scheda .description h5 {
            font-size: .8rem;
        }

            .sheet .scheda .description h5 i {
                width: .8rem;
                height: .8rem;
                margin-bottom: -1px;
            }

        .sheet .scheda .description .h1 {
            font-size: 1.5rem;
        }

        .sheet .scheda .description h4 {
            font-size: 1rem;
        }

    .sheet .scheda .col-price {
        width: 100%;
        padding: 0 5px;
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 2;
    }

        .sheet .scheda .col-price .side-right {
            border-top-left-radius: 4px;
            border-top-right-radius: 4px;
            background-color: #eee;
        }

    .sheet .scheda .side-right {
        border-bottom: 0;
    }

    .sheet .scheda .price {
        padding: 8px 20px 20px 20px;
    }

    .sheet .scheda .cassetto {
        padding: 15px;
        background-color: #009bd4 !important;
        color: white !important;
        font-weight: bold;
        text-align: center;
        display: inline-block;
        width: 100%;
        text-transform: uppercase;
        position: relative;
    }

        .sheet .scheda .cassetto .arrow-smooth,
        .sheet .scheda .cassetto.up .arrow-smooth {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
            /*-webkit-font-smoothing: antialiased;*/
            -moz-osx-font-smoothing: grayscale;
            transition: transform .25s linear;
            -webkit-transition: -webkit-transform .25s linear;
            height: 24px;
        }

        .sheet .scheda .cassetto.down .arrow-smooth {
            -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
        }

    .cassetto .hand {
        position: absolute;
        bottom: 3px;
        margin-left: 13px;
    }

    .cassetto .select-btn {
        margin-left: 20px;
    }

    .variations > li.btn {
        padding: 3px;
        width: calc((100% - 14px)/2);
        margin-bottom: 4px;
        white-space: normal;
    }

    .variations > li a {
        padding: .3rem;
        font-size: .8rem;
    }

    .upBarHeader,
    .pay-box {
        display: none;
    }

    .container {
        max-width: 100%;
        padding-right: 5px;
        padding-left: 5px;
    }

    .sheet .breadcrumb,
    .sheetcart .breadcrumb {
        background-color: transparent;
        padding-left: 0px;
        font-size: .8rem;
        margin-left: 10px;
    }

    .sheet .breadcrumb-item,
    .sheetcart .breadcrumb-item {
        float: none;
        display: inline !important;
    }

    .title-mobile-product {
        padding: 0 15px 0 30px;
        font-size: 1.5rem;
    }

    .col-cart,
    .no-zoom {
        width: 100%;
    }

    .amount {
        display: none !important;
    }

    .col-cart .item-price {
        width: auto !important;
        text-align: left;
        height: auto !important;
        padding: 0 20px 0 0 !important;
        margin-bottom: 10px;
    }

    .select-list-mobile {
        display: inline-block !important;
    }

    .no-zoom .item-price {
        width: 55.5% !important;
        text-align: center !important;
        text-align: left;
        height: auto !important;
        padding: 0 0 0 10px !important;
        margin-bottom: 10px !important;
    }

    .col-cart .item-qty,
    .no-zoom .item-qty {
        width: 110px !important;
        padding: 0 !important;
        height: auto !important;
        float: left;
        position: absolute;
        bottom: 10px;
        left: 109px;
    }

    .label-qty {
        font-size: 12px;
    }

    .flex-md-column .descrizione-prodotto {
        width: calc(100% - 110px);
        padding: 10px 0 15px 10px;
    }

    .list.flex-md-column .disponibile {
        font-size: .7rem;
    }

    .footer-cart-price .value {
        margin-left: 0px;
        width: 100%;
        display: block;
    }

    .footer-cart-price > div,
    .footer-cart-pay > div {
        float: none !important;
        text-align: center;
    }

    .col-cart .title-cart,
    .no-zoom .title-cart {
        width: 100%;
        margin-bottom: 5px;
    }

        .col-cart .title-cart h1,
        .no-zoom .title-cart h1 {
            line-height: 1;
            margin-bottom: 0px;
        }

    #coupon {
        text-align: center;
    }

    .sheetcart .item-price {
        margin-bottom: 10px !important;
    }

    .footer-black {
        text-align: center;
    }

        .footer-black div.d-flex {
            display: inline-block !important;
        }

    .scheda .table tbody tr:hover {
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

        .scheda .table tbody tr:hover td {
            border-width: 1px;
        }

    .scheda .table tbody tr.active:hover td {
        border-top: 2px solid #da1120;
        border-bottom: 2px solid #da1120;
    }

    .scheda .table-bordered tr.active:hover td:first-child {
        border-left: 2px solid #da1120;
    }

    .scheda .table-bordered tr.active:hover td:last-child {
        border-right: 2px solid #da1120;
    }

    .sub-varianti table {
        font-size: .9rem;
    }

    .sub-varianti {
        overflow-x: auto;
    }

    .downBarHeader ul {
        background-color: #fff;
        padding: 3px 0px 30px 35px;
        display: block;
        width: 80vw;
        margin-top: 0;
        height: calc(100vh - 39px);
        overflow-y: auto;
    }

    .downBarHeader > div > ul > li > a:not(.focus-cat),
    .downBarHeader div:not(.tabs) > li a {
        font-weight: 400;
        line-height: 35px;
        font-size: 1.1rem;
        color: #000;
        letter-spacing: unset;
        text-transform: capitalize;
    }

    .col-dx {
        width: 100%;
    }

        .col-dx > div {
            padding: 0 8px;
        }

    .downBarHeader {
        width: 100%;
        height: 100vh;
        /*background: rgba(0,0,0,.7);*/
        background: rgba(51, 153, 204, .7);
        margin-top: 0;
        top: 0;
        position: absolute;
        z-index: 4;
    }

    #ui-id-15 {
        top: 96px !important;
        left: 0 !important;
        width: 100vw !important;
    }

        #ui-id-15 > li {
            padding: 5px 8px;
        }

    .p-img {
        /*width: 55px;*/
        width: 100%;
    }

    .ui-autocomplete .p-img {
        /*width: 55px;*/
        width: auto;
    }

    .product-item .descrizione {
        float: left;
        margin-left: 10px;
        text-transform: uppercase;
        font-size: 1.1rem;
        line-height: 1.2;
        width: calc(100% - 67px);
    }

    .subnavigationmobile {
        display: block;
        background-color: #fff;
        padding: 3px 60px 30px 35px;
        margin-top: 0;
        height: calc(100vh - 39px);
        overflow-y: auto;
        position: absolute;
        z-index: 11;
        top: 0;
        left: 100vw;
        transition: left .2s linear;
    }

    .firstnavigation {
        transition: left .2s linear;
        position: absolute;
        left: 0;
    }

    .menuprincipale {
        border-bottom: 1px solid #aaa;
        margin-bottom: 15px;
        padding: 10px 0 !important;
        text-transform: uppercase !important;
    }

        .menuprincipale img {
            margin: 0 10px 0 0;
            width: 20px;
        }

    .downBarHeader ul > li > a:hover:not(.active):not(.focus-green):not(.focus-red):not(.focus-cat) {
        background: transparent;
    }

    .container-menu-mobile {
        width: 80vw;
        height: calc(100vh - 39px);
        overflow: hidden;
        position: relative;
    }

    .downBarHeader > div > ul > li > a:hover:not(.active):not(.focus-green):not(.focus-red):not(.focus-cat) {
        background: transparent;
    }

    .downBarHeader div:not(.tabs) ul li a:hover {
        color: #000;
    }

    .downBarHeader ul.subnavigationmobile {
        height: calc(100vh - 39px);
    }

        .downBarHeader ul.subnavigationmobile ul {
            height: auto;
        }

    .smaller .downBarHeader div > ul > li > a.section-submenu {
        text-transform: uppercase;
        color: #999;
    }

    .sorts .sx-bread,
    .title-cat {
        padding-left: 0;
        padding-right: 0;
    }

    .sendto a {
        color: #da1120;
        font-weight: 400;
        font-size: 18px;
    }

    .sendto img {
        width: 13px;
        margin-right: 7px;
    }

    .scheda .btn-primary.btn-sm {
        font-size: .7rem !important;
        width: 70px !important;
    }

    .middleBarHeader.transition,
    .smaller .logo.transition,
    .smaller .logo.transition img {
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none;
    }

    .d-flex.customer-address-conteiner {
        width: calc(100% - 15px);
    }

    .no-zoom.thanks .item-qty {
        width: 50px !important;
        position: unset;
    }

    .flex-md-column .boxImg {
        margin: 0px;
    }
}

@media (max-width: 575px) {
    .list > div {
        padding: 5px;
        max-width: 100%;
        width: calc(100% / 2);
    }

    .title-cat {
        padding-left: 0px;
        text-align: center;
    }
}

@media (max-width: 320px) {
    .footer-gray > div > div > div:nth-child(2) {
        min-height: 200px;
    }

    .footer-cart-price .value {
        font-size: 22px;
    }
}

.owl-carousel .owl-item img {
    width: auto !important;
    display: inline-block;
}

div.item a .p-img {
    text-align: center;
}

.cart .p-img {
    padding: 4px 0px;
}

.ui-widget-content {
    z-index: 20001 !important;
}

.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
}

.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5;
}

.ui-menu .ui-menu-item {
    margin: 0;
    cursor: pointer;
    /* support: IE10, see #8844 */
    list-style-image: none;
}

.ui-menu .ui-menu-item-wrapper {
    position: relative;
    padding: 3px 1em 3px .4em;
    border-bottom: 1px solid #c5c5c5;
}

    .ui-menu .ui-menu-item-wrapper:hover {
        border: 1px solid #52a7d1;
        /*background: #007fff;*/
        font-weight: normal;
        /*color: #ffffff;*/
    }

.product-item {
    overflow: hidden;
    list-style-image: none;
}

    .product-item .p-img {
        float: left;
    }

    .product-item .descrizione {
        float: left;
        margin-left: 10px;
        text-transform: uppercase;
        font-size: 1.1rem;
        line-height: 1.2;
    }

    .product-item .prezzo {
        font-size: 1.0rem;
        margin: 0px;
    }

    .product-item .disco-verde {
        color: #009933;
    }

    .product-item .disponibile {
        color: #009933;
    }

.all {
    display: none;
}


/* fix modal */

.modal-backdrop {
    z-index: 6000 !important;
}

.modal {
    z-index: 6001 !important;
}

.modal-title {
    text-transform: uppercase;
    font-weight: bolder;
}


/* fix sweet */

.swal2-container.swal2-shown {
    z-index: 20000 !important;
}


/* GENERIC */

.title-thank {
    color: #666;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: unset;
    margin-top: 50px;
    text-align: center;
}

    .title-thank span {
        color: #666 !important;
    }

.thank-form {
    /*margin-top: 20px;*/
    margin-bottom: 50px;
}

.hr-checkout {
    margin-top: 0px;
}

button.link {
    background-color: transparent;
    border: none;
}

a.modifica,
button.modifica {
    font-size: .85rem;
    text-decoration: underline;
    color: #da1120;
    margin-left: 20px;
}

.check-articles {
    margin-top: 15px;
}

.item.no-border {
    border: 0;
    border-bottom: none !important;
}


/* BUTTONS */

.btn {
    transition: ease 0.25s;
    cursor: pointer;
}

.swal-button {
    padding: 6px 28px !important;
    font-size: 15px !important;
    border-radius: unset !important;
    min-width: 150px !important;
    text-transform: uppercase;
}

    .swal-button:focus {
        outline: 0;
        box-shadow: none !important;
    }

.side-right .addtochart img {
    width: 30px;
    margin-bottom: 4px;
}

.side-right .price .btn {
    width: 100%;
}

.price .btn-outline-primary,
.footer-cart-pay .btn-outline-primary,
.btn-outline {
    border-color: #ccc;
    color: #da1120;
    background-color: #fff;
    font-size: .8rem;
    cursor: pointer;
    line-height: 2;
    border-radius: unset !important;
    text-transform: uppercase
}

.btn-blue {
    font-size: .8rem;
    background-color: #da1120;
    color: white;
    border-radius: unset !important;
    cursor: pointer;
    padding: 7px 14px;
    text-transform: uppercase;
}

    .btn-blue.gotopay {
        font-size: 1rem;
    }

.cntCartGrey, .cntCart {
    margin-top: 15px;
    /*margin-left: -10px;
    margin-right: -10px;*/
    display: block;
}

.cntCartGrey {
    background: #d9d9d9;
    padding: 15px 17px;
    min-height: 230px;
}

.cntCartGreysummary {
    background: #d9d9d9;
    padding: 15px 14px;
    min-height: 230px;
    color: #000;
    margin-top: 15px;
    font-size: 15px;
}

    .cntCartGreysummary .title {
        font-weight: bold;
        width: 150px;
        display: inline-block;
    }

    .cntCartGreysummary .titleb {
        font-weight: bold;
        width: 150px;
        display: inline-block;
        font-size: 18px;
        margin-top: 15px;
    }

    .cntCartGreysummary .valueb {
        font-size: 18px;
        margin-top: 15px;
    }


.cntCart {
    padding: 5px 17px;
}

    .cntCartGrey span, .cntCart span {
        float: left;
        color: #000000;
        font-weight: bold;
        font-size: 14px;
    }

    .cntCartGrey a, .cntCart a {
        float: right;
        color: #da1120;
        text-decoration: underline;
        text-transform: uppercase;
        font-size: 12px;
    }

    .cntCartGrey table, .cntCart table {
        margin-top: 27px;
    }

        .cntCartGrey table tr, .cntCart table tr {
            display: block;
            margin-bottom: 7px;
        }

        .cntCartGrey table td input,
        .cntCart table td input {
            margin-right: 10px;
        }

        .cntCartGrey table td, .cntCart table td {
            text-align: left;
            font-size: 13.5px;
            line-height: 18px;
            color: #000000;
        }

.preferiti > div > div.preferiti-icon::after {
    font-family: severi;
    content: '\e804';
    font-size: 18px;
    line-height: 30px;
}

.smaller .preferiti > div > div.preferiti-icon::after {
    font-size: 12px;
    line-height: 22px;
}

.price .preferiti,
.btn-gray {
    font-size: .8rem;
    /*color: #666;*/
    cursor: pointer;
    background-color: #aaa;
    color: white;
    border-radius: unset !important;
    text-transform: uppercase;
    background: transparent;
    border: 0;
    color: #666;
}

    .price.preferiti:hover,
    .btn-gray:hover,
    .btn-blue:hover,
    .btn-outline:hover {
        background-image: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1));
        text-decoration: none;
    }

    .price .preferiti::after {
        font-family: severi;
        content: '\e804';
        font-size: 12px;
        line-height: 1;
        margin-left: 5px;
    }


/*scheda */

.scheda .btn-primary.btn-sm {
    padding: 2px;
    font-size: .875rem;
    width: 100%;
    background-color: #da1120;
    border-color: #da1120;
    cursor: pointer;
}

    .scheda .btn-primary.btn-sm:hover {
        background-color: #0c93d1;
        border-color: #0c93d1;
    }


/* thank you */

.thank-total {
    font-size: 22px;
}

.ul-content {
    text-align: center;
    overflow: hidden;
    /*width: 350px;*/
    /*border: 1px solid #aaa !important;
    padding: 20px;*/
}

    .ul-content -inner {
        /*text-align: center;*/
        overflow: hidden;
        display: inline-block;
        /*width: 350px;*/
        border: 1px solid #aaa !important;
        padding: 20px;
    }

.thank-ul {
    /*display: block;
    list-style-type: disc;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;*/
    text-align: left;
    display: inline-block;
    /*font-size: 150%;*/
    list-style-type: disc;
    margin: 20px auto;
    padding: 0px;
    /*border: solid 1px #666666;*/
    /*padding-left: 40px;*/
}

.li-small {
    display: block;
    font-size: 13px;
}

.thank-inline,
#thank-register {
    display: inline-block;
}

div.login.thank-border {
    width: 500px;
    max-width: 500px;
}

.thank-form {
    margin-bottom: 50px;
    margin-top: 50px;
}

.pagestandard {
    min-height: 400px;
}

.title-severi {
    font-size: 1.8em;
}

.brandlink {
    text-decoration: underline;
}

.checkstep {
    color: #009933;
    font-weight: bold;
}

.select-shipping {
    border: 2px solid #009933;
}

.severipag {
    border: 1px solid #cccccc;
    padding: 5px 10px 5px 13px;
    text-align: center;
    margin-right: 5px;
}

.pagecative {
    background: #da1120;
    color: #fff;
}

.pagecative {
    background: #da1120;
    color: #fff;
}

.pagedisabled {
    background: #aaa;
    opacity: 0.3;
    display: none;
}

.breadcrumb-item,
.breadcrumb-item a,
.breadcrumb-item span {
    text-transform: capitalize;
}


.close {
    display: block;
    font: 400 20px system-ui;
    background: #cacbcc !important;
    color: #ffffff;
    width: 23px;
    height: 23px;
    border-radius: 12px;
    -webkit-transition: ease 0.2s;
    -moz-transition: ease 0.2s;
    -ms-transition: ease 0.2s;
    -o-transition: ease 0.2s;
    transition: ease 0.2s;
    cursor: pointer;
}

    .close:hover {
        background: #aaaaaa !important;
        color: #ffffff;
    }

    .close span {
        display: block;
        margin-top: -4px;
    }

.cntImgScheda {
    float: left;
}


.cta-acquista.cta-scheda {
    display: block !important;
    width: 100%;
    margin-top: 10px;
    padding: 7px;
}

.DocTabsContainer {
    width: 100%;
    min-height: 150px;
}

.TabContainer {
    float: left;
    height: 160px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.tabDoc .img-polaroid-container {
    margin-right: 10px;
}

.img-polaroid-container {
    float: left;
    height: 140px;
}

.TabTesti {
    float: left;
    width: 150px;
    height: 130px;
}

.NomeDocumento {
    color: #4f4f4f;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
}

.TipoDocumento {
    position: absolute;
    font-weight: normal;
    font-size: 14px;
}

.img-polaroid-container iframe {
    margin-top: -15px;
    width: 200px;
    height: 145px;
}

.intSch {
    float: left;
}

/**********************************************  CARRELLO  ***********************************************/
.upCart {
    display: block;
    width: 100%;
    height: 70px;
}

.table-sm td, .table-sm th {
    padding: .6rem .3rem;
}

.cntCarrelloVeloce .cntCVT {
    color: #ffffff;
}

    .cntCarrelloVeloce .cntCVT.benvenuto {
        text-align: left;
        margin-top: 18px;
        margin-left: 20px;
        font-weight: 300;
    }

    .cntCarrelloVeloce .cntCVT strong {
        float: left;
        margin-top: 11px;
        margin-left: 17px;
        font-weight: 600;
        font-size: 16.3px;
    }

    .cntCarrelloVeloce .cntCVT span {
        position: absolute;
        margin-top: 30px;
        left: 17px;
        font-size: 12px;
    }

.cntCarrelloVeloce .input-group {
    width: 250px;
    margin-top: 13px;
    padding: 0;
}

    .cntCarrelloVeloce .input-group .ui-autocomplete-input {
        padding: 6px;
        margin-left: 18px;
    }

.cntUtilityBtns {
    width: 100%;
    display: block;
    padding: 15px 0px 0px 0px;
    height: 50px;
}

    .cntUtilityBtns a, .cntUtilityBtns button {
        /*width: 146px;*/
        border: 1px solid #c5c5c5;
        font-size: 1rem;
        /*background: #ebebeb;*/
        margin: 0 auto;
        margin-right: 6px;
        font-size: 12px;
        padding: 8px;
        color: #666666;
        font-weight: bold;
        text-decoration: none;
        transition: ease 0.2s;
        text-align: center;
        float: left;
        border-radius: unset !important;
    }

        .cntUtilityBtns a:last-child, .cntUtilityBtns button:last-child {
            margin-right: 0px;
            /*min-height: 38px;*/
        }


        .cntUtilityBtns a:hover {
            background: #8b8b8b;
            color: #ffffff;
            text-decoration: none;
        }

        .cntUtilityBtns a img {
            height: 20px;
            vertical-align: bottom;
            margin-right: 7px;
        }

        .cntUtilityBtns a:hover img {
            filter: invert(100%) brightness(200%);
        }

.cntAdv {
    width: 100%;
    display: block;
    border: 1px solid #ff8e05;
    background: #fff9f2;
    color: #333333;
    font-size: .8rem;
    text-transform: uppercase;
    padding: 10px;
}

    .cntAdv .fl-right {
        width: 150px;
        height: 76px;
        font-size: .8rem;
        font-weight: bold;
        text-align: center;
        padding-top: 18px;
    }

    .cntAdv .advTxt {
        display: inline-block;
        width: calc(100% - 155px);
        line-height: 17px;
    }


.thead-purple {
    background: #514989;
    color: #ffffff;
    font-weight: bold;
}

.text-error {
    color:red;
}

.ilTC {
    margin-top: 10px;
    margin-bottom: 5px !important;
}

.qtaError{
    background-color:lightyellow;
}

.codArt {
    width: 100%;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
    text-transform: uppercase;
}



.dispData {
    width: 100%;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: -2px;
}

.descArt {
    width: 100%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 11px;
    margin-top: -5px;
}

    .descArt a {
        text-decoration: underline;
        color: #0033cc;
        transition: ease 0.2s;
    }

        .descArt a:hover {
            color: #da1120;
        }

        .descArt a.codice {
            text-decoration: underline;
            color: #666666;
        }

            .descArt a.codice:hover {
                color: #666666;
            }

.c-quantity a {
    text-decoration: underline;
    color: #0033cc;
    transition: ease 0.2s;
    font-weight: normal;
}

    .c-quantity a:hover {
        color: #da1120;
    }

    .c-quantity a.codice {
        text-decoration: underline;
        color: #666666;
    }

        .c-quantity a.codice:hover {
            color: #666666;
        }

.m-quantity {
    width: 100%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 11px;
    color: red;
}

.descData, .cntAlerts .descData {
    width: 100%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 11px;
    font-weight: bold;
}

.descData {
    margin-top: -15px;
    margin-left: 18px;
}

.cntAlerts .descData {
    margin-top: -31px;
    margin-left: 140px;
    margin-bottom: 12px;
}

.descDataModal {
    width: 135px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 11px;
    margin-left: 18px;
    font-weight: bold;
}

.transition.sku-row input {
    width: 60px;
}

.descData .spaced {
    margin: 0 2px;
    vertical-align: sub;
}

.checkSiNo {
    vertical-align: sub;
    margin-left: 7px;
    margin-right: 2px;
}

.logo.shrinked {
    width: 200px;
    height: 65px;
}

    .logo.shrinked img {
        width: 200px;
        height: 65px;
    }

header.shrinked {
    height: 166px;
}

.middleBarHeader.shrinked {
    min-height: 80px !important;
}

/*******************************************  DASHBOARD  ********************************************/
.focusBanner {
    background: #514989;
}

    .focusBanner img {
        width: 100%;
        height: auto;
    }

.focusBoxes {
    background: #f7f7f7;
    padding-top: 45px;
    padding-bottom: 20px;
}

    .focusBoxes .col-md-4 {
        padding: 5px;
    }

    .focusBoxes .col-md-6 img {
        width: 100%;
    }

.cntDashboardLogin {
    border: 2px solid #da1120;
    background: #ffffff;
    text-align: center;
    min-height: 375px;
}

.cntDashboardCats {
    border: 1px solid #8b8b8b;
    background: #ffffff;
    padding: 15px;
    font-size: 16px;
    min-height: 375px;
}

    .cntDashboardCats h2 {
        font-size: 24px;
        font-weight: 600;
        color: #7f7f7f;
    }

    .cntDashboardCats ul {
        margin-left: -36px;
    }

        .cntDashboardCats ul li {
            list-style-type: none;
            text-transform: uppercase;
            color: #000000;
            font-size: 14px;
            font-weight: bold;
            line-height: 21px;
        }

    .cntDashboardCats span {
        font-size: 14px;
        position: absolute;
        right: 30px;
        margin-top: -15px;
    }

.cntDashboardCatsExtended {
    padding: 15px;
    font-size: 16px;
    min-height: 375px;
}

    .cntDashboardCatsExtended h2 {
        font-size: 22px;
        font-weight: 600;
        color: #7f7f7f;
        display: block;
        border-bottom: 1px solid #666666;
        width: 90%;
    }

    .cntDashboardCatsExtended h3 {
        font-size: 26px;
        font-weight: 600;
        color: #da1120;
        display: block;
        text-transform: uppercase;
        margin-bottom: 15px;
    }

    .cntDashboardCatsExtended h4 {
        font-size: 32px;
        font-weight: 600;
        color: #8b8b8b;
        display: block;
        text-transform: uppercase;
        margin-bottom: 15px;
    }

    .cntDashboardCatsExtended ul {
        margin-left: -36px;
    }

        .cntDashboardCatsExtended ul li {
            list-style-type: none;
            color: #000000;
            font-size: 16px;
            line-height: 23px;
        }

.allCats {
    float: right;
    font-weight: bold;
    text-transform: uppercase;
    border: 1px solid #8b8b8b;
    padding: 10px 20px;
    font-size: 20px;
    color: #8b8b8b;
    transition: ease 0.2s;
}

    .allCats:hover {
        text-decoration: none;
        background-color: #8b8b8b;
        color: #ffffff !important;
    }

.sign-in {
    margin: 15px;
    font-size: 14px;
}

    .sign-in .pay-btn {
        padding: 3px;
        margin-top: 20px !important;
    }

        .sign-in .pay-btn.mt-4 {
            margin-top: 20px !important;
        }

    .sign-in label {
        margin-bottom: 4px;
        font-weight: bold;
    }

    .sign-in .form-check-label {
        padding-left: 20px;
    }

.cntDashboardWelc {
    background: #ffffff;
    padding: 15px 15px 0 15px;
    min-height: 375px;
    text-align: center;
}

    .cntDashboardWelc h2 {
        font-size: 28px;
        margin-top: 9px;
        font-weight: 600;
        color: #7f7f7f;
    }

    .cntDashboardWelc p {
        font-size: 18px;
        margin-top: 15px;
        padding: 0px 40px;
    }

.infoDB {
    font-size: 11px;
    font-weight: normal !important;
}

.cntDashboardBanners {
    padding-top: 50px;
}

    .cntDashboardBanners img {
        width: 100%;
    }

.welcomeText {
    color: red;
    text-align: right;
    font-size: 20px;
    line-height: 22px;
    display: inline-block;
    width: 372px;
    padding: 5px;
    float: left;
}

.vaiAlCarrello {
    background: #514989;
    display: inline-block;
    border: 1px solid #ffffff;
    width: 150px;
    height: 38px;
    margin-top: 12px;
    padding: 5px !important;
    transition: ease 0.3s;
}

    .vaiAlCarrello:hover {
        background: #251d5c;
    }

    .vaiAlCarrello div {
        display: inline-block;
        color: #ffffff;
    }

    .vaiAlCarrello img {
        height: 25px;
    }

.datiCarrello {
    display: inline-block;
    font-size: 17px;
    line-height: 17px;
    text-align: right;
    float: left;
    margin-top: 11px;
    margin-right: 10px;
    font-weight: bold;
}

    .datiCarrello small {
        font-weight: normal;
    }


@media all and (min-width:992px) and (max-width:1024px) {
    .sign-in {
        font-size: 12px;
        margin: 10px;
    }

    .cntDashboardCats ul li {
        font-size: 12px;
        line-height: 20px;
    }

    .cntDashboardWelc p {
        font-size: 16px;
        margin-top: 15px;
        padding: 0px 25px;
    }

    .infoDB {
        font-size: 9.5px;
        font-weight: normal;
    }

    .cntDashboardWelc .mt-15 {
        margin-top: 0 !important;
    }

    .cntDashboardCatsExtended ul li {
        font-size: 14px;
        line-height: 21px;
    }

    .cntDashboardCatsExtended h2 {
        font-size: 20px;
    }

    .allCats {
        font-size: 18px;
    }

    .welcomeText {
        font-size: 15px;
        line-height: 17px;
    }

    .search img {
        width: 110px;
    }
}

@media all and (min-width:768px) and (max-width:991px) {
    .sign-in {
        font-size: 11px;
        margin: 10px;
    }

    .focusBoxes .container {
        padding-right: 5px;
        padding-left: 5px;
    }

        .focusBoxes .container .row .col-md-3 {
            padding-right: 0;
            padding-left: 0;
        }

    .infoDB {
        font-size: 9.5px;
        font-weight: normal;
    }

    .cntDashboardWelc img {
        margin-top: 0 !important;
        width: 100%;
    }

    .cntDashboardWelc p {
        padding: 0px 0px;
        min-height: 168px;
    }

    .cntDashboardLogin, .cntDashboardCats, .cntDashboardWelc {
        min-height: 410px;
    }

    .cntDashboardCats {
        padding: 10px;
    }

        .cntDashboardCats ul li {
            font-size: 11px;
            font-weight: bold;
            line-height: 23px;
        }

    .cntDashboardCatsExtended ul li {
        font-size: 14px;
        line-height: 21px;
    }

    .cntDashboardCatsExtended h2 {
        font-size: 20px;
    }

    .cntDashboardCatsExtended h3 {
        font-size: 20px;
    }

    .cntDashboardCatsExtended h2 {
        font-size: 18px;
    }

    .allCats {
        font-size: 16px;
    }

    .welcomeText {
        font-size: 13px;
        line-height: 15px;
        width: 260px;
    }

    .search img {
        width: 110px;
    }

    .vaiAlCarrello {
        width: 125px;
        height: 31px;
    }

        .vaiAlCarrello img {
            height: 19px;
        }

    .datiCarrello {
        font-size: 15px;
        line-height: 15px;
    }
}


/* CART */

.cntCartSearch {
    display: inline-block;
    width: calc(100% - 133px);
    margin-left: 12px;
}

tr.highlights {
    animation: fadeOut 2s forwards;
}

@keyframes fadeOut {
    0% {
        background-color: red;
        color: #FFF;
    }

    100% {
        background-color: transparent;
    }
}

.fixed_header {
    width: 100%;
    table-layout: fixed;
}

    .fixed_header tbody {
        display: block;
        width: 100%;
        overflow: auto;
        height: 300px;
    }

    .fixed_header thead tr {
        display: block;
    }

    .fixed_header thead {
        color: #fff;
    }

    .fixed_header th, .fixed_header td {
        padding: 5px;
        text-align: left;
        width: 500px;
    }

.cart-details {
    position: relative;
    margin-top: 10px;
}

#cart-loader-spin {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.7);
    z-index: 9999;
    display: none;
}

.cntCLS #cart-loader-spin {
    position: fixed !important;
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

#cart-loader-spin::after {
    content: '';
    display: block;
    position: absolute;
    left: 48%;
    top: 40%;
    width: 40px;
    height: 40px;
    border-style: solid;
    border-color: #FF0000;
    border-top-color: transparent;
    border-width: 4px;
    border-radius: 50%;
    -webkit-animation: spin .8s linear infinite;
    animation: spin .8s linear infinite;
}

.bt-1 {
    border-top: 1px solid #CCC;
}

.bb-1 {
    border-bottom: 1px solid #CCC;
}

.tablescroll {
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

    .tablescroll td,
    .tablescroll_wrapper,
    .tablescroll_foot {
        /* border: 1px solid #ccc; */
        border-bottom: 1px solid #ccc;
    }

    .tablescroll td {
        padding: 3px 5px;
        border-bottom: 0;
        border-right: 0;
    }

.tablescroll_wrapper {
    background-color: #fff;
    border-left: 0;
}

.tablescroll_head,
.tablescroll_foot {
    background-color: #eee;
    border-left: 0;
    border-top: 0;
    font-size: 11px;
    font-weight: bold;
    padding: 10px;
    width: 100%;
}

.tablescroll_head {
    /*margin-bottom: 3px;*/
}

.tablescroll_foot {
    /*margin-top: 3px;*/
}

.tablescroll tbody tr.first td {
    border-top: 0;
}

.tablescroll thead th {
    padding: 15px 5px;
}

.carrelloBtoB {
    margin-top: -45px;
}


/**********************************************  B2B  ***********************************************/

@media all and (min-width:1500px) {
    .alertMobile {
        display: none;
    }

    .cntImgScheda {
        min-width: 270px;
        min-height: 320px;
        margin-right: 20px;
        margin-bottom: 80px;
    }

        .cntImgScheda img {
            width: 270px;
        }

    .intSch {
        width: calc(100% - 300px);
        min-height: 330px;
    }

    .cntCarrelloVeloce {
        width: calc(100% - 250px);
    }
}

@media all and (min-width:1300px) and (max-width:1499px) {
    .alertMobile {
        display: none;
    }

    .cntImgScheda {
        min-width: 270px;
        min-height: 320px;
        margin-right: 20px;
        margin-bottom: 80px;
    }

        .cntImgScheda img {
            width: 270px;
        }

    .intSch {
        width: calc(100% - 300px);
        min-height: 330px;
    }

    .cntCarrelloVeloce {
        width: calc(100% - 250px);
    }
}

@media all and (min-width:1025px) and (max-width:1299px) {
    .alertMobile {
        display: none;
    }

    .downBarHeader > div > ul > li > a:not(.focus-cat),
    .downBarHeader > div > div:not(.tabs) > li a {
        font-size: 14px;
    }

    .cntImgScheda {
        min-width: 270px;
        min-height: 320px;
        margin-right: 20px;
        margin-bottom: 80px;
    }

        .cntImgScheda img {
            width: 270px;
        }

    .intSch {
        width: calc(100% - 300px);
        min-height: 330px;
    }

    .cntCarrelloVeloce {
        width: calc(100% - 260px);
    }

        .cntCarrelloVeloce .cntCVT.benvenuto {
            font-size: 14px;
        }

    .cntUtilityBtns a {
        width: calc(33% - 6px);
        font-size: 11px;
        padding: 8px 2px;
        min-height: 38px;
    }

        .cntUtilityBtns a:last-child span {
            display: inline-block;
            padding-top: 3px;
        }
}

@media all and (min-width:992px) and (max-width:1024px) {
    .alertMobile {
        display: none;
    }

    .downBarHeader > div > ul > li > a:not(.focus-cat),
    .downBarHeader > div > div:not(.tabs) > li a {
        font-size: 14px;
    }

    .cntImgScheda {
        min-width: 230px;
        min-height: 280px;
        margin-right: 20px;
        margin-bottom: 50px;
    }

        .cntImgScheda img {
            width: 230px;
        }

    #quickcart {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .sorts .sx-bread {
        margin-top: 10px;
    }

    .TabTesti {
        float: left;
        width: 120px;
        height: 130px;
    }

    .img-polaroid-container img {
        width: 85px;
    }

    .NomeDocumento {
        font-size: 15px;
    }

    .TipoDocumento {
        font-size: 12px;
    }

    .img-polaroid-container iframe {
        margin-top: -15px;
        width: 185px;
        height: 130px;
    }

    .TabContainer {
        height: 135px;
    }

    .intSch {
        width: calc(100% - 260px);
        min-height: 290px;
    }

    .cntCarrelloVeloce {
        width: calc(100% - 200px);
    }

    .carrelloBtoB .descData, .carrelloBtoB .fs-12, .cntUtilityBtns a {
        font-size: 10px;
    }

    .cntAdv .advTxt {
        line-height: 15px;
        font-size: 11px;
    }

    .btn-blue.gotopay {
        font-size: 13px;
    }

    .cntCartGrey span, .cntCart span {
        font-size: 12px;
    }

    .cntCartGrey table td, .cntCart table td {
        font-size: 11px;
        line-height: 14px;
    }

    .cntCartGrey a, .cntCart a {
        font-size: 11px;
    }

    .cntCarrelloVeloce .cntCVT.benvenuto {
        font-size: 14px;
    }

    .container.carrelloBtoB {
        max-width: 992px !important;
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .cntUtilityBtns a {
        width: calc(33% - 6px);
        font-size: 10px;
        padding: 8px 0;
        min-height: 38px;
    }

        .cntUtilityBtns a:last-child span {
            display: inline-block;
            padding-top: 3px;
        }

    .cntCartGrey {
        min-height: 200px;
    }
}

@media all and (min-width:768px) and (max-width:991px) {
    .alertMobile {
        display: none;
    }

    .downBarHeader > div > ul > li > a:not(.focus-cat),
    .downBarHeader > div > div:not(.tabs) > li a {
        font-size: 11px;
        min-height: 47px;
    }

    div.desktopcat button {
        font-size: .7rem;
        padding: 2px;
    }

    .upBarHeader .transition {
        max-width: 768px;
        padding-left: 0;
        padding-right: 0;
    }

        .upBarHeader .transition .desktopcat {
            padding: 7px 10px;
        }

    .transition.btn.btn-default.focus-green {
        min-height: inherit;
        padding-top: 12px;
        padding-bottom: 13px;
    }

    .downBarHeader ul li a.active {
        min-height: inherit !important;
        padding-top: 4px !important;
        padding-bottom: 4px !important;
    }

    .container.lstProd.scdProd {
        padding-right: 0px;
        padding-left: 0px;
        max-width: 760px;
    }

    .cntImgScheda {
        min-width: 200px;
        min-height: 300px;
        margin-right: 20px;
        margin-bottom: 40px;
    }

        .cntImgScheda img {
            width: 200px;
        }

    #quickcart {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .sorts .sx-bread {
        margin-top: 10px;
    }

    .TabTesti {
        float: left;
        width: 90px;
        height: 130px;
    }

    .img-polaroid-container img {
        width: 70px;
    }

    .NomeDocumento {
        font-size: 13px;
    }

    .TipoDocumento {
        font-size: 10px;
    }

    .img-polaroid-container iframe {
        margin-top: -15px;
        width: 156px;
        height: 115px;
    }

    .TabContainer {
        height: 110px;
    }

    .intSch {
        width: calc(100% - 225px);
        min-height: 290px;
    }


    .footer-lightgray .container > div {
        min-width: 720px;
    }

    .qty .value {
        font-size: 1.2rem;
    }

        .qty .value text {
            margin-top: 5px;
            display: inline-block;
        }

    .price > div {
        font-size: .6rem;
    }

    .cta-acquista > img {
        width: 14px;
    }

    .price .preferiti, .btn-gray {
        font-size: .6rem;
    }

    .cntCarrelloVeloce {
        width: calc(100% - 160px);
    }

    .carrelloBtoB .col-md-9, .carrelloBtoB .col-md-3 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0;
        padding-left: 0;
    }

    .cntCartGrey, .cntCart {
        margin-left: 0;
        margin-right: 0;
    }

    .cntUtilityBtns a {
        font-size: 10px;
    }

    .avcCnt {
        margin-left: inherit;
        right: 0;
        margin-top: 30px;
    }

    .cntCarrelloVeloce .cntCVT span {
        font-size: 11px;
        margin-top: 28px;
    }

    .cntCarrelloVeloce .cntCVT strong {
        margin-top: 9px;
        font-size: 15px;
    }

    .cntCarrelloVeloce .input-group .ui-autocomplete-input {
        padding: 4px;
    }

    .cntCarrelloVeloce .cntCVT.benvenuto, .cntCarrelloVeloce .cntCVT.benvenuto a {
        font-size: 10px;
    }

    .cntLogged {
        width: 200px;
        overflow: hidden;
    }

    .loggedLike {
        display: block;
    }

    div.desktopcat.noLog {
        height: 37px;
        transition: inherit;
    }

    .container.carrelloBtoB {
        max-width: 760px !important;
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .tablescroll_head, .tablescroll_foot, .descArt, .descData {
        font-size: 9px;
    }

    .fs-12 {
        font-size: 10px;
    }

    .fs-11 {
        font-size: 9px !important;
    }

    .codArt, descData {
        white-space: inherit;
    }

    .c-price-list, .c-net-price {
        white-space: nowrap;
    }


    .cntUtilityBtns a {
        width: calc(33% - 6px);
        font-size: 8px;
        padding: 8px 0;
        min-height: 38px;
    }

        .cntUtilityBtns a:last-child span {
            display: inline-block;
            padding-top: 3px;
        }

    .cntAlerts .descData {
        margin-top: -29px;
        margin-left: 120px;
        margin-bottom: 12px;
    }
}

@media all and (min-width:1px) and (max-width:767px) {
    .alertMobile {
        display: block;
        width: 100vw;
        height: 100vh;
        background: #ffffff;
        text-align: center;
        padding-top: 20vh;
        color: #ff2015;
        padding-left: 1vw;
        padding-right: 1vw;
    }

    main {
        display: none;
    }
}


.modal-header .close {
    padding: 0px;
    margin: 0px;
}

.qta-input {
    text-align: center;
    font-size: 15px;
    min-height: 25px;
}
