body {
    font-family: Lato, sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #212121;
    line-height: 24px;
    background: #fff;
}

p {
    padding: 10px 0;
    margin: 0;
    font-size: 16px;
    line-height: 27px;
    color: #212121;
}

a {
    color: #212121;
}

    a:focus, a:hover {
        text-decoration: none;
        color: #f44336;
        outline: 0!important;
        outline-color: transparent!important;
    }

button:focus, input:focus, select:focus {
    outline-color: transparent;
    outline: 0;
}

.testo {
    font-size: 15px;
    line-height: 30px;
    text-align: inherit;
    outline: 0;
    color: #6d6e71;
}

@media (min-width:1200px) {
    .container {
        max-width: 1200px;
        width: 100%;
    }
}

img {
    max-width: 100%;
    height: auto;
}

.thumb img {
    display: block;
    margin: auto;
}

.grayscale {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: .5;
}

    .grayscale:hover {
        -webkit-filter: grayscale(0);
        filter: grayscale(0);
        opacity: 1;
    }

input {
    height: 40px;
}

.btn-custom, .btn-custom-2, .button_class {
    background: #0f639a;
    color: #fff;
    text-transform: uppercase;
    padding: 2px 25px;
    display: inline-block;
    border: 0;
    font-size: 16px;
    line-height: 36px;
    -webkit-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
}

    .btn-custom:focus, .btn-custom:hover, .button_class:focus, .button_class:hover {
        color: #000;
    }

.btn:hover {
    color: #f44336;
}

.btn-custom-3 {
    background: #99d217;
}

.add-to-cart {
    background-image: url(../images/cart_icon.png);
    background-repeat: no-repeat;
    background-position: 20px center;
    padding-left: 45px;
}

.btn-facebook {
    background: #4267b2;
    color: #fff;
    padding: 2px 25px;
    display: inline-block;
    border: 0;
    font-size: 16px;
    line-height: 36px;
    font-family: Helvetica, Arial, sans-serif;
    -webkit-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
}

    .btn-facebook:focus, .btn-facebook:hover {
        background: #6d84b4;
    }

.light-blue {
    background: #2196f3;
    color: #2196f3;
}

.orange {
    background: #ff9800;
    color: #ff9800;
}

.blueviolet {
    background: #673ab7;
    color: #673ab7;
}

.orange-dark {
    background: #ff5722;
    color: #ff5722;
}

.steelblue {
    color: #607d8b;
    background: #607d8b;
}

.red-light {
    background: #fd4339;
}

.cyan-dark {
    background: #00bcd4;
}

.border-left {
    border-left: 1px solid #e0e0e0;
}

.section-large-top {
    padding-top: 100px;
    background: #fff;
}

.section-medium {
    padding: 90px 0;
}

.section-large {
    background: #fff;
}

.bk-white {
    background: #fff;
}

.section-small {
    padding: 31px 0;
}

.section-small2 {
    padding: 60px 0 85px;
}

.bk-gray {
    background: #f5f5f5;
}

.parallax {
    background-attachment: fixed!important;
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    position: relative;
}

    .parallax:before {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
        content: '';
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .45);
    }

    .parallax > * {
        z-index: 2;
        position: relative;
    }

.box-shadow {
    border-bottom: 1px solid #e0e0e0;
    position: relative;
}

    .box-shadow:before {
        background-image: url(../images/shadow.png);
        background-position: center bottom;
        background-color: transparent;
        background-repeat: no-repeat;
        position: absolute;
        width: 100%;
        height: 20px;
        content: '';
        left: 0;
        top: 100%;
    }

.tz-title-black {
    font-size: 30px;
    font-family: loveloblack;
    font-weight: 400;
    line-height: 30px;
    text-transform: uppercase;
    color: #212121;
    margin: 38px 0;
    padding: 0;
}

    .tz-title-black span {
        font-weight: 300;
        font-size: 19px;
        font-family: Lato, sans-serif;
        color: #212121;
        line-height: 21px;
        display: inline-block;
        text-transform: none;
        padding-left: 32px;
        -webkit-transform: translate(0, -3px);
        -ms-transform: translate(0, -3px);
        -o-transform: translate(0, -3px);
        transform: translate(0, -3px);
    }

.tz-title {
    font-size: 19px;
    line-height: 36px;
    color: #212121;
    margin: 0;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: .3px;
}

.style-boxed {
    background-image: url(../images/background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

    .style-boxed .tz-site {
        max-width: 1250px;
        width: 100%;
        margin: auto;
        -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, .3);
        box-shadow: 0 0 9px 0 rgba(0, 0, 0, .3);
    }

#tz-header {
    position: relative;
    z-index: 999;
}

.header-top {
    position: relative;
    margin: 18px 0;
}

    .header-top:after {
        clear: both;
        display: table;
        content: '';
    }

    .header-top ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .header-top ul:after {
            clear: both;
            display: table;
            content: '';
        }

        .header-top ul li {
            position: relative;
            float: left;
            padding: 0 0 12px;
            z-index: 99;
        }

            .header-top ul li > a {
                display: block;
                padding: 0 18px;
                line-height: 16px;
                font-size: 14px;
            }

            .header-top ul li:first-child a {
                border-left: 0;
            }

            .header-top ul li ul {
                list-style: none;
                padding: 0;
                margin: 0;
                position: absolute;
                left: 70%;
                top: 100%;
                min-width: 100px;
                padding: 10px 14px 8px;
                border: 2px solid #e0e0e0;
                background: #fff;
                -webkit-transition: all .15s ease 0s;
                -o-transition: all .15s ease 0s;
                transition: all .15s ease 0s;
                visibility: hidden;
                opacity: 0;
            }

                .header-top ul li ul li {
                    float: none;
                    padding: 0;
                }

                    .header-top ul li ul li a {
                        -webkit-transition: padding-left .4s ease 0s;
                        -o-transition: padding-left .4s ease 0s;
                        transition: padding-left .4s ease 0s;
                        line-height: 31px;
                        padding: 0;
                        display: block;
                    }

                        .header-top ul li ul li a:hover {
                            padding-left: 10px!important;
                        }

                .header-top ul li ul:before {
                    position: absolute;
                    left: 8px;
                    top: -7px;
                    border-bottom: 5px solid #e0e0e0;
                    border-left: 6px solid transparent;
                    border-right: 6px solid transparent;
                    content: '';
                }

                .header-top ul li ul:after {
                    position: absolute;
                    left: 10px;
                    top: -4px;
                    border-bottom: 4px solid #fff;
                    border-left: 3px solid transparent;
                    border-right: 4px solid transparent;
                    content: '';
                }

            .header-top ul li:hover > ul.sub-menu {
                opacity: 1;
                -webkit-transition: all .4s ease 0s;
                -o-transition: all .4s ease 0s;
                transition: all .4s ease 0s;
                left: 0;
                visibility: visible;
            }

        .header-top ul.pull-left li:first-child a {
            padding-left: 0;
        }

        .header-top ul.pull-right li:last-child a {
            padding-right: 0;
        }

.tz-header-login:hover .tz-login-form {
    visibility: visible;
    top: 100%;
    -webkit-transition: all .6s ease 0s;
    -o-transition: all .6s ease 0s;
    transition: all .6s ease 0s;
    opacity: 1;
}

.tz-login-form {
    position: absolute;
    top: 80px;
    min-width: 310px;
    border: 2px solid #e0e0e0;
    background: #fff;
    padding: 2px 18px;
    visibility: hidden;
    -webkit-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    transition: all .2s ease 0s;
    opacity: 0;
    right: 0;
}

    .tz-login-form:before {
        position: absolute;
        right: 8px;
        top: -7px;
        border-bottom: 5px solid #e0e0e0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        content: '';
    }

    .tz-login-form:after {
        position: absolute;
        right: 10px;
        top: -4px;
        border-bottom: 4px solid #fff;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        content: '';
    }

    .tz-login-form .form-content {
        margin: 15px 0;
        padding: 0;
    }

        .tz-login-form .form-content label {
            display: block;
            font-size: 16px;
            line-height: 36px;
            color: #212121;
            font-weight: 300;
            margin: 0;
        }

        .tz-login-form .form-content input {
            width: 100%;
            display: block;
            border: 1px solid #e0e0e0;
            padding: 0 10px;
        }

    .tz-login-form .form-footer {
        padding: 4px 0;
    }

        .tz-login-form .form-footer:after {
            clear: both;
            display: table;
            content: '';
        }

        .tz-login-form .form-footer a {
            display: inline-block;
            -webkit-transform: translate(0, 6px);
            -ms-transform: translate(0, 6px);
            -o-transform: translate(0, 6px);
            transform: translate(0, 6px);
            color: #f44336;
        }

    .tz-login-form .form-text {
        padding: 21px 0 30px;
    }

        .tz-login-form .form-text a {
            color: #f44336;
        }

.tz-down {
    padding-left: 7px;
}

.header-content {
    padding: 17px 0 50px;
}

    .header-content:after {
        clear: both;
        display: table;
        content: '';
    }

.tz-logo {
    padding: 0;
    margin: 0;
}

.tz-search {
    position: relative;
    z-index: 7;
}

    .tz-search:after {
        clear: both;
        display: table;
        content: '';
    }

    .tz-search form {
        display: block;
    }

        .tz-search form:after {
            clear: both;
            display: table;
            content: '';
        }

    .tz-search .select-arrow {
        display: block;
        float: left;
        position: relative;
        font-weight: 300;
        margin: 0;
        padding: 0;
    }

        .tz-search .select-arrow:after {
            font-family: FontAwesome;
            width: 28px;
            content: '\f0d7';
            position: absolute;
            right: 0;
            top: 1px;
            pointer-events: none;
            background: #fff;
            line-height: 38px;
            margin-right: 11px;
        }

    .tz-search select {
        padding: 0 12px;
        min-width: 155px;
        display: block;
        border: 1px solid #e0e0e0;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        margin-right: 10px;
        height: 40px;
        font-size: 14px;
        -webkit-appearance: none;
    }

        .tz-search select option {
            padding: 8px;
            font-size: 14px;
            display: block;
        }

    .tz-search #KEY {
        display: block;
        border: 1px solid #e0e0e0;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        height: 40px;
        width: 385px;
        padding: 0 15px;
        line-height: 40px;
        float: left;
    }

        .tz-search #KEY::-moz-placeholder {
            color: #bdbdbd;
            opacity: 1;
        }

        .tz-search #KEY:-ms-input-placeholder {
            color: #bdbdbd;
        }

        .tz-search #KEY::-webkit-input-placeholder {
            color: #bdbdbd;
        }

    .tz-search button[type=submit] {
        width: 20px;
        height: 20px;
        border: 0;
        background-color: transparent;
        background-position: center center;
        background-repeat: no-repeat;
        background-image: url(../images/searchicon.png);
        display: block;
        position: absolute;
        right: 16px;
        top: 50%;
        margin-top: -11px;
    }

    .tz-search .live-search {
        display: none;
        position: absolute;
        right: 0;
        width: 385px;
        border: 2px solid #e0e0e0;
        top: 100%;
        padding: 8px 18px 17px;
        margin: 10px 0 0 0;
        background: #fff;
    }

        .tz-search .live-search:before {
            position: absolute;
            left: 40px;
            top: -7px;
            border-bottom: 5px solid #e0e0e0;
            border-left: 6px solid transparent;
            border-right: 6px solid transparent;
            content: '';
        }

        .tz-search .live-search:after {
            position: absolute;
            left: 40px;
            top: -4px;
            border-bottom: 4px solid #fff;
            border-left: 6px solid transparent;
            border-right: 4px solid transparent;
            content: '';
        }

        .tz-search .live-search ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }

            .tz-search .live-search ul li {
                border-top: 1px solid #e0e0e0;
                padding-top: 15px;
                margin-top: 15px;
            }

                .tz-search .live-search ul li:after {
                    clear: both;
                    display: table;
                    content: '';
                }

                .tz-search .live-search ul li:first-child {
                    border-top: 0;
                    padding-top: 0;
                    margin-top: 0;
                }

                .tz-search .live-search ul li .live-img {
                    float: left;
                    display: block;
                    width: 60px;
                    height: 60px;
                    border: 1px solid #e0e0e0;
                    text-align: center;
                    position: relative;
                }

                    .tz-search .live-search ul li .live-img img {
                        max-width: 60px;
                        position: absolute;
                        left: 50%;
                        top: 50%;
                        -webkit-transform: translate(-50%, -50%);
                        -ms-transform: translate(-50%, -50%);
                        -o-transform: translate(-50%, -50%);
                        transform: translate(-50%, -50%);
                    }

                .tz-search .live-search ul li .live-search-content {
                    padding-left: 80px;
                }

                    .tz-search .live-search ul li .live-search-content h6 {
                        font-size: 16px;
                        font-weight: 300;
                    }

                    .tz-search .live-search ul li .live-search-content .live-meta a {
                        color: #f44336;
                    }

                    .tz-search .live-search ul li .live-search-content .product-color {
                        padding-left: 30px;
                    }

                        .tz-search .live-search ul li .live-search-content .product-color i {
                            width: 10px;
                            height: 10px;
                            display: inline-block;
                            border-radius: 50%;
                            -moz-border-radius: 50%;
                            -webkit-border-radius: 50%;
                            -ms-border-radius: 50%;
                            -o-border-radius: 50%;
                        }

.tz-menu-primary {
    background: #212121;
    position: relative;
}

    .tz-menu-primary .container {
        position: relative;
    }

.tz-main-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .tz-main-menu:after {
        clear: both;
        display: table;
        content: '';
    }

    .tz-main-menu > li {
        float: left;
        position: relative;
    }

        .tz-main-menu > li > a {
            display: block;
            color: #fff;
            font-size: 16px;
            text-transform: uppercase;
            padding: 0 24px;
            line-height: 60px;
            position: relative;
        }

            .tz-main-menu > li > a:focus, .tz-main-menu > li > a:hover {
                color: #f44336;
            }

            .tz-main-menu > li > a span {
                display: block;
                text-transform: uppercase;
                position: absolute;
                left: 32%;
                top: -10px;
                font-size: 11px;
                font-weight: 400;
                min-width: 70px;
                text-align: center;
                line-height: 21px;
                color: #fff;
                z-index: 888;
            }

                .tz-main-menu > li > a span:before {
                    content: '';
                    position: absolute;
                    left: 4px;
                    bottom: -3px;
                    border-top: 3px solid #fd4339;
                    border-left: 3px solid transparent;
                    border-right: 3px solid transparent;
                }

                .tz-main-menu > li > a span.cyan-dark:before {
                    border-top: 3px solid #00bcd4;
                    border-left: 3px solid transparent;
                    border-right: 3px solid transparent;
                }

        .tz-main-menu > li:first-child a {
            padding-left: 0;
        }

        .tz-main-menu > li .sub-menu {
            position: absolute;
            left: 0;
            top: 180%;
            background: #fff;
            min-width: 200px;
            padding: 10px 20px;
            list-style: none;
            margin: 0;
            visibility: hidden;
            -webkit-transition: all .2s ease 0s;
            -o-transition: all .2s ease 0s;
            transition: all .2s ease 0s;
            -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, .3);
            box-shadow: 0 0 3px 0 rgba(0, 0, 0, .3);
            opacity: 0;
            z-index: 888;
        }

            .tz-main-menu > li .sub-menu:before {
                position: absolute;
                left: 90%;
                top: -5px;
                border-bottom: 5px solid #fff;
                border-left: 6px solid transparent;
                border-right: 6px solid transparent;
                content: '';
                opacity: 0;
            }

            .tz-main-menu > li .sub-menu li a {
                display: block;
                color: #212121;
                font-size: 16px;
                line-height: 36px;
                position: relative;
                text-transform: none;
                -webkit-transition: all .4s ease 0s;
                -o-transition: all .4s ease 0s;
                transition: all .4s ease 0s;
            }

                .tz-main-menu > li .sub-menu li a:focus, .tz-main-menu > li .sub-menu li a:hover {
                    color: #f44336;
                }

        .tz-main-menu > li:hover .dropdown-mega, .tz-main-menu > li:hover > .sub-menu {
            visibility: visible;
            top: 100%;
            opacity: 1;
            -webkit-transition: all .5s ease 0s;
            -o-transition: all .5s ease 0s;
            transition: all .5s ease 0s;
        }

            .tz-main-menu > li:hover > .sub-menu:before {
                opacity: 1;
                left: 20px;
                -webkit-transition: all .5s ease .1s;
                -o-transition: all .5s ease .1s;
                transition: all .5s ease .1s;
            }

        .tz-main-menu > li.no-position {
            position: static;
        }

.dropdown-mega {
    position: absolute;
    left: 0;
    top: 180%;
    width: 100%;
    padding: 38px 0 46px;
    background: #fff;
    visibility: hidden;
    -webkit-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    transition: all .2s ease 0s;
    opacity: 0;
    box-shadow: 0 0 15px -5px #4e4e4e;
}

    .dropdown-mega:before {
        position: absolute;
        top: -5px;
        border-bottom: 5px solid #fff;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        content: '';
    }

    .dropdown-mega.nuovo:before {
        left: 130px;
    }

    .dropdown-mega.usato:before {
        left: 230px;
    }

    .dropdown-mega.outlet:before {
        left: 330px;
    }

    .dropdown-mega .menu-title {
        font-size: 16px;
        line-height: 36px;
        color: #212121;
        margin: 0;
        text-transform: uppercase;
        font-weight: 900;
        letter-spacing: 1.5px;
        padding: 0 0 8px 0;
    }

    .dropdown-mega .row {
        margin: 0;
    }

    .dropdown-mega .megamenu-item {
        border-left: 1px solid #e0e0e0;
        padding: 0 40px;
    }

        .dropdown-mega .megamenu-item:first-child {
            border-left: 0;
        }

        .dropdown-mega .megamenu-item ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }

            .dropdown-mega .megamenu-item ul li.categoria:before {
                content: "\2022";
                width: 1em;
                float: left;
                margin-left: 0;
                margin-top: 5px;
            }

            .dropdown-mega .megamenu-item ul li.categoria:hover:before {
                color: #f44336;
            }

            .dropdown-mega .megamenu-item ul li a {
                display: block;
                color: #212121;
                font-size: 15px;
                line-height: 36px;
                position: relative;
                text-transform: none;
                -webkit-transition: all .4s ease 0s;
                -o-transition: all .4s ease 0s;
                transition: all .4s ease 0s;
            }

                .dropdown-mega .megamenu-item ul li a:focus, .dropdown-mega .megamenu-item ul li a:hover {
                    color: #f44336;
                    -webkit-transform: translate(12px, 0);
                    -ms-transform: translate(12px, 0);
                    -o-transform: translate(12px, 0);
                    transform: translate(12px, 0);
                }

.widget-single-product {
    text-align: center;
    margin-top: 13px;
    padding-bottom: 20px;
}

    .widget-single-product h4 {
        font-size: 19px;
        font-weight: 300;
        line-height: 21px;
    }

    .widget-single-product span {
        font-size: 19px;
        font-weight: 300;
        line-height: 21px;
        display: block;
        color: #f44336;
    }

.width50 {
    width: 50%;
}

