/*
 * author: @marco.poletto
 */
/*OVERRIDE FONT*/
/*@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,800');*/
body {
    font-family: 'Aperto-Regular', sans-serif;
    font-size: 18px;
    color: #555;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Aperto-Regular', sans-serif;
}
label,
.label-success {
    font-family: 'Aperto-Regular', sans-serif;
}
.form-control {
    color: #000;
    font-size: 18px;
}
.sale-label,
.price-percent-reduction {
    display: none !important;
}
.special-price, .price,
.block .special-price,
.block .price {
    color: #000;
    font-size: 22px;
}
#center_column .page_product_box h3 {
    font-family: 'Aperto-Regular', sans-serif;
}
.button.button-small span,
.button.button-medium span,
.button.exclusive-medium  {
    font-family: 'Aperto-Regular', sans-serif;
    font-size: 19px;
}
.page-subheading,
h3.page-product-heading {
    font-family: 'Aperto-Regular', sans-serif;
}
ul.step li.step_current {
    font-family: 'Aperto-Regular', sans-serif;
}
.breadcrumb,
.breadcrumb a {
    font-family: 'Aperto-Regular', sans-serif;
    font-size: 15px;
}
.breadcrumb i.icon-home {
    font-size: 15px;
}
.hb-right a {
    font-family: 'Aperto-Regular', sans-serif;
}
.btn {
    font-size: 1em;
}
table.std th, table.table_block th ,
table.std td, table.table_block td {
    font-size: 1em;
}
#products-comparison .button.lnk_view span {
    font-family: 'Aperto-Regular', sans-serif;
}
#footer-features {
    margin-bottom: 20px;
}
#footer-features div a {
    background-color: #fff;
    border: 1px solid transparent;
    font-size: 20px;
    text-align: center;
    padding: 15px 0;
    display: block;
    width: 100%;
    margin-bottom: 3px;
}
#footer-features div a > img {
    background-size: 25px 25px !important;
    border: none;
    height: 25px;
    width: 25px;
    display: inline-block;
    margin-right: 3px;
}
#footer-features div a:hover {
    border: 1px solid #97835C;
    color: #97835C;
}
#footer-features div a > img.piu-premiati {
    background: url('/img/icons/home/vini-piu-premiati.png') no-repeat;
}
#footer-features div a:hover > img.piu-premiati {
    background: url('/img/icons/home/vini-piu-premiati_oro.png') no-repeat;
}
#footer-features div a > img.costi-spedizione {
    background: url('/img/icons/home/costi-spedizione.png') no-repeat;
}
#footer-features div a:hover > img.costi-spedizione {
    background: url('/img/icons/home/costi-spedizione_oro.png') no-repeat;
}
#footer-features div a > img.promozioni {
    background: url('/img/icons/home/promozioni.png') no-repeat;
}
#footer-features div a:hover > img.promozioni {
    background: url('/img/icons/home/promozioni_oro.png') no-repeat;
}
#footer-features div a > img.pagamento-sicuro {
    background: url('/img/icons/home/pagamento-sicuro.png') no-repeat;
}
#footer-features div a:hover > img.pagamento-sicuro {
    background: url('/img/icons/home/pagamento-sicuro_oro.png') no-repeat;
}
#footer-features div a > img.idee-regalo {
    background: url('/img/icons/home/idee-regalo.png') no-repeat;
}
#footer-features div a:hover > img.idee-regalo {
    background: url('/img/icons/home/idee-regalo_oro.png') no-repeat;
}
.footer-container #footer #block_contact_infos > div ul li i.icon-phone {
    float: left;
}
/*HEADER*/
#header {
    background-color: #F4F4F4;
}
#header .nav {
    background: #404045;
    border-bottom: 0;
}
#header .row #header_logo {
    float: none;
    margin: 0 auto;
    padding-bottom: 0px;
}
/*#header .row #header_logo img.logo {
    max-width: 160px;
}*/
header #search_block_top .btn.button-search {
    background: url("../../img/search.png") no-repeat;
}
header .shopping_cart > a:first-child::before {
    background: url("../../img/cart.png") no-repeat;
}
#header #block_top_menu {
    padding-top: 5px;
}
#header nav #search_block_top {
    padding: 0;
    float: right;
    width: auto;
    margin: 0;
}
#header nav #search_block_top::before {
    content: '\f002';
    color: #fff;
    font-family: FontAwesome;
    padding: 10px 10px 5px;
    cursor: pointer;
}
#header nav  #search_block_top #searchbox {
    position: absolute;
    float: none;
    width: 250px;
    z-index: 3;
    top: 0;
    right: 0;
}
#header nav #search_block_top .btn.button-search {
    background: url("../../img/search.png") no-repeat;
    margin-top: 10px;
    margin-right: 7px;
}
#header nav #searchbox {
    display: none;
}
#header nav  #search_block_top #search_query_top {
    background-color: white;
    max-height: 40px;
    color: #222;
}
nav #contact-link {
    border-left-color: #95989A;
    border-right-color: #95989A;
}
nav #customer-link {
    float: left;
    border-left: 1px solid #95989A;
    border-right: 1px solid #95989A;
}
nav #languages-block-top {
    border-right-color: #95989A;
}
nav .shop-phone {
    color: #CAC0A4;
    padding-right: 10px;
}
nav .shop-phone i {
    color: #CAC0A4;
}
nav #languages-block-top ul {
    background-color: #fff;
    left: initial;
    right: 0;
}
nav #languages-block-top ul li.selected,
nav #languages-block-top ul li.selected > span,
nav #languages-block-top ul li:hover a {
    background-color: #404045;
    color: #fff;
    font-size: 16px;
}
nav #languages-block-top div.current,
nav #contact-link a,
nav #customer-link a,
nav .header_user_info a {
    padding: 10px 10px 5px;
}
nav #customer-link a{
    display: block;
    color: #fff;
    font-weight: 400;
    font-family: Aperto-Regular, sans-serif;
    cursor: pointer;
    line-height: 18px;
}
nav .header_user_info {
    border: none;
}
nav .header_user_info a {
    border-left: 1px solid #95989A;
    font-size: 0;
    line-height: initial;
    padding-bottom: 7px;
}
nav .header_user_info.logged a {
    color: #CAC0A4;
    font-size: 1em;
}
nav .header_user_info.logged a:before {
    content: '';
}
nav .header_user_info a.login:before {
    content: "\f007";
    font-family: FontAwesome;
    font-size: 16px;
    display: block;
}
nav .header_user_info a.logout {
    font-size: 16px;
}
header .sf-menu {
    background-color: #f4f4f4;
    border-top: none;
    /*border-top: 1px solid #95989a;*/
}
header #search_block_top #search_query_top {
    background-color: #f7f7f7;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-color: #e8e8e8;
    color: #595348;
}
header .shopping_cart > a:first-child {
    background-color: #f4f3ec;
    border-color: #e8e8e8;
    color: #000;
}
#header nav .blockcart {
    float: right;
    padding: 0;
    width: auto;
}
#header nav .blockcart .shopping_cart {
    padding: 0;
    width: auto;
}
#header nav .shopping_cart > a:first-child::before {
    background-image: none;
    content: "\f07a";
    color: #fff;
    font-family: FontAwesome;
    margin: 0 7px 0 0;
    width: auto;
    height: auto;
}
#header nav .shopping_cart > a:first-child::after {
    display: none;
}
#header nav .shopping_cart > a {
    background-color: transparent;
    border-left: 1px solid #95989A;
    border-top: none;
    border-right: none;
    border-bottom: none;
    padding: 10px 10px 5px;
}
#header nav .shopping_cart > a b {
    display: none;
}
#header nav .shopping_cart > a span.ajax_cart_no_product,
#header nav .shopping_cart > a span.ajax_cart_product_txt,
#header nav .shopping_cart > a span.ajax_cart_product_txt_s {
    display: none !important;
}
#header nav .shopping_cart > a span.ajax_cart_quantity {
    display: block;
    position: absolute;
    color: #fff;
    top: 2px;
    right: 2px;
    background-color: #97835C;
    padding: 4px;
    border-radius: 15px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 15px;
}
#header nav .cart_block {
    top: 37px;
}
#header .cart_block .cart-buttons a#button_order_cart span {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
#header .cart_block .cart-info .quantity-formated {
    font-size: 16px;
}
#header .cart_block .cart-info .product-name a,
#header .cart_block .price {
    font-size: 17px;
}
#header .cart_block .price {
    font-weight: bold;
}
#header .cart_block .cart-images img {
    max-width: 50px;
}
header .sf-menu > li > a {
    color: #000;
    font-size: 22px;
}
header .sf-menu > li > ul:empty {
    display: none !important;
    opacity: 0 !important;
}
header .sf-menu > li > ul > li > a {
    font-size: 22px;
}
header .sf-menu li li li a {
    font-size: 20px;
}
header .sf-menu > li.sfHover > a,
header .sf-menu > li > a:hover,
header .sf-menu > li.sfHoverForce > a:hover {
    background-color: #404045 !important;
    border-top-color: #404045 !important;
    color: #fff !important;
}
header .sf-menu > li.sfHoverForce > a {
    background-color: transparent;
    border-top-color: transparent;
    color: #000 !important;
}
header .sf-menu > li > ul {
    background-color: #f4f4f4;
    border: 0;
    /*box-shadow: rgba(0, 0, 0, 0.3) 0 7px 14px;*/
}
header .sf-menu li.sfHover li ul {
    position: static;
    opacity: 1 !important;
    background: none;
    -webkit-box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px;
    -moz-box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px;
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px;
}
.container #layer_cart .layer_cart_cart .button-container span.exclusive-medium span,
.container #layer_cart .layer_cart_cart .button-container .btn,
.container .cart_navigation .button-medium {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
/* STORES */
#stores #map {
    width: 100%!important;
    height: 447px;
    margin-bottom: 26px;
}
#stores .store-description{
    color: #404045;
    font-family: 'Aperto-Bold', sans-serif;
    font-size: 15px;
    margin-bottom: 30px;
}
#stores .store-informations{
    color: #404045;
    font-family: 'Aperto-Bold', sans-serif;
    font-size: 18px;
}
#stores .store-informations ul > li{
    padding: 20px;
}
#stores .store-informations ul > li p{
    padding: 0px;
    margin: 0px;
}
#stores .store-informations ul > li table td{
    padding: 0px 10px;
}
/*FOOTER*/
.prefooter {
    /*background: url("../../img/background-footer.jpg");*/
    background-color: #f4f4f4;
}
.footer-container {
    background-color: #1e1e21;
    font-size: 17px;
    margin-top: 0;
}
#footer-features li {
    background-color: #fff;
    border-color: #d8d8d8;
    border-top-color: #97835C;
}
.footer-container #footer #social_block {
    float: none !important;
    text-align: center;
    width: auto;
}
.footer-container #footer #social_block > div.centered {
    display: inline-block;
}
.footer-container #footer #social_block h4 {
    float: left;
    font-size: 20px;
    padding: 5px 10px 0 0;
}
.footer-container #footer #newsletter_block_left {
    border-right: 0;
    border-top: 1px solid #2a292f;
    border-bottom: 1px solid #2a292f;
    float: none;
    padding: 15px;
    width: 100%;
}
.footer-container #footer .blockcategories_footer {
    clear: none;
}
.footer-container #footer h4,
.footer-container #footer h4 a {
    color: #97835C;
    font-size: 24px;
}
.footer-container #footer #newsletter_block_left {
    text-align: center;
}
.footer-container #footer #newsletter_block_left h4 {
    color: #97835C;
    font-size: 20px;
}
.footer-container #footer #newsletter_block_left > div.centered {
    display: inline-block;
}
.footer-container #footer #newsletter_block_left .form-group .form-control {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-size: 16px;
    width: 330px !important;
    max-width: 400px !important;
}
#footer #block_contact_infos h4 {
    display: none;
}
.footer-container #footer #block_contact_infos {
    border-left: 0;
    border-right: 1px solid #2a292f;
}
.footer-container #footer ul li a {
    font-size: 19px;
    color: #eeeeee;
}
.footer-container .category_footer ul li a {
    text-transform: uppercase;
}
.footer-container #footer #block_contact_infos > div ul li {
    color: #eeeeee;
    font-size: 19px;
}
.logo-footer {
    max-width: 250px;
    padding-left: 30px;
}
.subfooter {
    background-color: #2a292f;
    color: #c9cabc;
    font-size: 16px;
    padding: 25px 10px;
    text-align: center;
}
.footer-container #footer #newsletter_block_left #newsletter-input {
    color: #fff;
}
/*HOME*/
#home-page-tabs > li a {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-color: #97835C;
    font-size: 20px;
}
#home-page-tabs > li a:hover,
#home-page-tabs > li.active a {
    background-color: #97835C;
    border-color: #97835C;
    color: #fff;
}
#index .home_banners {
    border: none;
    margin: 0;
    padding: 0;
}
#slider_row .container {
    position: relative;
}
.slider_spacer {
    display: none;
}
#page ul.product_list .product-name {
    font-size: 19px;
}
#index .slider_spacer {
    background-color: #fff;
    border-bottom: 1px solid #97835C;
    display: none;
    height: 25px;
    position: absolute;
    bottom: 5px;
    z-index: 9999;
    width: 100%;
}
.wine-selecion {
    margin: 40px 0;
    text-align: center;
}
.wine-selecion .col-lg-2{
    padding: 5px;
}
.wine-selecion-child {
    border: 2px solid #97835c;
    padding: 10px;
    min-height: 280px;
}
.wine-selecion img {
    max-width: 100%;
}
.wine-selecion h3 a {
    color: #000;
    display: block;
    margin-bottom: 15px;
}
/*PRODUCT LIST*/
#page #subcategories ul li .subcategory-name {
    font-size: 18px;
    text-transform: uppercase;
}
ul.product_list > li .product-container .price {
    font-size: 24px;
    font-weight: 900;
}
.price.product-price {
    color: #000000;
}
ul.product_list.grid > li {
    font-size: 15px;
}
ul.product_list.grid > li .product-container .old-price {
    color: #646464;
    font-size: 14px;
}
#page #categories_block_left li a {
    font-weight: normal;
    font-size: 15px;
    text-transform: uppercase;
}
#page ul.product_list .product-image-container .quick-view {
    background-color: #fff;
    border-radius: 0;
    width: 104px;
    left: 50%;
    top: 45%;
    margin: 0px 0 0 -52px;
    font-size: 20px;
    display: block;
    height: 32px;
    line-height: 32px;
    border: 1px solid #97835C;
}
#page ul.product_list.grid > li.hovered .product-container {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
#page ul.product_list.list > li .product-desc {
    display: none;
}
#page .button.lnk_view,
#page .button.ajax_add_to_cart_button {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 0 10px;
    width: auto;
    min-width: 80px;
}
#page ul.product_list.grid > li.hovered .product-container h5 > a,
#page ul.product_list.grid > li.hovered .product-container .price.product-price {
    color: #97835C;
}
#page ul.product_list.grid > li .product-container .button-container {
    position: absolute;
    top: 10%;
    left: 0;
    width: 100%;
}
#page ul.product_list.grid > li .product-container .button-container .ajax_add_to_cart_button,
#page ul.product_list.grid > li .product-container .button-container .lnk_view {
    border-radius: 0;
    width: 70%;
    margin: 0 auto 5px;
    font-size: 17px;
    display: block;
    height: 25px;
    line-height: 25px;
    border: 1px solid #97835C;
    font-weight: normal;
}
#page ul.product_list.grid > li .product-container .button-container .ajax_add_to_cart_button {
    background-color: #97835C;
    color: #fff;
}
#page ul.product_list.grid > li .product-container .button-container .lnk_view {
    background-color: #fff;
    color: #97835C;
}
#page ul.product_list.grid > li .product-container .button-container a.lnk_view:hover span{
    color: #97835C;
}
/* CATEGORY */
.content_scene_cat h1.category-name {
    font: 400 24px/51px Aperto-Regular,sans-serif;
    color: #000;
    text-transform: none;
    margin-top: 0px;
    margin-bottom: 12px;
}
.container .content_scene_cat .content_scene_cat_bg {
    padding-left: 160px;
    min-height: 150px !important;
}
.container .content_scene_cat .content_scene_cat_bg.no-padding {
    padding-left: 15px;
}
.container .page-heading span.heading-counter {
    font-size: 15px;
    margin-bottom: 0px;
}
.container #left_column .block .title_block {
    font-size: 21px;
}
.content_sortPagiBar .display li a, .content_sortPagiBar .display_m li a {
    font-size: 14px ;
}
.column #layered_form div div ul {
    max-height: 300px;
}
.column #layered_block_left .layered_subtitle {
    font-size: 16px;
}
.column #layered_block_left .nomargin a {
    font-size: 16px;
}
/*PRODUCT PAGE*/
#page .pb-left-column #image-block img {
    background-color: transparent;
}
#page .pb-center-column h1 {
    color: #000;
    font-family: 'Aperto-Regular', sans-serif;
}
#product .pb-left-column #image-block #view_full_size .span_link {
    background-color: #97835C;
    bottom: 0;
    color: #fff;
    position: relative;

}
#product .box-info-product .exclusive {
    border: 1px solid #97835C;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #fff;
    min-width: 200px;
}
#product .box-info-product .exclusive:hover,
#product .box-info-product .box-cart-bottom p:hover .exclusive::before,
#product .box-info-product .exclusive:hover span {
    background-color: #97835C;
    color: #fff;
}
#product .box-info-product .exclusive,
#product .box-info-product .exclusive::before {
    color: #97835C;
}
#product .box-info-product .exclusive span {
    color: #97835C;
    font-size: 18px;
    padding: 15px 15px 15px 53px;
    text-align: left;
}
#product #quantity_wanted_p input {
    height: 30px;
    padding: 6px;
    border: 1px solid #D7D8D8;
    font-size: 18px;
    line-height: 39px;
}
#product .btn.button-plus span,
#product .btn.button-minus span {
    color: #000;
    width: 28px;
    height: 28px;
    padding: 7px 0 0 0;
}
#product #availability_value, #product #last_quantities {
    padding: 8px;
}
#product .pb-left-column #image-block #view_full_size .span_link::after {
    color: #fff;
}
#product h1 {
    padding: 0;
}
#product h4 {
    color: #97835C;
    font-size: 22px;
    margin-bottom: 0;
    padding-top: 10px;
    text-transform: uppercase;
}
#product .pb-center-column #buy_block {
    margin-top: 25px;
}
#product .socialsharing_product button i {
    color: #97835C;
}
#product .pb-center-column #short_description_block {
    color: #000;
}
#product .our_price_display .price {
    font-size: 60px;
    font-weight: 700;
}
#product .table-data-sheet tr td:first-child {
    color: #2D2D2D;
    font-weight: normal;
    padding-left: 5px;
}
#product .table-data-sheet tr td {
    color: #6C6C7A;
    font-weight: 500;
}
#product .pb-center-column .content_prices {
    padding: 0;
}
#product .pb-center-column #old_price {
    padding: 0;
}
#product .pb-center-column #old_price .price {
    font-size: 25px;
}
#product .pb-center-column #availability_value,
#product .pb-center-column #last_quantities {
    margin-left: 0;
}
#product .product_attributes {
    padding: 5px 0;
}
#product .pb-center-column #buy_block label {
    display: block;
    font-size: 20px;
    text-align: left;
}
#product .pb-center-column #add_to_cart {
    padding: 15px 0;
}
#reduction_percent, #reduction_amount {
    display: none !important;
}
#product h4.features {
    font-size: 24px;
    margin-bottom: 15px;
}
#product .info-wrapper {
    display: none;
}
#product h3.page-product-heading {
    border-bottom: 1px solid #d6d4d4;
}
#features-table {
    border: 1px solid #EBEBEB;
}
#features-table span {
    padding: 15px;
    color: #000000;
    display: table-cell;
    font-size: 19px;
    vertical-align: top;
}
#features-table .icon {
    color: #D1D0D0;
    border-right: 1px solid #e0e0e0;
    width: 54px;
    text-align: center;
}
#features-table .icon img {
    height: 20px;
    width: 20px;
}
#features-table hr {
    margin: 0;
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(235, 235, 235, 0.2), rgba(235, 235, 235, 1), rgba(235, 235, 235, 0.2));
}
#product .awards {
    border: 1px solid #EBEBEB;
    padding: 10px;
    color: #000;
}
#product .awards h4 {
    text-align: center;
    margin: 0;
    padding: 10px 0;
}
#product .awards hr {
    margin: 8px 0;
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(235, 235, 235, 0.2), rgba(235, 235, 235, 1), rgba(235, 235, 235, 0.2));
}
#page .product-name a {
    color: #000;
}
#page .accessories-block .product-name a {
    font-size: 1em;
}
#mailalert_link {
    background-color: #000;
    color: #fff;
    display: inline-block;
    padding: 3px 8px;
    text-transform: uppercase;
}
#product .prod-errors {
    text-align: center;
}
#product .prod-errors h1 {
    color: #000;
    font-weight: bold;
    margin-bottom: 20px;
    text-transform: uppercase;
}
#product .tags ul li {
    display: inline-block;
    border: 1px solid #d6d4d4;
    padding: 4px 6px;
    margin-top: 7px;
}
/* COUPON */
.cart_voucher{
    background-color: #97835C;
}
.cart_voucher h4{
    color: #fff;
}
.cart_voucher .title-offers{
    color: #fff;
}
.cart_voucher #display_cart_vouchers{
    color: #fff;
}
.cart_voucher #display_cart_vouchers span{
    color: #fff;
}
/* PAGINA INSERIMENTO INDIRIZZO */
.address #dni{
    text-transform: uppercase;
}
.address li.add_address_li {
    margin: 14px 0 6px 0;
}
/* CHECKOUT */
.container .page-heading span.heading-counter {
    font-size: 17px;
}
.page-heading {
    border: 1px solid #404045;
    font-family: Aperto-Regular, sans-serif;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #404045;
    padding: 20px;
    text-align: center;
}
.page-heading span{
    font-family: Aperto-Regular, sans-serif;
    font-size: 25px;
    font-weight: bold;
}
.page-heading-cart{
    text-align: left!important;
}
/*Step checkout --> breadcrumbs*/
ul.step-new {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
ul.step-new li span {
    font-size: 18px;
}
ul.step-new li.step_current,
ul.step-new li.step_todo,
ul.step-new li.step_done{
    display: inline-block;
    text-transform: uppercase;
    font-family: Aperto-Regular, sans-serif;
    font-size: 18px;
    font-weight: bold;
}
ul.step-new li.step_current span {
    color: #404045;
}
ul.step-new li.step_todo span{
    background-color: #fff;
    color: #97835C;
}
ul.sstep-new li.step_done {
}
ul.step-new li.step_done a {
    font-size:18px;
    color: #404045;
}
#uniform-id_country_invoice {
    min-width: 269px;
}
#uniform-id_country_invoice > span {
    min-width: 259px;
}
.guest_checkout_container {

}
#guest_checkout span::after {
    content: '\f0fe';
    color: #000;
    font-family: FontAwesome;
    font-size: 16px;
}
#cart_summary tbody td.cart_description small {
    display: none;
}
#cart_summary thead th {
    font-size: 19px;
}
#cart_voucher form button {
    line-height: 25px;
}
/*Nascondo blocco selezione corriere*/
#carrier_area .delivery_options_address{
    display: none;
}
#carrier_area .delivery_options_fixed{
    border: 1px solid #404045;
    font-family: Aperto-Regular, sans-serif;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 5px;
    color: #404045;
    padding: 20px;
}
/*Pagina spedizioni*/
#carrier_area .delivery_title{
    text-transform: uppercase;
    font-family: Aperto-Regular, sans-serif;
    font-size: 25px;
    font-weight: bold;
    color: #404045;
    margin-top: 10px;
}
#carrier_area .delivery_description{
    display: none;
    font-family: Aperto-Regular, sans-serif;
    font-size: 18px;
    font-weight: bold;
}
#gift-message {
    background: #fff;
    border: 1px solid #404045;
    padding: 14px 18px 13px;
    line-height: 23px;
    margin-bottom: 5px;
}
#gift-message .gift_title{
    text-transform: uppercase;
    font-family: Aperto-Regular, sans-serif;
    font-size: 25px;
    font-weight: bold;
    color: #97835C;
}
#gift-message .gift_description{
    font-family: Aperto-Regular, sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #97835C;
    line-height: 18px;
}
#gift-message + div.box label {
    color: #000;
    font-size: 22px;
    font-weight: bold;
}
#gift-message .gift-image-container{
    min-width: 300px;
    min-height: 100px;
    text-align: center;
}
#gift-message .gift-image-container img{
    max-height: 100px;
    text-align: center;
    display: inline-block;
}
#gift-message #gift_div {
    display: block;
    margin-top: 0px;
    margin-bottom: 5px;
}
#gift-message #gift_div label {
    font-family: Aperto-Regular, sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #97835C;
    line-height: 18px;
    margin-bottom: 5px;
}
#gift-message #gift_div #gift_message {
    font-family: Aperto-Regular, sans-serif;
    font-size: 18px;
    font-weight: bold;
    font-style: italic;
    color: #404045;
    border: 1px solid #404045;
}
#gift-message #gift_div #gift_message::-webkit-input-placeholder {
    color: #404045;
}
#gift-message #gift_div #gift_message:-ms-input-placeholder {
    color: #404045;
}
#gift-message #gift_div #gift_message::-moz-placeholder {
    color: #404045;
}
#gift-message #gift_div #gift_message:-moz-placeholder {
    color: #404045;
}
.conditions_acceptance{
    background: #fff;
    border: 1px solid #404045;
    padding: 14px 18px 13px;
    line-height: 23px;
    margin-bottom: 10px;
}
.conditions_acceptance .checkbox .checker{
    width: 20px;
    height: 25px;
}
.conditions_acceptance .checkbox label{
    cursor: none;
    font-family: Aperto-Regular, sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #404045;
}
.conditions_acceptance .checkbox a{
    font-family: Aperto-Regular, sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #404045;
}
/*Pagina autenticazione*/
#authentication .authentication_description{
    font-family: Aperto-Regular, sans-serif!important;
    font-size: 25px!important;
    font-weight: bold!important;
    text-transform: initial;
    margin-top: 10px;
}
#authentication #center_column{
    margin-bottom: 50px;
}
#authentication #create-account_form,
#authentication #login_form{
    min-height: 0px;
    margin: 0px 0px 20px 0px;
}
#authentication .form_content{
    margin-top: 15px;
}
#authentication .create-detail,
#authentication .login-detail,
#authentication .checkout-detail{
    display: none;
}
#authentication .action-container{
    border-top: 1px solid #404045;
    border-left: 1px solid #404045;
    border-bottom: 1px solid #404045;
    border-right: 1px solid #404045;
    color: #404045;
    cursor: pointer;
    margin: 5px 0px;
    min-height: 120px;
}
#authentication .action-container .page-subheading{
    font-family: Aperto-Regular, sans-serif;
    font-size: 25px;
    font-weight: bold;
    color: #404045;
    text-transform: uppercase;
    border: none;
}
#authentication .action-container .page-subheading:after{
    content: "\f105";
    font-family: FontAwesome;
    float: right;
}
#authentication .action-container .page-subheading-description{
    font-family: Aperto-Regular, sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #404045;
}
#authentication .action-container.active{
    border-right: none;
}
#authentication .action-container.active-mobile{
    border-right: 1px solid #404045;
    border-bottom: none;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
