﻿@import url(https://fonts.googleapis.com/css?family=Raleway:400,500,700|Raleway|PT+Sans+Narrow);

/*####### COOKIE INFO #######*/
.cookie_banner {
    -moz-transition: max-height .4s ease-in-out;
    -ms-transition: max-height .4s ease-in-out;
    -o-transition: max-height .4s ease-in-out;
    -webkit-transition: max-height .4s ease-in-out;
    transition: max-height .4s ease-in-out;
    background-color: #f68b32 ;
    color: #FFF;
    max-height: 500px;
    text-align: center;
    width: 100%;
}

.hidden {
    max-height: 0;
    overflow: hidden;
}

.cookie_info {
    display: inline-block;
    margin: 10px;
    max-width: 97%;
    text-align: justify;
    width: 950px;
}

.cookie_close {
    text-align: right;
}



/*#####################################
                COMMON
#####################################*/ /* QUI QUI QUI */
body {
    background-color: gray;
    color: #333;
    font-family: 'Raleway';
    font-weight: 400;
    margin: 0;
}

.custfont {
    font-family: Raleway, sans-serif;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    /*Chrome always show input:number arrows
    opacity: 0;*/
}

select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: none;
    /*background-color:#D5D7D9;*/
    color: #808182;
    height: 25px;
}



/*###### HOVER LINK/IMG #####*/
a, a:visited {
    color: #f68b32;
    text-decoration: none;
    transition: color .25s;
}

    a:hover {
        color: #fdaf18;
    }

    a img {
        -moz-transition: brightness .2s ease-in-out;
        -ms-transition: brightness .2s ease-in-out;
        -o-transition: brightness .2s ease-in-out;
        -webkit-transition: brightness .2s ease-in-out;
        transition: brightness .2s ease-in-out;
        border: none;
    }

        a img:hover {
            -moz-filter: brightness(120%);
            -ms-filter: brightness(120%);
            -o-filter: brightness(120%);
            -webkit-filter: brightness(120%);
            filter: brightness(120%);
            opacity: 0.9;
        }



/*###### LINK-BUTTONS #######*/
.link-button {
    background-color: #f68b32;
    border: none;
    border-radius: 0;
    color: #FFF;
    cursor: pointer;
    display: inline-block;
    font-family: inherit;
    line-height: 25px;
    margin: 10px 5px;
    min-height: 30px;
    padding: 4px 20px 2px;
}

    .link-button:hover {
        background-color: #fdaf18;
        color: #FFF;
    }



/*########## HEADER #########*/
header {
    background-color: #f5f5f5;
    border-bottom: 1px solid #CDCDCD;
    display: block;
    text-align: center;
}

.main_wrapper {
    -moz-transition: height .2s ease-in-out;
    -ms-transition: height .2s ease-in-out;
    -o-transition: height .2s ease-in-out;
    -webkit-transition: height .2s ease-in-out;
    transition: height .2s ease-in-out;
    display: inline-block;
    /*height: 150px;*/
    max-width: 100%;
    text-align: left;
    width: 1000px;
}

.logo {
    -moz-transition: width .2s ease-in-out, height .2s ease-in-out;
    -ms-transition: width .2s ease-in-out, height .2s ease-in-out;
    -o-transition: width .2s ease-in-out, height .2s ease-in-out;
    -webkit-transition: width .2s ease-in-out, height .2s ease-in-out;
    transition: width .2s ease-in-out, height .2s ease-in-out;
    height: 125px;
    margin-left: 0;
    margin-top: 25px;
}



/*###  MENU SIDE-BUTTONS  ###*/
.btns-wrapper {
    -moz-transition: margin-top .25s;
    -ms-transition: margin-top .25s;
    -o-transition: margin-top .25s;
    -webkit-transition: margin-top .25s;
    transition: margin-top .25s;
    display: inline-block;
    float: right;
    /*height: 40px;
    margin-top: 110px;*/
}



/*#####  SEARCH BUTTON  #####*/ /* *questo gruppo * QUI QUI QUI QUI * */
.search-wrapper_btn {
    -moz-transition: color .25s ease-in-out;
    -ms-transition: color .25s ease-in-out;
    -o-transition: color .25s ease-in-out;
    -webkit-transition: color .25s ease-in-out;
    transition: color .25s ease-in-out;
    cursor: pointer;
    display: inline-block;
    float: right;
    font-size: .9em;
    height: 15px;
    margin: 14px;
    width: 15px;
}

    .search-wrapper_btn:hover, .btn-active {
        color: #f68b32;
    }