.tz-ecommerce-meta {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .tz-ecommerce-meta:after {
        clear: both;
        display: table;
        content: '';
    }

    .tz-ecommerce-meta > li {
        float: left;
        padding: 0;
        background-repeat: no-repeat;
        background-color: transparent;
        background-position: 14px center;
    }

        .tz-ecommerce-meta > li.tz-mini-cart {
            background-image: url(../images/cart_icon.png);
            padding-right: 0;
        }

            .tz-ecommerce-meta > li.tz-mini-cart > strong {
                top: 18px;
            }

            .tz-ecommerce-meta > li.tz-mini-cart:hover .cart-inner-container {
                visibility: visible;
                -webkit-transition: all .5s ease 0s;
                -o-transition: all .5s ease 0s;
                transition: all .5s ease 0s;
                opacity: 1;
                top: 100%;
            }

                .tz-ecommerce-meta > li.tz-mini-cart:hover .cart-inner-container:before {
                    right: 40px;
                    opacity: 1;
                    -webkit-transition: all .5s ease .1s;
                    -o-transition: all .5s ease .1s;
                    transition: all .5s ease .1s;
                }

        .tz-ecommerce-meta > li.tz-menu-wishlist {
            background-image: url(../images/wishlisticon.png);
            background-position: 14px 24px;
        }

        .tz-ecommerce-meta > li > a {
            line-height: 60px;
            min-height: 60px;
            position: relative;
            display: block;
            padding: 0 15px 0 42px;
            color: #fff;
            font-size: 16px;
        }

            .tz-ecommerce-meta > li > a > strong {
                display: block;
                position: absolute;
                left: 0;
                top: 15px;
                min-width: 18px;
                min-height: 18px;
                border-radius: 50%;
                -moz-border-radius: 50%;
                -webkit-border-radius: 50%;
                -ms-border-radius: 50%;
                -o-border-radius: 50%;
                background: #fd4339;
                line-height: 18px;
                text-align: center;
                font-size: 12px;
                font-weight: 300;
                padding-left: 1px;
            }

        .tz-ecommerce-meta > li:last-child a {
            padding-right: 0;
        }

.cart-inner {
    width: 360px;
    padding: 30px;
    list-style: none;
    margin: 0;
    line-height: 24px;
}

.cart-inner-container {
    position: absolute;
    right: 0;
    top: 180%;
    background: #fff;
    width: 360px;
    list-style: none;
    margin: 0;
    visibility: hidden;
    -webkit-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    transition: all .2s ease 0s;
    opacity: 0;
    z-index: 888;
    line-height: 24px;
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, .3);
    padding: 10px;
}

    .cart-inner-container:before {
        position: absolute;
        right: 90%;
        top: -5px;
        border-bottom: 5px solid #fff;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        content: '';
        -webkit-transition: all .3s ease 0s;
        -o-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
        opacity: 0;
    }

.cart-inner .mini-cart-content {
    border-top: 1px solid #e0e0e0;
    padding-top: 15px;
    margin-top: 15px;
    position: relative;
}

    .cart-inner .mini-cart-content:after {
        clear: both;
        display: table;
        content: '';
    }

    .cart-inner .mini-cart-content:first-child {
        border-top: 0;
        padding-top: 0;
        margin-top: 0;
    }

    .cart-inner .mini-cart-content .mini-cart-img {
        float: left;
        display: block;
        width: 60px;
        height: 60px;
        border: 1px solid #e0e0e0;
        text-align: center;
        position: relative;
    }

        .cart-inner .mini-cart-content .mini-cart-img img {
            max-width: 50px;
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

    .cart-inner .mini-cart-content .mini-cart-ds {
        padding-left: 80px;
    }

        .cart-inner .mini-cart-content .mini-cart-ds h6 {
            font-size: 16px;
            font-weight: 300;
            margin: 0 0 6px 0;
        }

        .cart-inner .mini-cart-content .mini-cart-ds .mini-cart-meta a {
            color: #f44336;
            display: block;
        }

        .cart-inner .mini-cart-content .mini-cart-ds .mini-cart-meta .mini-meta {
            display: block;
        }

            .cart-inner .mini-cart-content .mini-cart-ds .mini-cart-meta .mini-meta:after {
                clear: both;
                display: table;
                content: '';
            }

            .cart-inner .mini-cart-content .mini-cart-ds .mini-cart-meta .mini-meta .mini-color i {
                width: 10px;
                height: 10px;
                display: inline-block;
                border-radius: 50%;
                -moz-border-radius: 50%;
                -webkit-border-radius: 50%;
                -ms-border-radius: 50%;
                -o-border-radius: 50%;
                margin-left: 2px;
            }

        .cart-inner .mini-cart-content .mini-cart-ds .mini-cart-meta .mini-qty {
            padding-left: 30px;
        }

    .cart-inner .mini-cart-content .mini-cart-delete {
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -5px;
        width: 10px;
        height: 10px;
        text-align: center;
        line-height: 10px;
        display: block;
    }

        .cart-inner .mini-cart-content .mini-cart-delete img {
            -webkit-transition: all .3s ease 0s;
            -o-transition: all .3s ease 0s;
            transition: all .3s ease 0s;
            cursor: pointer;
        }

        .cart-inner .mini-cart-content .mini-cart-delete:hover img {
            -webkit-transform: scale(1.6);
            -ms-transform: scale(1.6);
            -o-transform: scale(1.6);
            transform: scale(1.6);
        }

.cart-inner .mini-subtotal {
    margin: 5px 0 0 5px;
    padding: 35px 0 0 0;
}

    .cart-inner .mini-subtotal .subtotal-content {
        display: block;
        border: 1px solid #eee;
        background: #fafafa;
        position: relative;
        padding: 20px 20px 25px 15px;
        -o-box-shadow: -5px -5px 0 -1px #fff, -5px -5px 0 0 #eee;
        -ms-box-shadow: -5px -5px 0 -1px #fff, -5px -5px 0 0 #eee;
        -webkit-box-shadow: -5px -5px 0 -1px #fff, -5px -5px 0 0 #eee;
        box-shadow: -5px -5px 0 -1px #fff, -5px -5px 0 0 #eee;
        font-size: 19px;
    }

        .cart-inner .mini-subtotal .subtotal-content:after {
            clear: both;
            display: table;
            content: '';
        }

        .cart-inner .mini-subtotal .subtotal-content strong {
            font-weight: 700;
            color: #212121;
        }

.cart-inner .mini-footer {
    margin: 24px 0 0;
}

    .cart-inner .mini-footer:after {
        clear: both;
        display: table;
        content: '';
    }

    .cart-inner .mini-footer .view-cart {
        background: #bdbdbd;
        color: #fff;
        text-transform: none;
        padding: 2px 25px;
        display: inline-block;
        border: 0;
        font-size: 16px;
        line-height: 36px;
        -webkit-transition: all .4s ease 0s;
        -o-transition: all .4s ease 0s;
        transition: all .4s ease 0s;
    }

        .cart-inner .mini-footer .view-cart:focus, .cart-inner .mini-footer .view-cart:hover {
            background: #f44336;
        }

    .cart-inner .mini-footer .check-out {
        background: #438f2a;
        color: #fff;
        text-transform: none;
        padding: 2px 25px;
        display: inline-block;
        border: 0;
        font-size: 16px;
        line-height: 36px;
        -webkit-transition: all .4s ease 0s;
        -o-transition: all .4s ease 0s;
        transition: all .4s ease 0s;
        float: right;
    }

        .cart-inner .mini-footer .check-out:focus, .cart-inner .mini-footer .check-out:hover {
            background: #212121;
        }

.tz_icon_menu {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    color: #fff;
    display: none;
    padding: 0 20px;
    line-height: 60px;
    position: absolute;
    left: 0;
    top: 0;
}

    .tz_icon_menu i {
        color: #fff;
        font-size: 20px;
    }

.custom-content {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
}

    .custom-content h3 {
        margin: 5px 0 0 0;
        padding: 0;
        font-size: 16px;
        text-transform: uppercase;
        font-weight: 900;
    }

    .custom-content p {
        padding: 9px 0 0 0;
    }

.tz-tabs-header:after {
    clear: both;
    display: table;
    content: '';
}

.tz-tabs-title {
    font-size: 30px;
    line-height: 21px;
    font-weight: 900;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
}

.tz-nav-tabs {
    border: 0;
}

    .tz-nav-tabs li a {
        border: 0;
        display: inline-block;
        font-size: 19px;
        line-height: 21px;
        position: relative;
        padding: 0 20px;
        margin: 0;
    }

        .tz-nav-tabs li a i {
            font-size: 5px;
            color: #bdbdbd;
            -webkit-transform: translate(0, -50%);
            -ms-transform: translate(0, -50%);
            -o-transform: translate(0, -50%);
            transform: translate(0, -50%);
            position: absolute;
            top: 50%;
            right: 0;
        }

    .tz-nav-tabs li.active a, .tz-nav-tabs li:active a, .tz-nav-tabs li:focus a, .tz-nav-tabs li:hover a {
        border: 0;
        color: #f44336;
        background: 0 0;
    }

        .tz-nav-tabs li.active a:focus, .tz-nav-tabs li.active a:hover, .tz-nav-tabs li:active a:focus, .tz-nav-tabs li:active a:hover, .tz-nav-tabs li:focus a:focus, .tz-nav-tabs li:focus a:hover, .tz-nav-tabs li:hover a:focus, .tz-nav-tabs li:hover a:hover {
            border: 0;
            color: #f44336;
            background: 0 0;
        }

    .tz-nav-tabs li:last-child a {
        padding-right: 0;
    }

        .tz-nav-tabs li:last-child a i {
            display: none;
        }

.tab-content {
    padding: 70px 0 36px;
}

.grigia {
    background-color: #f5f5f5;
}

.tab-pane .row-item {
    margin-top: 55px;
}

    .tab-pane .row-item:first-child {
        margin-top: 0;
    }

.product-item {
    text-align: center;
    position: relative;
}

    .product-item:hover .product-thubnail .product-meta .quick-view a, .product-item:hover .product-thubnail .product-meta a {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        -webkit-transition: all .4s ease 0s;
        -o-transition: all .4s ease 0s;
        transition: all .4s ease 0s;
    }

    .product-item:hover .product-thubnail img {
        opacity: .3;
        -webkit-transform: scale(.98);
        -ms-transform: scale(.98);
        -o-transform: scale(.98);
        transform: scale(.98);
    }

    .product-item:hover .product-attr i {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1;
        -webkit-transition: all .4s ease 0s;
        -o-transition: all .4s ease 0s;
        transition: all .4s ease 0s;
    }

    .product-item:hover .product-attr :nth-child(1) {
        -webkit-transition-delay: .2s;
        transition-delay: .2s;
    }

    .product-item:hover .product-attr :nth-child(2) {
        -webkit-transition-delay: .3s;
        transition-delay: .3s;
    }

    .product-item:hover .product-attr :nth-child(3) {
        -webkit-transition-delay: .4s;
        transition-delay: .4s;
        color: #ff0!important;
    }

    .product-item:hover .product-attr :nth-child(4) {
        -webkit-transition-delay: .5s;
        transition-delay: .5s;
    }

    .product-item:hover .product-attr :nth-child(5) {
        -webkit-transition-delay: .6s;
        transition-delay: .6s;
    }

    .product-item:hover .product-attr :nth-child(6) {
        -webkit-transition-delay: .7s;
        transition-delay: .7s;
    }

    .product-item:hover .product-attr :nth-child(7) {
        -webkit-transition-delay: .8s;
        transition-delay: .8s;
    }

    .product-item:hover .product-attr :nth-child(8) {
        -webkit-transition-delay: .9s;
        transition-delay: .9s;
    }

    .product-item:hover .product-attr :nth-child(9) {
        -webkit-transition-delay: 1s;
        transition-delay: 1s;
    }

    .product-item:hover .product-attr :nth-child(10) {
        -webkit-transition-delay: 1.1s;
        transition-delay: 1.1s;
    }

    .product-item:hover .product-attr :nth-child(11) {
        -webkit-transition-delay: 1.2s;
        transition-delay: 1.2s;
    }

    .product-item:hover .product-attr :nth-child(12) {
        -webkit-transition-delay: 1.3s;
        transition-delay: 1.3s;
    }

    .product-item:hover .product-attr :nth-child(13) {
        -webkit-transition-delay: 1.4s;
        transition-delay: 1.4s;
    }

    .product-item:hover .product-attr :nth-child(14) {
        -webkit-transition-delay: 1.5s;
        transition-delay: 1.5s;
    }

    .product-item:hover .product-attr :nth-child(15) {
        -webkit-transition-delay: 1.6s;
        transition-delay: 1.6s;
    }

    .product-item:hover .product-attr :nth-child(16) {
        -webkit-transition-delay: 1.7s;
        transition-delay: 1.7s;
    }

    .product-item .product-thubnail {
        height: auto;
        overflow: hidden;
        position: relative;
        width: 100%;
    }

        .product-item .product-thubnail img {
            -webkit-transition: all .4s ease 0s;
            -o-transition: all .4s ease 0s;
            transition: all .4s ease 0s;
        }

        .product-item .product-thubnail .product-meta {
            position: absolute;
            left: 0;
            top: 50%;
            -webkit-transform: translate(0, -50%);
            -ms-transform: translate(0, -50%);
            -o-transform: translate(0, -50%);
            transform: translate(0, -50%);
            width: 100%;
            text-align: center;
        }

            .product-item .product-thubnail .product-meta a {
                background: #212121;
                color: #fff;
                text-transform: none;
                padding: 2px 25px;
                display: inline-block;
                border: 0;
                font-size: 16px;
                line-height: 36px;
                -webkit-transition: all .4s ease 0s;
                -o-transition: all .4s ease 0s;
                transition: all .4s ease 0s;
                margin: 5px;
                opacity: 0;
                -webkit-transition: all .2s ease 0s;
                -o-transition: all .2s ease 0s;
                transition: all .2s ease 0s;
            }

                .product-item .product-thubnail .product-meta a:focus, .product-item .product-thubnail .product-meta a:hover {
                    background: #f44336;
                }

            .product-item .product-thubnail .product-meta span {
                display: block;
            }

            .product-item .product-thubnail .product-meta .add-to-cart {
                -webkit-transform: translate(80px, 0);
                -ms-transform: translate(80px, 0);
                -o-transform: translate(80px, 0);
                transform: translate(80px, 0);
            }

            .product-item .product-thubnail .product-meta .quick-view a {
                -webkit-transform: translate(-80px, 0);
                -ms-transform: translate(-80px, 0);
                -o-transform: translate(-80px, 0);
                transform: translate(-80px, 0);
            }

    .product-item h4 {
        font-size: 19px;
        font-weight: 300;
        margin-top: 43px;
        margin-bottom: 16px;
        padding: 0 5px;
    }

    .product-item .product-price {
        display: block;
        color: #f44336;
        font-size: 19px;
        line-height: 21px;
    }

    .product-item .product-attr {
        display: block;
        margin-top: 15px;
    }

        .product-item .product-attr i {
            font-size: 15px;
            margin: 0 5px;
            border-radius: 100%;
            -moz-border-radius: 100%;
            -webkit-border-radius: 100%;
            -ms-border-radius: 100%;
            -o-border-radius: 100%;
            -webkit-transform: translate(0, -200px);
            -ms-transform: translate(0, -200px);
            -o-transform: translate(0, -200px);
            transform: translate(0, -200px);
            background: 0 0!important;
            opacity: 0;
        }

.product-event-content {
    padding: 0 0 0 65px;
    margin: 0;
    list-style: none;
}

    .product-event-content li {
        border-top: 1px solid #e0e0e0;
        padding-top: 25px;
        margin-top: 21px;
    }

        .product-event-content li:after {
            clear: both;
            display: table;
            content: '';
        }

        .product-event-content li:first-child {
            border-top: 0;
            padding: 0;
            margin-top: 0;
        }

        .product-event-content li h3 {
            font-size: 25px;
            padding: 2px 0 18px 0;
            margin: 0;
        }

        .product-event-content li .product-rating {
            display: block;
            padding-bottom: 30px;
        }

            .product-event-content li .product-rating i {
                font-size: 20px;
            }

        .product-event-content li .event-price {
            font-size: 30px;
            font-weight: 900;
            line-height: 21px;
            color: #f44336;
            padding-bottom: 15px;
            display: block;
        }

        .product-event-content li .tz-color {
            font-size: 19px;
            line-height: 21px;
        }

            .product-event-content li .tz-color i {
                background: 0 0;
                font-size: 18px;
                border-radius: 100%;
                -moz-border-radius: 100%;
                -webkit-border-radius: 100%;
                -ms-border-radius: 100%;
                -o-border-radius: 100%;
                margin-right: 5px;
            }

                .product-event-content li .tz-color i:first-child {
                    margin-left: 25px;
                }

        .product-event-content li .tz-stock {
            font-size: 19px;
            line-height: 21px;
            padding-left: 100px;
        }

    .product-event-content .event-footer {
        padding-top: 30px;
    }

        .product-event-content .event-footer .add-to-cart {
            background-image: url(../images/cart_icon.png);
            background-position: 20px center;
            background-color: #f44336;
            padding: 12px 23px 13px 53px;
            background-repeat: no-repeat;
            text-transform: uppercase;
            color: #fff;
            display: inline-block;
            -webkit-transition: all .4s ease 0s;
            -o-transition: all .4s ease 0s;
            transition: all .4s ease 0s;
        }

            .product-event-content .event-footer .add-to-cart:focus, .product-event-content .event-footer .add-to-cart:hover {
                background-color: #212121;
            }

        .product-event-content .event-footer .add-to-wishlist {
            background-image: url(../images/wishlist_black.png);
            background-position: 0 center;
            background-color: transparent;
            padding: 12px 0 13px 33px;
            background-repeat: no-repeat;
            text-transform: uppercase;
            display: inline-block;
            margin-left: 40px;
        }

.event-thumbail {
    padding-top: 42px;
    text-align: center;
}

.countdown-section {
    min-width: 70px;
    min-height: 70px;
    display: inline-block;
    padding-top: 10px;
    margin-right: 30px;
    margin-bottom: 9px;
    border: 1px solid #212121;
    border-top-right-radius: 10px;
    -moz-border-top-right-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -ms-border-top-right-radius: 10px;
    -o-border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    -moz-border-top-left-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    -o-border-top-left-radius: 10px;
    -ms-border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    -moz-border-bottom-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -ms-border-bottom-right-radius: 10px;
    -o-border-bottom-right-radius: 10px;
    text-align: center;
    -webkit-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
}

    .countdown-section:hover {
        background: #212121;
        color: #fff;
    }

    .countdown-section .countdown-amount {
        display: block;
        font-size: 25px;
        line-height: 27px;
        font-weight: 900;
    }

    .countdown-section .countdown-period {
        display: block;
        font-size: #212121;
        line-height: 21px;
        font-weight: 300;
    }

.background-parallax {
    background-image: url(../images/parallax.jpg);
    padding-top: 125px;
    padding-bottom: 125px;
}

.get-in-touch {
    text-align: center;
}

    .get-in-touch h3 {
        font-size: 30px;
        line-height: 30px;
        color: #fff;
        text-transform: uppercase;
        font-weight: 900;
        padding: 3px 0 21px;
        margin: 0;
    }

    .get-in-touch p {
        font-size: 23px;
        line-height: 27px;
        padding: 10px 0;
        margin: 0;
        color: #fff;
    }

    .get-in-touch a {
        background-color: #f44336;
        font-weight: 700;
        line-height: 21px;
        font-size: 15px;
        display: inline-block;
        padding: 12px 29px;
        color: #fff;
        -webkit-transition: all .3s ease 0s;
        -o-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
        margin-top: 38px;
        margin-bottom: 10px;
        text-transform: uppercase;
    }

        .get-in-touch a:hover {
            background-color: #212121;
        }

.tz-new-blog {
    margin: 15px 0;
}

    .tz-new-blog:after {
        clear: both;
        display: table;
        content: '';
    }

    .tz-new-blog .tzthumbnail {
        width: 50%;
        padding-right: 15px;
        float: left;
        position: relative;
    }

    .tz-new-blog .tz-new-content {
        width: 50%;
        padding-left: 15px;
        float: left;
    }

        .tz-new-blog .tz-new-content h4 {
            padding: 0 0 16px 0;
            margin: 0;
            font-weight: 900;
            line-height: 24px;
            font-size: 19px;
        }

        .tz-new-blog .tz-new-content .post-date {
            font-size: 14px;
            color: #9e9e9e;
            line-height: 24px;
        }

        .tz-new-blog .tz-new-content .continue {
            color: #f44336;
            display: block;
            margin-top: 24px;
        }

.tz-partners {
    list-style: none;
    padding: 0;
    margin: 0;
    cursor: e-resize;
}

    .tz-partners li {
        padding: 50px 0;
        text-align: center;
    }

.tz-shop {
    padding: 50px 0;
}

.tz-breadcrumbs {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .tz-breadcrumbs:after {
        clear: both;
        display: table;
        content: '';
    }

    .tz-breadcrumbs li {
        float: left;
        position: relative;
        padding-right: 20px;
        padding-left: 5px;
        line-height: 30px;
    }

        .tz-breadcrumbs li:first-child {
            padding-left: 0;
        }

        .tz-breadcrumbs li:after {
            position: absolute;
            right: 0;
            top: 0;
            content: "->";
        }

        .tz-breadcrumbs li:last-child:after {
            display: none;
        }

        .tz-breadcrumbs li a {
            display: block;
        }

.shop-banner {
    margin-top: 14px;
}

.catalog-meta {
    margin: 10px 0 0;
}

.catalog_top {
    margin: 5px 0 0 5px;
    background: #fafafa;
    padding: 15px;
}

    .catalog_top:after {
        clear: both;
        display: table;
        content: '';
    }

    .catalog_top .style-switch a {
        font-size: 16px;
        display: inline-block;
        line-height: 31px;
        padding: 0 10px;
        cursor: pointer;
    }

        .catalog_top .style-switch a.active {
            color: #f44336;
        }

    .catalog_top .shop-order {
        float: right;
    }

        .catalog_top .shop-order select {
            height: 53px;
            color: #9e9e9e;
            border-width: 0 0 0 1px;
            border-color: #eee;
            border-style: solid;
            background: 0 0;
            padding: 0 15px;
        }

            .catalog_top .shop-order select option {
                padding: 5px 5px 5px 15px;
            }

        .catalog_top .shop-order .form-arrow {
            margin: 0;
            position: relative;
            font-weight: 300;
        }

            .catalog_top .shop-order .form-arrow:after {
                background: #fafafa;
                content: '\f0d7';
                font-family: FontAwesome;
                line-height: 53px;
                pointer-events: none;
                position: absolute;
                right: 0;
                top: 0;
                width: 25px;
            }

.tz-product {
    list-style: none;
    padding: 0;
    margin-top: 25px;
    margin-bottom: 25px;
}

    .tz-product:after {
        clear: both;
        display: table;
        content: '';
    }

    .tz-product .product-item {
        padding-top: 15px;
        padding-bottom: 15px;
    }

        .tz-product .product-item .item {
            position: relative;
            min-height: 340px;
            border: 1px solid #eee;
        }

            .tz-product .product-item .item .product-item-inner {
                position: absolute;
                left: 0;
                top: 0;
                width: 100%;
                min-height: 360px;
                background-color: transparent;
                -webkit-transition: all .4s ease 0s;
                -o-transition: all .4s ease 0s;
                transition: all .4s ease 0s;
            }

                .tz-product .product-item .item .product-item-inner .product-thumb img {
                    -webkit-transition: all .4s ease 0s;
                    -o-transition: all .4s ease 0s;
                    transition: all .4s ease 0s;
                }

                .tz-product .product-item .item .product-item-inner .p-vote {
                    display: none;
                }

                .tz-product .product-item .item .product-item-inner p {
                    display: none;
                    padding-right: 10px;
                }

                .tz-product .product-item .item .product-item-inner .product-info {
                    position: static;
                }

                    .tz-product .product-item .item .product-item-inner .product-info h4 {
                        margin: 8px 0 0 0;
                        padding: 0;
                    }

                    .tz-product .product-item .item .product-item-inner .product-info .p-meta {
                        display: block;
                        margin: 16px 0 12px;
                    }

                        .tz-product .product-item .item .product-item-inner .product-info .p-meta .p-price {
                            color: #f44336;
                            font-size: 19px;
                        }

                    .tz-product .product-item .item .product-item-inner .product-info .p-color {
                        opacity: 0;
                        display: block;
                        margin: 0;
                    }

                        .tz-product .product-item .item .product-item-inner .product-info .p-color i {
                            font-size: 16px;
                            margin: 0 4px;
                            border-radius: 100%;
                            -moz-border-radius: 100%;
                            -webkit-border-radius: 100%;
                            -ms-border-radius: 100%;
                            -o-border-radius: 100%;
                            -webkit-transform: translate(0, -200px);
                            -ms-transform: translate(0, -200px);
                            -o-transform: translate(0, -200px);
                            transform: translate(0, -200px);
                            background: 0 0!important;
                            opacity: 0;
                        }

                    .tz-product .product-item .item .product-item-inner .product-info .p-mask {
                        position: absolute;
                        text-align: center;
                        width: 100%;
                        top: 25%;
                        left: 0;
                    }

                        .tz-product .product-item .item .product-item-inner .product-info .p-mask .add-to-wishlist {
                            display: none;
                        }

                        .tz-product .product-item .item .product-item-inner .product-info .p-mask a {
                            background: #212121;
                            color: #fff;
                            text-transform: none;
                            padding: 2px 25px;
                            display: inline-block;
                            border: 0;
                            font-size: 16px;
                            line-height: 36px;
                            -webkit-transition: all .4s ease 0s;
                            -o-transition: all .4s ease 0s;
                            transition: all .4s ease 0s;
                            margin: 5px;
                            -webkit-transition: transform .3s ease 0s;
                            -o-transition: transform .3s ease 0s;
                            transition: transform .3s ease 0s;
                            opacity: 0;
                        }

                            .tz-product .product-item .item .product-item-inner .product-info .p-mask a:focus, .tz-product .product-item .item .product-item-inner .product-info .p-mask a:hover {
                                background: #f44336;
                            }

                            .tz-product .product-item .item .product-item-inner .product-info .p-mask a.add-to-cart {
                                -webkit-transform: translate(80px, 0);
                                -ms-transform: translate(80px, 0);
                                -o-transform: translate(80px, 0);
                                transform: translate(80px, 0);
                            }

                            .tz-product .product-item .item .product-item-inner .product-info .p-mask a i {
                                display: none;
                            }

                        .tz-product .product-item .item .product-item-inner .product-info .p-mask .quick-view {
                            display: block;
                            text-align: center;
                        }

                            .tz-product .product-item .item .product-item-inner .product-info .p-mask .quick-view a {
                                -webkit-transform: translate(-80px, 0);
                                -ms-transform: translate(-80px, 0);
                                -o-transform: translate(-80px, 0);
                                transform: translate(-80px, 0);
                            }

    .tz-product.grid-eff .product-item .item:hover {
        border-color: transparent;
    }

        .tz-product.grid-eff .product-item .item:hover .product-item-inner {
            -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .24);
            box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .24);
            background-color: #fff;
        }

            .tz-product.grid-eff .product-item .item:hover .product-item-inner .product-thumb img {
                opacity: .6;
                -webkit-transform: scale(.9);
                -ms-transform: scale(.9);
                -o-transform: scale(.9);
                transform: scale(.9);
            }

            .tz-product.grid-eff .product-item .item:hover .product-item-inner .p-mask .add-to-cart {
                opacity: 1;
                -webkit-transform: translate(0, 0);
                -ms-transform: translate(0, 0);
                -o-transform: translate(0, 0);
                transform: translate(0, 0);
                -webkit-transition: all .4s ease 0s;
                -o-transition: all .4s ease 0s;
                transition: all .4s ease 0s;
            }

            .tz-product.grid-eff .product-item .item:hover .product-item-inner .p-mask .quick-view a {
                opacity: 1;
                -webkit-transform: translate(0, 0);
                -ms-transform: translate(0, 0);
                -o-transform: translate(0, 0);
                transform: translate(0, 0);
                -webkit-transition: all .4s ease 0s;
                -o-transition: all .4s ease 0s;
                transition: all .4s ease 0s;
            }

            .tz-product.grid-eff .product-item .item:hover .product-item-inner .product-info .p-color {
                opacity: 1;
            }

                .tz-product.grid-eff .product-item .item:hover .product-item-inner .product-info .p-color i {
                    -webkit-transform: translate(0, 0);
                    -ms-transform: translate(0, 0);
                    -o-transform: translate(0, 0);
                    transform: translate(0, 0);
                    opacity: 1;
                    -webkit-transition: all .4s ease 0s;
                    -o-transition: all .4s ease 0s;
                    transition: all .4s ease 0s;
                }

                .tz-product.grid-eff .product-item .item:hover .product-item-inner .product-info .p-color :nth-child(1) {
                    -webkit-transition-delay: .2s;
                    transition-delay: .2s;
                }

                .tz-product.grid-eff .product-item .item:hover .product-item-inner .product-info .p-color :nth-child(2) {
                    -webkit-transition-delay: .3s;
                    transition-delay: .3s;
                }

                .tz-product.grid-eff .product-item .item:hover .product-item-inner .product-info .p-color :nth-child(3) {
                    -webkit-transition-delay: .4s;
                    transition-delay: .4s;
                    color: #ff0!important;
                }

                .tz-product.grid-eff .product-item .item:hover .product-item-inner .product-info .p-color :nth-child(4) {
                    -webkit-transition-delay: .5s;
                    transition-delay: .5s;
                }

                .tz-product.grid-eff .product-item .item:hover .product-item-inner .product-info .p-color :nth-child(5) {
                    -webkit-transition-delay: .6s;
                    transition-delay: .6s;
                }

                .tz-product.grid-eff .product-item .item:hover .product-item-inner .product-info .p-color :nth-child(6) {
                    -webkit-transition-delay: .7s;
                    transition-delay: .7s;
                }

                .tz-product.grid-eff .product-item .item:hover .product-item-inner .product-info .p-color :nth-child(7) {
                    -webkit-transition-delay: .8s;
                    transition-delay: .8s;
                }

                .tz-product.grid-eff .product-item .item:hover .product-item-inner .product-info .p-color :nth-child(8) {
                    -webkit-transition-delay: .9s;
                    transition-delay: .9s;
                }

                .tz-product.grid-eff .product-item .item:hover .product-item-inner .product-info .p-color :nth-child(9) {
                    -webkit-transition-delay: 1s;
                    transition-delay: 1s;
                }

                .tz-product.grid-eff .product-item .item:hover .product-item-inner .product-info .p-color :nth-child(10) {
                    -webkit-transition-delay: 1.1s;
                    transition-delay: 1.1s;
                }

                .tz-product.grid-eff .product-item .item:hover .product-item-inner .product-info .p-color :nth-child(11) {
                    -webkit-transition-delay: 1.2s;
                    transition-delay: 1.2s;
                }

                .tz-product.grid-eff .product-item .item:hover .product-item-inner .product-info .p-color :nth-child(12) {
                    -webkit-transition-delay: 1.3s;
                    transition-delay: 1.3s;
                }

                .tz-product.grid-eff .product-item .item:hover .product-item-inner .product-info .p-color :nth-child(13) {
                    -webkit-transition-delay: 1.4s;
                    transition-delay: 1.4s;
                }

                .tz-product.grid-eff .product-item .item:hover .product-item-inner .product-info .p-color :nth-child(14) {
                    -webkit-transition-delay: 1.5s;
                    transition-delay: 1.5s;
                }

                .tz-product.grid-eff .product-item .item:hover .product-item-inner .product-info .p-color :nth-child(15) {
                    -webkit-transition-delay: 1.6s;
                    transition-delay: 1.6s;
                }

                .tz-product.grid-eff .product-item .item:hover .product-item-inner .product-info .p-color :nth-child(16) {
                    -webkit-transition-delay: 1.7s;
                    transition-delay: 1.7s;
                }

