/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Feb 12, 2015, 12:06:49 PM
    Author     : andrea
*/
/* ICONS */
@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot?v=4.3.0');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}
.fa-lg {
    font-size: 1.33333333em;
    line-height: 0.75em;
}
.fa-2x {
    font-size: 2em;
}
.fa-3x {
    font-size: 3em;
}
.fa-4x {
    font-size: 4em;
}
.fa-5x {
    font-size: 5em;
}
.fa-caret-down:before {
    content: "\f0d7";
}
.fa-caret-up:before {
    content: "\f0d8";
}
.fa-caret-right:before {
    content: "\f0da";
}
.fa-caret-left:before {
    content: "\f0d9";
}
.fa-search:before {
    content: "\f002";
}
.fa-clock-o:before {
    content: "\f017";
}
.fa-envelope:before {
    content: "\f0e0";
}
.fa-map-marker:before {
    content: "\f041";
}
.fa-phone-square:before {
    content: "\f098";
}
.fa-fax:before {
    content: "\f1ac";
}
.fa-facebook-official:before {
    content: "\f230";
}
.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a";
}
.fa-pinterest-p:before {
    content: "\f231";
}
.fa-instagram:before {
    content: "\f16d";
}
.fa-google-plus:before {
    content: "\f0d5";
}
.fa-twitter:before {
    content: "\f099";
}
.fa-angle-down:before {
    content: "\f107";
}
.fa-angle-double-left:before {
    content: "\f100";
}
.fa-angle-double-right:before {
    content: "\f101";
}
.fa-square-o:before {
    content: "\f096";
    /* checkbox unchecked */
}
.fa-check-square:before {
    content: "\f14a";
    /* checkbox checked */
}
.fa-circle-o:before {
    content: "\f10c";
    /* radiobox unchecked */
}
.fa-dot-circle-o:before {
    content: "\f192";
    /* radiobox checked */
}
.fa-arrow-up:before {
    content: "\f062";
}
.fa-arrow-down:before {
    content: "\f063";
}
.fa-heart:before {
    content: "\f004";
}
.fa-list:before {
    content: "\f03a";
}
.fa-plus:before {
    content: "\f067";
}
.fa-minus:before {
    content: "\f068";
}
.fa-envelope-o:before {
    content: "\f003";
}
.fa-login {
    width: 24px;
    height: 19px;
    background: url(../images/icn-user-small.png) no-repeat center center;
    background-size: 24px;
}
.fa-icon-chevron-left:before {
    content: "\f053";
}
.icon-caret-left:before {
    content: "\f0d9";
}
.fa-comment:before {
    content: "\f075";
}
.fa-info-circle:before {
    content: "\f05a";
}
.fa-calendar:before {
    content: "\f073";
}
/* END ICONS  */


/* HEADER */
.logo-container,
.blocks-container{
    display: inline-block;
    vertical-align: middle;
}
.logo-container{
    width: 24%;
    margin-top: -18px;
}
.blocks-container{
    float: right;
    width: 56%;
    margin-top: 25px;
    text-align: right;
}

.header-minicart{
    display: inline-block;
    vertical-align: middle;
    float: right;
    position:relative;
    /*width: 17%;*/
    width: 206px;
    margin-top: 25px;
    white-space: nowrap;
}
#header-account-container{
    width: 50%;
    max-width: 365px;
    display:inline-block;
    vertical-align: top;
    position: relative;
    padding-right: 4%;
    padding-left: 4%;
}
.header-account-container #header-newsletter,
.header-account-container #header-login{
    width: 100%;
    margin: 0;
}
.header-account-container #header-newsletter{
    margin-bottom: 5px;
}
.header-account-container.js-active-newsletter #header-newsletter-form, .page-header.js-active-login .header-login-form{
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
}
.ie9 .header-account-container.js-active-newsletter #header-newsletter-form,
.ie9 .page-header.js-active-login .header-login-form{
    display:block;
}
#header-newsletter-form, .header-login-form{
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: center top;
    -moz-transform-origin: center top;
    -ms-transform-origin: center top;
    -o-transform-origin: center top;
    transform-origin: center top;
    -webkit-transition: -webkit-transform 0.26s ease 0s;
    -moz-transition: -moz-transform 0.26s ease 0s;
    -ms-transition: -ms-transform 0.26s ease 0s;
    -o-transition: -o-transform 0.26s ease 0s;
    transition: transform 0.26s ease 0s;
}
.ie9 #header-newsletter-form,
.ie9 .header-login-form{
    display:none;
}
#header-newsletter-form{
    width: 84%;
    padding: 20px;
    position: absolute;
    top: 20px;
    right: 8%;
    text-align: center;
    background-color: #ffffff;
    z-index: 2;
    border: 2px solid #eae3d7;
}
.form-subscribe-header{
    margin-bottom: 10px;
}
.header-login-form{
    background-color: #ffffff;
    color: #739ec9;
    border:2px solid #739ec9;
    position: absolute;
    top: 76px;
    z-index: 1;
    text-align: left;
}
#header-login-form-not-logged{
    display: table;
    width: 100%;
    padding: 20px;
}
#header-login-form-logged{
    width: 23.5%;
    left: 57.5%;
    top: 70px;
    text-align: center;
    padding: 5px 20px
}
.header-account-container.js-active-newsletter #header-newsletter i{
    display:none;
}
.header-account-container.js-active-newsletter #header-newsletter i{
    display:inline;
}
#header-newsletter{
    white-space: normal;
    margin-bottom: 5px;
}
#header-newsletter:hover, #header-login:hover, .header-login-form button:hover{
    opacity: 0.8;
}
#header-newsletter span span, #header-login span span{
    height: 20px;
    line-height: 20px;
}
#header-newsletter span span{
    background-color: #eae3d7;
    color: #693935;
}
#header-login{
    white-space: normal;
}
#header-login span span{
    background-color: #739ec9;
    white-space: normal;
}
#header-login i, #header-newsletter i{
    float: right;
    margin: 0 -13px 0 0;;
}
#header-login span span strong,
#header-newsletter span span strong{
    font-weight: normal;
}
.login-section{
    display: inline-block;
    width: 33%;
}
.header-login-form a{
    color: #739ec9;
}
.header-login-form .login-in, .header-login-form .iscr-login, .header-login-form .login-in-facebook{
    display: table-cell;
    font-size: 16px;
    vertical-align: top;
}
.header-login-form .iscr-login{
    padding: 0px 20px;
    width: 40%;
}
.header-login-form .login-in{
    width: 40%;
    padding-right: 20px;
    border-right: 1px solid;
}
.header-login-form .login-in-facebook{
    padding-left: 20px;
    border-left: 1px solid;
    width: auto;
}