.search_wrapper {
    -moz-transition: max-height .25s;
    -ms-transition: max-height .25s;
    -o-transition: max-height .25s;
    -webkit-transition: max-height .25s;
    transition: max-height .25s;
    background-color: #E4E4E4;
    max-height: 0;
    overflow: hidden;
    text-align: center;
    width: 100%;
}

    .search_wrapper div {
        margin: 10px;
        width: 97%;
    }

.mag-active {
    max-height: 75px;
}

#text_search {
    border: none;
    font-family: inherit;
    height: 25px;
    line-height: 25px;
    min-width: 170px;
    padding-left: 10px;
    width: 40%;
}

#submit_search {
    background-color: #f68b32;
    border: none;
    border-radius: 0;
    color: #FFF;
    cursor: pointer;
    font-family: inherit;
    height: 25px;
    line-height: 25px;
    margin-left: -3px;
    width: 50px;
}

    #submit_search:hover {
        background-color: #19A64F;
    }



/*###  M-OPEN MENU BUTTON  ##*/ /* *questo gruppo * QUI QUI QUI QUI * */
.nav-wrapper_btn {
    -moz-transition: color .25s ease-in-out;
    -ms-transition: color .25s ease-in-out;
    -o-transition: color .25s ease-in-out;
    -webkit-transition: color .25s ease-in-out;
    transition: color .25s ease-in-out;
    cursor: pointer;
    display: none;
    float: right;
    font-size: .9em;
    height: 20px;
    margin: 10px;
    width: 20px;
}

    .nav-wrapper_btn:hover, .nav-wrapper_btn.btn-active {
        color: #f68b32;
    }



/*########### MENU ##########*/
.menu {
    -moz-transition: margin-top .25s;
    -ms-transition: margin-top .25s;
    -o-transition: margin-top .25s;
    -webkit-transition: margin-top .25s;
    transition: margin-top .25s;
    display: inline-block;
    font-family: Raleway;
    font-size: 14px;
    font-weight: 700;
    /*height: 40px;
    margin-top: 110px;*/
    text-transform: uppercase;
}

.nav-item {
    float: left;
}

    .nav-item a, .nav-item a:visited {
        color: #113C2B;
        display: block;
        padding: 0 6px 0 5px;
        text-decoration: none;
        transition: color .25s;
    }

        .nav-item a:hover, .nav-item.active a {
            color: #f68b32;
        }

.menu ul, .menu ol {
    list-style: none;
}



/*########## M-MENU #########*/
.menu-wrapper {
    display: inline-block;
    float: right;
    /*height: 65px;*/
}

.mobile_menu_wrapper {
    -moz-transition: max-height .4s;
    -ms-transition: max-height .4s;
    -o-transition: max-height .4s;
    -webkit-transition: max-height .4s;
    transition: max-height .4s;
    background-color: #ADD8E6;
    max-height: 0;
    overflow: hidden;
}

    .mobile_menu_wrapper.nav-active {
        display: none;
    }

    .mobile_menu_wrapper .menu {
        padding: 0 !important;
        width: 100%;
    }

    .mobile_menu_wrapper .nav-list {
        display: block;
        margin: 0 !important;
        padding: 0 !important;
    }



/*########## FOOTER #########*/
footer {
    background-color: #f68b32 ;
    height: 80px;
    text-align: center;
    width: 100%;
}

    footer div {
        display: inline-block;
        max-width: 97%;
        position: relative;
        text-align: center;
        top: 40%;
        width: 1000px;
    }

        footer div span {
            color: #F5F5F5;
            display: inline-block;
            list-style-type: none;
            margin-right: 15px;
        }

    footer a, footer a:visited {
        color: #FFF;
        text-decoration: none;
        transition: color .25s;
    }

        footer a:hover {
            color: #FFF !important;
            text-decoration: underline;
        }



/*####### PAGE CONTENT ######*/
.content_wrapper {
    background-color: #F5F5F5;
    background-repeat: no-repeat;
    min-height: calc(100vh - 232px);
    text-align: center;
}