.list-view .product-item {
    text-align: left;
    width: auto;
    display: block;
}

    .list-view .product-item .item {
        height: auto;
        min-height: 280px;
    }

        .list-view .product-item .item .product-item-inner {
            position: relative;
            top: auto;
            left: auto;
            min-height: inherit;
        }

            .list-view .product-item .item .product-item-inner:after {
                clear: both;
                display: table;
                content: '';
            }

            .list-view .product-item .item .product-item-inner .product-thumb {
                float: left;
                width: 33%;
                overflow: hidden;
            }

                .list-view .product-item .item .product-item-inner .product-thumb img {
                    -webkit-transition: all .4s ease 0s;
                    -o-transition: all .4s ease 0s;
                    transition: all .4s ease 0s;
                }

            .list-view .product-item .item .product-item-inner .product-info {
                width: 67%;
                position: relative;
                float: left;
            }

                .list-view .product-item .item .product-item-inner .product-info h4 {
                    margin: 25px 0 0 0;
                }

                .list-view .product-item .item .product-item-inner .product-info .p-meta {
                    margin: 10px 0;
                    display: inline-block;
                }

                    .list-view .product-item .item .product-item-inner .product-info .p-meta:after {
                        clear: both;
                        display: table;
                        content: '';
                    }

                    .list-view .product-item .item .product-item-inner .product-info .p-meta .p-price {
                        float: left;
                        line-height: 27px;
                    }

                    .list-view .product-item .item .product-item-inner .product-info .p-meta .p-vote {
                        margin-left: 40px;
                        display: inline-block;
                        font-size: 13px;
                    }

                .list-view .product-item .item .product-item-inner .product-info .p-mask {
                    position: relative;
                    text-align: left;
                    width: auto;
                    top: auto;
                    left: auto;
                    display: block;
                }

                    .list-view .product-item .item .product-item-inner .product-info .p-mask a {
                        opacity: 1!important;
                        -webkit-transform: translate(0, 0)!important;
                        -ms-transform: translate(0, 0)!important;
                        -o-transform: translate(0, 0)!important;
                        transform: translate(0, 0)!important;
                        -webkit-transition: none;
                        -o-transition: none;
                        transition: none;
                    }

                        .list-view .product-item .item .product-item-inner .product-info .p-mask a i {
                            margin-right: 10px;
                            display: inline-block;
                        }

                        .list-view .product-item .item .product-item-inner .product-info .p-mask a .add-to-cart {
                            margin-left: 0;
                        }

                    .list-view .product-item .item .product-item-inner .product-info .p-mask .add-to-wishlist {
                        display: inline-block;
                        background: 0 0;
                        border: none;
                        color: #9e9e9e;
                    }

                        .list-view .product-item .item .product-item-inner .product-info .p-mask .add-to-wishlist:focus, .list-view .product-item .item .product-item-inner .product-info .p-mask .add-to-wishlist:hover {
                            background: 0 0!important;
                            color: #f44336;
                        }

                    .list-view .product-item .item .product-item-inner .product-info .p-mask .quick-view {
                        display: inline-block;
                        text-align: left;
                    }

                        .list-view .product-item .item .product-item-inner .product-info .p-mask .quick-view a {
                            background: 0 0;
                            border: none;
                            color: #9e9e9e;
                        }

                            .list-view .product-item .item .product-item-inner .product-info .p-mask .quick-view a:hover {
                                background: 0 0!important;
                                color: #f44336;
                            }

                .list-view .product-item .item .product-item-inner .product-info .p-color {
                    opacity: 1;
                }

                    .list-view .product-item .item .product-item-inner .product-info .p-color i {
                        -webkit-transform: translate(0, 0);
                        -ms-transform: translate(0, 0);
                        -o-transform: translate(0, 0);
                        transform: translate(0, 0);
                        opacity: 1;
                    }

                .list-view .product-item .item .product-item-inner .product-info p {
                    display: block;
                    line-height: 24px;
                }

    .list-view .product-item:hover .product-thumb img {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
    }