/* Style for the login module for the facebook login */

.login-in-facebook .pslogin-block .pslogin-buttons ul li .pslogin-button-text, #login-form .pslogin-block .pslogin-buttons ul li .pslogin-button-text{
    padding: 0px 10px;
    font-size: 15px;
}

.header-login-form .login-in-facebook.mobile-ver{
    display: none;
}
.header-login-form .login-in #form-validate-register .fieldset .form-list .fields{
    font-size: 0.001px;
}
.header-login-form .login-in #form-validate-register .fieldset .form-list .wide{
    width: 100%;
}
.header-login-form .login-in #form-validate-register .fieldset .form-list .control div.input-box{
    position: relative;
    top: -3px;
}
.header-login-form .acceptation-wrapper > .input-box{
    position: relative;
    top: -3px;
}
.header-login-form .login-in #form-validate-register .fieldset .form-list label.required::after{
    color: #739ec9;
}
.header-login-form .login-in #form-validate-register .fieldset .form-list .fields .name-firstname,
.header-login-form .login-in #form-validate-register .fieldset .form-list .fields .name-lastname,
.header-login-form .login-in #form-validate-register .fieldset .form-list .fields .field{
    font-size: 16px;
    width: 50%;
    display:inline-block;
    margin-bottom: 0px;
}
.header-login-form .login-in #form-validate-register .fieldset .form-list li > div{
    padding-right: 5px;
}
.header-login-form .button span span{
    background-color: #739ec9;
}
.header-login-form p.required{
    float:left;
    color: #739ec9;
    line-height: 13px;
}
.header-login-form .login-in #form-validate-register .fieldset .form-list li .input-box{
    padding-right: 0px;
}
#header-login-form-logged li{
    margin-top: 5px;
    margin-bottom: 5px;
    text-transform: uppercase;
}
#header-mini-cart{
    border: 3px solid #693935;
    display: block;
    text-decoration:none;
}
#header-mini-cart > span{
    display:block;
    padding: 5px 5px;
    background-color: #ffffff;
}
#header-mini-cart > span > .mini-cart-icn{
    vertical-align:middle;
    display:inline-block;
    width: 30px;
    height: 26px;
    background: url(../images/header/cart-@x2.png) no-repeat center center;
    background-size: 100% 100%;
    margin: 0;
}
#header-mini-cart .mini-cart-count{
    font-size: 24px;
    border-left: 3px solid #693935;
    margin-right: 0;
    margin-left: 0;
    padding-left: 8px;
    width: 36px;
    text-align: center;
}
#header-mini-cart span span{
    display:inline-block;
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
    text-align: center;
    margin: 0px 5px 0 2px;
    vertical-align: middle;
}
#shipment-info{
    text-align: right;
    background: url(../images/green_truck.svg) no-repeat 100% 50%;
}
#shipment-info span{
    display: inline-block;
    line-height: 22px;
    margin-right: 52px;
}
#shipment-info span:first-child{
    margin-right: 0;
    color: #8aaa33;
}
/* ============================================ *
 * Layered Navigation (da riga 2831 a riga 2935 di syles css per i vecchi blocchi)
 * da eliminare quando completato (check media queries)
 * ============================================ */

/*
* TODO: Warning: the list will have a border bottom to the last element
* of the list on internet explorer 9< because on the css will not be
* able to recognize the :last-child attribute. try to avoid this
*/

.block-layered-nav .left-navigation{
    border: 1px solid #e2d9c8;
}
.block-layered-nav .left-navigation li{
    border-bottom: 1px solid #e2d9c8;
    position: relative;
}
.block-layered-nav .left-navigation li:last-child{
    border-bottom: none;
}
.block-layered-nav .left-navigation li a{
    background-color: #ffffff;
    display: block;
    line-height: 43px;
    padding: 5px 15px;
    text-decoration: none;
}
.block-layered-nav .left-navigation li a:hover{
    background-color: #eae3d7;
}
.block-layered-nav .left-navigation li a i{
    float: right;
    line-height: 43px;
    color: #e2d9c8;
}
.block-layered-nav .level-1{
    position: absolute;
    left: 100%;
    top: 0;
    width: 100%;
    z-index: 1;
    display: none;
}

/* CATALOG CATEGORY PAGE */

.options-list{
    margin-top: 13px;
    font-size: 0.001px;
}
.button.view-details{
    width: 100%;
}
.action-button span span{
    height: 24px;
    line-height: 16px;
    font-size: 16px;
    text-transform: none;
    padding: 5px 0 0;
    color: #693935;
    background-color: #e2d9c8;
}
.action-button.add-to-list{
    width: 37%;
    margin-right: 2%;
}
.action-button.add-to-favorites{
    width: 100%;
    margin-left: 0px;
}
.action-button i{
    color: #f49626;
}
.action-button:hover i{
    color: #ffffff;
}
.action-button:hover span > span{
    background-color: #f49626;
    color: #ffffff;
}
.action-button span i{
    font-size: 16px;
    line-height: 16px;
}
.button span i{
    margin-right: 5px;
}
/*
* Styles for the static pages, should be arranged in a new file? a file for every static page?
* Which could be the best pratice?
*/

/* HOME PAGE */