.breadcrumb {
    display: inline-block;
    height: 40px;
    margin-bottom: 20px;
    margin-left: -80px;
    margin-top: 0;
    max-width: 97%;
    text-align: left;
    width: 1000px;
}

    .breadcrumb ol * {
        display: inline;
        list-style: none;
    }

    .breadcrumb ol li:after {
        background-image: url(data:image/gif;base64,R0lGODlhCAAHALMAAAAAAP////zbAPrZAPnYAPvZAPnRAPjQAP///wAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAAgALAAAAAAIAAcAAAQWEEkkpi1Fjj2MGcghjgfBdZ+FYCo1RQA7);
        background-position: 5px 5px;
        background-repeat: no-repeat;
        content: '\00a0\00a0\00a0';
        height: 20px;
        width: 20px;
    }

    .breadcrumb ol li:last-child:after {
        content: '';
    }

.pageContent {
    display: inline-block;
    height: 100%;
    max-width: 97%;
    position: relative;
    text-align: justify;
    width: 1000px;
}



/*#####################################
                HOME
#####################################*/
.lastShipping {
    color: #f68b32;
    font-size: 15pt;
    margin: 10px 0 40px;
}

    .lastShipping > span {
        color: #fdaf18;
    }

.date {
    font-size: 10pt;
    color: #f68b32;
    width: 1200px;
    max-width: 99%;
    text-align: right;
    margin: 0;
    padding-top: 10px;
}

.user {
    font-size: 18px;
    font-weight: bold;
    color: #f68b32;
    width: 1200px;
    max-width: 99%;
    text-align: right;
    margin: 0;
    padding-top: 1px;
}

.message {
    color: #fdaf18;
    /*text-transform: uppercase;*/
}

    .message > span {
        display: block;
    }

.info {
    width: 1200px;
    max-width: 97%;
    text-align: right;
    font-style: italic;
    margin-top: 40px;
}



/*####### C-C CAROUSEL ######*/
div.container {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}

.ca-container {
    height: 305px;
    margin: 25px auto 20px;
    position: relative;
    transition: width .25s linear;
    width: 900px;
}

.ca-wrapper {
    height: 100%;
    position: relative;
    width: 100%;
}

.ca-item {
    display: inline-block;
    float: left;
    height: 300px;
    max-width: 100%;
    position: relative;
    text-align: center;
    width: 225px;
}

.ca-item-main {
    -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
    -ms-transition: 1px 1px 2px rgba(0,0,0,0.5);
    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
    box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
    background: #fff;
    bottom: 5px;
    left: 5px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    right: 5px;
    top: 5px;
}

    .ca-item-main img {
        -moz-filter: none !important;
        -ms-filter: none !important;
        -webkit-filter: none !important;
        filter: none !important;
        height: 100%;
        opacity: 1 !important;
        padding: 0;
        width: 100%;
    }

    .ca-item-main .caption {
        background-color: rgba(17,60,43,0.75);
        bottom: 0;
        color: #FFF;
        opacity: 0.01;
        padding: 5px;
        position: absolute;
        transition: opacity .15s linear;
        width: 100%;
    }

    .ca-item-main:hover > .caption {
        opacity: 1;
    }

.ca-nav span {
    background: transparent url(../images/arrows.png) no-repeat top left;
    cursor: pointer;
    height: 38px;
    left: -40px;
    margin-top: -19px;
    opacity: 0.7;
    position: absolute;
    text-indent: -9000px;
    top: 50%;
    width: 25px;
    z-index: 100;
}

    .ca-nav span.ca-nav-next {
        background-position: top right;
        left: auto;
        right: -40px;
    }



/*#####################################
            F A Q + Order
#####################################*/
.scrollerTitleText {
    display: inline-block;
    width: calc(100% - 50px);
}

.grdFAQ {
    border: none;
    vertical-align: top;
    width: 100%;
}

    .grdFAQ tr {
        border: none;
    }

    .grdFAQ td {
        border: none;
    }

.faqWrapper, .scroller {
    border: 1px solid #E4E4E4;
    margin: 2px;
    text-align: left;
}

.question, .scrollerTitle {
    background-color: #E4E4E4;
    cursor: pointer;
    font-size: 15pt;
    padding: 10px;
    text-align: left;
    text-transform: uppercase;
}

    .question:hover, .scrollerTitle:hover {
        color: #f68b32;
        text-align: left;
    }

.arrow {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAAYFBMVEX///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAQAAAMAAAICAAICAAICAAIBAAEBAAEBAAEBAAEBAAEBAAEBAAMBAAMBAAIBAAIBAAIBAAIBAAIBAAIBAAIBAAIBAAK6mUl+AAAAH3RSTlMABgcIGBkdLUdISXaEl5iys7S1trfByNri4/Lz9ff4gNmaqgAAAOVJREFUeAGF092WgjAMBOAhiFqk9UdLFbDz/m+57G5OdetCv6ucM4GLNMGLtM6HcQzetYJPjR2YDLbJ4rqb+MfU1Xiz6fmh3yDZPfiPxy59n+fqof+oey7oa3zruKjDrJm4aGoAWK6wgAxcMQharmrhtLKHyCQerFYOXqstTEy5wVZLj6DVsYJ58sfToDryV8BIdaqwj5zFPaoT1agN2mEiGY3m2hCYnAUmzrmcmQR4vlwEZs4vfPFwfHMVQK5847JB3URu2aCyUd/v+aiLj1V+7uLClFeuuLTltS8fTun0CsdbOP8v4CVaZ7dor7QAAAAASUVORK5CYII=);
    background-size: cover;
    display: inline-block;
    float: right;
    height: 26px;
    width: 26px;
}

.answer, .scrollerContent {
    -moz-transition: max-height .25s;
    -ms-transition: max-height .25s;
    -o-transition: max-height .25s;
    -webkit-transition: max-height .25s;
    transition: max-height .25s;
    background-color: #FFF;
    max-height: 0;
    overflow: hidden;
    padding: 0;
}

    .answer.open, .scrollerContent.open {
        max-height: 600px;
        overflow-y: auto;
        padding: 20px 10px;
    }

.noQuestionsMessage {
    color: #f68b32;
    font-size: 15pt;
}



/*#####################################
        SHOPPING CART + ORDER
#####################################*/ /* QUI QUI QUI QUI QUI*/

.grdShoppingCart, .grdOrder {
    border: none;
    vertical-align: top;
    width: 100%;
}

    .grdShoppingCart tr, .grdOrder tr {
        border-bottom: 2px solid gray;
        min-height: 170px;
    }

.TableHeaderTb tr, .tblAttribute tr {
    border: medium none;
    min-height: 20px;
}

.grdShoppingCart tr:last-child, .grdOrder tr:last-child {
    border-bottom: none;
}

.grdShoppingCart td, .grdOrder td {
    border: none;
}

.grdShoppingCart .productImgWrapper, .grdOrder .productImgWrapper {
    display: inline-block;
    float: left;
    width: 100px;
}

.grdShoppingCart .productImg, .grdOrder .productImg {
    margin-top: 30px;
    width: 100px;
}

.grdShoppingCart .productDescriptionWrapper, .grdOrder .productDescriptionWrapper {
    display: block;
    float: right;
    height: 100%;
    padding: 5px;
    width: calc(95% - 350px);
}

    .grdShoppingCart .productDescriptionWrapper a:hover, .grdOrder .productDescriptionWrapper a:hover {
        text-decoration: underline;
    }

.grdShoppingCart .productDescription, .grdOrder .productDescription {
    -moz-transition: max-height .4s ease-in-out;
    -ms-transition: max-height .4s ease-in-out;
    -o-transition: max-height .4s ease-in-out;
    -webkit-transition: max-height .4s ease-in-out;
    transition: max-height .4s ease-in-out;
    max-height: 150px;
    overflow: hidden;
}

    .grdShoppingCart .productDescription.more, .grdOrder .productDescription.more {
        max-height: 1000px;
        overflow: hidden;
    }

.grdShoppingCart .productPriceWrapper, .grdOrder .productPriceWrapper {
    display: inline-block;
    float: right;
    height: 170px;
    margin-left: 20px;
    width: 230px;
}

.grdShoppingCart .lblTotale, .grdOrder .lblTotale {
    display: block;
    margin: 5px 0 0;
}

.grdShoppingCart .price, .grdOrder .price {
    display: inline-block;
    width: 165px;
}

.grdShoppingCart .checkPrice, .grdShoppingCart .unitPrice, .grdOrder .checkPrice, .grdOrder .unitPrice {
    color: #fdaf18;
    font-family: "PT Sans Narrow" !important;
    font-size: 28pt;
    /*font-weight:700;*/
}

.grdShoppingCart .totalPrice, .grdOrder .totalPrice {
    color: #fdaf18;
    font-family: "PT Sans Narrow" !important;
    font-size: 20pt;
}

.grdShoppingCart .priceSection, .grdOrder .priceSection {
    display: inline-block;
    float: left;
}

.grdShoppingCart .removeItem {
    display: inline-block;
    float: right;
    height: 100%;
    vertical-align: middle;
    width: 35px;
}

.grdShoppingCart .recycleBin i {
    -moz-transition: color .25s ease-in-out;
    -ms-transition: color .25s ease-in-out;
    -o-transition: color .25s ease-in-out;
    -webkit-transition: color .25s ease-in-out;
    transition: color .25s ease-in-out;
    color: #CFCFCF;
    border: none;
    cursor: pointer;
    font-size: 2em;
    font-weight: 100;
    margin-top: 70px;
}

    .grdShoppingCart .recycleBin i:hover {
        color: #fdaf18;
    }

.grdShoppingCart .inputQuantity {
    max-width: 50px;
}

.grdShoppingCart .checkOutFooter, .grdOrder .checkOutFooter {
    display: inline-block;
    float: right;
    margin-left: 20px;
    margin-top: 20px;
    width: 230px;
}

.grdShoppingCart .noProductsMessage, .grdOrder .noProductsMessage {
    color: #f68b32;
    font-size: 15pt;
}

.grdShoppingCart .shoppingCartOptions, .grdOrder .shoppingCartOptions {
    width: 100%;
}

.shoppingCartOptions {
    width: 96%;
}

.TableHeaderTb {
    background-color: #EAEAEA;
}

.tblAttribute tr:nth-child(odd) {
    background-color: #FBFBFB;
}

.tblAttribute tr:nth-child(even) {
    background-color: #EAEAEA;
}

.infoSpedizioneItemsWrapper {
    -moz-transition: height .4s ease-in-out;
    -ms-transition: height .4s ease-in-out;
    -o-transition: height .4s ease-in-out;
    -webkit-transition: height .4s ease-in-out;
    transition: height .4s ease-in-out;
    height: 150px;
}

    .infoSpedizioneItemsWrapper.hidden {
        height: 0;
        overflow: hidden;
    }

.TableError {
    color: Red;
    display: block;
    font-size: 12px;
    font-weight: 700;
}

.CampoObbligatorio {
    color: Red;
    display: block;
    font-size: 12px;
    font-weight: 700;
    margin-left: 5px;
}

.TableHeader {
    color: #000;
    font-family: Verdana, Arial, Tahoma;
    font-size: 12px;
    font-weight: 700;
    padding: 3px;
}

.TableDetail {
    color: #000;
    font-family: Verdana, Tahoma, Arial;
    font-size: 12px;
    font-weight: 400;
    padding: 2px;
}


/*#####################################
            LOG IN + SIGN UP
#####################################*/ /* QUI QUI QUI QUI */
.textLabel {
    display: block;
    text-align: left;
    width: 100%;
}

.dropdownLabel {
    display: block;
    text-align: left;
    width: 100%;
}

/* Targetting Webkit browsers only. FF will show the dropdown arrow with so much padding. */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    select {
        padding-right: 18px;
    }
}