.pagination {
    display: block;
    margin: 27px 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

    .pagination:after {
        clear: both;
        display: table;
        content: '';
    }

    .pagination ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .pagination ul:after {
            clear: both;
            display: table;
            content: '';
        }

        .pagination ul li {
            float: left;
        }

            .pagination ul li a, .pagination ul li span {
                padding: 10px;
            }

                .pagination ul li a.current, .pagination ul li a:hover, .pagination ul li span.current, .pagination ul li span:hover {
                    color: #f44336;
                }

.widget-title {
    font-size: 16px;
    line-height: 32px;
    color: #f44336;
    margin: 0;
    text-transform: uppercase;
    font-weight: 500;
}

.fw900 {
    font-weight: 900;
}

.tz-shop-sidebar .widget-title {
    border-bottom: 2px solid #e0e0e0;
    margin-bottom: 18px;
}

.tz-shop-sidebar .widget {
    margin-bottom: 48px;
}

.product-categories {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .product-categories > li {
        position: relative;
    }

        .product-categories > li.padre > a {
            font-weight: bolder;
        }

        .product-categories > li:after {
            position: absolute;
            right: 0;
            top: 3px;
            content: "\f105";
            font-family: FontAwesome;
        }

        .product-categories > li > span > a {
            position: absolute;
            right: 0;
            top: 3px;
            content: "\f105";
            font-family: FontAwesome;
        }

        .product-categories > li > ul.children > li:after {
            float: right;
            content: "\f105";
            font-family: FontAwesome;
        }

        .product-categories > li.cat-parent:after {
            content: "\f107";
        }

        .product-categories > li:hover:after {
            color: #f44336;
        }

        .product-categories > li a {
            line-height: 36px;
            text-transform: uppercase;
        }

            .product-categories > li a span {
                color: #9e9e9e;
                display: inline-block;
                padding-left: 3px;
            }

        .product-categories > li ul {
            margin: 0;
            padding: 10px 10px 10px 20px;
            list-style: none;
            max-height: 500px;
            overflow-y: auto;
        }

            .product-categories > li ul li.microCat a {
                text-transform: none;
                line-height: 36px;
                background: url(../images/square-uncheck.png) no-repeat left center;
                background-size: 16px 16px;
                padding-left: 20px;
            }

.widget-title-children:after {
    position: absolute;
    right: 0;
    top: 1px;
    content: "\f107";
    font-family: FontAwesome;
}

.widget_price_filter form {
    margin-top: 9px;
}

.price_label {
    margin-top: 25px;
}

    .price_label:after {
        clear: both;
        display: table;
        content: '';
    }

    .price_label button {
        border: 0;
        background: 0 0;
        display: inline-block;
        float: left;
        text-transform: uppercase;
        font-size: 14px;
        margin: 0;
        padding: 0;
    }

    .price_label .value-price {
        display: block;
        float: right;
        font-size: 14px;
        font-style: italic;
    }

.ui-slider {
    position: relative;
    text-align: left;
    height: 5px;
}

.ui-widget-content {
    background: #eee;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    -ms-touch-action: none;
    touch-action: none;
    cursor: pointer;
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0;
    cursor: pointer;
}

.ui-widget-header {
    background: #212121;
    height: 100%;
}

.ui-state-default {
    background: #212121;
    font-weight: 400;
    color: #fff;
    width: 15px;
    height: 15px;
    -webkit-transform: translate(0, -7.5px);
    -ms-transform: translate(0, -7.5px);
    -o-transform: translate(0, -7.5px);
    transform: translate(0, -7.5px);
    cursor: pointer;
}

    .ui-state-default:focus, .ui-state-default:hover {
        outline: 0;
        outline-color: transparent;
    }

    .ui-state-default:after {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-3px, -4px);
        -ms-transform: translate(-3px, -4px);
        -o-transform: translate(-3px, -4px);
        transform: translate(-3px, -4px);
        content: '';
        width: 5px;
        height: 5px;
        background: url(../images/bar.png) no-repeat center center;
    }

.widget_color_filter {
    margin-top: 20px;
}

    .widget_color_filter ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .widget_color_filter ul:after {
            clear: both;
            display: table;
            content: '';
        }

        .widget_color_filter ul li {
            float: left;
        }

            .widget_color_filter ul li a {
                margin-right: 10px;
                display: inline-block;
                height: 20px;
                width: 20px;
            }

            .widget_color_filter ul li a {
                line-height: 36px;
                background: url(../images/square-uncheck.png) no-repeat left center;
                background-size: 16px 16px;
                padding-left: 20px;
            }

                .widget_color_filter ul li a.selected {
                    background: url(../images/square-check.png) no-repeat left center;
                    background-size: 16px 16px;
                    color: #f44336;
                }

.widget-size-filter {
    margin-top: 20px;
}

    .widget-size-filter .widget-title-children {
        padding-bottom: 5px;
    }

    .widget-size-filter ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

.widget-prezzo-filter {
    margin-top: 20px;
}

    .widget-prezzo-filter .widget-title-children {
        padding-bottom: 5px;
    }

    .widget-prezzo-filter ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

.widget_product_categories ul li a.selected {
    color: #f44336;
}

.widget_product_categories ul li.microCat a.selected {
    background: url(../images/square-check.png) no-repeat left center;
    background-size: 16px 16px;
    color: #f44336;
}

.widget-size-filter ul li a {
    line-height: 36px;
}

    .widget-size-filter ul li a span {
        color: #9e9e9e;
        padding-left: 5px;
    }

.widget-brand-filter {
    margin-top: 20px;
}

    .widget-brand-filter .widget-title-children {
        padding-bottom: 5px;
    }

    .widget-brand-filter ul {
        list-style: none;
        padding: 0;
        margin: 0;
        max-height: 200px;
        overflow-y: auto;
    }

        .widget-brand-filter ul li a {
            line-height: 36px;
            background: url(../images/square-uncheck.png) no-repeat left center;
            background-size: 16px 16px;
            padding-left: 20px;
        }

            .widget-brand-filter ul li a.selected {
                background: url(../images/square-check.png) no-repeat left center;
                background-size: 16px 16px;
                color: #f44336;
            }

            .widget-brand-filter ul li a span {
                color: #9e9e9e;
                padding-left: 5px;
            }

.widget-other-filter {
    margin-top: 20px;
}

    .widget-other-filter .widget-title-children {
        padding-bottom: 5px;
    }

    .widget-other-filter ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .widget-other-filter ul li a {
            line-height: 36px;
            background: url(../images/square-uncheck.png) no-repeat left center;
            background-size: 16px 16px;
            padding-left: 20px;
        }

            .widget-other-filter ul li a.selected {
                background: url(../images/square-check.png) no-repeat left center;
                background-size: 16px 16px;
                color: #f44336;
            }

            .widget-other-filter ul li a span {
                color: #9e9e9e;
                padding-left: 5px;
            }

.widget-varianti-filter {
    margin-top: 20px;
}

    .widget-varianti-filter .widget-title-children {
        padding-bottom: 5px;
    }

    .widget-varianti-filter ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .widget-varianti-filter li {
        float: left;
        margin-right: 10px;
    }

    .widget-varianti-filter ul li a {
        line-height: 36px;
        background: url(../images/square-uncheck.png) no-repeat left center;
        background-size: 16px 16px;
        padding-left: 20px;
    }

        .widget-varianti-filter ul li a.selected {
            background: url(../images/square-check.png) no-repeat left center;
            background-size: 16px 16px;
            color: #f44336;
        }

        .widget-varianti-filter ul li a span {
            color: #9e9e9e;
            padding-left: 5px;
        }

.widget_product ul {
    padding: 0;
    margin: 30px 0 0 0;
    list-style: none;
}

    .widget_product ul li {
        margin-top: 20px;
        margin-bottom: 30px;
    }

        .widget_product ul li:after {
            clear: both;
            display: table;
            content: '';
        }

        .widget_product ul li a {
            display: block;
        }

            .widget_product ul li a:after {
                clear: both;
                display: table;
                content: '';
            }

        .widget_product ul li img {
            float: left;
            max-width: 80px;
            max-height: 80px;
        }

        .widget_product ul li .item-info {
            padding-left: 100px;
        }

            .widget_product ul li .item-info h5 {
                font-size: 16px;
                padding: 0;
                margin: 0;
                overflow: hidden;
                text-overflow: ellipsis;
            }

            .widget_product ul li .item-info .p-vote {
                display: block;
                margin-top: 3px;
                font-size: 13px;
                color: #212121;
            }

            .widget_product ul li .item-info .price {
                margin-top: 3px;
                font-weight: 700;
                color: #f44336;
            }

.tz-shop-single {
    padding: 30px 0 0;
}

.single-gallery {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .single-gallery .owl-controls .owl-page span {
        width: 10px;
        height: 10px;
        opacity: 1;
        background: 0 0;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border: 3px solid #e0e0e0;
        margin: 10px 5px;
    }

    .single-gallery .owl-controls .owl-page.active span, .single-gallery .owl-controls .owl-page:focus span, .single-gallery .owl-controls .owl-page:hover span {
        background: 0 0;
        border-color: #f44336;
    }

.product-social {
    margin-top: 40px;
}

    .product-social a {
        display: inline-block;
        font-size: 25px;
        padding: 0 22px;
        border-left: 2px solid #e0e0e0;
        line-height: 28px;
    }

        .product-social a:first-child {
            padding-left: 0;
            border-left: 0;
        }

.entry-summary h1 {
    font-size: 25px;
    line-height: 24px;
    padding: 0;
    margin: 48px 0 22px 0;
    font-weight: 900;
}

.entry-summary .product-price {
    margin: 15px 0;
}

    .entry-summary .product-price:after {
        clear: both;
        display: table;
        content: '';
    }

    .entry-summary .product-price .price {
        font-weight: 900;
        color: #f44336;
        font-size: 30px;
        display: inline-block;
    }

    .entry-summary .product-price .stock {
        padding-left: 80px;
    }

        .entry-summary .product-price .stock span {
            color: #f44336;
        }

.entry-summary p {
    line-height: 25px;
}

.entry-summary .tz_variations_form {
    margin-top: 23px;
}

    .entry-summary .tz_variations_form .form-attr {
        margin: 0 0 30px 0;
    }

    .entry-summary .tz_variations_form label {
        font-weight: 300;
        margin-right: 15px;
        font-size: 19px;
    }

    .entry-summary .tz_variations_form input, .entry-summary .tz_variations_form select {
        border: 1px solid #e0e0e0;
        height: 45px;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        text-align: center;
        padding: 0 10px;
    }

    .entry-summary .tz_variations_form .tzqty {
        margin-left: 47px;
    }

    .entry-summary .tz_variations_form .qty {
        width: 90px;
        padding: 0;
    }

.single_add_to_cart_button {
    background-image: url(../images/cart_icon.png);
    background-position: 20px center;
    background-color: #f44336;
    min-width: 260px;
    padding: 12px 23px 12px 53px;
    background-repeat: no-repeat;
    border: 0;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    -webkit-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
    line-height: 1;
    cursor: pointer;
}

    .single_add_to_cart_button:focus, .single_add_to_cart_button:hover {
        background-color: #212121;
    }

.single_add_to_wishlist {
    background-image: url(../images/wishlist_black.png);
    background-position: 0 center;
    background-color: transparent;
    padding: 12px 0 13px 33px;
    background-repeat: no-repeat;
    text-transform: uppercase;
    display: inline-block;
    margin-left: 40px;
    border: 0;
}

.tz-shop-tabs {
    background: #fafafa;
    margin: 70px 0 100px;
    padding: 52px 0 45px;
}

    .tz-shop-tabs .tab-content {
        padding: 10px 0;
    }

        .tz-shop-tabs .tab-content p {
            line-height: 30px;
            padding: 8px 0;
        }

.tab-head .nav-tabs {
    display: inline-block;
    border: 0;
}

    .tab-head .nav-tabs:after {
        clear: both;
        display: table;
        content: '';
    }

    .tab-head .nav-tabs li a {
        border: 0;
        background: 0 0;
        font-size: 25px;
        font-weight: 900;
        text-transform: uppercase;
    }

    .tab-head .nav-tabs li.active a, .tab-head .nav-tabs li:focus a, .tab-head .nav-tabs li:hover a {
        border: 0;
        color: #f44336;
        background: 0 0;
    }

.shop-cart {
    margin: 28px 0 120px;
    border: 0;
    border-color: transparent;
}

.page-title {
    font-weight: 700;
    font-size: 40px;
    line-height: 40px;
    color: #212121;
    padding: 0;
    margin: 63px 0 38px;
    text-transform: uppercase;
}

.shop_table {
    width: 100%;
    margin: 0 0 50px 0;
}

    .shop_table thead tr {
        border-bottom: 2px solid #eee;
    }

    .shop_table tr {
        border-bottom: 1px solid #eee;
    }

        .shop_table tr th {
            font-size: 19px;
            font-weight: 700;
            padding: 15px 0;
        }

        .shop_table tr td {
            padding: 20px 0;
        }

    .shop_table tbody tr:last-child {
        border: 0;
    }

    .shop_table .product-remove {
        width: 6%;
        text-align: center;
    }

        .shop_table .product-remove .remove {
            background: url(../images/delete.png) center center no-repeat;
            display: inline-block;
            width: 10px;
            height: 10px;
            -webkit-transition: all .4s ease 0s;
            -o-transition: all .4s ease 0s;
            transition: all .4s ease 0s;
        }

            .shop_table .product-remove .remove:hover {
                -webkit-transform: scale(1.2);
                -ms-transform: scale(1.2);
                -o-transform: scale(1.2);
                transform: scale(1.2);
            }

    .shop_table .product-thumbnail {
        width: 100px;
    }

        .shop_table .product-thumbnail a {
            display: block;
            max-width: 80px;
            border: 1px solid #eee;
        }

    .shop_table .product-price {
        width: 16%;
    }

        .shop_table .product-price span {
            color: #f44336;
            font-weight: 400;
        }

    .shop_table .product-quantity {
        width: 16%;
    }

        .shop_table .product-quantity input {
            border: 1px solid #e0e0e0;
            height: 45px;
            width: 80px;
            border-radius: 3px;
            -moz-border-radius: 3px;
            -webkit-border-radius: 3px;
            -ms-border-radius: 3px;
            -o-border-radius: 3px;
            text-align: center;
        }

    .shop_table .product-subtotal {
        width: 167px;
    }

        .shop_table .product-subtotal span {
            color: #f44336;
            font-weight: 400;
        }

    .shop_table .product-name .color {
        display: block;
        margin-top: 15px;
    }

        .shop_table .product-name .color i {
            width: 15px;
            height: 15px;
            display: inline-block;
            border-radius: 50%;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            -ms-border-radius: 50%;
            -o-border-radius: 50%;
            -webkit-transform: translate(0, 2px);
            -ms-transform: translate(0, 2px);
            -o-transform: translate(0, 2px);
            transform: translate(0, 2px);
            margin-left: 5px;
        }

.actions .back-shop {
    line-height: 36px;
    font-weight: 400;
}

    .actions .back-shop i {
        padding-right: 10px;
    }

.actions .update-cart {
    float: right;
    background: #212121;
    color: #fff;
    text-transform: uppercase;
    padding: 4px 30px 5px;
    display: inline-block;
    border: 0;
    font-size: 16px;
    line-height: 36px;
    -webkit-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
}

    .actions .update-cart:focus, .actions .update-cart:hover {
        background: #f44336;
    }

.coupon h3 {
    font-size: 20px;
    font-weight: 900;
    text-transform: uppercase;
    padding: 0 0 10px 0;
    margin: 0;
}

.coupon .input-text {
    height: 50px;
    border: 1px solid #e0e0e0;
    width: 95%;
    padding: 10px 15px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    margin-top: 15px;
}

    .coupon .input-text::-moz-placeholder {
        color: #212121;
        opacity: 1;
    }

    .coupon .input-text:-ms-input-placeholder {
        color: #212121;
    }

    .coupon .input-text::-webkit-input-placeholder {
        color: #212121;
    }

.coupon .button {
    background: #212121;
    color: #fff;
    text-transform: uppercase;
    padding: 4px 30px;
    display: inline-block;
    border: 0;
    font-size: 16px;
    line-height: 36px;
    -webkit-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
    height: auto;
    margin-top: 20px;
}

    .coupon .button:focus, .coupon .button:hover {
        background: #f44336;
    }

.cart_totals {
    background: #f5f5f5;
    padding: 32px 70px 35px;
}

    .cart_totals .cart_totals_inner table {
        width: 100%;
        border: 0;
    }

        .cart_totals .cart_totals_inner table tr {
            border-bottom: 1px solid #dcdcdc;
        }

            .cart_totals .cart_totals_inner table tr th {
                font-weight: 300;
                text-transform: uppercase;
                line-height: 36px;
                width: 50%;
                padding: 15px 0;
            }

            .cart_totals .cart_totals_inner table tr:last-child {
                border: 0;
            }

            .cart_totals .cart_totals_inner table tr td {
                padding: 15px;
            }

        .cart_totals .cart_totals_inner table .order-total th {
            font-weight: 700;
            font-size: 20px;
            padding: 19px 0;
        }

        .cart_totals .cart_totals_inner table .order-total td {
            text-align: right;
            padding: 19px 0;
        }

            .cart_totals .cart_totals_inner table .order-total td .amount {
                color: #f44336;
                font-size: 20px;
                font-weight: 700;
            }

        .cart_totals .cart_totals_inner table .cart-subtotal td {
            text-align: right;
        }

            .cart_totals .cart_totals_inner table .cart-subtotal td .amount {
                font-weight: 900;
            }

        .cart_totals .cart_totals_inner table .shipping th {
            vertical-align: top;
            padding-top: 16px;
        }

        .cart_totals .cart_totals_inner table .shipping td {
            padding-top: 0;
            text-align: right;
        }

        .cart_totals .cart_totals_inner table .shipping .form-r {
            padding: 6px 0;
        }

            .cart_totals .cart_totals_inner table .shipping .form-r:after {
                clear: both;
                display: table;
                content: '';
            }

            .cart_totals .cart_totals_inner table .shipping .form-r input {
                float: left;
            }

            .cart_totals .cart_totals_inner table .shipping .form-r > span {
                display: block;
                margin: 0 22px 0;
                line-height: 24px;
                -webkit-transform: translate(0, 10px);
                -ms-transform: translate(0, 10px);
                -o-transform: translate(0, 10px);
                transform: translate(0, 10px);
            }

                .cart_totals .cart_totals_inner table .shipping .form-r > span .price {
                    display: block;
                    color: #f44336;
                }

.shop-checkout {
    margin: 28px 0 105px;
    border: 0;
    border-color: transparent;
}

.shop-info {
    margin-bottom: 50px;
}

    .shop-info p {
        padding: 0;
    }

        .shop-info p:first-child {
            margin-bottom: 15px;
        }

    .shop-info a {
        color: #f44336;
    }

.shop-billing-fields h3 {
    font-size: 20px;
    line-height: 36px;
    color: #212121;
    margin: 0;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 1.5px;
    margin-bottom: 12px;
}

.form-row {
    padding: 8px 0;
}

    .form-row label {
        font-weight: 700;
        display: block;
        line-height: 40px;
        margin-bottom: 1px;
    }

        .form-row label span {
            color: #f44336;
        }

    .form-row input[type=email], .form-row input[type=text], .form-row select {
        width: 100%;
        height: 40px;
        border: 1px solid #e0e0e0;
        padding: 0 15px;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        line-height: 40px;
    }

        .form-row input[type=email]::-moz-placeholder, .form-row input[type=text]::-moz-placeholder, .form-row select::-moz-placeholder {
            color: #212121;
            opacity: 1;
        }

        .form-row input[type=email]:-ms-input-placeholder, .form-row input[type=text]:-ms-input-placeholder, .form-row select:-ms-input-placeholder {
            color: #212121;
        }

        .form-row input[type=email]::-webkit-input-placeholder, .form-row input[type=text]::-webkit-input-placeholder, .form-row select::-webkit-input-placeholder {
            color: #212121;
        }

    .form-row textarea {
        width: 100%;
        height: 190px;
        border: 1px solid #e0e0e0;
        padding: 10px 15px;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        line-height: 40px;
    }

        .form-row textarea::-moz-placeholder {
            color: #212121;
            opacity: 1;
        }

        .form-row textarea:-ms-input-placeholder {
            color: #212121;
        }

        .form-row textarea::-webkit-input-placeholder {
            color: #212121;
        }

        .form-row textarea:focus {
            outline: 0;
            outline-color: transparent;
        }

.form-row-first {
    width: 47%;
    float: left;
}

.form-row-last {
    float: right;
    width: 47%;
}

.clear {
    clear: both;
}

.create-account {
    padding: 0;
    margin: 25px 0 0 0;
}

    .create-account:after {
        clear: both;
        display: table;
        content: '';
    }

    .create-account label {
        display: inline-block;
        font-weight: 400;
        text-transform: uppercase;
        margin: 0 0 0 20px;
    }

    .create-account input {
        margin: 0;
        float: left;
    }

.ship-to-different-address-checkbox {
    margin: 0 0 35px 0;
    padding: 0;
}

    .ship-to-different-address-checkbox:after {
        clear: both;
        display: table;
        content: '';
    }

    .ship-to-different-address-checkbox label {
        display: inline-block;
        font-weight: 400;
        text-transform: uppercase;
        margin: 0 0 0 20px;
    }

    .ship-to-different-address-checkbox input {
        margin: 0;
        float: left;
    }

#order_review {
    background: #f5f5f5;
    padding: 45px 70px;
    margin-top: 62px;
}

    #order_review h3 {
        font-size: 20px;
        line-height: 36px;
        color: #212121;
        margin: 0;
        text-transform: uppercase;
        font-weight: 900;
        letter-spacing: 1.5px;
    }

    #order_review table {
        margin: 15px 0 40px 0;
    }

        #order_review table th {
            font-size: 16px;
            line-height: 36px;
            text-transform: uppercase;
            font-weight: 300;
            padding: 9px 0;
        }

        #order_review table tr {
            border-bottom: 1px solid #dcdcdc;
        }

        #order_review table .product-total {
            text-align: right;
        }

        #order_review table tbody tr {
            border: 0;
        }

            #order_review table tbody tr td {
                padding: 8px 0;
            }

                #order_review table tbody tr td strong {
                    font-weight: 300;
                    color: #9e9e9e;
                    padding-left: 20px;
                }

            #order_review table tbody tr:first-child td {
                padding-top: 27px;
            }

            #order_review table tbody tr:last-child {
                border-bottom: 1px solid #dcdcdc;
            }

                #order_review table tbody tr:last-child td {
                    padding-bottom: 30px;
                }

        #order_review table .cart-subtotal {
            border: 0;
        }

            #order_review table .cart-subtotal th {
                padding: 13px 0 4px;
            }

            #order_review table .cart-subtotal td {
                padding: 12px 0 0 0;
                text-align: right;
                font-weight: 900;
            }

        #order_review table .shipping th {
            vertical-align: top;
            padding: 0;
        }

        #order_review table .shipping td {
            padding-top: 32px;
        }

        #order_review table .shipping .form-r {
            padding: 6px 0;
        }

            #order_review table .shipping .form-r:after {
                clear: both;
                display: table;
                content: '';
            }

            #order_review table .shipping .form-r input {
                float: left;
            }

            #order_review table .shipping .form-r > span {
                display: block;
                margin: 0 22px 0;
                line-height: 24px;
                -webkit-transform: translate(0, 10px);
                -ms-transform: translate(0, 10px);
                -o-transform: translate(0, 10px);
                transform: translate(0, 10px);
            }

                #order_review table .shipping .form-r > span .price {
                    display: block;
                    color: #f44336;
                }

        #order_review table .order-total {
            border-bottom: 2px solid #dcdcdc;
        }

            #order_review table .order-total th {
                font-weight: 700;
                font-size: 20px;
                padding: 19px 0;
            }

            #order_review table .order-total td {
                text-align: right;
                padding: 19px 0;
            }

                #order_review table .order-total td .amount {
                    color: #f44336;
                    font-size: 20px;
                    font-weight: 700;
                }

.payment_methods {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .payment_methods li {
        margin-bottom: 15px;
    }

        .payment_methods li input[type=radio] {
            margin: 0;
            float: left;
            height: 26px;
        }

        .payment_methods li label {
            margin: 0 0 0 20px;
            display: inline-block;
            font-weight: 900;
        }

        .payment_methods li .payment_method_bacs {
            padding-left: 32px;
        }

.default-page {
    padding: 80px 0;
}

.tz-register {
    margin: 41px 0;
}

    .tz-register h2 {
        text-align: center;
        font-size: 40px;
        line-height: 40px;
        color: #212121;
        margin: 0;
        text-transform: uppercase;
        font-weight: 700;
        letter-spacing: 1.5px;
    }

    .tz-register form {
        width: 570px;
        margin: 47px auto 0;
    }

        .tz-register form .form-row {
            padding: 9px 0;
        }

            .tz-register form .form-row:after {
                clear: both;
                display: table;
                content: '';
            }

            .tz-register form .form-row label {
                text-transform: uppercase;
            }

            .tz-register form .form-row input[type=password], .tz-register form .form-row input[type=text] {
                width: 100%;
                height: 50px;
                border: 1px solid #e0e0e0;
                padding: 0 15px;
                border-radius: 3px;
                -moz-border-radius: 3px;
                -webkit-border-radius: 3px;
                -ms-border-radius: 3px;
                -o-border-radius: 3px;
                line-height: 40px;
            }

                .tz-register form .form-row input[type=password]::-moz-placeholder, .tz-register form .form-row input[type=text]::-moz-placeholder {
                    color: #212121;
                    opacity: 1;
                }

                .tz-register form .form-row input[type=password]:-ms-input-placeholder, .tz-register form .form-row input[type=text]:-ms-input-placeholder {
                    color: #212121;
                }

                .tz-register form .form-row input[type=password]::-webkit-input-placeholder, .tz-register form .form-row input[type=text]::-webkit-input-placeholder {
                    color: #212121;
                }

            .tz-register form .form-row input[type=submit] {
                background: #212121;
                color: #fff;
                text-transform: uppercase;
                padding: 5px 35px;
                display: inline-block;
                border: 0;
                font-size: 16px;
                line-height: 36px;
                -webkit-transition: all .4s ease 0s;
                -o-transition: all .4s ease 0s;
                transition: all .4s ease 0s;
                float: right;
                height: 50px;
                margin-top: 1px;
            }

                .tz-register form .form-row input[type=submit]:focus, .tz-register form .form-row input[type=submit]:hover {
                    background: #f44336;
                }

.blog {
    padding: 28px 0 10px;
}

.blog-container {
    padding: 50px 30px 42px;
    background: #fff;
    margin-top: 31px;
}

.blog-item {
    margin-bottom: 30px;
    border-bottom: 1px dotted #9e9e9e;
    padding-bottom: 34px;
}

    .blog-item .blog-info h3 {
        font-size: 19px;
        color: #212121;
        font-weight: 900;
        line-height: 25px;
        padding: 19px 0 7px 0;
        margin: 0;
    }

    .blog-item .blog-info .entry-meta {
        font-size: 14px;
        line-height: 25px;
        display: block;
        color: #9e9e9e;
    }

    .blog-item .blog-info p {
        line-height: 25px;
        padding: 8px 0;
    }

    .blog-item .blog-info .continue {
        margin-top: 12px;
        color: #f44336;
        display: block;
    }

    .blog-item .thumb {
        overflow: hidden;
    }

        .blog-item .thumb img {
            -webkit-transition: all .5s ease 0s;
            -o-transition: all .5s ease 0s;
            transition: all .5s ease 0s;
        }

    .blog-item:hover .thumb img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }

.blog-heading {
    background: #f9f9f9;
    border-bottom: 0;
    padding-bottom: 29px;
    text-align: center;
}

    .blog-heading .blog-info {
        padding: 0 30px;
    }

        .blog-heading .blog-info h3 {
            padding: 27px 0 7px 0;
        }

.blog-container .pagination {
    margin: 0;
}

.blog-sidebar {
    background: #f2f2f2;
    padding: 40px 30px;
}

    .blog-sidebar .widget-title {
        font-size: 19px;
        line-height: 36px;
        color: #212121;
        margin: 0;
        text-transform: uppercase;
        font-weight: 900;
        letter-spacing: normal;
        border-bottom: 2px solid #212121;
        padding: 0 0 5px 0;
        margin-bottom: 14px;
    }

    .blog-sidebar .widget {
        margin-bottom: 38px;
    }

.widget_categories ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .widget_categories ul li a {
        line-height: 40px;
    }

        .widget_categories ul li a span {
            color: #9e9e9e;
            padding-left: 10px;
        }

.widget_search .tz-search-form {
    position: relative;
    padding-right: 50px;
}

    .widget_search .tz-search-form input[type=text] {
        height: 50px;
        width: 100%;
        border: 2px solid #e0e0e0;
        padding: 0 10px;
    }

        .widget_search .tz-search-form input[type=text]::-moz-placeholder {
            color: #212121;
            opacity: 1;
        }

        .widget_search .tz-search-form input[type=text]:-ms-input-placeholder {
            color: #212121;
        }

        .widget_search .tz-search-form input[type=text]::-webkit-input-placeholder {
            color: #212121;
        }

    .widget_search .tz-search-form .tz-submit {
        width: 50px;
        position: absolute;
        right: 0;
        top: 0;
        height: 50px;
        display: block;
        border: 0;
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        background: url(../images/search-w.png) no-repeat center center #212121;
    }

        .widget_search .tz-search-form .tz-submit:hover {
            background-color: #f44336;
        }

            .widget_search .tz-search-form .tz-submit:hover:after {
                border-right: 7px solid #f44336;
            }

        .widget_search .tz-search-form .tz-submit:after {
            content: '';
            position: absolute;
            left: -7px;
            top: 50%;
            margin-top: -8px;
            border-right: 7px solid #212121;
            border-top: 7px solid transparent;
            border-bottom: 7px solid transparent;
        }

.widget_recent_posts ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .widget_recent_posts ul li {
        margin-top: 25px;
    }

        .widget_recent_posts ul li:after {
            clear: both;
            display: table;
            content: '';
        }

        .widget_recent_posts ul li:first-child {
            margin-top: 30px;
        }

        .widget_recent_posts ul li img {
            max-width: 70px;
            float: left;
        }

        .widget_recent_posts ul li .recent-info {
            padding-left: 90px;
        }

            .widget_recent_posts ul li .recent-info h5 {
                font-size: 16px;
                font-weight: 300;
                margin: 0;
                padding: 0 0 6px 0;
                line-height: 21px;
            }

            .widget_recent_posts ul li .recent-info .date {
                font-size: 14px;
                color: #9e9e9e;
            }

.widget_instagram .img-instagram {
    margin: 25px -5px 0;
}

    .widget_instagram .img-instagram:after {
        clear: both;
        display: table;
        content: '';
    }

    .widget_instagram .img-instagram img {
        padding: 5px;
        float: left;
        width: 33.33%;
    }

.single-blog h1 {
    font-size: 19px;
    font-weight: 900;
    padding: 0;
    margin: 30px 0 13px;
}

.single-blog .date {
    font-size: 14px;
    line-height: 25px;
    display: block;
    color: #9e9e9e;
}

.single-blog .single-content {
    margin: 3px 0;
}

    .single-blog .single-content p {
        padding: 7px 0;
        line-height: 30px;
    }

.single-blog .entry-blog-meta {
    padding: 23px 0;
    margin-top: 49px;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}

    .single-blog .entry-blog-meta span {
        margin-right: 46px;
    }

        .single-blog .entry-blog-meta span a {
            color: #9e9e9e;
        }

.single-blog .entry-social {
    text-align: center;
    padding: 32px 0;
    border-bottom: 1px solid #e0e0e0;
}

    .single-blog .entry-social a {
        display: inline-block;
        font-size: 25px;
        margin: 0 45px;
    }

.single-blog .post-navigation {
    margin: 30px 0 0 0;
}

    .single-blog .post-navigation:after {
        clear: both;
        display: table;
        content: '';
    }

    .single-blog .post-navigation a {
        display: block;
        width: 48%;
        background: #212121;
        color: #fff;
        text-transform: none;
        padding: 4px 25px;
        display: inline-block;
        border: 0;
        font-size: 16px;
        line-height: 36px;
        -webkit-transition: all .4s ease 0s;
        -o-transition: all .4s ease 0s;
        transition: all .4s ease 0s;
        text-align: center;
        letter-spacing: 1px;
    }

        .single-blog .post-navigation a:focus, .single-blog .post-navigation a:hover {
            background: #f44336;
        }

blockquote {
    border-left-color: #212121;
    background: #f9f9f9;
    padding: 18px 25px;
    margin: 30px 0 30px 30px;
    font-size: 16px;
}

.single-comment {
    margin-top: 60px;
    margin-bottom: 27px;
}

#comments h2 {
    line-height: 36px;
    font-size: 19px;
    font-weight: 900;
    padding: 0 0 3px 0;
    margin: 0;
    text-transform: uppercase;
    border-bottom: 1px solid #e0e0e0;
}

    #comments h2 span {
        font-size: 16px;
        font-weight: 300;
        text-transform: none;
        display: inline-block;
        -webkit-transform: translate(0, -1px);
        -ms-transform: translate(0, -1px);
        -o-transform: translate(0, -1px);
        transform: translate(0, -1px);
        padding-left: 25px;
    }

.comments-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .comments-list > li {
        border-bottom: 1px dotted #e0e0e0;
        padding: 30px 0;
    }

        .comments-list > li .comment-body:after {
            clear: both;
            display: table;
            content: '';
        }

        .comments-list > li ol {
            list-style: none;
            padding: 0;
            margin: 30px 0 0 70px;
        }

            .comments-list > li ol li {
                border-top: 1px dotted #e0e0e0;
                padding: 30px 0;
            }

                .comments-list > li ol li:last-child {
                    padding-bottom: 0;
                }

.comment-avatar {
    float: left;
    max-width: 70px;
}

.comment-block {
    padding-left: 90px;
}

.comment-header .vcard {
    font-weight: 700;
    font-style: normal;
    margin-right: 12px;
}

.comment-header .comment-meta {
    color: #9e9e9e;
}

    .comment-header .comment-meta .time {
        font-size: 14px;
        color: #9e9e9e;
        margin: 0 12px;
    }

    .comment-header .comment-meta .reply {
        margin-left: 12px;
        font-size: 14px;
        color: #f44336;
    }

.comment-content p {
    padding: 8px 0;
    line-height: 25px;
}

    .comment-content p:last-child {
        padding-bottom: 0;
    }

#reply-title {
    font-size: 19px;
    font-weight: 900;
    text-transform: uppercase;
    margin: 67px 0 26px;
    padding: 0;
    letter-spacing: .3;
}

#commentform:after {
    clear: both;
    display: table;
    content: '';
}

#commentform p {
    padding: 0;
    margin: 0;
    position: relative;
}

    #commentform p i {
        position: absolute;
        right: 15px;
        top: 15px;
        font-size: 18px;
        color: #dcdcdc;
    }

#commentform input[type=email], #commentform input[type=text], #commentform input[type=url], #commentform textarea {
    background: 0 0;
    padding: 5px 15px;
    height: 50px;
    display: block;
    border: 0;
    position: relative;
    width: 100%;
}

    #commentform input[type=email]::-moz-placeholder, #commentform input[type=text]::-moz-placeholder, #commentform input[type=url]::-moz-placeholder, #commentform textarea::-moz-placeholder {
        color: #212121;
        opacity: 1;
    }

    #commentform input[type=email]:-ms-input-placeholder, #commentform input[type=text]:-ms-input-placeholder, #commentform input[type=url]:-ms-input-placeholder, #commentform textarea:-ms-input-placeholder {
        color: #212121;
    }

    #commentform input[type=email]::-webkit-input-placeholder, #commentform input[type=text]::-webkit-input-placeholder, #commentform input[type=url]::-webkit-input-placeholder, #commentform textarea::-webkit-input-placeholder {
        color: #212121;
    }

#commentform .comment-for-author, #commentform .comment-for-email {
    width: 50%;
    float: left;
}

#commentform .comment-for-content, #commentform .comment-for-submit, #commentform .comment-for-url {
    width: 100%;
    float: left;
}

#commentform .comment-for-email:after {
    clear: both;
    display: table;
    content: '';
}

#commentform input.author {
    border-width: 1px 0 0 1px;
    border-style: solid;
    border-color: #e0e0e0;
}

#commentform input.email {
    border-width: 1px 1px 0 1px;
    border-style: solid;
    border-color: #e0e0e0;
}

#commentform input.url {
    width: 100%;
    border-width: 1px;
    border-style: solid;
    border-color: #e0e0e0;
}

#commentform textarea {
    height: 150px;
    width: 100%;
    border-width: 0 1px 1px 1px;
    border-style: solid;
    border-color: #e0e0e0;
}

    #commentform textarea:focus {
        outline-color: transparent;
        outline: 0;
    }

#commentform input[type=submit] {
    background: #212121;
    color: #fff;
    text-transform: none;
    padding: 2px 25px;
    display: inline-block;
    border: 0;
    font-size: 16px;
    line-height: 36px;
    -webkit-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
    letter-spacing: 3px;
    width: 100%;
    height: 45px;
    margin-top: 20px;
}

    #commentform input[type=submit]:focus, #commentform input[type=submit]:hover {
        background: #f44336;
    }

.large-ttle {
    font-size: 40px;
    line-height: 28px;
    margin: 0;
    text-transform: uppercase;
    font-weight: 700;
    padding: 0 0 22px 0;
    border-bottom: 2px solid #212121;
}

.map-iframe {
    margin: 18px 0 30px;
}

    .map-iframe iframe {
        border: 0;
        width: 100%;
        height: 350px;
    }

.blog-sidebar .contact-info .widget-title {
    border-bottom: 0;
    padding-bottom: 0;
}

.blog-sidebar .contact-info p {
    padding-top: 0;
}

.blog-sidebar .contact-info ul {
    margin-top: 12px;
}

#contact-form {
    margin: 39px 0 38px;
}

    #contact-form .contact-form-7 {
        margin-top: 19px;
    }

#off-canvas-nav {
    display: none;
}

.filtri {
    display: none;
}

.chiudi {
    display: none;
}

@media (max-width:991px) {
    .tz-main-menu > li .sub-menu {
        position: relative;
        background: #3a3a3a;
        left: auto;
        top: auto;
        width: 100%;
        visibility: visible;
        opacity: 1;
        min-width: 100px;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 10px;
    }

    .tz-shop-sidebar {
        top: 0;
        position: fixed;
        z-index: 9999;
        background: #fff;
        display: none;
        width: 100%;
        left: 0;
        bottom: 0;
    }

    .show-filter {
        overflow: hidden;
    }

        .show-filter .tz-shop-sidebar {
            display: block;
        }

    .chiudi {
        display: block;
    }

    .tz-shop-sidebar-container {
        width: 100%;
        height: 100%;
        position: relative;
        overflow: auto;
        padding: 20px;
    }

    .filtri {
        display: block;
        margin-bottom: 2%;
        color: #c5c5c5;
    }

    .tz-main-menu > li .sub-menu:before {
        display: none;
    }

    .tz_icon_menu {
        display: block;
    }

    .off-canvas {
        width: 100%;
        overflow-x: hidden;
        position: relative;
    }

        .off-canvas body {
            width: 100%;
            overflow-x: hidden;
            -o-box-sizing: border-box;
            -ms-box-sizing: border-box;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
        }

            .off-canvas body > * {
                left: 0;
                -webkit-transform: translateX(0);
                -moz-transform: translateX(0);
                -o-transform: translateX(0);
                transform: translateX(0);
                -webkit-transition: -webkit-transform .5s ease;
                -moz-transition: -moz-transform .5s ease;
                -o-transition: -o-transform .5s ease;
                transition: transform .5s ease;
                -webkit-backface-visibility: hidden;
                -moz-backface-visibility: hidden;
                -o-backface-visibility: hidden;
                backface-visibility: hidden;
            }

        .off-canvas #ja-mainnav .nav-collapse, .off-canvas #plazart-mainnav .nav-collapse {
            display: none;
        }

        .off-canvas #off-canvas-nav {
            display: block;
            position: fixed;
            top: 0;
            left: 0;
            width: 0;
            bottom: 0;
            z-index: 1;
            background: 0 0;
        }

            .off-canvas #off-canvas-nav .plazart-mainnav {
                margin: 0;
                position: fixed;
                left: 0;
                top: 0;
                bottom: 0;
                width: 250px;
                -webkit-transform: translateX(-100%);
                -moz-transform: translateX(-100%);
                -o-transform: translateX(-100%);
                transform: translateX(-100%);
            }

                .off-canvas #off-canvas-nav .plazart-mainnav .nav-collapse {
                    background: none repeat scroll 0 0 #333;
                    height: auto;
                    margin: 0;
                    padding: 30px 0;
                    width: 100%;
                    height: 100%;
                    overflow: auto;
                }

                    .off-canvas #off-canvas-nav .plazart-mainnav .nav-collapse li {
                        float: none;
                    }

                        .off-canvas #off-canvas-nav .plazart-mainnav .nav-collapse li a {
                            color: #fff;
                            display: block;
                            font-size: 13px;
                            font-weight: 400;
                            line-height: 30px;
                            margin: 0;
                            padding: 5px 20px;
                            position: relative;
                            text-decoration: none;
                            text-transform: none;
                            letter-spacing: 0;
                            text-transform: uppercase;
                        }

    .menu-close:after {
        position: absolute;
        right: 0;
        top: 3px;
        content: "\f105";
        font-family: FontAwesome;
        color: #fff;
    }

    .menu-open:after {
        position: absolute;
        content: "\f107";
        right: 0;
        top: 3px;
        font-family: FontAwesome;
        color: #fff;
    }

    .off-canvas-enabled body > * {
        -webkit-transform: translateX(250px);
        -moz-transform: translateX(250px);
        -o-transform: translateX(250px);
        transform: translateX(250px);
    }

    .off-canvas-enabled #plazart-mainnav {
        display: block;
    }

    .nav-collapse {
        height: 0;
        overflow: hidden;
    }
}

.mediumlightwhite2, .tp-caption.mediumlightwhite2 {
    font-size: 27px;
    line-height: 36px;
    font-weight: 300;
    color: #fff;
    text-decoration: none;
    padding: 0;
    background-color: transparent;
    font-style: italic;
    border: 0;
}

.slider-title, .tp-caption.slider-title {
    font-size: 60px;
    line-height: 60px;
    font-family: Lato, sans-serif;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    padding: 0;
    background-color: transparent;
    letter-spacing: 2;
    border: 0;
}

.buttom_bike {
    background: #f44336;
    border: 0;
    text-transform: uppercase;
    padding: 0 30px;
    display: block;
    color: #fff;
    text-align: center;
    line-height: 45px;
    font-weight: 700;
    -webkit-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
}

    .buttom_bike:focus, .buttom_bike:hover {
        background: #212121;
        color: #fff;
    }

.tp-leftarrow.default {
    border: 2px solid #fff;
    background-color: transparent;
    background-image: url(../images/arrow_left.png);
    background-position: 10px center;
    -webkit-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
    top: 50%!important;
    margin-top: -20px!important;
}

    .tp-leftarrow.default:hover {
        background-color: #f44336!important;
        border-color: #f44336;
    }

.tp-rightarrow.default {
    border: 2px solid #fff;
    background-color: transparent;
    background-image: url(../images/arrow_right.png);
    background-position: 10px center;
    -webkit-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
    top: 50%!important;
    margin-top: -20px!important;
}

    .tp-rightarrow.default:hover {
        background-color: #f44336!important;
        border-color: #f44336;
    }

.footer-widget {
    background: #f5f5f5;
    padding: 55px 0 27px;
}

    .footer-widget .widget-title {
        font-size: 16px;
        line-height: 20px;
        color: #212121;
        margin: 0;
        text-transform: uppercase;
        letter-spacing: 1.5px;
        font-weight: 900;
        padding: 0 0 16px;
    }

.footer-left {
    width: 41%;
    float: left;
    padding-right: 50px;
}

.footer-right {
    width: 59%;
    float: left;
    border-left: 1px solid #e0e0e0;
    padding-left: 50px;
}

.widget {
    margin-bottom: 30px;
}

.contact-info .widget-title {
    padding-bottom: 12px;
}

.contact-info ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .contact-info ul li {
        font-size: 16px;
        line-height: 27px;
        padding: 9px 0 7px;
    }

        .contact-info ul li:after {
            clear: both;
            display: table;
            content: '';
        }

        .contact-info ul li span {
            float: left;
            display: block;
            min-width: 70px;
            color: #f44336;
        }
        .blog-sidebar .contact-info ul.indirizzi-email li span{
            float: none;
        }

        .contact-info ul li address {
            margin: 0;
            line-height: 27px;
            padding-left: 70px;
        }

.tz-subcribe {
    position: relative;
    padding: 12px 0 0 0;
    margin: 0;
}

    .tz-subcribe:after {
        clear: both;
        display: table;
        content: '';
    }

    .tz-subcribe input[type=text] {
        width: 270px;
        height: 45px;
        border-color: #e0e0e0;
        border-style: solid;
        border-width: 2px 0 2px 2px;
        font-size: 16px;
        padding-left: 15px;
        padding-right: 15px;
        display: block;
        float: left;
    }

        .tz-subcribe input[type=text]::-moz-placeholder {
            color: #9e9e9e;
            opacity: 1;
        }

        .tz-subcribe input[type=text]:-ms-input-placeholder {
            color: #9e9e9e;
        }

        .tz-subcribe input[type=text]::-webkit-input-placeholder {
            color: #9e9e9e;
        }

    .tz-subcribe input[type=submit] {
        height: 45px;
        background: #212121;
        color: #fff;
        border: 0;
        text-align: center;
        padding-left: 22px;
        padding-right: 22px;
        display: inline-block;
        -webkit-transition: all .3s ease 0s;
        -o-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
    }

        .tz-subcribe input[type=submit]:focus, .tz-subcribe input[type=submit]:hover {
            background: #f44336;
        }