#splash-page-buttons-container{
    display:block;
    font-size: 0.001px;
    width: 100%;
}
.splash-button{
    position:relative;
    width: 32.5%;
    display: inline-block;
    margin-right: 1.13%;
}
.splash-button.last{
    margin-right: 0%;
}
.splash-button .overlay{
    display: none;
    position: absolute;
    left: 0;
    top: 0;
}
#eataly-magazine-banner{
    margin-top: 25px;
    display: inline-block;
    width: 100%;
    border: 3px solid #6a3935;
}
#eataly-magazine-banner .box{
    float: left;
    position: relative;
    width: 16%;
    padding: 0 0.2%;
    margin: 0.4% 0;
    overflow: hidden;
}
#eataly-magazine-banner .box.first{
    padding: 0%;
    width: 20%;
    overflow: visible;
}
#eataly-magazine-banner .box.first img{
    position: absolute;
    top: -10px;
    margin-left: 14.5%;
    width: 70%;
}
#eataly-magazine-banner .box.first a{
    text-decoration: none;
}
#eataly-magazine-banner .box.first p{
    font-size: 20px;
    margin-bottom: 0;
    margin-top: 23%;
    padding: 0 10px;
    text-align: center;
    text-transform: uppercase;
}
#eataly-magazine-banner .box.first .subtitle{
    font-size: 16px;
    margin-top:10px;
}
#eataly-magazine-banner .box .box-title {
    background: rgba(59, 43, 41, 0.8);
    position: absolute;
    padding: 3px 8px;
    width: 97.6%;
    top: 155px;
    height: 200px;
    color: #ffffff;
    -webkit-transition-property: top, bottom;
    -webkit-transition-duration: 0.5s;
}
#eataly-magazine-banner .box:hover .box-title {
    top: 60%;
}

#eataly-magazine-banner .box .box-title .title-small{
    font-weight: 700;
    font-size: 18px;
}

#eataly-magazine-banner .box .title-big {
    display: block !important;
}
#eataly-magazine-banner .box .box-title .line{
    background-color: #ffffff;
    height: 1px;
    width: 100%;
    margin: 2px 0 8px;
}

#splash-page-blocks-container{
    width: 100%;
    display: inline-block;
    margin-top: 25px;
    font-size: 0.001px;
}
#splash-page-block-1, #splash-page-block-2{
    display: inline-block;
}
#splash-page-block-1{
    float: left;
}
#splash-page-block-2{
    float: right;
}
#splash-page-blocks-container a{
    display: block;
}

/* HOME PAGE SHOP */

/*
* These rules overwrite the standard settings of the flexslider tool
* I prefer overwriting it istead of changing the standard in case i need it elsewere.
*/

.flex-control-paging li a {
    width: 13px;
    height: 13px;
    border-radius: 0px;
    background: #e2d9c8;
    -webkit-box-shadow: 0 0 0 0;
    -moz-box-shadow: 0 0 0 0;
    -o-box-shadow: 0 0 0 0;
    box-shadow: 0 0 0 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}
.flex-control-paging li a:hover {
    background: #e2d9c8;
}
.flex-control-paging li a.flex-active {
    background: #693935;
}
.flex-control-nav li {
    margin: 0 6px 0 0;
}
/*
* This correction are meant to be used to avoid the animation of the slider control and keep it always present and
* static on the slider
*/
.flexslider{
    border: 0;
}
.flexslider .flex-next{
    opacity: 0;
    right: 10px;
}
.flexslider .flex-prev{
    opacity: 0;
    left: 10px;
}
.flex-direction-nav a.flex-next::before {
    content: "\f0da";
    margin-right: 15px;
    line-height: 43px;
}
.flex-direction-nav a.flex-prev::before{
    content: "\f0d9";
    margin-left: 15px;
    line-height: 43px;
}
.flex-direction-nav a:before{
    font-family: "fontAwesome";
    font-size: 28px;
    color: #693935;
}
.flex-direction-nav a{
    height: 45px;
    width: 45px;
    border: 1px solid #e2d9c8;
    background-color: #ffffff;
}
.articles-boxes{
    font-size: 0.001px;
}
.article-box{
    vertical-align: top;
    width: 23.9%;
    margin-right: 1.46%;
    border: 1px solid #e2d9c8;
    display: inline-block;
    font-size: 16px;
    padding: 17px;
}
.article-box.last{
    margin-right: 0%;
}
.article-box h5{
    min-height: 42px;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
}
.article-box p{
    min-height: 72px;
    margin-top: 10px;
    margin-bottom: 0;
}
/*
* Setting for the carousel item, to be different from the  normal carousel or the previous settings on the flexslider
*/
.flexslider-carousel{
    margin-bottom: 0;
    margin-top: 47px;
}
.flexslider-carousel .carousel-title{
    background-color: #f4efe8;
    padding: 4px 20px;
    margin-bottom: 7px;
    margin-right: 82px;
    height: 24px;
}
.flexslider-carousel .carousel-title span {
    text-transform: uppercase;
    font-weight: 700;
}
.flexslider-carousel .carousel-title span a{
    text-decoration: none;
    color: #ffffff;
}
.flexslider-carousel .flex-direction-nav .flex-prev, .flexslider-carousel .flex-direction-nav .flex-next{
    opacity: 1;
    background-color: #f4efe8;
    border: 0;
}
.flexslider-carousel .flex-direction-nav a{
    height: 24px;
    width: 36px;
    top: 0;
    margin: 0;
}
.flexslider-carousel .flex-direction-nav a.flex-next::before {
    content: "\f105";
    font-size: 21px;
    line-height: 24px;
    margin-left: 14px;
}
.flexslider-carousel .flex-direction-nav a.flex-prev::before {
    content: "\f104";
    font-size: 21px;
    line-height: 24px;
    margin-left: 14px;
}
.flexslider-carousel .flex-direction-nav a.flex-next, .flexslider-carousel:hover .flex-direction-nav .flex-next{
    right: 0;
    opacity: 1;
}
.flexslider-carousel .flex-direction-nav a.flex-prev, .flexslider-carousel:hover .flex-direction-nav .flex-prev{
    left: auto;
    right: 41px;
    opacity: 1;
}
.flexslider-carousel .carousel-item{
    display: inline-block;
    margin-right: 5px;
    border: 1px solid #e2d9c8;
    padding: 8px;
}
.carousel-item .product-image{
    margin-bottom: 5px;
}
.carousel-item .product-name{
    font-size: 16px;
    display: block;
    min-height: 50px;
}
.carousel-item .product-manufacturer{
    margin: 0 0 10px;
}
.carousel-item .price-box{
    margin: 0 0 5px;
}
.carousel-item:hover{
    border: 1px solid #f49626;
    box-shadow: -4px 4px 4px 0 #d9d9d9;
}
.carousel-item:hover .actions{
    display: block;
}
.carousel-item .actions{
    padding-top: 10px;
}
/*
* Settings for the special green slider for the newest products
*/
.flexslider-carousel.news .carousel-title, .flexslider-carousel.news .flex-direction-nav .flex-prev, .flexslider-carousel.news .flex-direction-nav .flex-next{
    background-color: #8baa33;
    color: #ffffff;
}
.flexslider-carousel.news .flex-direction-nav a.flex-next::before, .flexslider-carousel.news .flex-direction-nav a.flex-prev::before{
    color: #ffffff;
}