.starMandatory {
    color: red;
}

.infoSpedizioneItem {
    display: inline-block;
    height: 50px;
    max-width: 97%;
    width: 400px;
}

    .infoSpedizioneItem * {
        width: 97%;
    }

.signupwrapper {
    display: inline-block;
    max-width: 97%;
    width: 500px;
}

    .signupwrapper .textInput {
        border: 1px solid #DDD;
        font-size: 1.2em;
        height: 25px;
        width: 100%;
    }

    .signupwrapper .submit {
        border: 1px solid #DDD;
        cursor: pointer;
        font-size: 1.2em;
        height: 44px;
        margin: 0;
        padding: 0;
        width: 100%;
    }

.loginwrapper {
    display: inline-block;
    max-width: 97%;
    width: 400px;
}

    .loginwrapper .textInput {
        border: 1px solid #DDD;
        font-size: 1.2em;
        height: 44px;
        margin: 0 -5px 0 0;
        padding: 0 0 0 5px;
        width: 98%;
    }

    .loginwrapper .submit {
        border: 1px solid #DDD;
        cursor: pointer;
        font-size: 1.2em;
        height: 44px;
        margin: 0;
        padding: 0;
        width: 100%;
    }

    .loginwrapper .accessOptions div {
        display: inline-block;
        margin: 0;
        width: 100%;
    }



