input[name=scriviRecensione] {
    height: 45px;
    background: #212121;
    color: #fff;
    border: 0;
    text-align: center;
    padding-left: 22px;
    padding-right: 22px;
    display: inline-block;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

    input[name=scriviRecensione]:focus, input[name=scriviRecensione]:hover {
        background: #f44336;
    }

.tz-social {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .tz-social:after {
        clear: both;
        display: table;
        content: '';
    }

    .tz-social li {
        float: left;
        padding: 3px 0;
    }

        .tz-social li a {
            color: #9e9e9e;
            font-size: 20px;
            line-height: 27px;
            padding-right: 27px;
            display: block;
        }

            .tz-social li a:hover {
                color: #f44336;
            }

.tz-widget-clients .widget-title {
    padding-bottom: 22px;
}

.tz-widget-say {
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 20px;
}

    .tz-widget-say:after {
        clear: both;
        display: table;
        content: '';
    }

    .tz-widget-say img {
        width: 90px;
        height: 90px;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        display: block;
        float: left;
        margin-top: 9px;
    }

    .tz-widget-say .entry-say span {
        color: #f44336;
        display: block;
        padding-top: 8px;
    }

.widget_nav_menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .widget_nav_menu ul li a {
        line-height: 36px;
    }

.tz-copyright {
    background: #5e5e5e;
    padding: 27px 0;
}

    .tz-copyright p {
        color: #bdbdbd;
    }

        .tz-copyright p a {
            color: #f44336;
        }

.payments-method {
    padding: 12px 0;
    display: block;
}

    .payments-method a {
        display: inline-block;
        padding-left: 7px;
    }

ul.tz-header-usermenu {
    float: right;
    margin-left: 0;
}

.tz-search {
    float: right;
}
.buttons-tipo-bike{

}
    .buttons-tipo-bike .btn-default{
        width: 200px;
        height: 120px;
        position: relative;
        overflow: hidden;
        margin: 10px;
        opacity: 0.5;
    }
    .buttons-tipo-bike .btn-default.active,
    .buttons-tipo-bike .btn-default:hover{
        opacity: 1;
    }
    .buttons-tipo-bike img{
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        display: block;
        margin: auto;
        width: 100%;
    }
    .buttons-tipo-bike .btn-default.active img,
    .buttons-tipo-bike .btn-default:hover img{
        padding: 5px;
    }
    .buttons-tipo-bike > .btn-default > span{
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        display: block;
        margin: auto;
        width: 100%;
        line-height: 120px;
    }

 .stepper {
     display: flex;
     margin: 50px 0;
     padding: 0;
     width: 100%;
     list-style: none;
     position: relative;
}
 .stepper::before {
     position: absolute;
     top: 0;
     left: 0;
     height: 100%;
     content: "";
     width: calc(100% - 20px);
     /*background: #e7e7e7;*/
}
 .stepper__item {
     flex: 100%;
     padding: 20px 20px 20px 40px;
     background: repeating-linear-gradient(-65deg, #fff, #fff 20px, #fcfcfc 20px, #fcfcfc 40px);
     margin: 0 0 0 -19px;
     -webkit-clip-path: polygon(20px 50%, 0% 0%, calc(100% - 20px) 0%, 100% 50%, calc(100% - 20px) 100%, 0% 100%);

    font-weight: bold;
    color: #fff;
    background: #abadb0;
    text-shadow: 0 0 1px black;
}
 .stepper__item.current {
    background: #46b1f7;
    visibility: visible;
}
 .stepper__item.complete {
     background: repeating-linear-gradient(-65deg, #fcfcfc, #fcfcfc 20px, #f4faf7 20px, #f4faf7 40px);
    background: #0f639a;
    visibility: visible;
}
 .stepper__item:first-child {
     padding: 20px;
     -webkit-clip-path: polygon(0% 0%, calc(100% - 20px) 0%, 100% 50%, calc(100% - 20px) 100%, 0% 100%);
}
 .stepper__item:last-child {
     -webkit-clip-path: polygon(20px 50%, 0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
 
 .stepper__item > a{
    color: #fff;
    line-height: 45px;
 }
    .effect-julia {
        overflow: hidden;
        position: relative;
    }

        .effect-julia.categoria-dettaglio {
            height: 190px !important;
            margin: 0 0 25px;
        }

        .effect-julia .image-container {
            height: 300px;
            display: block;
            overflow: hidden;
            border: 1px solid #ebebeb;
        }

            .effect-julia .image-container img {
                position: relative;
                width: 100%;
                height: 100%;
                display: inline-block;
                backface-visibility: visible;
                opacity: 1;
                -webkit-transition: opacity .5s,transform .5s;
                transition: opacity .5s,transform .5s;
            }

        .effect-julia.categoria-dettaglio .image-container img {
            position: absolute;
            top: 0;
            bottom: 0;
            right: 0;
            left: 0;
            margin: auto;
        }

        .effect-julia:hover .image-container img {
            opacity: .9;
            -webkit-transform: scale3d(1.1,1.1,1);
            -moz-transform: scale3d(1.1,1.1,1);
            -ms-transform: scale3d(1.1,1.1,1);
            -o-transform: scale3d(1.1,1.1,1);
        }

        .effect-julia > a {
            line-height: 25px;
            display: block;
            position: absolute;
            color: #ccc;
            text-align: center;
            padding: 15px;
            font-weight: 600;
            width: 100%;
            left: 0;
            right: 0;
            bottom: 0;
            margin: auto;
            opacity: .8;
            font-size: 25px;
        }

        .effect-julia.categoria-dettaglio .image-container {
            border: none;
        }

        .effect-julia.categoria-dettaglio a {
            font-size: 25px !important;
        }

        .effect-julia.servizi > a {
            line-height: 30px;
            font-size: 20px;
        }

        .effect-julia:hover > a, .effect-julia > a:hover {
            opacity: 1;
            color: #ee4200;
        }

        .effect-julia > a.TitoloCat {
            opacity: 100;
            height: auto;
            color: #fff;
            font-weight: 700;
            width: 92%;
            font-size: 30px;
            padding: 3%;
            position: absolute;
            text-align: center;
            bottom: 10px;
            text-transform: uppercase;
            text-shadow: 0 0 8px black;     
        }
        .effect-julia:hover > a.TitoloCat {
            color: #fff;
            transition: .4s;
        }


        .price_label {
            margin-top: 25px;
        }

            .price_label:after {
                clear: both;
                display: table;
                content: '';
            }

            .price_label button {
                border: 0;
                background: 0 0;
                display: inline-block;
                float: left;
                text-transform: uppercase;
                font-size: 14px;
                margin: 0;
                padding: 0;
            }

            .price_label .value-price {
                display: block;
                float: right;
                font-size: 14px;
                font-style: italic;
            }

        .ui-slider {
            position: relative;
            text-align: left;
            height: 5px;
        }

        .ui-widget-content {
            background: #eee;
        }

        .ui-slider .ui-slider-handle {
            position: absolute;
            z-index: 2;
            width: 1.2em;
            height: 1.2em;
            -ms-touch-action: none;
            touch-action: none;
            cursor: pointer;
        }

        .ui-slider .ui-slider-range {
            position: absolute;
            z-index: 1;
            font-size: .7em;
            display: block;
            border: 0;
            background-position: 0 0;
            cursor: pointer;
        }

        .ui-widget-header {
            background: #3b3939;
            height: 100%;
        }

        .ui-state-default {
            background: #3b3939;
            font-weight: 400;
            color: #fff;
            width: 15px;
            height: 15px;
            -webkit-transform: translate(0,-7.5px);
            -ms-transform: translate(0,-7.5px);
            -o-transform: translate(0,-7.5px);
            transform: translate(0,-7.5px);
            cursor: pointer;
        }

            .ui-state-default:focus, .ui-state-default:hover {
                outline: 0;
                outline-color: transparent;
            }

            .ui-state-default:after {
                /*position: absolute;
                left: 50%;
                top: 50%;
                -webkit-transform: translate(-3px,-4px);
                -ms-transform: translate(-3px,-4px);
                -o-transform: translate(-3px,-4px);
                transform: translate(-3px,-4px);
                content: '';
                width: 5px;
                height: 5px;
                background: url(/domini/190/images/bar.png) no-repeat center center;*/
            }

            .ui-slider-handle .ui-state-default .ui-corner-all:active{
                height: 1px!important;
                width: 1px!important;
            }
            
.ui-slider-horizontal .ui-slider-handle {
    margin-left: 0px;
    top: 0;
}

.ui-slider .ui-slider-handle {
    top: 3px;
    height: 12px;
    width: 12px;
    border-radius: 28px;
}

.p-filter p {
    color: #000;
    margin-bottom: 18px;
}

.value {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    left: 50%;
    margin: 0 0 0 -12px;
    position: absolute;
    text-align: center;
    top: 24px;
    width: 40px;
    display: none;
}

.price-range-both.value {
    width: 100px;
    margin: 0 0 0 -12px;
    top: 25px;
}

.price-range-both {
    display: none;
}
.configuratore-options-selected{
    list-style: none;
    padding-left: 0;
    display: flex;
}
    .configuratore-options-selected > li{
        text-align: center;
        flex: 100%;
    }
    .configuratore-options-selected > li:first-child{
        text-align: left;
    }
        .configuratore-options-selected > li > h5{
            
        }
.btn-submit-form{
    position: absolute;
    bottom: 0;
    right: 35px;
}        
.input-register-alert{
}
.btn-register-alert{
    display: block;
    height: auto;
}

.layer-title{
    width: 60%;
    margin: auto;
    float: left;
}
@media (max-width:1199px) {
    .dropdown-mega {
        width: 100%;
        left: 0;
    }

    .list-view .product-item .item .product-item-inner .product-info .p-mask a {
        margin-left: 0;
        padding-left: 20px;
        padding-right: 20px;
    }

    .tz-subcribe input[type=text] {
        width: 100%;
        border-width: 2px;
        margin-bottom: 10px;
    }
}

@media (min-width:990px) {
    .hidden-desktop {
        display: none;
    }

    .tz-header-usermenu {
        float: right;
    }
}

@media (max-width:991px) {
    ul.tz-header-usermenu {
        float: left;
        margin-left: 0;
    }

    .btn-block-mobile {
        width: 100%;
        margin: 0!important;
        margin-bottom: 10px!important;
    }

    .tz-search #KEY {
        width: 300px;
    }

    .tz-search {
        float: left;
        display: none;
    }

    .tz-header-container {
        padding-left: 0;
        right: 0;
    }

    .tz-logo {
        padding: 0;
        margin: 0;
        text-align: center;
    }

    .tz-login-form {
        display: none!important;
    }

    .tz-logo img {
        max-width: 200px;
    }

    .tz-search .select-arrow {
        display: none;
    }

    .dropdown-mega .menu-title {
        font-size: 13px;
        font-weight: 400;
        line-height: 24px;
    }

    .header-top {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .hidden-mobile {
        display: none;
    }

    .header-top ul li.tz-header-login {
        padding: 0;
        margin-top: 5px;
    }

    .header-content {
        padding: 30px 0;
    }

    .parallax {
        background-position: 50% 0!important;
    }

    .cart-inner {
        display: none;
    }

    .section-large-top {
        padding-top: 60px;
    }

    .section-medium {
        padding: 60px 0;
    }

    .section-small2 {
        padding: 30px 0;
    }

    .border-left {
        border-left: 0;
    }

    .tz-tabs-title {
        font-size: 24px;
        line-height: 21px;
        font-weight: 900;
        text-transform: uppercase;
        padding: 0;
        margin: 0;
        float: none!important;
    }

    .tz-nav-tabs {
        margin-top: 30px;
        float: none!important;
    }

        .tz-nav-tabs li:first-child a {
            padding-left: 0;
        }

    .tz-new-blog .tzthumbnail {
        width: 100%;
        float: none;
    }

        .tz-new-blog .tzthumbnail img {
            width: 100%;
        }

    .tz-new-blog .tz-new-content {
        width: 100%;
        float: none;
        padding: 20px 0;
    }

        .tz-new-blog .tz-new-content .continue {
            margin-top: 0;
        }

    .tz-title-black {
        font-size: 24px;
        font-family: loveloblack;
        font-weight: 400;
        line-height: 30px;
        text-transform: uppercase;
        color: #212121;
        margin: 20px 0;
        padding: 0;
    }

        .tz-title-black span {
            font-weight: 300;
            font-size: 19px;
            font-family: Lato, sans-serif;
            color: #212121;
            line-height: 21px;
            display: inline-block;
            text-transform: none;
            padding-left: 32px;
            -webkit-transform: translate(0, -3px);
            -ms-transform: translate(0, -3px);
            -o-transform: translate(0, -3px);
            transform: translate(0, -3px);
        }

    .tz-partners li {
        padding: 25px 0;
    }

    .event-thumbail {
        text-align: left;
        padding: 0;
    }

    .product-event-content {
        padding: 35px 0 0 0;
    }

    .cart_totals {
        padding: 25px;
    }

        .cart_totals .cart_totals_inner table tr th {
            line-height: 25px;
        }

        .cart_totals .cart_totals_inner table .shipping td {
            padding-top: 0;
        }

    .blog {
        padding: 28px 0 70px;
    }

    .blog-sidebar {
        margin-bottom: 50px;
    }

    .blog-right-sidebar {
        margin-top: 50px;
        margin-bottom: 0;
    }

    .blog-item .thumb img {
        width: 100%;
    }

    .tz-shop-tabs {
        margin: 50px 0;
    }

    .menuCat {
        color: #fff;
    }

    .activeLink {
        color: #f44336!important;
    }

    .dropdown-mega {
        position: relative;
        left: auto;
        top: auto;
        width: 100%;
        margin: 5px 0;
        padding: 15px 0;
        background: #3a3a3a;
        visibility: visible;
        opacity: 1;
    }

        .dropdown-mega:before {
            display: none;
        }

        .dropdown-mega .megamenu-item {
            border: 0;
            padding: 0 20px;
        }

        .dropdown-mega .menu-title {
            color: #fff;
        }

        .dropdown-mega .width50 {
            width: 100%;
            float: none!important;
        }

    .entry-summary .tz_variations_form .tzqty {
        margin: 0 0 0 10px;
    }

    .single_add_to_wishlist {
        margin: 25px 0 0 0;
        display: block;
    }

    .single-blog .entry-social a {
        margin: 0 30px;
    }

    .categorie {
        height: 210px!important;
    }
}

@media (max-width:767px) {
    .header-content {
        padding: 25px 0;
    }

    .filtroSmall {
        float: none;
    }

    .header-top ul li.tz-header-login {
        padding: 0;
        margin-top: 5px;
    }

    .header-top ul li > a {
        display: initial;
        padding: 0 18px;
        line-height: 16px;
        font-size: 14px;
    }

    .tz-search {
        display: none;
    }

    .product-item {
        margin-bottom: 30px;
    }

        .product-item:after {
            clear: both;
            display: table;
            content: '';
        }

        .product-item .product-thubnail {
            width: 45%;
            float: left;
        }

        .product-item .product-infomation {
            width: 55%;
            float: left;
            text-align: left;
            padding-left: 30px;
        }

        .product-item .product-attr i {
            -webkit-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
            -o-transform: translate(0, 0);
            transform: translate(0, 0);
            opacity: 1;
        }

    .tz-new-blog {
        margin-bottom: 30px;
    }

        .tz-new-blog .tzthumbnail {
            width: 45%;
            float: left;
        }

            .tz-new-blog .tzthumbnail img {
                width: 100%;
            }

        .tz-new-blog .tz-new-content {
            width: 55%;
            float: left;
            padding: 0 25px;
        }

            .tz-new-blog .tz-new-content .continue {
                margin-top: 0;
            }

    .footer-left, .footer-right {
        width: 100%;
        float: none;
        border: 0;
        padding: 0;
    }

    .tz-product .product-item .item {
        border: 0;
    }

        .tz-product .product-item .item .product-item-inner {
            background: #fff;
            border: 1px solid #eee;
        }

            .tz-product .product-item .item .product-item-inner:after {
                clear: both;
                display: table;
                content: '';
            }

    .tz-product .product-info .p-color {
        opacity: 1!important;
    }

        .tz-product .product-info .p-color i {
            -webkit-transform: translate(0, 0)!important;
            -ms-transform: translate(0, 0)!important;
            -o-transform: translate(0, 0)!important;
            transform: translate(0, 0)!important;
            opacity: 1!important;
        }

    .tz-product.list-view .product-item {
        width: auto;
    }

        .tz-product.list-view .product-item .item .product-item-inner .product-info .p-mask a {
            padding-left: 20px;
            padding-right: 20px;
            margin-left: 0;
            margin-right: 0;
        }

    .product-thumbnail {
        display: none;
    }

    .product-remove {
padding: 20px 10px;
    }

    .shop_table {
        margin-bottom: 30p;
    }

        .shop_table tr th {
            padding: 15px;
        }

    .coupon {
        margin: 0 0 30px;
    }

    #order_review {
        padding: 25px;
        margin-top: 30px;
    }

    .shop-cart {
        margin: 28px 0 50px;
    }

    .page-title {
        margin: 40px 0 30px;
    }

    .single-blog .entry-blog-meta span {
        display: block;
        margin: 0 0 15px 0;
    }

    .list-view .product-item {
        margin-bottom: 0;
    }

    .single-blog .entry-social {
        padding: 15px 0;
    }

        .single-blog .entry-social a {
            margin: 20px;
        }

    .tz-register form {
        width: 430px;
    }
}

.featured {
    position: relative;
    padding: 10px;
    background-color: #fff;
    width: 100%;
    height: 0!important;
    padding-bottom: 0!important;
    position: relative;
}

@media (max-width:595px) {
    .categorie {
        height: 135px!important;
    }

    .feedBack_valutazione {
        margin-left: 0!important;
    }
}

@media (max-width:479px) {
    .blog-container {
        padding: 15px;
    }

    .blog-sidebar {
        background: #f2f2f2;
        padding: 30px 15px;
    }

    .single-blog .entry-social a {
        margin: 10px;
        font-size: 20px;
    }

    .single-blog .post-navigation a {
        font-size: 12px;
    }

    blockquote {
        margin: 15px;
        padding: 10px 20px;
    }

    #comments h2 span {
        padding: 0;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    .comment-avatar {
        max-width: 30px;
    }

    .comment-block {
        padding-left: 40px;
    }

    .tz-new-blog {
        margin-bottom: 30px;
    }

        .tz-new-blog .tzthumbnail {
            width: 100%;
            float: none;
        }

            .tz-new-blog .tzthumbnail img {
                width: 100%;
            }

        .tz-new-blog .tz-new-content {
            width: 100%;
            float: none;
            padding: 0;
            margin-top: 20px;
        }

            .tz-new-blog .tz-new-content .continue {
                margin-top: 0;
            }

    .tz-title-black span {
        padding-left: 0;
    }

    .product-item .product-thubnail {
        width: 100%;
        float: none;
    }

    .product-item .product-infomation {
        width: 100%;
        float: none;
        text-align: center;
        padding-left: 0;
    }

    .tz-nav-tabs li a {
        padding: 5px 26px 0 0;
    }

        .tz-nav-tabs li a i {
            display: none;
        }

    .countdown-section {
        margin-top: 30px;
    }

    .product-event-content li .tz-stock {
        padding-left: 0;
        display: block;
        padding-top: 10px;
    }

    .product-event-content .event-footer .add-to-wishlist {
        margin-left: 0;
        margin-top: 10px;
    }

    .list-view .product-item {
        margin: 0;
    }

        .list-view .product-item .item .product-item-inner .product-info {
            width: 100%;
            position: relative;
            float: none;
            padding: 0 30px;
        }

            .list-view .product-item .item .product-item-inner .product-info .p-mask .add-to-wishlist, .list-view .product-item .item .product-item-inner .product-info .p-mask .quick-view {
                padding-left: 0;
                display: block;
            }

        .list-view .product-item .item .product-item-inner .product-thumb {
            float: none;
            width: 100%;
            overflow: hidden;
        }

    .catalog_top .shop-order {
        float: none;
    }

    .entry-summary .tz_variations_form .tzqty {
        margin: 25px 0 0 0;
        display: block;
    }

    .entry-summary .product-price .stock {
        padding: 25px 0 0 0;
        display: block;
    }

    .tab-head .nav-tabs li a {
        font-size: 20px;
        margin: 0;
        padding: 0 15px 0 0;
        text-align: left;
    }

    .tz-shop-tabs {
        padding: 35px 0;
        margin: 35px 0;
    }

    .shop_table .product-subtotal {
        width: 100px;
    }

    .shop_table tr th {
        padding: 0;
    }

    .shop_table .product-price {
        padding: 15px;
    }

    .shop_table .product-quantity {
        display: none;
    }

    .actions .update-cart {
        background: #212121;
        color: #fff;
        text-transform: uppercase;
        padding: 4px 20px 5px;
        display: inline-block;
        border: 0;
        font-size: 16px;
        line-height: 36px;
        -webkit-transition: all .4s ease 0s;
        -o-transition: all .4s ease 0s;
        transition: all .4s ease 0s;
    }

        .actions .update-cart:focus, .actions .update-cart:hover {
            background: #f44336;
        }

    .blog-heading .blog-info {
        padding: 0 15px;
    }

    .large-ttle {
        font-size: 28px;
        padding: 0 0 15px 0;
    }

    .tz-register {
        margin: 0;
    }

        .tz-register form {
            width: auto;
            margin: 10px auto 0;
        }

        .tz-register h2 {
            font-size: 25px;
            line-height: 25px;
        }
}

@media (max-width:320px) {
    .actions .update-cart {
        float: none;
        margin-top: 15px;
        display: block;
    }

    .shop-checkout {
        margin: 28px 0 35px;
    }

    .cart_totals .cart_totals_inner table .order-total th {
        font-size: 15px;
    }

    .page-title {
        margin: 30px 0;
        font-size: 30px;
        line-height: 30px;
    }

    .single-blog .post-navigation a {
        font-size: 15px;
        width: 100%;
        float: none;
    }

        .single-blog .post-navigation a.prev {
            margin-bottom: 10px;
        }

    .comment-avatar {
        display: none;
    }

    .comment-block {
        padding-left: 0;
    }

    .comments-list > li ol {
        margin-left: 20px;
    }

    #commentform .comment-for-author, #commentform .comment-for-email {
        width: 100%;
    }

    #commentform input.author {
        border-width: 1px 1px 0 1px;
    }

    #reply-title {
        margin-top: 30px;
    }
}

#toolbox-filter {
    display: inline-block;
}

    #toolbox-filter ul {
        list-style: none;
        padding: 0;
        margin: 0;
        list-style-type: none;
    }

        #toolbox-filter ul li {
            float: left;
            background: #fafafa;
            border: 1px solid #eee;
            margin-right: 10px;
            padding: 5px;
        }

            #toolbox-filter ul li a {
                color: #000;
            }

                #toolbox-filter ul li a:hover {
                    color: #c5c5c5;
                }

                #toolbox-filter ul li a i.icon-close {
                    display: inline-block;
                    vertical-align: middle;
                    background-image: url(../images/icon-close.png);
                    width: 10px;
                    height: 10px;
                    float: none;
                    margin: 0 0 0 10px;
                }