/*
* Settings for the special category slider for categories with less than 5 elements
*/
#flexslider-category-carousel{
    margin-bottom: 15px;
}
#flexslider-category-carousel li .carousel-category-item{
    margin: 0px 9px;
}
#flexslider-category-carousel li:first-child .carousel-category-item{
    margin-left: 0px;
}
#flexslider-category-carousel li:last-child .carousel-category-item{
    margin-right: 0px;
}
#flexslider-category-carousel .carousel-category-item{
    padding: 22px;
    border: 1px solid #8baa33;
}
#flexslider-category-carousel .carousel-category-item .product-image, #flexslider-category-carousel .carousel-category-item .product-info{
    display: inline-block;
    vertical-align: bottom;
    width: 49.5%;
}
#flexslider-category-carousel .carousel-category-item .product-name{
    margin-bottom: 25px;
}
#flexslider-category-carousel .flex-direction-nav a.flex-prev, .flexslider-carousel:hover .flex-direction-nav .flex-prev{
    left: auto;
    right: 41px;
    opacity: 1;
}
#flexslider-category-carousel .carousel-category-item .special-product-seals{
    margin-bottom: 15px;
}
#flexslider-category-carousel .carousel-category-item .special-product-seals img{
    max-width: 27px;
}

/*
* Settings for the special cart slider
*/
#flexslider-cart-carousel{
    margin-bottom: 34px;
    border: 1px solid #e2d9c8;
    border-top: 0 none;
}
#flexslider-cart-carousel .carousel-cart-item{
    margin: 10px;
}
#flexslider-cart-carousel .carousel-cart-item .product-price{
    font-size: 20px;
    margin: 16px 0px;
}
#flexslider-cart-carousel .carousel-cart-item .product-image{
    position: relative;
    border: 1px solid #e2d9c8;
}
#flexslider-cart-carousel .carousel-cart-item .product-image-overlay{
    display:none;
    background-color: rgba(255,255,255, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#flexslider-cart-carousel .carousel-cart-item .product-image:hover .product-image-overlay{
    display: inline-block
}
#flexslider-cart-carousel .carousel-cart-item .product-image-overlay .product-info{
    position: relative;
    top:30%;
    text-align: center;
}
.carousel-cart-item .product-name{
    text-transform: none;
    margin-bottom: 20px;
}

.carousel-modal-product-image, .carousel-modal-product-data{
    display: inline-block;
    vertical-align: middle;
    margin-top: 25px;
    margin-bottom: 20px;
}
.carousel-modal-product-data{
    margin-left: 18px;
    min-height: 225px;
}
.carousel-modal-product-image img{
    width: 225px;
    height: 225px;
    border: 1px solid #e2d9c8;
}

/* TINY SCROLLBAR */
.scrollbar-container .viewport{
    height: 327px;
    overflow:hidden;
    position:relative;
}
.scrollbar-container .overview{
    list-style:none;
    position:absolute;
    left:0;
    top:0;
    margin:0;
    padding: 0 20px 0 0;
}
.scrollbar-container .scrollbar{
    background:transparent url(../images/scrollbar/bg-scrollbar-track-y.png) no-repeat 0 0;
    position:absolute;
    background-position:0 0;
    right: -7px;
    top:0;
    width:15px;
}
.scrollbar-container .track{
    background:transparent url(../images/scrollbar/bg-scrollbar-trackend-y.png) no-repeat 0 100%;
    height:100%;
    width:13px;
    position:relative;
    padding:0 0;
}
.scrollbar-container .thumb{
    background:transparent url(../images/scrollbar/bg-scrollbar-thumb-y.png) no-repeat 50% 100%;
    height:20px;
    width:20px;
    cursor:pointer;
    overflow:hidden;
    position:absolute;
    top:0;
    left:-4px;
    z-index: 1;
}
.scrollbar-container .thumb .end{
    background:transparent url(../images/scrollbar/bg-scrollbar-thumb-y.png) no-repeat 50% 0;
    overflow:hidden;
    height:5px;
    width:20px;
}
.scrollbar-container .disable{
    display:none;
}
.noSelect{
    user-select:none;
    -o-user-select:none;
    -moz-user-select:none;
    -khtml-user-select:none;
    -webkit-user-select:none;
}

/* tinyScroll: minicart */
.scrollbar-container .viewport.minor3items{
    height: auto;
}
.scrollbar-container .viewport.minor3items  .overview{
    position: relative;
    padding: 0;
}
.scrollbar-container .scrollbar.minor3items{
    display:none;
}
.minicart-wrapper .scrollbar-container .scrollbar{
    opacity: 1;
}
.minicart-wrapper .scrollbar-container .scrollbar.js-init-fadein-effect{
    opacity: 0;
    transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -ms-transition: opacity .25s ease-in-out;
    -o-transition: opacity .25s ease-in-out;
}

/* tinyScroll: mobile primary nav */