#authentication .action-container.active-mobile .page-subheading-description{
    margin-bottom: 0px;
}
#authentication .action-detail{
    border-top: 1px solid #404045;
    border-right: 1px solid #404045;
    border-bottom: 1px solid #404045;
    color: #404045;
    margin: 5px 0px;
    min-height: 120px;
}
#authentication .action-detail.active-mobile{
    border-left: 1px solid #404045;
    border-top: none;
    margin-top: 0px;
    padding-top: 0px;
}
#authentication .action-detail.active-mobile .form_content{
    margin-top: 0px;
}
#authentication .block-container{
    border: 1px solid #404045;
}
#authentication #create-account_form .form-group,
#authentication #login_form .form-group{
    margin: 0 0 5px 0;
}
#authentication #create-account_form .form-group input[type="email"],
#authentication #login_form .form-group input[type="email"],
#authentication #login_form .form-group input[type="password"],
#authentication #new_account_form #opc_account_form input[type="email"],
#authentication #new_account_form #opc_account_form input[type="text"]{
    font-family: Aperto-Regular, sans-serif;
    font-size: 18px;
    font-weight: bold;
    font-style: italic;
    color: #404045;
    border: 1px solid #404045;
    max-width: none;
}
#authentication #create-account_form .form-group input[type="email"]::-webkit-input-placeholder,
#authentication #login_form .form-group input[type="email"]::-webkit-input-placeholder,
#authentication #login_form .form-group input[type="password"]::-webkit-input-placeholder,
#authentication #new_account_form #opc_account_form input[type="email"]::-webkit-input-placeholder,
#authentication #new_account_form #opc_account_form input[type="text"]::-webkit-input-placeholder,
#authentication #login_form .form-group input[type="password"]::-webkit-input-placeholder{
    color: #404045;
}
#authentication #create-account_form .form-group input[type="email"]:-ms-input-placeholder,
#authentication #login_form .form-group input[type="email"]:-ms-input-placeholder,
#authentication #login_form .form-group input[type="password"]:-ms-input-placeholder,
#authentication #new_account_form #opc_account_form input[type="email"]:-ms-input-placeholder,
#authentication #new_account_form #opc_account_form input[type="text"]:-ms-input-placeholder,
#authentication #login_form .form-group input[type="password"]:-ms-input-placeholder{
    color: #404045;
}
#authentication #create-account_form .form-group input[type="email"]::-moz-placeholder,
#authentication #login_form .form-group input[type="email"]::-moz-placeholder,
#authentication #login_form .form-group input[type="password"]::-moz-placeholder,
#authentication #new_account_form #opc_account_form input[type="email"]::-moz-placeholder,
#authentication #new_account_form #opc_account_form input[type="text"]::-moz-placeholder,
#authentication #login_form .form-group input[type="password"]::-moz-placeholder{
    color: #404045;
}
#authentication #create-account_form .form-group input[type="email"]:-moz-placeholder,
#authentication #login_form .form-group input[type="email"]:-moz-placeholder,
#authentication #login_form .form-group input[type="password"]:-moz-placeholder,
#authentication #new_account_form #opc_account_form input[type="email"]:-moz-placeholder,
#authentication #new_account_form #opc_account_form input[type="text"]:-moz-placeholder,
#authentication #login_form .form-group input[type="password"]:-moz-placeholder{
    color: #404045;
}
#authentication #create-account_form .submit button,
#authentication #login_form .submit button{
    background-color: #404045;
    font-family: Aperto-Regular, sans-serif;
    font-size: 18px;
    font-weight: bold;
    width: 100%;
}
#authentication #opc_account_form .guest_checkout_container{
    margin-top: 15px;
}
#authentication #new_account_form button{
    width: 100%;
}
#new_account_form .form-group,
#opc_account_form .form-group,
#authentication .form-group {
    margin-bottom: 4px;
}
#authentication #opc_account_form .date-select label{
    font-family: Aperto-Regular, sans-serif;
    font-size: 18px;
    font-weight: bold;
    font-style: italic;
    margin-top: 5px;
}
#authentication #opc_account_form .delivery_title{
    font-family: Aperto-Regular, sans-serif;
    font-size: 15px;
    font-weight: bold;
    margin-top: 20px;
}
#authentication #opc_account_form .checkbox{
    margin: 5px 0px;
    min-height: 0px;
}
#authentication #opc_account_form .checkbox label{
    font-family: Aperto-Regular, sans-serif;
    font-size: 15px;
    font-weight: bold;
    font-style: italic;
}
#authentication #new_account_form #opc_account_form .selector{
    border: 1px solid #404045;
    width: 100%!important;
    padding: 0px 0px 0px 5px;
}
#authentication #new_account_form #opc_account_form .selector span{
    font-family: Aperto-Regular, sans-serif;
    font-size: 18px;
    font-weight: bold;
    font-style: italic;
    color: #404045;
    max-width: none;
    width: 100% !important;
}
#authentication #new_account_form #opc_account_form .date-select .selector span{
    font-family: Aperto-Regular, sans-serif;
    font-size: 16px;
    font-weight: bold;
    font-style: italic;
    color: #404045;
    max-width: none;
    width: 100% !important;
    overflow: unset;
}
#authentication #new_account_form #opc_account_form .date-select label{
    font-size: 16px;
}
#authentication #new_account_form #opc_account_form .selector select{
    max-width: none;
    width: 100% !important;
}
#authentication #center_column form.std .row .col-xs-4{
    max-width: none;
}
#authentication #center_column form.std .row .small-padding{
    padding:0px 5px;
}
#authentication #center_column form.std .row .small-padding .form-control{
    border: 1px solid #404045;
    color: #404045;
    font-family: Aperto-Regular, sans-serif;
    font-size: 18px;
    font-weight: bold;
}
#login_form .form-group.lost_password a{
    font-family: Aperto-Regular, sans-serif;
    font-size: 18px;
    font-weight: bold;
    font-style: italic;
    color: #404045;
}
/*Fine pagina autenticazione*/
#order p.payment_module a {
    font-size: 20px;
    text-transform: uppercase;
    padding-left: 30px;
}
#order p.payment_module a img {
    width: 150px !important;
    margin-right: 10px ;
}
h4.invoicewarning {
    color: #f13340;
    border: 1px solid #f13340;
    padding: 10px;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
}
/*VARIOUS*/
.alert-info {
    background-color: #97835C;
}
#scroll-top {
    background-color: #97835C;
}
#scroll-top:hover {
    background-color: #b2a06c;
}
#contact .contact-form-box {
    background-image: none;
    border-top: 5px solid #97835C;
}
#uniform-id_state_invoice {
    min-width: 269px;
}
#uniform-id_state_invoice > span {
    min-width: 259px;
}
body #page .rte {
    font-size: 18px;
}
body #page .rte p {
    font-size: 19px;
}
#authentication .button-medium {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
#address .form-group,
#identity .form-group,
#account-creation_form .form-group{
    margin-bottom: 15px;
}
.bloc_adresses,
ul.address {
    font-size: 22px;
}
div.selector,
div.selector span {
    color: #000;
    font-size: 18px;
}
li.lnk_invoices .icon-invoices::before {
    content: "\f1c1";
    font-family: FontAwesome;
}
#page .contact-form-box label {
    margin-top: 15px;
}
#newsletter,  #privacy_ok {
    margin-right: 4px !important;
}
.icon-envelope-link:before {
    content: "\f0c1";
}
/*SEARCH*/
#search .page-heading.product-listing{
    border-bottom: 1px solid #404045;
    margin-bottom: 10px;
}
/* MEDIA QUERIES */
@media (max-width: 767px) {
    .sf-menu > li > ul > li {
        margin-bottom: 15px;
    }
    #product .content_prices,
    #product .product_attributes,
    #product .box-info-product p {
        padding-left: 0;
        padding-right: 0;
    }
    #product .box-info-product .exclusive span {
        padding: 20px;
        text-align: center;
    }
    #product .nav-tabs > li {
        float: none;
    }
    .container .content_scene_cat .content_scene_cat_bg {
        background: none !important;
        padding-left: 70px;
        min-height: auto !important;
    }
    .container .content_scene_cat .content_scene_cat_bg .category-image {
        padding-top: 5px;
        text-align: center;
        margin: 0 auto;
    }
    #header nav #search_block_top::before {
        padding: 10px 5px 5px;
    }
    nav .header_user_info.logged a::before {
        content: "\f007";
        color: #fff;
        font-family: FontAwesome;
        font-size: 16px;
        display: block;
    }
    nav .header_user_info.logged span {
        display: none;
    }
    #header nav .cart_block {
        top: 34px;
        width: 300px;
        right: -133px;
    }
    #header nav #search_block_top #searchbox {
        top: 36px;
        right: -150px;
    }
    .breadcrumb{
        margin-bottom: 5px;
    }
    #index .slider_spacer {
        display: none;
    }
    .prefooter {
        background-position: -400px 0;
    }
    .logo-footer {
        margin: 0 auto;
        display: block;
        padding-left: 0;
    }
    .footer-container #footer #newsletter_block_left h4 {
        display: block;
        float: none;
    }
    #footer #newsletter_block_left .block_content {
        margin-bottom: 0;
    }
    #block_top_menu .cat-title {
        display: block;
        font-family: Aperto-Regular, sans-serif;
        font-size: 18px;
        text-transform: uppercase;
        color: #fff;
        display: block;
        padding: 17px 20px;
        border-bottom: 0px solid #e9e9e9;
        background: #404045;
        position: relative!important;
    }
    #block_top_menu .cat-title.active::after {
        content: "\f0c9";
        cursor: pointer;
    }
    #block_top_menu .sf-menu > li {
        float: left;
        text-align: left;
        position: relative;
        border-right: none;
    }
    header .sf-menu > li > a {
        color: #404045;
        font-size: 22px;
        font-family: "Aperto-Regular";
        text-align: left;
        font-weight: bold;
    }
    #block_top_menu .sf-menu > li span {
        display: block;
        top: 20px;
    }
    #block_top_menu .sf-menu > li > ul >li span {
        display: block;
        top: 5px;
    }
    #block_top_menu .sf-menu > li span::after {
        cursor: pointer;
        font-size: 25px;
        font-family: "FontAwesome";
        content: "\f105";
        color: #404045;
        font-size: 22px;
    }
    #block_top_menu .sf-menu > li span.active::after {
        cursor: pointer;
        font-size: 25px;
        font-family: "FontAwesome";
        content: "\f107";
        color: #404045;
        font-size: 22px;
    }
    header .sf-menu > li.sfHoverForce > a {
        text-decoration: underline;
    }
    #languages-block-top div.current {
        font-size: 1em !important;
    }
    #block_top_menu .sf-menu li li li a:before {
        content: "";
        display: inline-block;
        font-family: "FontAwesome";
        padding-right: 10px;
    }
    #block_top_menu .sf-menu > li > ul > li > a {
        text-transform: uppercase;
        font-family: Aperto-Bold, sans-serif;
        font-size: 22px;
        color: #404045;
        letter-spacing: 0px;
        border-bottom: none;
        line-height: 30px;
        padding-bottom: 0px;
        text-align: left;
        padding-left: 50px;
    }
    #block_top_menu .sf-menu li li ul {
        position: static;
        display: none;
        opacity: 1 !important;
        background: none;
        -webkit-box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px;
        -moz-box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px;
        box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px; }
    #block_top_menu .sf-menu > li > ul > li {
        width: 100%;
        text-align: left;
        position: relative;
    }
    #block_top_menu .sf-menu li li li{
        background: none!important;
    }
    #block_top_menu .sf-menu li li li a {
        text-transform: uppercase;
        font-family: Aperto-regular, sans-serif;
        font-size: 22px;
        font-weight: bold;
        color: #404045;
        letter-spacing: 0px;
        border-bottom: none;
        line-height: 30px;
        padding-bottom: 0px;
        text-align: left;
        padding-left: 100px;
        background: none!important;
    }
    #contact-link a,
    #customer-link a{
        font-size: 11px
    }
    /* STORES */
    #stores #map {
        width: 100%!important;
        height: 247px;
        margin-bottom: 26px;
    }
    /*CATALOGO*/
    #special_block_right, #viewed-products_block_left, #tags_block_left{
        display: none;
    }
    #left_column .block {
        border: 1px solid #404045;
        padding: 0px 20px;
    }
    .container #left_column .block .title_block{
        font-family: Aperto-Regular, sans-serif;
        font-size: 25px;
        font-weight: bold;
        margin: 0px;
        padding: 15px 0px;
    }
    #center_column .content_scene_cat {
        margin: 5px 0 26px 0;
        border: 1px solid #404045;
    }
    .content_scene_cat h1.category-name,
    .content_scene_cat .rte{
        font-family: Aperto-Regular, sans-serif!important;
        font-weight: bold!important;
    }
    .container .content_scene_cat .content_scene_cat_bg{
        padding-left: 20px;
    }
    .content_sortPagiBar .sortPagiBar #productsSortForm {
        width: 102%;
    }
    .content_sortPagiBar .sortPagiBar{
        border: none;
    }
    .content_sortPagiBar .sortPagiBar #productsSortForm #uniform-selectProductSort{
        width: 85% !important;
    }
    .content_sortPagiBar .sortPagiBar #productsSortForm #uniform-selectProductSort span {
        width: 100% !important;
    }
    .content_sortPagiBar .sortPagiBar #productsSortForm #uniform-selectProductSort select{
        width: 100% !important;
    }
    .nbrItemPage{
        display: none;
    }
    .top-pagination-content ul.pagination, .bottom-pagination-content ul.pagination{
        display: none;
    }
    .top-pagination-content,
    .bottom-pagination-content{
        padding-top: 0px;
    }
    .top-pagination-content div.pagination,
    .bottom-pagination-content div.pagination{
        float: right;
    }
    .top-pagination-content .button.exclusive-medium,
    .bottom-pagination-content .button.exclusive-medium{
        background-color: #f4f4f4;
        padding: 5px 40px;
    }
    .top-pagination-content .button.exclusive-medium span,
    .bottom-pagination-content .button.exclusive-medium span{
        background-color: #f4f4f4;
    }
    .top-pagination-content .product-count,
    .bottom-pagination-content .product-count{
        padding-top: 17px;
    }
    /*Product list*/>
                    .product-container .right-block h5 p{
                        margin: 0px;
                    }
    ul.product_list.grid > li .right-block{
        min-height: 120px;
    }
    #page ul.product_list.grid > li .product-container .button-container-xs .ajax_add_to_cart_button,
    #page ul.product_list.grid > li .product-container .button-container-xs .lnk_view {
        border-radius: 0;
        width: 30%;
        margin: 0 2px 5px;
        font-size: 17px;
        display: inline-block;
        height: 35px;
        line-height: 25px;
        border: 1px solid #97835C;
        font-weight: normal;
        padding: 5px;
    }
    #page ul.product_list.grid > li .product-container .button-container-xs .ajax_add_to_cart_button {
        background-color: #97835C;
        color: #fff;
    }
    #page ul.product_list.grid > li .product-container .button-container-xs .lnk_view {
        background-color: #fff;
        color: #97835C;
    }
    #page ul.product_list.grid > li .product-container .button-container-xs a.lnk_view:hover span{
        color: #97835C;
    }
    ul.product_list.grid > li .product-container .content_price{
        min-height: 35px!important;
    }
    #product .pb-left-column #image-block #view_full_size .span_link{
        display: none;
    }
    /*Step checkout --> breadcrumbs*/
    .container ul.step-new {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }
    .container ul.step-new li span {
        font-size: 18px;
    }
    .container ul.step-new li.step_current,
    .container ul.step-new li.step_todo,
    .container ul.step-new li.step_done{
        display: inline-block;
        text-transform: uppercase;
        font-family: Aperto-Regular, sans-serif;
        font-size: 18px;
        font-weight: bold;
    }
    .container ul.step-new li.step_current span {
        color: #404045;
    }
    .container ul.step-new li.step_todo span{
        background-color: #fff;
        color: #97835C;
    }
    .container ul.sstep-new li.step_done {
    }
    .container ul.step-new li.step_done a {
        font-size:18px;
        color: #404045;
    }
    /*Carrello*/
    #order-detail-content{
        border: 1px solid #404045;
    }
    #order-detail-content #cart_summary td.cart_delete{
        position: relative;
    }
    #order-detail-content #cart_summary tr.internalTop,
    #order-detail-content #cart_summary tr.internalBottom{
        padding: 0px;
    }
    #order-detail-content #cart_summary tr.internalBottom {
        border-top: 1px solid #404045;
        border-bottom: 1px solid #404045;
    }
    #order-detail-content #cart_summary tbody{
        line-height: 8px;
    }
    #order-detail-content #cart_summary tr{
        border: none;
        padding: 0px;
    }
    #order-detail-content #cart_summary tr.visible-xs{
        display: inline-block!important;
        width: 100%;
    }
    #order-detail-content #cart_summary td{
        border: none;
        position: relative;
        float: none;
        white-space: normal;
        padding: 7px 0px 0px;
    }
    #order-detail-content #cart_summary .cart_voucher{
        padding: 7px 20px;
    }
    #order-detail-content #cart_summary tr.internalTop td{
        border: none;
        position: relative;
        float: left;
        white-space: normal;
        padding: 15px 20px;
    }
    #order-detail-content #cart_summary tr.internalBottom td{
        border: none;
        position: relative;
        float: left;
        white-space: normal;
        padding: 0px 12px;
        min-height: 115px;
        line-height: 20px;
    }
    #order-detail-content #cart_summary tr.internalBottom td table td{
        padding-top: 20px;
    }
    #order-detail-content #cart_summary tr.internalBottom td.tdAll{
        width: 100%;
    }
    #order-detail-content #cart_summary td.cart_product{
        width: 30%;
    }
    #order-detail-content #cart_summary .cart_description .product-name{
        font-family: Aperto-Regular, sans-serif;
        font-size: 15px;
        font-weight: bold;
        color: #404045;
        text-transform: uppercase;
        margin-top: 35px;
        line-height: 22px;
    }
    #order-detail-content #cart_summary .cart_description .product-name a{
        font-family: Aperto-Regular, sans-serif;
        font-size: 15px;
        font-weight: bold;
        color: #404045;
        line-height: 22px;
    }
    #order-detail-content #cart_summary td.cart_unit{
        width: 25%;
    }
    #order-detail-content #cart_summary td.cart_unit .price{
        text-align: center;
        margin-top: 20px;
    }
    #order-detail-content #cart_summary td.cart_quantity{
        width: 32%;
    }
    #order-detail-content #cart_summary td.cart_delete{
        width: 20%;
        position: relative;
        top: 0px;
        right: 0px;
    }
    #order-detail-content #cart_summary td.cart_total{
        width: 23%;
    }
    #order-detail-content #cart_summary td.cart_unit,
    #order-detail-content #cart_summary td.cart_quantity,
    #order-detail-content #cart_summary td.cart_delete{
        border-right: 1px solid #404045!important;
    }
    #order-detail-content #cart_summary td.cart_unit,
    #order-detail-content #cart_summary td.cart_quantity,
    #order-detail-content #cart_summary td.cart_delete,
    #order-detail-content #cart_summary td.cart_total{
        text-align: center;
    }
    #order-detail-content #cart_summary td:before{
        color: #404045;
        font-family: Aperto-Regular, sans-serif;
        font-size: 15px;
    }
    .cart_quantity .cart_quantity_input {
        height: 27px;
        line-height: 27px;
        padding: 0;
        text-align: center;
        width: 25px;
    }
    .cart_quantity .btn.button-plus span, .btn.button-minus span{
        width: 19px;
    }
    #order-detail-content #cart_summary td.cart_quantity div,
    #order-detail-content #cart_summary td.cart_delete div,
    #order-detail-content #cart_summary td.cart_total span{
        display: inline-block;
        margin: 0px;
        padding: 0px;
        margin-top: 20px;
    }
    #order-detail-content #cart_summary td.cart_quantity > .form-control {
        display: inline-block;
        margin: 0px;
        padding: 0px;
        color: #404045;
    }
    #order-detail-content #cart_summary td.cart_quantity > .cart_quantity_button a{
        margin-right: 0px;
        float: none;
    }
    #order-detail-content #cart_summary td.cart_delete:before{
        content: attr(data-title)!important;
    }
    /*Autenticazione*/
    #authentication #center_column form.std .row .small-padding .form-control{
        border: 1px solid #404045;
        color: #404045;
        font-family: Aperto-Regular, sans-serif;
        font-size: 17px;
        font-weight: bold;
    }
    /*Spedizione*/
    #gift-message #gift_div{
        display: none;
    }
    #gift-message #gift_div label {
        margin-bottom: 10px;
        margin-top: 10px;
    }
    #gift-message .gift_title:after{
        content: '\f105';
        color: #97835C;
        font-family: FontAwesome;
        font-size: 25px;
        float: right;
    }
    #gift-message .gift_title.active:after{
        content: '\f107';
        color: #97835C;
        font-family: FontAwesome;
        font-size: 25px;
        float: right;
    }
    #gift-message .gift-image-container{
        display: none;
    }
    .conditions_acceptance .delivery_title{
        display: none;
    }
    .conditions_acceptance .checkbox input[type="checkbox"]{
        width: 30px;
        height: 30px;
        margin-right: 15px!important;
        margin-bottom: 15px!important;
    }
    #header .row #header_logo img.logo {
        max-width: 160px;
    }
}
@media (max-width: 1200px) {
    #header nav .cart_block {
        top: 34px;
        width: 300px;
        right: -133px;
    }
    .shop-phone{
        display: none;
    }
}
@media (max-width: 990px) {
    #gift-message .gift-image-container img {
        max-height: none;
        text-align: center;
    }
}
/*BOOTSTRAP 3 FIVE COLUMNS */
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}
@media (max-width: 470px) {
    #order-detail-content #cart_summary td.cart_unit .price {
        margin-top: 10px;
    }
    #order-detail-content #cart_summary td.cart_unit{
        line-height: 16px!important;
    }
}

@media (max-width: 374px){
    nav #languages-block-top div.current,
    nav #contact-link a,
    nav #customer-link a,
    nav .header_user_info a{
        padding: 10px 5px 5px;
    }
    #languages-block-top .current span{
        font-size: 14px;
    }
}

/* lucmar - Messaggio ferie */
/*.topFerie p {
  font-size: 15px;
  font-weight: bold;
  padding-top: 4px;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
}
.topFerie {
  background-color: #97835C;
  height: 30px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10000;
}


@media (max-width: 481px){
  .topFerie {
    height: 54px;
  }
  .topFerie p {
    font-size: 12px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 4px;
  }

@media (min-width:768px) and (max-width: 1024px) {
    #authentication .action-detail {
        min-height: 135px;
    }
  #page {
    padding-top:20px;
  }
}

    #authentication .action-container {
        min-height: 135px;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
  .topFerie {
    height: 45px;
  }
  .topFerie p {
    font-size: 13px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 4px;
  }

  #page {padding-top: 14px;}
}

@media (min-width: 768px) and (max-width: 790px) {
  .topFerie {
    height: 40px;
  }

  #page {margin-top: 45px;}

}

#page {margin-top: 30px;}*/