.category-toolbar {
    background: #fff;
    margin-bottom: 5px;
}

.category-toolbar-paging {
    padding: 10px 2px 10px 2px;
}

.toolbox-pagination .pagination {
    margin: 0;
}

.category-item-container .item:hover {
    border: 1px solid #e8e8e8;
    -webkit-box-shadow: 0 0 1px rgba(232, 232, 232, .15);
    box-shadow: 0 0 1px rgba(232, 232, 232, .15);
}

.category-item-container.category-list-container .item:hover {
    border-color: transparent;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.category-toolbar .view-box {
    font-size: 0;
}

.sort-box, .view-box {
    float: left;
}

.toolbox-filter, .toolbox-pagination {
    position: relative;
}

    .toolbox-pagination .pagination {
        float: right;
    }

.toolbox-filter {
    padding-top: 5px;
    padding-bottom: 5px;
}

.toolbox-pagination {
    float: none;
    padding-top: 15px;
}

    .toolbox-pagination .view-count-box {
        float: right;
    }

.sort-box span, .view-count-box span {
    font-size: 13px;
    line-height: 30px;
    color: #a4a4a4;
    margin-left: 10px;
}

.select-dropdown .select-btn {
    padding: 4px 10px;
    font-size: 13px;
    line-height: 20px;
    color: #757575;
    border-color: #e4e2e2;
    border-radius: 2px;
    background: 0 0;
    text-align: left;
}

    .select-dropdown .select-btn a {
        color: #757575!important;
    }

.sort-box .select-dropdown .select-btn {
    min-width: 90px;
}

.view-count-box .select-dropdown .select-btn {
    min-width: 55px;
}

.select-dropdown .dropdown-toggle {
    background: 0 0;
    color: #a7a7a7;
    font-size: 14px;
    padding: 4px 10px;
    line-height: 20px;
    border: none;
}

.select-dropdown .dropdown-menu {
    min-width: 100%;
    padding: 0;
    margin: 0;
    background-color: #fff;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .25);
    box-shadow: 0 3px 6px rgba(0, 0, 0, .25);
}

    .select-dropdown .dropdown-menu > li > a {
        display: block;
        padding: 8px 18px;
        font-size: 13px;
        line-height: 1.5;
        color: #737373;
        background: 0 0;
    }

    .select-dropdown .dropdown-menu > li {
        border-bottom: 1px solid #e4e2e2;
    }

        .select-dropdown .dropdown-menu > li:last-child {
            border-bottom: none;
        }

        .select-dropdown .dropdown-menu > li > a:hover {
            color: #fff;
            background: #c5c5c5;
        }

        .select-dropdown .dropdown-menu > li > a:focus {
            color: #737373;
            background: 0 0;
        }

.category-toolbar .icon-button {
    width: 35px;
    height: 30px;
    background-color: #f2f2f2;
    border-color: #e0e0e0;
    margin: 0;
    background-image: url(/domini/60/images/sprites/category-icons.png);
    background-repeat: no-repeat;
}

    .category-toolbar .icon-button.icon-grid {
        background-position: -1px -1px;
    }

    .category-toolbar .icon-button.icon-list {
        background-position: -36px -1px;
    }

    .category-toolbar .icon-button.active, .category-toolbar .icon-button:active, .category-toolbar .icon-button:focus, .category-toolbar .icon-button:hover, .toolbox-filter .icon-button.active, .toolbox-filter .icon-button:active, .toolbox-filter .icon-button:focus, .toolbox-filter .icon-button:hover {
        background-color: #c5c5c5;
        border-color: #c5c5c5;
        background-image: url(/domini/60/images/sprites/category-icons-active.png);
    }

    .category-toolbar .icon-button.active {
        cursor: default;
    }

.category-toolbar .view-box .icon-button:first-child {
    border-radius: 0!important;
}

.category-toolbar .view-box .icon-button:last-child {
    border-radius: 0!important;
}

#ajax-laoder {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    display: none;
}

    #ajax-laoder .container-loader {
        display: table;
        width: 100%;
        height: 100%;
    }

    #ajax-laoder .wrap-loader {
        display: table-cell;
        height: 100%;
        text-align: center;
        padding-top: 500px;
    }

        #ajax-laoder .wrap-loader img {
            display: inline;
            width: 60px;
            margin: auto;
            height: auto;
        }

#ajax-laoder-fluid {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: url(../images/ajax-loader-bk.png);
    z-index: 1;
    display: none;
}

    #ajax-laoder-fluid .container-loader {
        display: table;
        width: 100%;
        height: 100%;
    }

    #ajax-laoder-fluid .wrap-loader {
        display: table-cell;
        height: 100%;
        text-align: center;
        vertical-align: middle;
    }

        #ajax-laoder-fluid .wrap-loader img {
            display: inline;
            width: 60px;
            margin: auto;
            height: auto;
        }

.pagination {
    display: inline-block;
    margin: 0 0 0;
    border-radius: 0;
    float: right;
}

    .pagination > li {
        display: block;
        float: left;
    }

        .pagination > li > a, .pagination > li > span {
            display: inline-block;
            float: none;
            padding: 6px;
            width: 30px;
            height: 30px;
            margin-left: 2px;
            font-size: 12px;
            line-height: 17px;
            font-weight: 700;
            text-decoration: none;
            background-color: #eee;
            border: 1px solid #e4e2e2;
            -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .45);
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, .45);
            color: #757575;
            text-align: center;
        }

        .pagination > li:first-child > a, .pagination > li:first-child > span {
            margin-left: 0;
            border-bottom-left-radius: 0;
            border-top-left-radius: 0;
        }

        .pagination > li:last-child > a, .pagination > li:last-child > span {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0;
        }

        .pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
            background: #c5c5c5;
            color: #fff;
            border-color: #c5c5c5;
        }

    .pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
        color: #fff;
        background-color: #c5c5c5;
        border-color: #c5c5c5;
    }

    .pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
        color: #999;
        cursor: not-allowed;
        background-color: #fff;
        border-color: #ddd;
    }

.item {
    position: relative;
    margin-bottom: 5px;
    border: 1px solid #eee;
}

.product-item-container .item {
    min-height: 350px;
}

    .product-item-container .item.item-list {
        min-height: 0;
    }

    .product-item-container .item:hover .item-image-container img {
        opacity: .6;
        -webkit-transform: scale(.9);
        -ms-transform: scale(.9);
        -o-transform: scale(.9);
        transform: scale(.9);
    }

.item .item-name {
    font-size: 16px;
    color: #212121;
    margin: 0;
}

.item .news-data {
    font-size: 14px;
    color: #e9e9e9;
    margin: 0;
    font-weight: 500;
}

.item-info-container {
    height: 57px;
    text-align: center;
}

.news-info-container {
    height: 57px;
    text-align: inherit;
}

.item .item-price-container {
    padding-top: 10px;
    text-align: center;
}

.item .news-testo-container {
    padding-top: 0;
    font-size: 18px;
    color: #212121;
    font-weight: 500;
    text-align: inherit;
}

.item .item-price {
    color: #f44336;
    font-size: 19px;
    font-weight: 700;
}

.item .item-price {
    color: #f44336;
    text-decoration: overline; 
    font-size: 12px;    
}

.item .item-marca {
    font-size: 16px;
    color: #212121;
    margin: 0;
    font-weight: 900;
    margin-bottom: 5px;
}

    .item .item-marca:hover {
        color: #f44336;
    }

.item .news-titolo {
    font-size: 20px;
    color: #000;
    margin: 0;
    font-weight: 700;
    margin-bottom: 5px;
}

.item-image-wrapper {
    position: relative;
    padding: 10px;
    background-color: #fff;
    width: 100%;
    height: 180px;
    position: relative;
}

item-image-wrapper:hover {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
}

.news-image-wrapper {
    position: relative;
    padding: 10px;
    background-color: #fff;
    position: relative;
}

    .news-image-wrapper .news-image {
        width: 350px;
        height: 250px;
    }

.item .item-image-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.item .item-inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
    -webkit-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
}

.product-item-container .item.item-list .item-inner {
    position: relative;
    padding: 5px;
}

.product-item .product-item-wrapper {
    border: 1px solid #eee;
    margin: 5px;
    background-color: #fff;
    position: relative;
}

.item .item-image-table {
    height: 100%;
    width: 100%;
    display: table;
}

.item .item-image-container a {
    height: 100%;
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.item .item-image-container img {
    width: auto;
    height: auto;
    display: inline-block;
    max-height: 100%;
    max-width: 100%;
}

.product-item .product-item-wrapper:hover .item-image-container img {
    opacity: .6;
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    -o-transform: scale(.9);
    transform: scale(.9);
}

.item .item-meta-container {
    padding: 20px;
    font-size: 16px;
}

.art-simili .item .item-meta-container {
    display: none;
}

.item .news-meta-container {
    padding: 5px;
    font-size: 16px;
}

.prodotti-cont hr {
    margin-left: -10px;
    margin-right: -10px;
}

.product .iva-spedizioni {
    font-size: 14px;
    font-weight: 400;
}

.product .product-brand {
    font-size: 35px;
    line-height: 1;
    font-weight: 900;
    color: #333;
    margin-bottom: 40px;
}

.product .product-descrizione, .product .product-name {
    margin-bottom: 5px;
    text-transform: capitalize;
}

.product .product-descrizione {
    margin-bottom: 30px;
}

.product .product-marca {
    font-size: 25px;
    line-height: 1;
    font-weight: 700;
    color: #000;
}

.product .product-prezzo {
    font-size: 25px;
    line-height: 1;
    font-weight: 700;
    color: #000;
}

.product .ratings-container {
    padding: 4px 0;
    color: #b6b6b6;
}

.product .ratings-amount {
    display: inline-block;
    color: #b6b6b6;
}

.ratings {
    width: 94px;
    height: 13px;
    display: inline-block;
    background: url(/domini/60/images/sprites/ratings.png) no-repeat;
    background-position: 0 0;
}

    .ratings .ratings-result {
        height: 13px;
        background: url(/domini/60/images/sprites/ratings.png) no-repeat;
        background-position: 0 -13px;
    }

.ratings-amount {
    color: #ccc;
    font-size: 13px;
    line-height: 13px;
    white-space: nowrap;
}

.product .product-price {
    font-size: 32px;
    font-weight: 700;
}

.product .discount-rect, .product .new-rect {
    display: inline-block;
    position: relative;
}

.product .product-price .old-price {
    font-size: 14px;
}

    .product .product-price .item-price, .product .product-price .item-price span, .product .product-price .old-price, .product .product-price .old-price span {
        display: inline-block;
    }

.product .product-price .item-price {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 30px;
    font-weight: 900;
}

    .product .product-price .item-price span {
        color: #f44336;
    }

.product .product-price .discount-rect {
    line-height: 40px;
    background: #ffb701;
    border-radius: 50%;
    color: #fff;
    position: absolute;
    top: 20px;
    right: 5px;
    font-size: 14px;
    width: 40px;
    text-align: center;
    z-index: 2;
    font-weight: 700;
}

.product .product-price .discount-rect.fire{
    background-color: #ff011f;
}
.product .product-price .new-rect, .product-viewer .new-rect {
    line-height: 40px;
    background: #99d217;
    border-radius: 50%;
    color: #fff;
    position: absolute;
    top: 20px;
    left: 5px;
    font-size: 14px;
    width: 40px;
    text-align: center;
    z-index: 2;
    font-weight: 700;
}

.item .old-price {
    font-size: 12px;
    text-decoration: line-through;
}
.item .bollino-offerta{
    position: absolute;
    top: 0;
    right: 0;
    width: 60px!important;
    display: block;
    z-index: 1;
}
.item .discount-rect {
    line-height: 40px;
    background: #ffb701;
    border-radius: 50%;
    color: #fff;
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 14px;
    width: 40px;
    text-align: center;
    z-index: 2;
    font-weight: 700;
}
.item .discount-rect.fire{
    background-color: #ff011f;
    top: 20px;
    right: 25px;
}

.item .new-rect {
    line-height: 40px;
    background: #99d217;
    border-radius: 50%;
    color: #fff;
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: 14px;
    width: 40px;
    text-align: center;
    z-index: 2;
    font-weight: 700;
}

.elastislide-carousel ul li {
    min-width: 12px;
}

.elastislide-wrapper {
    position: relative;
    min-height: 300px;
}

.elastislide-vertical {
    padding: 0;
}

.elastislide-carousel {
    overflow: hidden;
    position: relative;
}

    .elastislide-carousel ul {
        position: relative;
        display: block;
        list-style-type: none;
        padding: 0;
        margin: 0;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        transition-property: -webkit-transform;
        transition-property: -moz-transform;
        transition-property: -o-transform;
        transition-property: -ms-transform;
        transition-property: transform;
        transition-duration: .2s;
    }

        .elastislide-carousel ul li {
            margin: 0;
        }

.elastislide-vertical ul li {
    display: block;
}

.elastislide-carousel ul li a {
    display: inline-block;
    width: 100%;
}

    .elastislide-carousel ul li a img {
        display: block;
        max-width: 100%;
        height: auto;
        padding-bottom: 11px;
    }

.elastislide-wrapper nav span {
    position: absolute;
    width: 30px;
    height: 25px;
    border-radius: 3px;
    cursor: pointer;
    border: 1px solid #e0e0e0;
    background-color: #fafafa;
    text-indent: -9999px;
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, .5);
    -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, .5);
    background-image: url(/domini/60/images/sprites/product-nav.png);
    background-position: -1px 0;
}

    .elastislide-wrapper nav span:hover {
        background-color: #c5c5c5;
        border-color: #c5c5c5;
    }

.elastislide-vertical nav span {
    top: -12.5px;
    left: 50%;
    margin-left: -11px;
}

    .elastislide-vertical nav span.elastislide-next {
        bottom: -12.5px;
        top: auto;
        background-position: -1px -25px;
    }

        .elastislide-vertical nav span.elastislide-next:hover {
            background-position: -31px -25px;
        }

    .elastislide-vertical nav span.elastislide-prev:hover {
        background-position: -31px 0;
    }

.taglia-radio input[type=radio] {
    display: none;
}

.taglia-radio label {
    display: inline-block;
    cursor: pointer;
    border: solid 1px #ccc;
    width: 60px;
    line-height: 40px;
    text-align: center;
}

.taglia-radio input[type=radio].no-disponibile + label {
    opacity: .5;
}

.taglia-radio input[type=radio]:checked + label {
    background-color: #555;
    color: #fff;
}

.colore-select a {
    display: inline-block;
    border: solid 1px #ccc;
    width: 60px;
    text-align: center;
}

    .colore-select a img {
        max-width: 100%;
    }

a.current-product {
    border-color: #c74c45;
}

.product-add {
    float: left;
}

.product-extra {
    float: right;
    padding-top: 7px;
}

.notice-by-mail {
    background-color: #c44a42;
    display: inline-block;
    line-height: 1.5;
    color: #fff;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    margin-bottom: 20px;
}

    .notice-by-mail i {
        margin-left: 20px;
    }

.notice-by-mail {
    background-color: #f3c315;
}

.btn-label {
    display: inline-block;
    line-height: 1.5;
    margin-right: 60px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.taglia-radio {
    position: relative;
}

.alert-taglia {
    position: absolute;
    left: 90px;
    top: -40px;
    display: none;
    z-index: 50;
    min-width: 200px;
    text-align: center;
    padding-right: 5px;
    background-color: #f5f5f5;
    border: 1px solid #c74c45;
}

    .alert-taglia i {
        color: #d2691e;
        margin-left: 10px;
    }

    .alert-taglia > div {
        display: inline-block;
    }

        .alert-taglia > div:last-child {
            text-align: right;
            float: right;
        }

.alert-taglia-no-disp {
    display: none;
    min-width: 200px;
    text-align: center;
    padding-right: 5px;
    background-color: #f5f5f5;
    border: 1px solid #c74c45;
}

    .alert-taglia-no-disp i {
        color: #d2691e;
        margin-left: 10px;
    }

    .alert-taglia-no-disp > div {
        display: inline-block;
    }

        .alert-taglia-no-disp > div:last-child {
            text-align: right;
            float: right;
        }

.alert-no-disp-action {
    min-width: 200px;
    text-align: center;
    padding-right: 5px;
    background-color: #f5f5f5;
    border: 1px solid #c74c45;
}

    .alert-no-disp-action i {
        color: #d2691e;
        margin-left: 10px;
    }

    .alert-no-disp-action > div {
        display: inline-block;
    }

        .alert-no-disp-action > div:last-child {
            text-align: right;
            float: right;
        }

.item-nav {
    display: inline-block;
    float: right;
}

.product-add {
    line-height: 3;
    position: absolute;
}

#tab-comment-head h4, #tab-info-head h4 {
    display: inline-block;
    margin-right: 20px;
}

.tab-comment-head-btn, .tab-info-head-btn {
    display: inline-block;
    background-color: transparent;
    border: 1px solid #555;
    box-shadow: none;
    border-radius: 50%;
    cursor: pointer;
    width: 24px;
    height: 24px;
    text-align: center;
}

#tab-comment-body, #tab-info-body {
    padding-top: 10px;
}

.dettaglio {
    font-size: 18px;
    line-height: 2;
    color: #444645;
}
.dettaglio .row{
        padding: 0 15px;
    }

    .dettaglio > span {
        font-weight: 700;
    }

.descrizione-dett {
    overflow: auto;
    max-height: 300px;
}

.white-bg {
    background-color: #fff;
}

.cosigliati-img {
    height: 200px;
    overflow: hidden;
}

.cosigliati-desc {
    background-color: #e2ded3;
    text-align: center;
    height: 100px;
    position: relative;
}