/* HEADER CHECKOUT & CART */
.opc-index-index .main-container {
    margin-top: -18px;
}
.cart-checkout .main{
    margin-top:0;
}
.cart-checkout .page-title,
.cart-checkout #opc-top-block-btn-checkout{
    display: inline-block;
    font-size: 0.001px;
    letter-spacing: -1em;
    text-align:center;
}
.cart-checkout .page-title h1,
.cart-checkout #opc-top-block-btn-checkout > button,
.cart-checkout #opc-top-block-btn-checkout > div{
    letter-spacing: normal;
}
.cart-checkout .page-title{
    width: 70%;
    vertical-align: bottom;
    margin-left: 0;
}
.cart-checkout .page-title h1{
    padding-left: 0;
    padding-bottom: 5px;
    background-image: none;
    font-size: 30px;
    float: left;
}
.cart-checkout #opc-header-nav .bp635-title-page-opc{
    display: none;
}
.cart-checkout .opc-page-header{
    position: static;
    z-index: 9999;
    top: 0;
    width: 100%;
    background-color: #fff;
}
.cart-checkout .opc-page-header-container{
    width: 100%;
    max-width: 1270px;
    padding: 0 20px;
    margin: 20px auto 0;
}
.cart-checkout .opc-header,
.cart-checkout #opc-header-nav{
    display: inline-block;
    font-size: 0.001px;
    letter-spacing: -1em;
    vertical-align: top;
}
.cart-checkout .opc-header > div,
.cart-checkout #opc-header-nav ul{
    font-size: 16px;
    letter-spacing: normal;
}
.cart-checkout .opc-header{
    width: 40%;
}
.cart-checkout .opc-logo-container {
    width: 100%;
    overflow: hidden;
}
.cart-checkout .opc-logo {
    display: block;
    max-width: 207px;
    vertical-align: top;
}
.cart-checkout #opc-header-nav{
    float: right;
    width: 60%;
    text-align: right;
}
.cart-checkout #opc-header-nav h1,
.cart-checkout #opc-header-nav ul,
.cart-checkout #opc-header-nav ul li{
    display: inline-block;
    vertical-align: top;
}
.cart-checkout #opc-header-nav h1{
    font-size: 24px;
    line-height: 39px;
    font-weight: normal;
    text-transform: uppercase;
    padding-left: 10px;
    margin-right: 30px;
}

.cart-checkout #opc-header-nav ul li a{
    display:block;
    padding: 0 17px;
    font-size: 14px;
    line-height: 14px;
    text-decoration: none;
    text-transform: uppercase;
}
.cart-checkout #opc-header-nav ul li.last-item a{
    padding-right: 0;
}
.cart-checkout .opc-menu{
    display:inline-block;
    width: 100%;
    white-space: nowrap;
}
.cart-checkout #opc-top-block-btn-checkout{
    width: 30%;
    text-align: right;
    vertical-align: top;
}

/* CUSTOM TOTALS DISPLAYER ISTEAD OF BUTTON ON THE TOP OF THE CHECKOUT */
#totals-displayer{
    float:right;
    margin: 10px 0px;
    margin-left: 30px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    color: #ffffff;
    background-color: #f49626;
    display: inline-block;
    font-size: 26px;
    min-width: 280px;
    width: auto;
}
#totals-displayer #lbl-grand-total{
    font-size: 26px;
}

/* UNDER BREADCRUMB STATIC BLOCK */

#under-breadcrumb{
    display:inline-block;
    width: 100%;
    margin-top: 20px;
    text-align: center;
}
#under-breadcrumb-title{
    color: #5ab3ff;
    vertical-align: middle;
}
#under-breadcrumb img{
    display:inline-block;
    margin-right: 5px;
    height: 16px;
    vertical-align: middle;
}

#eataly-magazine-banner .title-small:before {
    background: url("../images/wp_mag-sprite_us.png") no-repeat;
    background-size: 150px;
    content: " ";
    width: 30px;
    height: 25px;
    display: block;
    float: left;
}
#eataly-magazine-banner .title-small:after {
    padding-left: 5px;
    content: "magazine";
}

#eataly-magazine-banner .eataly-stories:before {background-position: 0 -5px !important;}
#eataly-magazine-banner .eataly-stories:after {content: "EATALY Stories"!important;}
#eataly-magazine-banner .culture:before {background-position: -40px -2px!important;}
#eataly-magazine-banner .culture:after {content: "Culture" !important;}
#eataly-magazine-banner .eataly-recipes:before { background-position: -80px -4px!important; }
#eataly-magazine-banner .eataly-recipes:after {content: "EATALY Recipes"!important;}
#eataly-magazine-banner  .how-to:before {background-position: -122px -4px!important; }
#eataly-magazine-banner  .how-to:after {content: "How To" !important;}

/* WINE CLUB PAGE */

#wine-club-page img{
    margin: 0 auto;
}
#wine-club-text{
    border-bottom: 1px solid #000000;
    margin-top: 20px;
    padding-bottom: 30px;
}
#wine-club-text h4{
    text-transform: uppercase;
}
#wine-club-form{
    margin-top: 20px;
    display: block;
}
#wine-club-form #selector-wrapper{
    position: relative;
    margin-left: 20px;
    display: inline-block;
    vertical-align: top;
}
#wine-club-form .date select{
    width: auto;
}
#wine-club-form #birth-date-selector{
    display: none;
}
#wine-club-form .left{
    width: 40%;
    display: inline-block;
    float: left;
    margin: 25px 0px;
    padding-right: 50px;
}
#wine-club-form .left div:first-child{
    margin-top: 0;
}
#wine-club-form h4{
    margin-bottom: 5px;
}
#wine-club-form input{
    position: relative;
}
#wine-club-form .left div{
    margin-top: 20px;
}
#wine-club-form #gift-recipient-wrapper{
    margin-top: 10px;
    display:none;
    position: relative;
}
#wine-club-form #gift-recipient-wrapper #recipient-name{
    width: 50%;
    float: right;
    margin-right: 0px;
}
#wine-club-form input[type="text"]{
    width: 70%;
    height: 28px;
}
#wine-club-form .right{
    display: inline-block;
    width: 60%;
    margin: 25px 0px;
}
#wine-club-form li{
    padding-bottom: 18px;
    position: relative;
}
#wine-club-form li input[type="text"]{
    float: right;
}
#wine-club-form label, #wine-club-form input{
    height: 28px;
    line-height: 28px;
    margin-right: 10px;
    vertical-align: middle;
}
#wine-club-form .left label, #wine-club-form #age-verify{
    display: inline-block;
    vertical-align: top;
    position: relative;
}
#advice-required-entry-age-verify{
    top: 13px;
}
#wine-club-form .left .validation-advice{
    top: 59px;
}
#wine-club-response, #wine-club-spinner, #wine-club-response span{
    display:inline-block;
    vertical-align: middle;
}
#wine-club-response, #wine-club-page #wine-club-spinner{
    margin-left: 20px;
}
#wine-club-spinner, #wine-club-response span{
    display: none;
}
#wine-club-response .message-fail{
    font-weight: bold;
    padding: 10px;
    border: 3px solid red;
    color: red;
}
#wine-club-response .message-success{
    font-weight: bold;
    padding: 10px;
    border: 3px solid green;
    color: green;
}

