﻿
/*********** HEADER ***********/

.admin-header-links {
    background-color: #333;
    text-align: center;
    color: #eee;
}

    .admin-header-links * {
        display: inline-block;
        margin: 0 10px;
        line-height: 35px;
        font-size: 12px;
        font-weight: bold;
        color: #eee;
    }

    .admin-header-links .impersonate {
        display: inline-block;
    }

        .admin-header-links .impersonate a {
            background-color: #555;
            padding: 0 15px;
        }

            .admin-header-links .impersonate a:hover {
                background-color: #666;
            }



/*********** NOTIFICATIONS & POPUPS  ***********/



.bar-notification {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    padding: 15px 25px 15px 10px;
    line-height: 16px;
    color: #fff;
    opacity: 0.95;
}

    .bar-notification.success {
        background-color: #4bb07a;
    }

    .bar-notification.error {
        background-color: #e4444c;
    }

    .bar-notification.warning {
        background-color: #f39c12;
    }

    .bar-notification .content {
        margin: 0 10px 0 0;
    }

        .bar-notification .content a {
            color: #fff;
            text-decoration: underline;
        }

    .bar-notification .close {
        position: absolute;
        top: 0;
        right: 0;
        width: 32px;
        height: 32px;
        margin: 7px;
        background: #fff url('../images/close.png') center no-repeat;
        cursor: pointer;
    }

.noscript {
    border-bottom: 1px solid #333;
    background-color: #ff9;
    padding: 30px 15px;
    text-align: center;
    line-height: 22px;
    color: #444;
}

.ajax-loading-block-window {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 999;
    width: 32px;
    height: 32px;
    margin: -16px 0 0 -16px;
    background: url('../images/loading.gif') center no-repeat;
}

.please-wait {
    background: url('../images/ajax-loader-small.gif') no-repeat;
    padding-left: 20px;
    font-size: 14px;
}



.eu-cookie-bar-notification {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1050;
    width: 320px;
    height: 180px;
    margin: -90px 0 0 -160px;
    border: 1px solid #ccc;
    box-shadow: 0 0 2px rgba(0,0,0,0.15);
    background-color: #fff;
    padding: 20px;
    text-align: center;
}

    .eu-cookie-bar-notification .text {
        margin-bottom: 20px;
        line-height: 20px;
    }

    .eu-cookie-bar-notification button {
        min-width: 60px;
        margin: 5px 0 10px;
        border: none;
        background-color: #4ab2f1;
        padding: 8px 12px;
        font-size: 14px;
        color: #fff;
    }

        .eu-cookie-bar-notification button:hover {
            background-color: #248ece;
        }

    .eu-cookie-bar-notification a {
        display: block;
        color: #4ab2f1;
    }

        .eu-cookie-bar-notification a:hover {
            text-decoration: underline;
        }


#instafeed-gallery-feed img{
    width:200px !important;
    height:200px !important;
}


.cart-box {
	position: absolute;
	top: 64px;
	right: 22px;
	z-index: 100;
	box-shadow: 0 0 2px rgba(0,0,0,0.25);
	background-color: #fff;
}

.flyout-cart.active .cart-box {
    display: block !important;
}

/*.mini-shopping-cart {
    padding: 12px;
    text-align: left;
    font-size: 12px;
}

    .mini-shopping-cart .count {
        padding: 5px 0 15px;
        color: #444;
    }

        .mini-shopping-cart .count a {
            margin: 0 2px;
            font-weight: bold;
            color: #444;
        }

    .mini-shopping-cart .items {
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        margin: 0 0 20px;
    }

    .mini-shopping-cart .item {
        overflow: hidden;
        padding: 10px 0;
    }

    .mini-shopping-cart .picture {
        float: left;
        width: 70px;
        text-align: center;
    }

        .mini-shopping-cart .picture a {
            display: block;
            position: relative;
            overflow: hidden;
        }

            .mini-shopping-cart .picture a:before {
                content: "";
                display: block;
                padding-top: 100%;
            }

        .mini-shopping-cart .picture img {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            margin: auto;
            max-width: 100%;
        }

        .mini-shopping-cart .picture + .product {
            margin: 0 0 0 80px;
        }

    .mini-shopping-cart .name {
        margin: 0 0 10px;
        font-size: 14px;
    }

        .mini-shopping-cart .name a {
            color: #4ab2f1;
        }

            .mini-shopping-cart .name a:hover {
                color: #248ece;
            }

    .mini-shopping-cart .attributes {
        margin: 5px 0;
        color: #444;
    }

    .mini-shopping-cart .totals {
        margin: 0 0 12px;
        font-size: 14px;
    }

        .mini-shopping-cart .totals strong {
            font-size: 16px;
            color: #444;
        }

    .mini-shopping-cart .buttons {
        margin: 0 0 5px;
    }

    .mini-shopping-cart input[type="button"] {
        display: inline-block;
        border: none;
        background-color: #4ab2f1;
        font-size: 12px;
        cursor:pointer;
        color: #fff;
        text-transform: uppercase;
    }

        .mini-shopping-cart input[type="button"]:hover {
            background-color: #248ece;
        }*/