/*##  RESPONSIVE MEDIA QUERIES  ##*/
@media (max-width: 1015px) {
    /*########### HOME ###########*/
    .ca-container {
        width: 675px;
    }

    .logo {
        margin-left: 15px;
    }
}

@media (max-width:950px) { /* QUI QUI QUI*/
    /*########### COMMON #########*/
    .logo {
        height: 72px;
        width: 120px;
    }

    .main_wrapper {
        height: 125px;
    }

    .menu {
        font-size: .8em;
        margin-top: 85px;
    }


    .content_wrapper {
        min-height: calc(100vh - 126px);
    }

    .btns-wrapper {
        margin-top: 85px;
    }

    .search-wrapper_btn {
        font-size: .8em;
        height: 11px;
        margin: 11px;
        width: 11px;
    }
}

@media (max-width: 795px) {
    /*########### HOME ###########*/
    .ca-container {
        width: 450px;
    }

    .ca-item-main > .caption {
        opacity: 1;
    }



    /*####### PRODUCT SHELF ######*/
    .grdProductShelf .productDescriptionWrapper * {
        width: 97% !important; /* To prevent elements to overflow horizontally */
    }

    .grdProductShelf .productDescriptionWrapper > span table, .grdProductShelf .productDescriptionWrapper > span tr, .grdProductShelf .productDescriptionWrapper > span td {
        width: 97% !important;
    }

    .grdProductShelf .productDescriptionWrapper {
        width: calc(100% - 330px);
    }

    .grdProductShelf .productImgWrapper {
        width: 100px;
    }

    .grdProductShelf .productImg {
        width: 100px;
    }



    /*####### SHOPPING CART ######*/
    .grdShoppingCart .productDescriptionWrapper *, .grdOrder .productDescriptionWrapper * {
        width: 97% !important;
    }
}