/* Fancybox personalizations for Eataly Theme*/

.fancybox-close {
    background: rgba(0, 0, 0, 0) url("../images/icn-close.png") no-repeat scroll 50% 50% / 75% auto;
    background: rgba(0, 0, 0, 0) url("../images/icn-close.svg") no-repeat scroll 50% 50% / 75% auto;
    right: 15px;
    top: 15px;
}
.fancybox-skin {
    color: #693935;
}
.fancybox-overlay{
    z-index: 10000;
}
.fancybox-opened{
    z-index: 10001;
}

/* Newsletter promo popup */

#newsletter-promo-popup{
    position: relative;
    text-align: center;
    font-size: 28px;
}
#newsletter-promo-popup-link{
    display: none;
}
#promo-popup-logo{
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    bottom:0;
}
#newsletter-promo-popup #newsletter-promo-content{
    display: block;
    position: absolute;
    top: 15%;
    left: 0;
    right: 0;
    margin-left:auto;
    margin-right:auto;
    width: auto;
}
#newsletter-promo-popup #newsletter-promo-form{
    display: inline-block;
    margin-top: 30px;
    width: 50%;
}
#newsletter-promo-form input{
    width: 75%;
    border-color: #693935;
    margin : 10px auto 0 auto;
    display: block;
    text-align: center;
    font-size: 20px;
}
#newsletter-promo-form .button {
    margin-top: 10px;
}
#newsletter-promo-form #is-promo{
    display: none;
}
#newsletter-promo-form .button span > span{
    background-color: #693935;
    font-size: 28px;
    line-height: 32px;
}
#newsletter-promo-popup #newsletter-popup-title{
    font-size: 48px;
}
#newsletter-promo-popup strong{
    font-size: 28px;
    font-weight: bolder;
}
#newsletter-promo-popup #newsletter-popup-disclaimer span{
    font-size: 28px;
}
#newsletter-promo-popup-spinner{
    margin: 20px auto 0 auto;
    display: none;
}
#newsletter-promo-popup-response{
    display: none;
    margin : 20px auto 0 auto;
    width: 40%;
}
#newsletter-promo-popup-response span{
    display: block;
    font-size: 16px;
}
#newsletter-promo-popup-response .message-fail{
    padding: 10px;
    border: 2px solid red;
    color: red;
}
#newsletter-promo-popup-response .message-success{
    padding: 10px;
    border: 2px solid green;
    color: green;
}

/* Newsletter popup for mutliple selection of newsletters */

#newsletter-subscription #newsletter-popup-title{
    font-size: 30px;
    background-color: #eae3d7;
    margin: 0 51px 15px 0;
    padding: 3px 20px;
}
#newsletter-subscription-viewport{
    position: relative;
    width: 800px;
    height: 460px;
    display: block;
    overflow-x: hidden;
    white-space: nowrap;
}
#newsletter-subscription-slider{
    position: absolute;
    top: 0;
    bottom: 0;
    font-size: 0.000001px;
    height: 100%;
    display: inline-block;
}
#newsletter-subscription-slider .slide{
    font-size: 18px;
    display:inline-block;
    width: 800px;
    height: 460px;
    vertical-align: top;
    white-space: normal;
    padding-right: 51px
}
#newsletter-subscription-slider .slide-content{
    padding: 10px 0px 10px 10px;
}
#newsletter-subscription-slider .slide-content .subtitle{
    font-size: 22px;
    font-weight: bolder;
}
#newsletter-subscription-slider #step1 .subtitle{
    font-size: 22px;
    text-transform: uppercase;
}
#newsletter-subscription-slider .slide-content ul{
    display: inline-block;
    padding: 15px 0;
}
#newsletter-subscription-slider .items-list li{
    width: 50%;
    float: left;
    padding: 0 4% 20px 0;
}
#newsletter-subscription-slider #step2 .items-list{
    margin-top: 25px;
    position: relative;
}
#newsletter-subscription-slider #step2 #required-preferences-message{
    display: none;
    color: red;
    white-space: nowrap;
    font-size: 12px;
    margin: 5px 0 0;
    text-align: right;
    position: absolute;
    bottom: 5px;
    right: 5px;
}
#newsletter-subscription-slider #step2 .items-list li{
    padding: 0 4% 10px 0;
}
#newsletter-subscription-slider .items-list .validation-advice{
    top: -5px;
}
#newsletter-subscription-slider button.not-now span > span{
    background-color: #f2ede5;
    color: #693935;
}
#newsletter-subscription-slider .items-list li label{
    font-size: 18px;
}
#newsletter-subscription-slider .items-list li i{
    font-size: 16px;
}
#newsletter-subscription-slider .items-list li input, .terms-checkbox-wrapper input{
    float: left;
    margin: 2px 10px 6px 0;
}
#newsletter-subscription-slider .fieldset .field{
    width: 49%;
    display: inline-block;
}
#newsletter-subscription-slider .fieldset .field label{
    display: block;
    font-size: 20px;
    font-weight: 700;
}
#newsletter-subscription-slider .fieldset .field input{
    display: block;
    font-size: 17px;
    border: 1px solid #e2d9c8;
    padding: 5px 6px;
}
#newsletter-subscription-slider .buttons-set{
    float: right;
    display: inline-block;
}
#newsletter-subscription-slider .fieldset .buttons-set .button{
    display: block;
    float: left;
    margin: 0;
}
#newsletter-subscription-slider .terms-checkbox-wrapper{
    padding: 0;
    float: right;
}
#newsletter-subscription-slider #step3 #disclaimer{
    font-size: 26px;
    text-align: center;
    margin-top: 30px;
}
#newsletter-subscription-slider .spinner{
    display: inline-block;
    display: none;
    margin-top: 7px;
    margin-left: 15px;
}
#newsletter-subscription-slider .callout-left, #newsletter-subscription-slider .callout-right{
    width: 50%;
}
#newsletter-subscription-slider .callout-left{
    float:left;
}
#newsletter-subscription-slider .callout-right{
    float:right;
}