/*.center-1 {
    margin: 0 0 100px;
}

.center-2, .side-2 {
    margin: 0 0 50px;
}

    .side-2:after {
        content: "";
        display: block;
        clear: both;
    }

.page {
    min-height: 200px;
    text-align: center;
}

.page-title {
    min-height: 50px;
    margin: 0 0 25px;
    border-bottom: 1px solid #ddd;
    padding: 6px 10px;
}

    .page-title h1 {
        font-size: 30px;
        font-weight: normal;
    }

    .page:after,
    .page-title:after,
    .page-body:after {
        content: "";
        display: block;
        clear: both;
    }

.center-1 .page-title,
.center-1 .title {
    text-align: center;
}

.buttons {
    margin: 0 0 30px;
}

.link-rss {
    display: none;
    width: 24px;
    height: 24px;
    background: url('../images/rss.png') center no-repeat;
    font-size: 0 !important;
}

.category-description ul,
.manufacturer-description ul,
.full-description ul,
.topic-block ul,
.topic-page ul,
.post-body ul {
    margin: 12px 0;
    padding: 0 0 0 36px;
    list-style: disc;
}

.category-description ol,
.manufacturer-description ol,
.full-description ol,
.topic-block ol,
.topic-page ol,
.post-body ol {
    margin: 12px 0;
    padding: 0 0 0 36px;
    list-style: decimal;
}

.category-description p,
.manufacturer-description p,
.full-description p,
.topic-block p,
.topic-page p,
.post-body p,
.news-body p {
    margin: 10px 0;
    text-align: justify;
}


/*** REGISTRATION, LOGIN, ACCOUNT ***/


/*.gender span {
    margin: 0 10px 0 0;
}

    .gender span > * {
        margin: 0 5px 0 0;
    }

.date-of-birth select + select {
    margin: 0 0 0 11px;
}

#check-availability-button {
    display: block;
    margin: 10px auto;
}

.login-page .customer-blocks {
    overflow: hidden;
}

.login-page .new-wrapper {
    float: left;
    width: 49%;
    margin: 0;
}

    .login-page .new-wrapper .text {
        min-height: 200px;
    }

.login-page .returning-wrapper {
    float: right;
    width: 49%;
}

    .login-page .returning-wrapper .form-fields {
        min-height: 200px;
        padding: 30px 0 0;
    }

    .login-page .returning-wrapper .inputs label {
        width: 110px;
    }

    .login-page .returning-wrapper input[type="text"],
    .login-page .returning-wrapper input[type="email"],
    .login-page .returning-wrapper input[type="password"] {
        width: 300px;
    }

.address-list-page .section,
.order-list-page .section,
.return-request-list-page .section {
    display: block;
    width: auto;
    margin: 0 0 40px;
}

.address-list-page .buttons,
.order-list-page .buttons {
    position: absolute;
    top: 5px;
    right: 10px;
}

.avatar-page .message-error,
.avatar-page .buttons {
    text-align: left;
}

.registration-page .vat-note {
    margin-left: 275px;
}

.customer-info-page .vat-note,
.customer-info-page .email-to-revalidate-note {
    margin-left: 150px;
}

.customer-info-page .vat-status {
    display: inline-block;
}*/

#misure{display:none; overflow: hidden}
#misure .accordion{overflow-y: scroll; max-height: 300px; margin-right: -12px}
#misure .accordion .accordion-click{cursor:pointer}
.main-scheda .scrollable .attributes .select, .main-scheda .scrollable .attributes .select select {height: 30px; width: 100%; overflow: hidden !important; white-space: nowrap;text-overflow: ellipsis !important;}