@media only screen and (max-width: 750px) { /* QUI QUI QUI*/
    /*########### COMMON #########*/
    .main_wrapper {
        text-align: left;
    }

    .mobile_menu_wrapper.nav-active {
        display: block;
        /*max-height: 200px;*/
        max-height: 100%;
    }

    .nav-wrapper_btn, .search-wrapper_btn {
        display: inline-block;
        font-size: 1.5em;
    }

    .search-wrapper_btn {
        height: 20px;
        margin: 10px;
        width: 20px;
    }

    .mobile_menu_wrapper .menu {
        margin-top: 0 !important;
    }

    .menu {
        height: 100%;
        padding: 26px 0 0 !important;
        vertical-align: top;
        width: 0;
    }

    .nav-list {
        display: none;
    }

    .nav-item {
        border-top: 1px solid #FFF;
        float: none;
        font-size: 1.2em;
        text-align: left;
        width: 100%;
    }

        .nav-item a {
            background: #E4E4E4;
            padding: 12px;
        }

    .nav-active {
        display: block;
        margin: 0;
        padding: 0;
    }
}

@media (max-width: 600px) {
    /*####### PRODUCT SHELF ######*/
    .grdProductShelf td {
        width: 97% !important;
    }

    .grdProductShelf .productDescriptionWrapper {
        width: 100%;
    }

    .grdProductShelf .productPriceWrapper {
        margin: 0;
    }

    /*###### SHOPPING CART ######*/
    .grdShoppingCart td, .grdOrder td {
        width: 97% !important;
    }

    .grdShoppingCart .productDescriptionWrapper, .grdOrder .productDescriptionWrapper {
        width: 100%;
    }

    .grdShoppingCart .productPriceWrapper, .grdOrder .productPriceWrapper {
        margin: 0;
    }

    .shoppingCartOptions a {
        display: block !important;
        width: 97%;
        padding-left: 0;
        padding-right: 0;
        text-align: center;
        text-transform: uppercase;
    }
}

@media (max-width: 540px) {
    /*########### HOME ###########*/
    .ca-container {
        width: 225px;
    }

    #toPopup {
        width: 100%;
        left: 20%;
    }
}

















.Overlay {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    background: rgba(0, 0, 0, 0.65);
    z-index: 1000;
    text-align: center;
}

.PopUpPanel {
    display: inline-block;
    text-align: left;
    /*position:absolute;*/
    /*background-color: #737373;  */
    background: none repeat scroll 0 0 white;
    /*left:25%;
  right:25%;*/
    z-index: 2001;
    padding: 10px;
    width: 600px;
    max-width: 95%;
    min-height: 300px;
    max-height: 90%;
    margin: 25px auto 0;
    -moz-box-shadow: 0 0 25px black;
    -webkit-box-shadow: 0 0 25px black;
    box-shadow: 0 0 25px black;
    /*border-radius:5px;
  -moz-border-radiux:5px;
  -webkit-border-radiux:5px;*/
    border: 1px solid #CCCCCC;
}

    .PopUpPanel .closeWrapper {
        display: block;
        width: 100%;
        /*height:50px;*/
    }

.panelPopUpPanelProductContent {
    display: block;
    width: 100%;
    height: auto;
}

    .panelPopUpPanelProductContent .productImage {
        float: left;
        display: inline-block;
        max-height: 400px;
        width: 200px;
    }

        .panelPopUpPanelProductContent .productImage img {
            display: inline-block;
            max-width: 100%;
            max-height: 100%;
        }

    .panelPopUpPanelProductContent .productDescription {
        float: right;
        display: inline-block;
        width: 365px;
        max-height: 400px;
        overflow-y: auto;
    }

@media (max-width: 600px) {
    .panelPopUpPanelProductContent .productImage {
        text-align: center;
        display: block;
        /*width: 100%;*/
        height: 175px;
    }

    .panelPopUpPanelProductContent .productDescription {
        display: block;
        width: 100%;
    }
}

/* Popup home fascetta */
#backgroundPopup {
    z-index: 1;
    position: fixed;
    display: none;
    height: 100%;
    width: 100%;
    background: #000000;
    top: 0px;
    left: 0px;
}

#toPopup {
    font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 10px solid #ccc;
    border-radius: 3px 3px 3px 3px;
    color: #333333;
    display: none;
    font-size: 14px;
    left: 60%;
    margin-left: -402px;
    position: fixed;
    top: 20%;
    z-index: 2;
}

div.loader {
    background: url("../images/loading.gif") no-repeat scroll 0 0 transparent;
    height: 32px;
    width: 32px;
    display: none;
    z-index: 9999;
    top: 40%;
    left: 50%;
    position: absolute;
    margin-left: -10px;
}