/* BUTTON EMPTY CLASS MOBILE AND DESKTOP*/
.cart-empty-align { text-align:center; }
.cart-empty-button-shop {  display: none; }
.cart-empty-button-shop-mob { background-color:#f4efe8;font-size: 18px;text-transform: uppercase;padding: 7px;text-align: center;text-decoration: underline;width: 220px;margin-left: auto;margin-right: auto;margin-top: 8px; }

/* BUTTON FULL CLASS MOBILE AND DESKTOP*/


/* page contacts*/
.wrapper-recipient,
.wrapper-recipient div{
    overflow: hidden;
    margin-bottom: 20px;
    width: 66%;
    position: relative;
}
#contacts-choose-msg{
    margin: 5px 0;
}
.name-recipient .choose span{
    padding: 4px 5% 4px 1%;
    font-size: 120%;
    /*background-color: #f4efe8;*/
}
.name-recipient .choose span:first-child{
    margin-right: 5px;
}
.name-recipient .choose span:nth-child(2){
    margin-right: 5px;
}

.contacts-index-index .fieldset{
    overflow: hidden;
}

.contacts-index-index p.choose{
    position: relative;
}
.contacts-index-index  .contacts-option{

}
.contacts-index-index .choose-selector{

}
.contacts-index-index select + select{
    margin-left: 0;
}
.validation-advice-custom{
    color: red;
    font-size: 80%;
}
.no-show-select{
    display: none;
}
.show-select{
    display: inline-block;
}

@media (min-width: 1px) and (max-width: 420px) {
    .cart-block-continue-shopping {
        text-align:center;
    }

    .cart-full-prod { text-align:center; border-bottom:1px solid #693935; padding: 5px;margin-top: 30px;}

}



.contact-form-align { width:100%;  }



@media (min-width: 1101px) and (max-width: 3000px) {



    .container-contact-form.content-overlay #contacts-disclaimer{
        padding-left: 0px;
        margin-bottom: 25px;
    }

    .container-contact-form.content-overlay #contactForm {
        padding-left: 0px;
    }

    .container-contact-form.content-overlay ul.form-list.contact-form {
        width: 100%;
    }

    .container-contact-form.content-overlay .form-list .field{
        display: inline-block;
        width: 100%;
        vertical-align: top;
        text-align: left;
        font-size: 0.001px;
        letter-spacing: -1em;
        vertical-align: top;
    }


    .container-contact-form.content-overlay label.required {
        width: 72px;
        float: left;
    }

    .container-contact-form.content-overlay input#name {
        width: 40%;
    }


    .container-contact-form.content-overlay input#email  {
        width: 40%;
    }


    .container-contact-form.content-overlay input#telephone {
        width: 40.6%;
        float: left;
    }

    .container-contact-form.content-overlay textarea#comment {
        width: 40.6%;
        float: left;
    }

    .container-contact-form.content-overlay .contacts-index-index .buttons-set,
    .container-contact-form .buttons-set{
        width: 43.4%;
    }

    #tel-align {
        width: 72px;
        float: left;
    }



    .contact-form-button1 {
        background-color: #f4efe8;
        font-size: 18px;
        text-transform: uppercase;
        padding: 7px;
        text-decoration: underline;
        width: 220px;
        float: left;
        text-align: center;
        margin-right: 10px;
    }
    .contact-form-button2 {
        background-color: #f4efe8;
        font-size: 18px;
        text-transform: uppercase;
        padding: 7px;
        text-align: center;
        text-decoration: underline;
        width: 220px;
        float: left;
    }
}

@media (min-width: 1px) and (max-width: 1100px) {



    .contact-form-button1 {
        background-color: #f4efe8;
        font-size: 18px;
        text-transform: uppercase;
        padding: 7px;
        text-decoration: underline;
        width: 220px;
        text-align: center;
        margin-right:auto;
        margin-left:auto;
    }
    .contact-form-button2 {
        background-color: #f4efe8;
        font-size: 18px;
        text-transform: uppercase;
        padding: 7px;
        text-decoration: underline;
        width: 220px;
        text-align: center;
        margin-right:auto;
        margin-left:auto;
    }

    .container-contact-form.content-overlay .form-list label,
    .form-list .input-box{
        display: inline-block;
        width: 100%;
        text-align: left;
    }
    .container-contact-form.content-overlay .form-list .wide{
        width: 100%;
        margin-bottom: 12px;
    }




    .container-contact-form.content-overlay #contacts-disclaimer{
        padding-left: 0px;
        margin-bottom: 25px;
    }

    .container-contact-form.content-overlay #contactForm {
        padding-left: 0px;
    }

    .container-contact-form.content-overlay ul.form-list.contact-form {
        width: 100%;
    }

    .container-contact-form.content-overlay .form-list .field{
        display: inline-block;
        width: 100%;
        vertical-align: top;
        text-align: left;
        font-size: 0.001px;
        letter-spacing: -1em;
        vertical-align: top;
    }


    .container-contact-form.content-overlay label.required {
        width: 72px;
        float: left;
    }

    .container-contact-form.content-overlay input#name {
        width: 100%;
    }


    .container-contact-form.content-overlay input#email  {
        width: 100%;
    }


    .container-contact-form.content-overlay input#telephone {
        width: 100%;
        float: left;
    }

    .container-contact-form.content-overlay textarea#comment {
        width: 100%;
    }

    .container-contact-form.content-overlay .contacts-index-index .buttons-set,
    .container-contact-form .buttons-set{
        width: 100%;
    }

    #tel-align {
        width: 72px;
        float: left;
    }


}