.item-add-cart {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    background: #fff;
    padding-top: 30px;
    min-width: 600px;
}

    .item-add-cart .mgs:before {
        content: "";
        display: inline-block;
        background: url(/domini/27/images/checked-icon.png) no-repeat;
        background-size: 20px 24px;
        width: 20px;
        height: 24px;
    }

    .item-add-cart .mgs {
        color: #57cd31;
        line-height: 36px;
        font-size: 14px;
        text-align: center;
        text-transform: uppercase;
        font-weight: 700;
        margin-bottom: 30px;
    }

    .item-add-cart .col-img {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        width: 34%;
        float: left;
    }

    .item-add-cart .col-info {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 30px;
        width: 66%;
        float: left;
    }

        .item-add-cart .col-info .add-cod-art {
            font-size: 10px;
            color: #666;
            margin-top: 30px;
        }

        .item-add-cart .col-info .add-desc-marca {
            margin-top: 20px;
            font-size: 20px;
            text-transform: uppercase;
            font-weight: 700;
            color: #3e3d40;
        }

        .item-add-cart .col-info .add-desc-collezione {
            font-size: 15px;
            font-weight: 700;
            text-transform: uppercase;
            color: #c74c45;
        }

        .item-add-cart .col-info .add-prezzo-art {
            margin-top: 10px;
        }

        .item-add-cart .col-info .add-prezzo {
            font-size: 26px;
            color: #3e3d40;
            font-weight: 700;
        }

        .item-add-cart .col-info .add-prezzo-promo {
            font-size: 12px;
            color: #3e3d40;
            text-decoration: line-through;
        }

        .item-add-cart .col-info .add-promo-perc {
            font-size: 12px;
            color: #c00;
        }

        .item-add-cart .col-info .add-prezzo .iva {
            font-size: 11px;
            color: #999;
            text-align: center;
        }

        .item-add-cart .col-info .add-desc-dett {
            color: #3e3d40;
            margin: 20px 0 20px 0;
            font-size: 14px;
            max-width: 350px;
            max-height: 56px;
            overflow: hidden;
        }

    .item-add-cart .buttons {
        text-align: center;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .item-add-cart .add-btncassa {
        margin-top: 10px;
        border: 1px solid #c44a42;
        background: #c44a42;
        color: #fff;
        text-align: center;
        width: 200px;
        height: 27px;
        line-height: 20px;
        padding: 0 10px 0 10px;
        cursor: pointer;
        font-weight: 700;
        font-size: 12px;
    }

        .item-add-cart .add-btncassa:hover {
            background-color: #c5c5c5;
            border: 1px solid #c5c5c5;
        }

    .item-add-cart .add-prosegui {
        margin-top: 10px;
        border: 1px solid #828183;
        background: #fff;
        color: #666;
        text-align: center;
        width: 200px;
        height: 27px;
        line-height: 20px;
        padding: 0 10px 0 10px;
        cursor: pointer;
        font-weight: 700;
        font-size: 12px;
        margin-right: 20px;
    }

        .item-add-cart .add-prosegui:hover {
            background-color: #c5c5c5;
            border: 1px solid #c5c5c5;
            color: #fff;
        }

.dropdown-cart-action {
    float: right;
}

    .dropdown-cart-action > p {
        margin-bottom: 3px;
        width: 100px;
        padding: 5px;
    }

    .dropdown-cart-action .btn {
        border-radius: 3px!important;
        text-transform: uppercase;
        font-size: 13px;
        line-height: 16px;
        padding: 6px 12px;
    }

.dropdown-cart-total {
    list-style: none;
    list-style-type: none;
    padding: 5px;
    margin: 0;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 10px;
    margin-top: 20px;
    float: none;
}

    .dropdown-cart-total li {
        font-size: 25px;
        font-weight: 700;
        color: #c5c5c5;
        margin-bottom: 6px;
        float: none!important;
        border: none!important;
        box-shadow: none!important;
    }

        .dropdown-cart-total li .dropdown-cart-total-title {
            text-transform: uppercase;
            color: #575a59;
            margin-right: 4px;
        }

.breadcrumb {
    background: #fafafa;
    margin-bottom: 10px;
}

    .breadcrumb li {
        font-size: 14px;
    }

.owl-carousel .item {
    border: 0;
}

.breadcrumb li:last-child {
    color: #f44336;
}

    .breadcrumb li:last-child a {
        color: #f44336;
    }

#register-form .has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

#register-form .has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    background-color: inherit!important;
}

#register-form .form-control {
    color: #333;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    padding-left: 20px;
}

.form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 2px;
    border-radius: 3px;
    border-color: #dcdcdc;
    margin-bottom: 25px;
}

.input-group .form-control {
    border-radius: 0 3px 3px 0;
}

.form-control:focus {
    border-color: #e0e0e0;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .1);
}

.input-group-addon {
    padding-left: 8px;
    font-size: 14px;
    color: #c5c5c5;
    text-align: left;
    background-color: #f2f2f2;
    border: 1px solid #dcdcdc;
    border-radius: 3px 0 0 3px;
    min-width: 150px;
    position: relative;
}

.form_datetime .input-group-addon {
    min-width: 0;
}

.form_datetime .form-control.end-date, .form_datetime .form-control.start-date {
    margin-right: 10px;
}

.form_datetime .form-control.end-date-time, .form_datetime .form-control.start-date-time {
    width: 110px;
}

.input-group-addon i {
    font-size: 16px;
}

.noleggio-form-user input[type=checkbox], input[type=radio] {
    height: auto;
}

.textarea-container {
    position: relative;
    width: 100%;
    overflow: hidden;
}

    .textarea-container .input-group-addon {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        border-radius: 3px 3px 0 0;
        padding: 10.5px 12px 10.5px 7px;
        z-index: 90;
    }

        .textarea-container .input-group-addon:first-child {
            border-right: 1px solid #e4e2e2;
        }

    .textarea-container textarea {
        padding-top: 55px;
        margin-top: 5px;
    }

.form-control:-moz-placeholder {
    color: #a4a4a4;
}

.form-control::-moz-placeholder {
    color: #a4a4a4;
}

.form-control:-ms-input-placeholder {
    color: #a4a4a4;
}

.form-control::-webkit-input-placeholder {
    color: #a4a4a4;
}

.custom-checkbox {
    position: relative;
    padding-left: 30px;
}

.input-desc, .input-desc-box {
    width: 100%;
    margin-bottom: 25px;
}

.input-desc-box {
    width: 100%;
    color: #797878;
    padding: 12px 15px;
    border: 1px solid #dcdcdc;
    border-radius: 3px;
    background: #f2f2f2;
    margin-bottom: 25px;
    line-height: 21px;
}

    .input-desc-box .icon-box {
        display: inline-block;
        width: 16px;
        height: 16px;
        font-size: 16px;
        font-weight: 700;
        background: #c5c5c5;
        margin-top: 2.5px;
        color: #fff;
        line-height: 17px;
        text-align: center;
    }

.custom-checkbox input[type=checkbox] {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    opacity: 0;
    z-index: 100;
}

.custom-checkbox .checbox-container {
    position: absolute;
    left: 0;
    top: 2px;
    display: inline-block;
    border: 1px solid #c3c3c3;
    border-radius: 2px;
    width: 16px;
    height: 16px;
    background: #fcfcfc;
    text-align: center;
    line-height: 14px;
}

    .custom-checkbox .checbox-container i {
        display: inline-block;
        color: #fff;
        font-size: 12px;
        opacity: 0;
    }

.custom-checkbox input[type=checkbox]:checked + .checbox-container {
    background: #c5c5c5!important;
    border-color: #c5c5c5;
}

    .custom-checkbox input[type=checkbox]:checked + .checbox-container i {
        opacity: 1;
    }

.input-group-btn > .btn {
    padding: 8px 18px;
}

.form-control-feedback {
    top: 30px;
}

.input-lg + .form-control-feedback {
    top: 28px;
}

.info-pag {
    display: none;
}

.buttons-payment img {
    display: inline!important;
}

.buttons-payment .btn {
    height: 60px;
    width: 200px;
    padding-top: 16px;
    font-size: 110%;
}

.TipoPagNotSelect {
    margin-top: 5px;
    margin-bottom: 5px;
    display: none;
}

.total-table {
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    color: #555;
    text-transform: uppercase;
}

    .total-table .total-table-title {
        font-size: 16px;
    }

    .total-table > tbody > tr:first-child > td, .total-table > tbody > tr:last-child > td, .total-table > tbody > tr > td {
        padding: 15px;
    }

    .total-table > tfoot > tr > td {
        padding: 12px;
        font-size: 22px;
    }

        .total-table > tfoot > tr > td:first-child {
            color: #666;
        }

        .total-table > tfoot > tr > td:last-child {
            color: #fd4339;
            font-size: 20px;
        }

.cart_totals .cart_totals_inner table tr td.order-valore {
    text-align: right;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 0;
    color: #fff!important;
    background: #c74c45!important;
    padding: 5px;
    font-size: 13px;
}

    .help-block a {
        color: #c72928;
    }

        .help-block a:hover {
            text-decoration: underline;
        }

.lg-margin, .lg-margin2x, .lg-margin3x, .md-margin, .md-margin2x, .md-margin3x, .sm-margin, .xlg-margin, .xlg-margin2x, .xlg-margin3x, .xs-margin, .xss-margin {
    min-height: 1px;
}

.xss-margin {
    margin-bottom: 5px;
}

.xs-margin {
    margin-bottom: 10px;
}

.sm-margin {
    margin-bottom: 20px;
}

.md-margin {
    margin-bottom: 30px;
}

.lg-margin {
    margin-bottom: 40px;
}

.xlg-margin {
    margin-bottom: 50px;
}

.md-margin2x {
    margin-bottom: 60px;
}

.lg-margin2x {
    margin-bottom: 80px;
}

.xlg-margin2x {
    margin-bottom: 100px;
}

.md-margin3x {
    margin-bottom: 90px;
}

.lg-margin3x {
    margin-bottom: 120px;
}

.xlg-margin3x {
    margin-bottom: 150px;
}

.clear-margin {
    margin-bottom: 0!important;
}

@media (min-width:1200px) {
    .sort-box {
        float: left;
    }

    .filter-color-list li.last-md {
        margin-right: 10px;
    }

    .filter-color-list li.last-lg {
        margin-right: 0;
    }

    .view-count-box {
        position: relative;
        float: left;
        top: auto;
        right: auto;
    }

    .toolbox-filter {
        padding-bottom: 0;
        float: left;
    }

    .toolbox-pagination {
        float: right;
        padding-top: 0;
        border-top: none;
    }
}

#price-range {
    margin: 15px 0 20px;
}

#price-range-details {
    margin-bottom: 20px;
    text-align: center;
}

    #price-range-details > span {
        font-size: 14px;
        color: #999;
        line-height: 20px;
    }

    #price-range-details input {
        display: inline-block;
        width: 45px;
        height: 24px;
        border: 1px solid #d3d3d3;
        line-height: 20px;
        padding: 2px 5px;
        font-size: 13px;
        color: #999;
    }

        #price-range-details input.separator {
            margin-right: 5px;
        }

#price-range-btns {
    text-align: center;
}

    #price-range-btns .btn {
        text-transform: uppercase;
        padding: 5px;
        width: 85px;
    }

        #price-range-btns .btn:last-child {
            margin-left: 20px;
        }

        #price-range-btns .btn:hover {
            background-color: #555;
            color: #fff;
        }

.noUi-target *, noUi-target {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.noUi-base {
    width: 100%;
    height: 100%;
    position: relative;
}

.noUi-origin {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
}

.noUi-handle {
    position: relative;
    z-index: 1;
}

.noUi-stacking .noUi-handle {
    z-index: 10;
}

.noUi-state-tap .noUi-origin {
    -webkit-transition: left .3s, top .3s;
    transition: left .3s, top .3s;
}

.noUi-state-drag * {
    cursor: inherit!important;
}

.noUi-horizontal {
    height: 10px;
}

    .noUi-horizontal .noUi-handle {
        width: 10px;
        height: 22px;
        left: -5px;
        top: -6px;
    }

    .noUi-horizontal.noUi-extended {
        padding: 0 15px;
    }

        .noUi-horizontal.noUi-extended .noUi-origin {
            right: -15px;
        }

.noUi-vertical {
    width: 10px;
}

    .noUi-vertical .noUi-handle {
        width: 22px;
        height: 10px;
        left: -6px;
        top: -5px;
    }

    .noUi-vertical.noUi-extended {
        padding: 15px 0;
    }

        .noUi-vertical.noUi-extended .noUi-origin {
            bottom: -15px;
        }

.noUi-background {
    background: #e0dbdb;
}

.noUi-connect {
    background: #555;
    -webkit-transition: background 450ms;
    -moz-transition: background 450ms;
    -o-transition: background 450ms;
    -ms-transition: background 450ms;
    transition: background 450ms;
}

.noUi-origin {
    border-radius: 3px;
}

.noUi-target {
    border-radius: 2px;
}

    .noUi-target.noUi-connect {
        box-shadow: inset 0 0 3px rgba(51, 51, 51, .45), 0 3px 6px -5px #bbb;
    }

.noUi-dragable {
    cursor: w-resize;
}

.noUi-vertical .noUi-dragable {
    cursor: n-resize;
}

.noUi-handle {
    border-radius: 3px;
    background: #c5c5c5;
    cursor: default;
}

[disabled] .noUi-connect, [disabled].noUi-connect {
    background: #b8b8b8;
}

[disabled] .noUi-handle {
    cursor: not-allowed;
}

.noUi-state-blocked .noUi-connect, .noUi-state-blocked.noUi-connect {
    background: #4fdacf;
}

.bg-main-category-container {
    background-image: url(/domini/60/images/shadow.png);
    background-position: center bottom;
    background-color: transparent;
    background-repeat: no-repeat;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.bg-main-category {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 350px;
    background-position: center, center;
    position: relative;
}

.main-category-list-container {
    top: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 350px;
    background: url(/domini/60/images/bg-category-overlay.png);
    padding-top: 20px;
}

    .main-category-list-container li.voceCat {
        color: #333;
    }

        .main-category-list-container li.voceCat:hover {
            text-decoration: none;
            color: #f44336;
            outline: 0!important;
            outline-color: transparent!important;
        }

.bg-main-category-banner {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 175px;
    background-position: center, center;
    position: relative;
    z-index: 3;
}

.item .variants-hover {
    display: none;
    position: absolute;
    top: 0;
    right: -1px;
    bottom: -1px;
    left: 0;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    font-size: 11px;
    line-height: 1em;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: .3s;
    transition: .3s;
}

    .item .variants-hover.opacify {
        opacity: 1;
        -webkit-transition: .3s;
        transition: .3s;
    }

    .item .variants-hover .variants-info-left {
        position: absolute;
        top: -1px;
        right: 100%;
        bottom: -1px;
        border-bottom: 1px solid #eee;
        border-left: 1px solid #eee;
        border-top: 1px solid #eee;
        padding: 5px 8px 5px 7px;
        width: 140px;
        overflow: hidden;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        z-index: 4;
    }

    .item .variants-hover > * {
        pointer-events: auto;
        background-color: #fff;
        box-sizing: border-box;
    }

.variants-hover .variants-info-links {
    overflow: hidden;
    font-size: 12px;
    line-height: 1.1em;
}

    .variants-hover .variants-info-links .variant {
        position: relative;
        display: block;
        margin-left: 20px;
        padding: 3px;
        border: 1px solid #ccc;
        text-decoration: none;
        text-align: center;
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
        margin-bottom: 5px;
    }

        .variants-hover .variants-info-links .variant::before {
            content: "";
            padding-right: 5px;
            position: absolute;
            top: -1px;
            left: -10px;
            bottom: -1px;
        }

        .variants-hover .variants-info-links .variant .disponibile {
            background-color: #05a54b;
            width: 15px;
            height: 15px;
            border-radius: 50%;
            position: absolute;
            left: -20px;
            top: 0;
        }

        .variants-hover .variants-info-links .variant .no-disponibile {
            background-color: #c00;
            width: 15px;
            height: 15px;
            border-radius: 50%;
            position: absolute;
            left: -20px;
            top: 0;
        }

        .variants-hover .variants-info-links .variant:first-child {
            margin-top: 1px;
        }

        .variants-hover .variants-info-links .variant:hover {
            background-color: #ededed;
            font-weight: 700;
            letter-spacing: -.035em;
        }

.feedBack {
    padding: 10px;
}

.feedBack_user {
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 15px;
    text-transform: capitalize;
}

.feedBack .feedBack_head {
    margin-bottom: 20px;
}

    .feedBack .feedBack_head > div {
        display: inline-block;
    }

.feedBack_valutazione {
    color: #ffd624;
    margin-left: 20px;
    padding-bottom: 10px;
    font-size: 14px;
}

.feedBack .feedBack_descriction {
    display: block;
    display: -webkit-box;
    width: 100%;
    height: 66px;
    margin: 0 auto;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.feedback .feedback_hr {
    display: block;
    margin: auto;
    margin-top: 60px;
    margin-bottom: 60px;
    border: 0;
    height: 10px;
    background-color: #efefed;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.likebox {
    display: block;
    padding: 0;
    position: fixed;
    top: 20%;
    z-index: 99999;
}

.fbplbadge {
    color: #fff;
    background-color: #3B5998;
    display: block;
    height: 47px;
    line-height: 47px;
    text-align: center;
    top: 50%;
    /*margin-top: -75px;*/
    position: absolute;
    left: -47px;
    width: 47px;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

    .fbplbadge i {
        width: 15px;
    }

.likebox {
    display: block;
    padding: 0;
    position: fixed;
    top: 20%;
    z-index: 99999;
}

.fbplbadge {
    color: #fff;
    background-color: #3B5998;
    display: block;
    height: 47px;
    line-height: 47px;
    text-align: center;
    top: 50%;
    /*margin-top: -75px;*/
    position: absolute;
    left: -47px;
    width: 47px;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.newsletter_like {
    margin-top: -34px;
}

    .newsletter_like .fbplbadge {
        /*margin-top: -23.5px;*/
        background: rgb(253,175,27);
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjEwMCUiIHkyPSIwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZmRhZjFiIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZmYzMDMwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2JlMDA5YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
        background: -moz-linear-gradient(45deg, rgba(253,175,27,1) 0%, rgba(255,48,48,1) 50%, rgba(190,0,156,1) 100%); /* FF3.6-15 */
        background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgba(253,175,27,1)), color-stop(50%,rgba(255,48,48,1)), color-stop(100%,rgba(190,0,156,1))); /* Chrome4-9,Safari4-5 */
        background: -webkit-linear-gradient(45deg, rgba(253,175,27,1) 0%,rgba(255,48,48,1) 50%,rgba(190,0,156,1) 100%); /* Chrome10-25,Safari5.1-6 */
        background: -o-linear-gradient(45deg, rgba(253,175,27,1) 0%,rgba(255,48,48,1) 50%,rgba(190,0,156,1) 100%); /* Opera 11.10-11.50 */
        background: -ms-linear-gradient(45deg, rgba(253,175,27,1) 0%,rgba(255,48,48,1) 50%,rgba(190,0,156,1) 100%); /* IE10 preview */
        background: linear-gradient(45deg, rgba(253,175,27,1) 0%,rgba(255,48,48,1) 50%,rgba(190,0,156,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdaf1b', endColorstr='#be009c',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
    }

.fbplbadge i {
    width: 15px;
}

.newsletter_like input {
}

.face_like {
}

@media(max-height:556px) {
    .face_like
    {
        top: auto;
        bottom: 0;
        margin-top: 0;
    }

}

.newsletter_like .likebox_inner {
    width: 500px;
    background-color: #fff;
}

.mb-0 {
    margin-bottom: 0;
}


.btn-indietro{
    height: 45px;
    background: #212121;
    color: #fff;
    border: 0;
    text-align: center;
    padding-left: 22px;
    padding-right: 22px;
    display: inline-block;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}
.btn-indietro:focus, .btn-indietro:hover {
    background: #FFBF43;
}
.btn-next{
    height: 45px;
    background: #212121;
    color: #fff;
    border: 0;
    text-align: center;
    padding-left: 22px;
    padding-right: 22px;
    display: inline-block;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}
.btn-next:focus, .btn-next:hover {
    background: #5777FF;
}


.btn-top-bar #qta_carrello_top{
    color:#000 !important;
}
.opt-taglia{
    margin-left:8px;
}
    .banner-sosp{
        text-transform: uppercase;background-image: linear-gradient(45deg, #e10000, #010101); text-align: center; padding: 50px; color: #fff;
    }

@media (max-width:768) {
    .banner-sosp{
        text-transform: uppercase;
        background-image: linear-gradient(45deg, yellow, #010101);
        text-align: center;
        padding: 40px;
        color: #fff;
        line-height: 1;
        font-size: 12px;
    }
}

input#NOME,input#RAG_SOC {
    text-transform: uppercase;
}