div.close {
    background: url("../images/closebox.png") no-repeat scroll 0 0 transparent;
    bottom: 24px;
    cursor: pointer;
    float: right;
    height: 30px;
    left: 27px;
    position: relative;
    width: 30px;
}

span.ecs_tooltip {
    background: none repeat scroll 0 0 #000000;
    border-radius: 2px 2px 2px 2px;
    color: #FFFFFF;
    display: none;
    font-size: 11px;
    height: 16px;
    opacity: 0.7;
    padding: 4px 3px 2px 5px;
    position: absolute;
    right: -62px;
    text-align: center;
    top: -51px;
    width: 93px;
}

span.arrow {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #000000;
    display: block;
    height: 1px;
    left: 40px;
    position: relative;
    top: 3px;
    width: 1px;
}

div#popup_content {
    margin: 4px 7px;
}

/* Lista ordini cliente */
table {
    max-width: 100%;
    background-color: transparent;
}

th {
    text-align: left;
}

.table {
    width: 100%;
    margin-bottom: 20px;
}

    .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
        padding: 8px;
        line-height: 1.428571429;
        vertical-align: middle;
        border-top: 1px solid #ddd;
    }

    .table > thead > tr > th {
        vertical-align: bottom;
        border-bottom: 2px solid #ddd;
    }

    .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td {
        border-top: 0;
    }

    .table > tbody + tbody {
        border-top: 2px solid #ddd;
    }

    .table .table {
        background-color: #fff;
    }

.table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {
    padding: 5px;
}

.table-bordered {
    border: 1px solid #ddd;
}

    .table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
        border: 1px solid #ddd;
    }

    .table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
        border-bottom-width: 2px;
    }

.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
    background-color: #f5f5f5;
}

table col[class*=col-] {
    position: static;
    float: none;
    display: table-column;
}

table td[class*=col-], table th[class*=col-] {
    position: static;
    float: none;
    display: table-cell;
}

.table > thead > tr > td.active, .table > tbody > tr > td.active, .table > tfoot > tr > td.active, .table > thead > tr > th.active, .table > tbody > tr > th.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > tbody > tr.active > td, .table > tfoot > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr.active > th, .table > tfoot > tr.active > th {
    background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr.active:hover > th {
    background-color: #e8e8e8;
}

.table > thead > tr > td.success, .table > tbody > tr > td.success, .table > tfoot > tr > td.success, .table > thead > tr > th.success, .table > tbody > tr > th.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > tbody > tr.success > td, .table > tfoot > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr.success > th, .table > tfoot > tr.success > th {
    background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6;
}

.table > thead > tr > td.info, .table > tbody > tr > td.info, .table > tfoot > tr > td.info, .table > thead > tr > th.info, .table > tbody > tr > th.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > tbody > tr.info > td, .table > tfoot > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr.info > th, .table > tfoot > tr.info > th {
    background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr.info:hover > th {
    background-color: #c4e3f3;
}

.table > thead > tr > td.warning, .table > tbody > tr > td.warning, .table > tfoot > tr > td.warning, .table > thead > tr > th.warning, .table > tbody > tr > th.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > tbody > tr.warning > td, .table > tfoot > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr.warning > th, .table > tfoot > tr.warning > th {
    background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr.warning:hover > th {
    background-color: #faf2cc;
}

.table > thead > tr > td.danger, .table > tbody > tr > td.danger, .table > tfoot > tr > td.danger, .table > thead > tr > th.danger, .table > tbody > tr > th.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > tbody > tr.danger > td, .table > tfoot > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr.danger > th, .table > tfoot > tr.danger > th {
    background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc;
}

@media (max-width:767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        overflow-x: scroll;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
        -webkit-overflow-scrolling: touch;
    }

        .table-responsive > .table {
            margin-bottom: 0;
        }

            .table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td {
                white-space: nowrap;
            }

        .table-responsive > .table-bordered {
            border: 0;
        }

            .table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child {
                border-left: 0;
            }

            .table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child {
                border-right: 0;
            }

            .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > td {
                border-bottom: 0;
            }
}

/*Paginazione griglia*/
.GridPager {
    background-color: #fff;
    padding: 2px;
    margin: 2% auto;
}

    .GridPager a {
        margin: auto 1%;
        border-radius: 4px;
        background-color: #f5f5f5;
        padding: 5px 10px 5px 10px;
        color: #969696;
        text-decoration: none;
        border: 1px solid #969696;
    }

        .GridPager a:hover {
            background-color: #969696;
            color: #fff;
            border: 1px solid #969696;
        }

    .GridPager span {
        background-color: #969696;
        color: #fff;
        border: 1px solid #969696;
        border-radius: 4px;
        padding: 5px 10px 5px 10px;
    }
/* Add this attribute to the element that needs a tooltip */
[data-tooltip] {
    position: relative;
    z-index: 2;
    font-size: 18px;
}

    /* Hide the tooltip content by default */
    [data-tooltip]:before,
    [data-tooltip]:after {
        visibility: hidden;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0;
        pointer-events: none;
    }

    /* Position tooltip above the element */
    [data-tooltip]:before {
        position: absolute;
        bottom: 150%;
        left: 50%;
        margin-bottom: 5px;
        margin-left: -80px;
        padding: 7px;
        width: 160px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        background-color: #000;
        background-color: hsla(0, 0%, 20%, 0.9);
        color: #fff;
        content: attr(data-tooltip);
        text-align: center;
        font-size: 14px;
        line-height: 1.2;
    }

    /* Triangle hack to make tooltip look like a speech bubble */
    [data-tooltip]:after {
        position: absolute;
        bottom: 150%;
        left: 50%;
        margin-left: -5px;
        width: 0;
        border-top: 5px solid #000;
        border-top: 5px solid hsla(0, 0%, 20%, 0.9);
        border-right: 5px solid transparent;
        border-left: 5px solid transparent;
        content: " ";
        font-size: 0;
        line-height: 0;
    }

    /* Show tooltip content on hover */
    [data-tooltip]:hover:before,
    [data-tooltip]:hover:after {
        visibility: visible;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
        opacity: 1;
    }

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .alert h4 {
        margin-top: 0;
        color: inherit;
    }

    .alert .alert-link {
        font-weight: 700;
    }

    .alert > p, .alert > ul {
        margin-bottom: 0;
    }

        .alert > p + p {
            margin-top: 5px;
        }

.alert-dismissable {
    padding-right: 35px;
}

    .alert-dismissable .close {
        position: relative;
        top: -2px;
        right: -21px;
        color: inherit;
    }

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}

    .alert-success hr {
        border-top-color: #c9e2b3;
    }

    .alert-success .alert-link {
        color: #2b542c;
    }

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}

    .alert-info hr {
        border-top-color: #a6e1ec;
    }

    .alert-info .alert-link {
        color: #245269;
    }

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}

    .alert-warning hr {
        border-top-color: #f7e1b5;
    }

    .alert-warning .alert-link {
        color: #66512c;
    }

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}

    .alert-danger hr {
        border-top-color: #e4b9c0;
    }

    .alert-danger .alert-link {
        color: #843534;
    }

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20);
}

    .close:hover, .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
        opacity: .5;
        filter: alpha(opacity=50);
    }