/* HOME PAGE */

#splash-page-buttons-container{
    display:block;
    font-size: 0.001px;
    width: 100%;
}




.splash-button{
    position:relative;
    width: 32.5%;
    display: inline-block;
    margin-right: 1.13%;
}
.splash-button.last{
    margin-right: 0%;
}
.splash-button .overlay{
    display: none;
    position: absolute;
    left: 0;
    top: 0;
}


.splash-button2{
    position:relative;
    width: 32.5%;
    display: inline-block;
    margin-right: 1.13%;
}
.splash-button2.last{
    margin-right: 0%;
}
.splash-button2 .overlay{
    display: none;
    position: absolute;
    left: 0;
    top: 0;
}






@media (min-width: 741px) and (max-width: 5000px) {
    .splash-button2 {display:none;}

}




@media (min-width: 741px) and (max-width: 5000px) {
    .splash-button2 {display:none;}

}





/* CORPORATE GIFT FORM */

@media (min-width: 751px) and (max-width: 5000px) {

    #corporate-gift-form .left .validation-advice{
        top: 59px;
    }


    #corporate-gift-form label, #corporate-gift-form input{
        height: 28px;
        line-height: 28px;
        margin-right: 10px;
        vertical-align: middle;
    }

    #corporate-gift-form #gift-recipient-wrapper #recipient-name{
        width: 50%;
        float: right;
        margin-right: 0px;
    }

    #corporate-gift-form input[type="text"]{
        width: 70%;
        height: 28px;
    }
    #corporate-gift-form .right{
        display: inline-block;
        width: 60%;
        margin: 25px 0px;
    }

    #corporate-gift-form li{
        padding-bottom: 18px;
        position: relative;
    }
    #corporate-gift-form li input[type="text"]{
        float: right;
    }
    #corporate-gift-form label, #corporate-gift-form input{
        height: 28px;
        line-height: 28px;
        margin-right: 10px;
        vertical-align: middle;
    }

    #corporate-gift-form .left .validation-advice{
        top: 59px;
    }
    #corporate-gift-response, #corporate-gift-spinner, #corporate-gift-response span{
        display:inline-block;
        vertical-align: middle; margin-left:10px;
    }
    #corporate-gift-response, #corporate-gift-page #corporate-gift-spinner{
        margin-left: 20px;
    }
    #corporate-gift-spinner, #corporate-gift-response span{
        display: none;
    }

    #corporate-gift-response .message-fail {
        font-weight: bold;
        padding: 10px;
        border: 3px solid red;
        color: red;
    }

    #corporate-gift-response .message-success {
        font-weight: bold;
        padding: 10px;
        border: 3px solid green;
        color: green;
    }

    .validation-advice {
        top: 25px;
    }

    #comment { width: 70%; float: right; margin-right: 9px; }

    .corp-gift-left {
        width: 48%;
        display: inline-block;
        float: left;
        margin: 25px 0px;
        margin-right:4%;
    }

    .corp-gift-right {
        width: 48%;
        display: inline-block;
        float: left;
        margin: 25px 0px;
    }
    .text-gift { line-height: 130%; font-size: 105%;width: 79%;   }

    .corp-gift-center { width:100%;float:left; }
}


@media (min-width: 1px) and (max-width: 750px) {

    #corporate-gift-form .left .validation-advice{
        top: 59px;
    }

    #corporate-gift-form label, #corporate-gift-form input{
        height: 28px;
        line-height: 28px;
        margin-right: 10px;
        vertical-align: middle;
    }

    #corporate-gift-form #gift-recipient-wrapper #recipient-name{
        width: 50%;
        float: right;
        margin-right: 0px;
    }

    #corporate-gift-form input[type="text"]{
        width: 60%;
        height: 28px;
    }
    #corporate-gift-form .right{
        display: inline-block;
        width: 60%;
        margin: 25px 0px;
    }

    #corporate-gift-form li{
        padding-bottom: 18px;
        position: relative;
    }
    #corporate-gift-form li input[type="text"]{
        float: right;
    }

    #corporate-gift-form .left .validation-advice{
        top: 59px;
    }
    #corporate-gift-response, #corporate-gift-spinner, #corporate-gift-response span{
        display:inline-block;
        vertical-align: middle; margin-left:10px;
    }
    #corporate-gift-response, #corporate-gift-page #corporate-gift-spinner{
        margin-left: 0px;
    }

    button.button.validation-passed {
        margin-bottom: 20px;
    }


    #corporate-gift-spinner, #corporate-gift-response span{
        display: none;
    }

    #corporate-gift-response .message-fail {
        font-weight: bold;
        padding: 10px;
        border: 3px solid red;
        color: red;
    }

    #corporate-gift-response .message-success {
        font-weight: bold;
        padding: 10px;
        border: 3px solid green;
        color: green;
    }

    .validation-advice {
        top: 25px;
    }

    #comment { width: 60%; float: right; margin-right: 9px; }

    .text-gift  { line-height: 130%; font-size: 105%;}

    .corp-gift-left {
        width: 100%;
        display: inline-block;
        float: left;
        margin: 25px 0px;
    }

    .corp-gift-right {
        width: 100%;
        display: inline-block;
        float: left;
        margin: 25px 0px;
    }

    .corp-gift-center { width:100%;float:left; }

}


/* CORPORATE GIFT FORM */