.hidden2 {
    display: none;
}

.mr15 {
    margin-right: 15px;
}

.productShelf {
    text-align: center;
    width: 100%;
}

.productsWrapper {
    display: inline-block;
    text-align: center;
    margin: 0;
    padding: 0;
    width: 970px;
}

.productItem {
    -moz-transition: border .4s ease-in-out;
    -ms-transition: border .4s ease-in-out;
    -o-transition: border .4s ease-in-out;
    -webkit-transition: border .4s ease-in-out;
    transition: border .4s ease-in-out;
    border: 1px solid #cdcdcd;
    float: left;
    text-align: center;
    margin: 30px 10px 10px 30px;
    display: inline-block;
    height: 300px;
    width: 200px;
}



.productImgWrapper {
    text-align: center;
    display: inline-block;
    height: 55%;
    width: 85%;
    white-space: nowrap;
    text-align: center;
    margin: 1em 0px 1em -0.5em;
}

    .productImgWrapper img {
        display: inline-block;
        vertical-align: middle;
        max-height: 100%;
        max-width: 100%;
    }

.productDigitalDownload,
.productDigitalView {
    cursor: pointer;
    display: inline-block;
    height: 30px;
    width: 35%;
    color: #FFF;
}

.productDigitalDownload,
.productDigitalView {
    background-image: -webkit-linear-gradient(to bottom, #f68b32 0px, #f4aa00 100%);
    background-image: -o-linear-gradient(to bottom, #f68b32 0px, #f4aa00 100%);
    background-image: -moz-linear-gradient(to bottom, #f68b32 0px, #f4aa00 100%);
    background-image: linear-gradient(to bottom, #f68b32 0px, #f4aa00 100%);
}


.productDigitalDownload:hover,
.productDigitalView:hover {
    background-image: -webkit-linear-gradient(to bottom, #f4aa00 0px, #f68b32 100%);
    background-image: -o-linear-gradient(to bottom, #f4aa00 0px, #f68b32 100%);
    background-image: -moz-linear-gradient(to bottom, #f4aa00 0px, #f68b32 100%);
    background-image: linear-gradient(to bottom, #f4aa00 0px, #f68b32 100%);
}