/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_blank
 * @copyright   Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* Reset ================================================================================= */
* { margin:0; padding:0; }

.clearfix::after {
    display: block;
    content: "";
    clear: both;
  }

.group:after {
    content: "";
    display: table;
    clear: both;
}

.full-width{width:100%;}
/*body          { background:#f1f1f1; font:12px/14px Arial, Helvetica, sans-serif; color:#a7a9aa; text-align:center; } e-leva*/
body          { background:#f1f1f1; font-size:12px; line-height: 16px; font-family: 'Roboto', sans-serif, Arial, Helvetica; font-weight: 300; color:#656564; text-align:center; }
.body-bg{ background:url(https://en.tomassonisrl.com/skin/frontend/default/tomassoni-responsive/images/body-bg.gif) top center no-repeat;}

img           { border:0; vertical-align:top; }

a             { color:#2ac2ff; text-decoration:underline; }
a:hover       { text-decoration:none; }
:focus        { outline:0; }

/* Headings */
h1            { font-size:20px; font-weight:normal; line-height:1.15; }
h2            { font-size:18px; font-weight:normal; line-height:1.25; }
h3            { font-size:16px; font-weight:bold; line-height:1.25; }
h4            { font-size:14px; font-weight:bold; }
h5            { font-size:12px; font-weight:bold; }
h6            { font-size:11px; font-weight:bold; }

/* Forms */
form          { display:inline; }
fieldset      { border:0; }
legend        { display:none; }

/* Table */
table         { border:0; border-collapse:collapse; border-spacing:0; empty-cells:show; font-size:100%; }
caption,th,td { vertical-align:top; text-align:left; font-weight:normal; }

/* Content */
strong        { font-weight:500; }
address       { font-style:normal; }
cite          { font-style:normal; }
q,
blockquote    { quotes:none; }
q:before,
q:after       { content:''; }
small,big     { font-size:1em; }
sup           { font-size:1em; vertical-align:top; }

/* Lists */
ul,ol         { list-style:none; }

/* Tools */
.hidden       { display:block !important; border:0 !important; margin:0 !important; padding:0 !important; font-size:0 !important; line-height:0 !important; width:0 !important; height:0 !important; overflow:hidden !important; }
.nobr         { white-space:nowrap !important; }
.wrap         { white-space:normal !important; }
.a-left       { text-align:left !important; }
.a-center     { text-align:center !important; }
.a-right      { text-align:right !important; }
.v-top        { vertical-align:top; }
.v-middle     { vertical-align:middle; }
.f-left,
.left         { float:left !important; }
.f-right,
.right        { float:right !important; }
.f-none       { float:none !important; }
.f-fix        { float:left; width:100%; }
.no-display   { display:none; }
.no-margin    { margin:0 !important; }
.no-padding   { padding:0 !important; }
.no-bg        { background:none !important; }
/* ======================================================================================= */


/* Layout ================================================================================ */
.wrapper {}
.page { width:980px; margin:0 auto; padding:0 0; text-align:left; background:#fff;}
.page-print { background:#fff; padding:20px; text-align:left; }
.page-empty { background:#fff; padding:20px; text-align:left; }
.page-popup { padding:20px; text-align:left; }
.main-container {}
.main-container.col1-layout {padding:0 20px;}
.main { margin:0; background:none; padding:30px 0px 40px 0; }

/* Base Columns */
.col-left { float:left; width:220px; }
.col-main { float:left; width:730px; /*border:1px solid #eeeeee; padding:15px;*/}
.col-right { float:right; width:220px; }

/* 1 Column Layout */
.col1-layout .col-main { float:none; width:auto; }

/* 2 Columns Layout */
.col2-left-layout .col-main { float:right; padding-right: 20px;}
.col2-right-layout .col-main { width:730px;}

/* 3 Columns Layout */
.col3-layout .col-main { width:484px; margin-left:10px; }
.col3-layout .col-wrapper { float:left; width:748px; }
.col3-layout .col-wrapper .col-main { float:right; }

/* Content Columns */
.col2-set .col-1 { float:left; width:49%; }
.col2-set .col-2 { float:right; width:49%; }
.col2-set .col-narrow { width:33%; }
.col2-set .col-wide { width:65%; }

.col3-set .col-1 { float:left; width:32%; }
.col3-set .col-2 { float:left; width:32%; margin-left:2%; }
.col3-set .col-3 { float:right; width:32%; }

.col4-set .col-1 { float:left; width:23.5%; }
.col4-set .col-2 { float:left; width:23.5%; margin:0 2%; }
.col4-set .col-3 { float:left; width:23.5%; }
.col4-set .col-4 { float:right; width:23.5%; }
/* ======================================================================================= */


/* Global Styles ========================================================================= */
/* Form Elements */
input,select,textarea,button { font:11px Arial, Helvetica, sans-serif; vertical-align:middle; color:#8E8C8C; }
input.input-text,select,textarea { background:#fff; border:1px solid #ddd; }
input.input-text,textarea { padding:2px; }
select { padding:1px; }
select option { padding-right:10px; }
select.multiselect option { border-bottom:1px solid #ddd; padding:2px 5px; }
select.multiselect option:last-child { border-bottom:0; }
textarea { overflow:auto; }
input.radio { margin-right:3px; }
input.checkbox { margin-right:3px; }
input.qty { width:2.5em !important; }
button.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
button.button { -webkit-border-fit:lines; } /* <- Safari & Google Chrome Fix */
/*button.button { overflow:visible; width:auto; border:0; padding:0; margin:0; background:transparent; cursor:pointer; }*/
button.btn-cart {background:transparent; border:0;}
button.button {
  display: block;
  background-color: #00baff;
  color: #FFF;
  border: none;
  padding: 12px 10px;
  text-transform: uppercase;
  cursor: pointer;
  margin-top: 5px;
  font-size: 14px;
  border-radius: 0;
  width: 215px;
  font-weight: 300;
}
button.button:hover {
  background:#0082bd;
}
button.btn-cart span.top_search {float:left; height:24px; /*background:url(https://en.tomassonisrl.com/skin/frontend/default/tomassoni-responsive/images/bkg_button.gif) right no-repeat #c7eafb;*/ padding:0; font:normal 14px/23px Arial, Helvetica, sans-serif; text-align:center; white-space:nowrap; color:#1280bf; }
button.btn-cart span.top_search .top_search--text {font-weight: normal; vertical-align: top; font-size:12px; line-height: 22px; display: inline-block; cursor: pointer;}
button.btn-cart > span.top_search:after {
  font-family: 'icomoon';
  content: "\e903";
  color: #1584c7;
  font-size:18px;
  margin-left: 12px;
}
button.button--search {
  display: inline-block;
  background: #1293dc;
  background: -webkit-linear-gradient(left, #127bb9, #1293dc);
  background: -moz-linear-gradient(left, #127bb9, #1293dc);
  background: -ms-linear-gradient(left, #127bb9, #1293dc);
  width: 30px;
  height: 30px;
  border-radius:0;
  margin-top:0;
  padding:3px 0 0 0;
}
button.button--search:before {
  font-family: 'icomoon';
  font-size:14px;
  color:#ffffff;
  content: "\e905";
}

button.btn-continue {margin-right: 20px;}
/*button.btn-continue span, button.btn-update span { float:left; height:24px; background:none; padding:0; font:normal 14px/23px Arial, Helvetica, sans-serif; text-align:center; white-space:nowrap; color:#1280bf; }*/

.richiedi_preventivo{float:left; height:24px; background:url(https://en.tomassonisrl.com/skin/frontend/default/tomassoni-responsive/images/bkg_button.gif) right top no-repeat #c7eafb; padding:0; font:normal 14px/23px Arial, Helvetica, sans-serif; text-align:center; white-space:nowrap; color:#1280bf; text-decoration: none; margin-top: -246px; margin-left: 15px; }
.richiedi_preventivo span { background:none; padding:0 30px 0 12px; font-weight:bold; }
.info_preventivo{line-height: 1.5em;margin-top: -212px;width: 300px;position: absolute;margin-left: 15px;padding: 0 30px 0 12px;}

button.button span span { background:none; padding:0 0px 0 0px; }
button.disabled {}
button.disabled span {}

.form-search button.button span { height:30px; width:31px; overflow:hidden; text-indent:20em; background:url(https://en.tomassonisrl.com/skin/frontend/default/tomassoni-responsive/images/search-button.gif) no-repeat 0 0;}
.form-search button.button span span { padding:0; }

button.btn-checkout span {}
button.btn-checkout.no-checkout {}

p.control input.checkbox,
p.control input.radio { margin-right:6px; }
/* Form Highlight */
/*input.input-text:focus,select:focus,textarea:focus {}*/
/*.highlight { background:#efefef; }*/

/* Form lists */
/* Grouped fields */
/*.form-list { width:535px; margin:0 auto; overflow:hidden; }*/
.form-list li { margin:0 0 8px; }
.form-list label { float:left; color:#8E8C8C; font-weight:normal; position:relative; z-index:0; }
.form-list label.required {}
.form-list label.required em { float:right; font-style:normal; color:#eb340a; position:absolute; top:0; right:-8px; }
.form-list li.control label { float:none; }
.form-list li.control input.radio,
.form-list li.control input.checkbox { margin-right:6px; }
.form-list li.control .input-box { clear:none; display:inline; width:auto; }
/*.form-list li.fields { margin-right:-15px; }*/
.form-list .input-box { display:block; clear:both; width:260px; }
.form-list .field { float:left; width:275px; }
.form-list input.input-text { width:254px; }
.form-list textarea { width:254px; height:10em; }
.form-list select { width:260px; }
.form-list li.wide .input-box { width:535px; }
.form-list li.wide input.input-text { width:529px; }
.form-list li.wide textarea { width:529px; }
.form-list li.wide select { width:630px; }
.form-list li.additional-row { border-top:1px solid #ccc; margin-top:10px; padding-top:7px; }
.form-list li.additional-row .btn-remove { float:right; margin:5px 0 0; }
.form-list .input-range input.input-text { width:74px; }
/* Customer */
.form-list .customer-name-prefix .input-box,
.form-list .customer-name-suffix .input-box,
.form-list .customer-name-prefix-suffix .input-box,
.form-list .customer-name-prefix-middlename .input-box,
.form-list .customer-name-middlename-suffix .input-box,
.form-list .customer-name-prefix-middlename-suffix .input-box { width:auto; }

.form-list .name-prefix { width:65px; }
.form-list .name-prefix select { width:55px; }
.form-list .name-prefix input.input-text { width:49px; }

.form-list .name-suffix { width:65px; }
.form-list .name-suffix select { width:55px; }
.form-list .name-suffix input.input-text { width:49px; }

.form-list .name-middlename { width:70px; }
.form-list .name-middlename input.input-text { width:49px; }

.form-list .customer-name-prefix-middlename-suffix .name-firstname,
.form-list .customer-name-prefix-middlename .name-firstname { width:140px; }
.form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-middlename .name-firstname input.input-text { width:124px; }
.form-list .customer-name-prefix-middlename-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-middlename-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
.form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
.form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix .name-firstname,
.form-list .customer-name-middlename .name-firstname { width:210px; }

.form-list .customer-name-suffix .name-lastname,
.form-list .customer-name-middlename .name-firstname,
.form-list .customer-name-middlename-suffix .name-firstname,
.form-list .customer-name-middlename-suffix .name-lastname { width:205px; }

.form-list .customer-name-prefix .name-firstname input.input-text,
.form-list .customer-name-suffix .name-lastname input.input-text,
.form-list .customer-name-middlename .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year { float:left; width:85px; }
.form-list .customer-dob input.input-text { display:block; width:74px; }
.form-list .customer-dob label { font-size:10px; font-weight:normal; color:#888; }
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month { width:60px; }
.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text { width:46px; }
.form-list .customer-dob .dob-year { width:140px; }
.form-list .customer-dob .dob-year input.input-text { width:134px; }

.buttons-set { clear:both; margin:15px 0 0; padding:0px; }
.step .buttons-set {margin-top:0;}
#review-buttons-container .f-left {float:none !important; margin-bottom: 15px;}
.buttons-set .back-link { float:left; }
.step .buttons-set .back-link { float:none; margin-top: 20px;}
.buttons-set button.button { float:right; }
.step .buttons-set button.button { float:none; }
.account-login .buttons-set button.button {float:left;}
.buttons-set p.required { margin:0 0 5px; }
.step .buttons-set p.required { text-align:left; }

.buttons-set-order {}

.fieldset { border:1px solid #ddd; background:#fefefe; padding:22px 25px 12px 33px; margin:28px 0; }
.fieldset .legend { float:left; font-weight:bold; font-size:13px; border:1px solid #fefefe; background:#dedede; color:#333; margin:-33px 0 0 -10px; padding:0 8px; position:relative; }

/* Form Validation */
.validation-advice { clear:both; min-height:13px; margin:3px 0 0; padding-left:17px; font-size:10px; line-height:13px; background:url(https://en.tomassonisrl.com/skin/frontend/default/tomassoni-responsive/images/validation_advice_bg.gif) 2px 1px no-repeat; color:#f00; }
.validation-failed { border:1px dashed #f00 !important; background:#faebe7 !important; }
.validation-passed {}
p.required { font-size:12px; text-align:right; color:#f00; }
/* Expiration date and CVV number validation fix */
.v-fix { float:left; }
.v-fix .validation-advice { display:block; width:12em; margin-right:-12em; position:relative; }

/* Global Messages  */
.success { color:#3d6611; font-weight:bold; }
.error { color:#f00; font-weight:bold; }
.notice { color:#ccc; }

.messages,
.messages ul { list-style:none !important; margin:0 !important; padding:0 !important; }
.messages { width:100%; overflow:hidden; }
.messages li { margin:0 0 10px; }
.messages li li { margin:0 0 3px; }
.error-msg,
.success-msg,
.note-msg,
.notice-msg { border-style:solid !important; border-width:1px !important; background-position:10px 9px !important; background-repeat:no-repeat !important; min-height:24px !important; padding:8px 8px 8px 32px !important; font-size:11px !important; font-weight:bold !important; }
.error-msg { border-color:#f16048; background-color:#faebe7; background-image:url(https://en.tomassonisrl.com/skin/frontend/default/tomassoni-responsive/images/i_msg-error.gif); color:#df280a; }
.success-msg { border-color:#446423; background-color:#eff5ea; background-image:url(https://en.tomassonisrl.com/skin/frontend/default/tomassoni-responsive/images/i_msg-success.gif); color:#3d6611; }
.note-msg,
.notice-msg { border-color:#fcd344; background-color:#fafaec; background-image:url(https://en.tomassonisrl.com/skin/frontend/default/tomassoni-responsive/images/i_msg-note.gif); color:#3d6611; }

/* BreadCrumbs */
.breadcrumbs { padding:0 0 20px 0; margin:0; }
.breadcrumbs li { display:inline; color:#3bb1f4;}
.breadcrumbs li a { color:#adadad; text-decoration:none; }
.breadcrumbs li span{font-size:1.09em;}

/* Page Heading */
.page-title { border-bottom:1px solid #eeeeee; padding:8px 0px; /*background:url(https://en.tomassonisrl.com/skin/frontend/default/tomassoni-responsive/images/title-bg.gif) bottom repeat-x #fff;*/ margin:0px 0 30px 0; position:relative; }
.page-title h1,
.page-title h2 { font-size:18px; color:#27bdff; text-transform:uppercase;}
.page-title .separator { margin:0 3px; }
.page-title .link-rss { float:right; }
.title-buttons { text-align:right; }
.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { float:left; }

.subtitle,
.sub-title { clear:both; }

/* Pager */
.pager { /*border-bottom:1px solid #eee;*/ padding:7px 0 7px; margin:0; text-align:center; }
.pager .amount { float:left; }
.pager .limiter { float:right; }
.pager .limiter select{ margin-right:7px; margin-left:10px;}
.pager .pages { margin:0 135px; }
.pager .pages ol { display:inline; }
.pager .pages li { display:inline; }
.pager .pages strong{ font-weight:normal;}
.pager .pages .current {}

/* Sorter */
.sorter { padding:12px 0 0; margin:0; }
.sorter .view-mode { float:left; }
.sorter .sort-by { float: right;}
.sorter .sort-by label { font-size:14px; }
.sorter .sort-by select{margin-right:7px; margin-left:10px; width: 180px; height:30px;}
.sorter .link-feed {}

/* Toolbar */
.toolbar { margin:0 0px 12px 0px; padding:10px 21px; background:#fdfdfd; border-bottom:solid 1px #eee; color:#8e8c8c;}
.toolbar a{ color:#8e8c8c;}
.toolbar .pager {}
.toolbar .sorter {}
.toolbar-bottom {}
.toolbar-bottom .toolbar{ border-top:solid 1px #eeeeee;}

/* Data Table */
.data-table { width:100%; }
.data-table th { padding:5px; border:1px solid #ddd; font-weight:bold; white-space:nowrap; }
.data-table td { padding:5px; border:1px solid #ddd; }
.data-table thead { background-color:#f2f2f2; }
.data-table tbody {}
.data-table tfoot {}
.data-table tr.first {}
.data-table tr.last {}
.data-table tr.odd {}
.data-table tr.even {}
.data-table tbody.odd {}
.data-table tbody.odd td { border-width:0 1px; }
.data-table tbody.even { background-color:#f6f6f6; }
.data-table tbody.even td { border-width:0 1px; }
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td { border-bottom-width:1px; }
.data-table th .tax-flag { white-space:nowrap; font-weight:normal; }
.data-table td.label,
.data-table th.label { font-weight:bold; }
.data-table td.value {}

/* Shopping cart total summary row expandable to details */
tr.summary-total { cursor:pointer; }
tr.summary-total td {}
tr.summary-total .summary-collapse { float:right; text-align:right; padding-left:20px; background:url(https://en.tomassonisrl.com/skin/frontend/default/tomassoni-responsive/images/bkg_collapse.gif) 0 4px no-repeat; cursor:pointer; }
tr.show-details .summary-collapse { background-position:0 -53px; }
tr.show-details td {}
tr.summary-details td { font-size:11px; background-color:#dae1e4; color:#626465; }
tr.summary-details-first td { border-top:1px solid #d2d8db; }
tr.summary-details-excluded { font-style:italic; }

/* Shopping cart tax info */
.cart-tax-info { display:block; }
.cart-tax-info,
.cart-tax-info .cart-price { padding-right:20px; }
.cart-tax-total { display:block; padding-right:20px; background:url(https://en.tomassonisrl.com/skin/frontend/default/tomassoni-responsive/images/bkg_collapse.gif) 100% 4px no-repeat; cursor:pointer; }
.cart-tax-info .price,
.cart-tax-total .price { display:inline !important; font-weight:normal !important; }
.cart-tax-total-expanded { background-position:100% -53px; }

/* Class: std - styles for admin-controlled content */
.std .subtitle { padding:0; }
.std ol.ol { list-style:decimal outside; padding-left:1.5em; }
.std ul.disc { list-style:disc outside; padding-left:18px; margin:0 0 10px; }
.std dl dt { font-weight:bold; }
.std dl dd { margin:0 0 10px; }
/*.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote { margin:0 0 1em; padding:0; }
.std ul { list-style:disc outside; padding-left:1.5em; }
.std ol { list-style:decimal outside; padding-left:1.5em; }
.std ul ul { list-style-type:circle; }
.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul { margin:.5em 0; }
.std dt { font-weight:bold; }
.std dd { padding:0 0 0 1.5em; }
.std blockquote { font-style:italic; padding:0 0 0 1.5em; }
.std address { font-style:normal; }
.std b,
.std strong { font-weight:bold; }
.std i,
.std em { font-style:italic; }*/

/* Misc */
.links li { float:left; }
.links li.first { padding-left:0 !important; }

.link-cart { font-weight:bold; color:#f00; }
.link-wishlist { font-weight:normal; }
.link-reorder { font-weight:bold; }
.link-compare { font-weight:normal; color:#a7a9aa;}
.link-print { background:url(https://en.tomassonisrl.com/skin/frontend/default/tomassoni-responsive/images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px; }
.link-rss { background:url(https://en.tomassonisrl.com/skin/frontend/default/tomassoni-responsive/images/i_rss.gif) 0 1px no-repeat; padding-left:18px; white-space:nowrap; }
.btn-remove { display:block; width:15px; height:15px; font-size:0; line-height:0; background:url(https://en.tomassonisrl.com/skin/frontend/default/tomassoni-responsive/images/btn_remove.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.btn-remove2 { display:block; width:16px; height:16px; font-size:0; line-height:0; background:url(https://en.tomassonisrl.com/skin/frontend/default/tomassoni-responsive/images/btn_trash.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.btn-edit    { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(https://en.tomassonisrl.com/skin/frontend/default/tomassoni-responsive/images/btn_edit.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }

.cards-list dt { margin:5px 0 0; }
.cards-list .offset { padding:2px 0 2px 20px; }


.separator { margin:0 5px 0 8px; }

.divider { clear:both; display:block; font-size:0; line-height:0; height:1px; margin:10px 0; background:#ddd; text-indent:-999em; overflow:hidden; }

/* Noscript Notice */
.noscript { border:1px solid #ddd; border-width:0 0 1px; background:#ffff90; font-size:12px; line-height:1.25; text-align:center; color:#2f2f2f; }
.noscript .noscript-inner { width:1000px; margin:0 auto; padding:12px 0 12px; background:url(https://en.tomassonisrl.com/skin/frontend/default/tomassoni-responsive/images/i_notice.gif) 20px 50% no-repeat; }
.noscript p { margin:0; }

/* Demo Notice */
.demo-notice { margin:0; padding:6px 10px; background:#d75f07; font-size:12px; line-height:1.15; text-align:center; color:#fff; }
/* ======================================================================================= */


/* Header ================================================================================ */
.logo { float:left; }
.header-container {}
.header { padding:10px 0 0; position:relative;}
/* e-leva
.header .header-tail{ background:url(https://en.tomassonisrl.com/skin/frontend/default/tomassoni-responsive/images/header-tail.gif) top repeat-x #f6f6f6;}
.header .header-left-bg{ background:url(https://en.tomassonisrl.com/skin/frontend/default/tomassoni-responsive/images/header-left-bg.gif) left top no-repeat;}
.header .header-right-bg{ background:url(https://en.tomassonisrl.com/skin/frontend/default/tomassoni-responsive/images/header-right-bg.gif) right top no-repeat; padding:18px 20px 0;}*/
.header .header-tail{ background:url(https://en.tomassonisrl.com/skin/frontend/default/tomassoni-responsive/images/testata-tail.jpg) no-repeat left top #dbf4ff;}

.header .header-left-bg{ /*background:url(https://en.tomassonisrl.com/skin/frontend/default/tomassoni-responsive/images/testata-left-bg.png) left top no-repeat;*/ height:118px;}
.header .header-right-bg{ /*background:url(https://en.tomassonisrl.com/skin/frontend/default/tomassoni-responsive/images/testata-right-bg.png) right top no-repeat;*/ padding:18px 20px 0;}
.header .quick-access{ float:right; text-align:right;}
.header .logo { float:left; text-decoration:none !important; padding-bottom:11px; }
.header .logo strong { position:absolute; top:-999em; left:-999em; width:0; height:0; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }
.header h1.logo { margin:0; padding:0; position:absolute; top: 0px;left: 10px; }
.header .header-banner{ padding-bottom:11px;}
.header .welcome-msg { font-weight:bold; color:#1284c6; padding:3px 0 0 20px; float:left; font-size:18px; line-height:120%;}
.header .toplinks{ width:100%; overflow:hidden; padding:16px 0 10px 0;}
.header .links { float:right; padding:0 20px 0 0; }
.header .links li{ margin-left:10px; padding-left:10px; background:url(https://en.tomassonisrl.com/skin/frontend/default/tomassoni-responsive/images/links-separator.gif) no-repeat 0 2px;}
.header .links li.first{ background:none;}
.header .links a{ color:#8f8f8f; text-decoration:none; padding:2px 0 4px 0px; display:inline-block;}
.header .links a:hover{ color:#000;}
.header .links .link-1 a{ background:url(https://en.tomassonisrl.com/skin/frontend/default/tomassoni-responsive/images/link1-bg.gif) no-repeat 0 0;}
.header .links .link-2 a{ background:url(https://en.tomassonisrl.com/skin/frontend/default/tomassoni-responsive/images/link2-bg.gif) no-repeat 0 0;}
.header .links .link-3 a{ background:url(https://en.tomassonisrl.com/skin/frontend/default/tomassoni-responsive/images/link3-bg.gif) no-repeat 0 0;}
.header .links .link-4 a{ background:url(https://en.tomassonisrl.com/skin/frontend/default/tomassoni-responsive/images/link4-bg.gif) no-repeat 0 0;}
.header .links .link-5 a{ background:url(https://en.tomassonisrl.com/skin/frontend/default/tomassoni-responsive/images/link5-bg.gif) no-repeat 0 0;}


.header .form-search { text-align:right; padding-top:15px; min-width:440px; }
.header .form-search .input-text{border:none; padding:7px 10px; height: 30px; vertical-align:top; color:#9f9f9f; width:300px; margin:0 2px 0 10px;}
.header .form-search label{ font-size:18px; color:#1284c6; line-height:30px; font-weight:400; text-transform:uppercase; vertical-align:top;}

.header .form-search { text-align:right; }
.header .form-search .search-autocomplete { z-index:999; text-align:left;}
.header .form-search .search-autocomplete ul { border:1px solid #ddd; background-color:#fff; }
.header .form-search .search-autocomplete li { padding:3px; border-bottom:1px solid #ddd; cursor:pointer; }
.header .form-search .search-autocomplete li .amount { float:right; font-weight:bold; }
.header .form-search .search-autocomplete li.selected {}
.header .form-language { clear:both; text-align:right; }
.header-container .top-container { clear:both; text-align:right; }

/********** < Navigation Sidebar*/
#nav {
  background: #1292d9;
}
#nav li {
  width:100%;
  border-bottom:1px solid #fff;
}
#nav li.parent > a {
  cursor: pointer;
}
#nav li.parent > a:before {
  font-family: 'icomoon';
  content: "\e90e";
  color: #ffffff;
  display: inline-block;
  float: right;
  margin-top: 0px;
  margin-right: 15px;
  font-size:6px;
  margin-top: 1px;
  -webkit-transition: 1s ease-in-out;
  -moz-transition: 1s ease-in-out;
  -o-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
}
#nav li.parent.open {
  border-bottom:none;
}
#nav li.parent.open > a:before {
  -ms-transform: rotate(-180deg); /* IE 9 */
  -webkit-transform: rotate(-180deg); /* Chrome, Safari, Opera */
  transform: rotate(-180deg);
}
/* #nav li.nav-2,
#nav li.nav-8,
#nav li.nav-12,
#nav li.nav-13,
#nav li.nav-10,
#nav li.nav-11
 {display:none}*/ /* E-leva display none categorie in sidebar SX  */

 #nav li.nav-15,
#nav li.nav-14  {/*display:none*/}

#nav li a {
  color:#fff;
  font-size:14px;
  font-weight:500;
  text-decoration: none;
  display: block;
  padding:10px 0 10px 15px;
}
#nav li a:hover {
  color:#273582;
}
#nav > li {}
#nav > li > a {}
#nav > li > ul.level0 {
  background:#ffffff;
  display: none;
}
#nav > li > ul.level0 > li { border-bottom-color: #1292d9; }

#nav > li > ul.level0 > li > ul.level1 {
  background:#ffffff;
  display: none;
}
#nav > li > ul.level0 > li > a {
  color:#3592d9;
}

#nav li.level1.parent > a:before {
  color: #3592d9;
}
#nav > li > ul.level0 > li > ul.level1 li {
  border-bottom: 1px solid #14466b; 
}
#nav > li > ul.level0 > li > ul.level1 li a {
  color: #14466b;
  font-weight: normal;
  margin-left: 8px;
}
#nav > li > ul.level0 > li.level1 a:hover {
  color:#273582;
}
#nav li.level2.parent > a:before {
  color: #14466b;
}
/********** Navigation Sidebar> */

/********** New Navigation > ****************/
#menuHeader {
  position:relative;
  margin: 0;
  padding: 0;
  font-size: 14px;
  width: 100%;
  border: thin #FFFFFF;
  border-width: thin;
  text-transform: uppercase;
  background: #0082bd;
  background: -webkit-linear-gradient(#0099d9, #0082bd);
  background: -o-linear-gradient(#0099d9, #0082bd);
  background: -moz-linear-gradient(#0099d9, #0082bd);
  background: linear-gradient(#0099d9, #0082bd);
  border-top: 1px solid #bfe0ee;
  border-bottom: 1px solid #bfe0ee;
  position: relative;
  z-index:10;
}
#menuHeader a:hover {
  font-weight:500;
}
#menuHeader > li {
  z-index: 1;
  width: calc((100% / 8) - 3px);
  display:none;
}

#menuHeader li.bar,
#menuHeader li.ristorazione,
#menuHeader li.macelleria,
#menuHeader li.pasta_fresca,
#menuHeader li.pizzeria,
#menuHeader li.pasticceria,
#menuHeader li.panetteria,
#menuHeader li.gelateria,
#menuHeader li.restaurants,
#menuHeader li.fresh_pasta,
#menuHeader li.pastry,
#menuHeader li.bakery,
#menuHeader li.ice_cream,
#menuHeader li.butcher
{
  display:inline-block;
}

#menuHeader li.macelleria .catM {border-right:none;}

#menuHeader li .catM {
  color: white;
  padding: 18px 0px;
  text-decoration: none;
  border-right: 1px solid white;
  display: block;
  font-size:15px;
  text-align: center;
  font-weight: 400;
}
#menuHeader li:last-child .catM, #menuHeader li.cont498 .catM, #menuHeader li.cont347 .catM {
  border: none;
}
#menuHeader li:hover {
  background: #009ee3;
}
#menuHeader li > .bigMenu {
  position:absolute;
  z-index: 2;
  left: 0;
  top: 51px;
  width:100%;
  background: #009ee3;
  padding: 20px;
  display: none;
  border-bottom:1px solid #fff;
}
#menuHeader li:hover > .bigMenu {
  display: block;
}
#menuHeader li > .bigMenu > .imageCat {
  float:left;
  width: 25%;
  padding-right: 10px;
  padding-top: 8px;
  display: none /* E-leva Modifiche big menu (eliminare riga) */
}
#menuHeader li > .bigMenu > .menuCat {
  float:right;
  width: 100%; /* E-leva Modifiche big menu (riportare al 75%) */
}
#menuHeader li > .bigMenu > .menuCat > .sub.level1 {
  -webkit-columns: 100px 3; /* Chrome, Safari, Opera */
  -moz-columns: 100px 3; /* Firefox */
  columns: 100px 3;
}
#menuHeader li > .bigMenu .sub.level1 > li {
  width: 100%;
  display:inline-block;
  position:relative;
  z-index:1;
  margin:2px 0;
}
#menuHeader li > .bigMenu .sub.level1 .sub-2.level2 {
  /*display: none;
  position:absolute;
  z-index:2;*/
  margin-top: 5px;
}
#menuHeader li > .bigMenu .sub.level1 .sub-2.level2 li {
  padding:3px 0;
}
#menuHeader li > .bigMenu .sub.level1 .sub-2.level2 li a {
  font-size:12px;
  font-weight: 300;
  color:#bae1f1;
}
#menuHeader li > .bigMenu .sub.level1 .sub-2.level2 li a:hover {
  color:#fff;
}
#menuHeader li ul li {
  padding:5px 0;
}
#menuHeader li ul li a {
  color:#fff;
  text-decoration:none;
  text-transform: none;
  font-size:14px;
  font-weight: 400;
}
/********** New Navigation > ****************/

/* ======================================================================================= */


/* Sidebar =============================================================================== */
.block {margin:0 0 20px; padding:18px 20px 17px 19px; border:1px solid #DEEEF6; background:#E3F4FD; color:#1292DB;}
.block a{color:#1292DB; text-decoration:none;}
.block a:hover{text-decoration:underline;}
.block .block-title{padding:0; }
.block .block-title strong {}
.block .block-title strong span{font-size:1.5em; font-weight:normal;}
.block .block-title a { text-decoration:none !important; }
.block .block-subtitle { font-size:13px; font-weight:bold; }
.block .block-content{padding:15px 0 0;}
.block .block-content li.item { padding:5px 0; }
.block .btn-remove,
.block .btn-edit { float:right; margin-left:3px;}
.block .actions { text-align:right; }
.block .actions a { float:left; }
.block .empty {}

.block li.odd {}
.block li.even {}

.block-cart{background:#2AC2FF; border:1px solid #42B8E6; color:#FFF;}
.block-cart a{color:#FFF; text-decoration:none;}
.block-cart a:hover{text-decoration:underline;}

.block-compared,
.block-viewed,
.block-poll{background:#FEFEFE; border:1px solid #EEEEEE; color:#A7A9AA; padding-bottom:15px;}
.block-compared .block-title span,
.block-viewed .block-title span,
.block-poll .block-title span{color:#35C1FF;}
.block-compared a,
.block-viewed a,
.block-poll a{color:#A7A9AA; text-decoration:none;}
.block-compared a:hover,
.block-viewed a:hover,
.block-poll a:hover{text-decoration:underline;}

/* Mini Products List */
.mini-products-list li { padding:5px 0; }
.mini-products-list .product-image { float:left; width:67px; height:60px; padding:0; border:1px solid #EBEBEB; }
.mini-products-list .product-details { margin-left:75px; }
.mini-products-list .product-details .btn-remove{background:url(https://en.tomassonisrl.com/skin/frontend/default/tomassoni-responsive/images/btn_remove_2.gif) 0 0 no-repeat; }
.mini-products-list .product-details .product-name { font-size:1em; font-weight:bold; margin:0; }
.mini-products-list .product-details .product-name a{color:#FFF; font-weight:normal;}
.mini-products-list .product-details .price{font-weight:bold;}

/* Block: Account */
.block-account {}
.block-account ul li {margin-bottom: 5px;}

/* Block: Currency Switcher */
.block-currency {}
.block-currency select { width:100%; border:1px solid #888; }

/* Block: Layered Navigation */
.block-layered-nav {}
.block-layered-nav .block-subtitle{color:#2AC2FF; margin-bottom:10px;}
.block-layered-nav dl{padding-left:22px;}
.block-layered-nav dt {padding-bottom:5px;}
.block-layered-nav dd{padding-bottom:15px;}
.block-layered-nav .currently {}
.block-layered-nav .currently li{padding-left:20px; padding-bottom:3px;}
.block-layered-nav .btn-remove { float:right; margin:2px 3px 0 0; }
.block-layered-nav .actions{padding:10px 0 20px;}
.block-layered-nav .actions a{color:#0C6CA4; text-decoration:underline;}
.block-layered-nav .actions a:hover{text-decoration:none;}

/* Block: Cart */
.block-cart {}
.block-cart .block-title{padding-left:28px; background:url(https://en.tomassonisrl.com/skin/frontend/default/tomassoni-responsive/images/cart_title.gif) left top no-repeat; padding-top:1px;}
.block-cart .summary {}
.block-cart .amount{padding-bottom:10px;}
.block-cart .amount a{font-weight:bold;}
.block-cart .subtotal{padding-bottom:10px;}
.block-cart .subtotal .price{color:#FFF; font-weight:bold;}
.block-cart .actions{padding-bottom:10px;}
.block-cart .block-subtitle{font-weight:normal; padding-bottom:10px;}
.block-cart .actions .paypal-logo { float:left; width:100%; margin:3px 0 0; text-align:right; }
.block-cart .actions .paypal-logo .paypal-or { clear:both; display:block; padding:0 55px 5px 0; }

/* Block: Wishlist */
.block-wishlist {color:#2AC2FF;}
.block-wishlist .product-name a{color:#2AC2FF!important; font-weight:bold!important;}
.block-wishlist .price-box{margin-bottom:10px; color:#2AC2FF;}
.block-wishlist .price-box .price{font-size:1em; color:#2AC2FF;}
.block-wishlist .link-cart{padding-top:10px; display:block; color:#2AC2FF;}
.block-wishlist .item{padding-bottom:15px;}

/* Block: Related */
.block-related {}
.block-related .block-subtitle{font-weight:normal; margin-bottom:10px;}
.block-related .block-subtitle a{text-decoration:underline;}
.block-related .block-subtitle a:hover{text-decoration:none;}
.block-related li { padding:5px 0 15px!important; }
.block-related input.checkbox { float:left; margin-right:-20px; }
.block-related .product { margin-left:20px; }
.block-related .product .product-image { float:left; margin-right:-65px; width:62px; height:55px; }
.block-related .product .product-details { margin-left:75px; }
.block-related .product .product-details .product-name a{color:#1292DB; text-decoration:underline;}
.block-related .product .product-details .product-name a:hover{text-decoration:none;}
.block-related .product .product-details .price{color:#2AC2FF; font-size:1em;}
.block-related .link-wishlist{float:right; padding-right:30px; text-decoration:underline;}
.block-related .link-wishlist:hover{text-decoration:none;}

.block-list li a{color:#2AC2FF;}
.block-list li .product-name{margin-bottom:0; padding-bottom:0;}

.block-compared li,
.block-viewed li{padding:0 0 5px 7px!important; background:url(https://en.tomassonisrl.com/skin/frontend/default/tomassoni-responsive/images/block_list_marker.gif) left 7px no-repeat;}
.block-compared li .product-name a,
.block-viewed li .product-name a{color:#ADADAD;}

/* Block: Compare Products */
.block-compare {}
.block-compare li { padding:5px 0; }
.block-compare .btn-remove{margin-left:20px;}
.block-compare .actions{padding-top:15px;}
.block-compare .actions a{color:#0C6CA4;}
.block-compare .actions button span{background:url(https://en.tomassonisrl.com/skin/frontend/default/tomassoni-responsive/images/bkg_button_2.gif) right top no-repeat #0B6CA4; color:#FEFEFE;}
.block-compare .actions button span span{background:0;}

/* Block: Recently Viewed */
.block-viewed {}

/* Block: Recently Compared */
.block-compared {}

/* Block: Poll */
.block-poll .block-subtitle{font-weight:normal; color:#F98203; padding-bottom:10px;}
.block-poll label {}
.block-poll input.radio { float:left; margin:1px -18px 0 0; }
.block-poll .label { display:block; margin-left:18px; }
.block-poll li { padding:3px 0; }
.block-poll .actions { margin:5px 0 0; }
.block-poll .actions{text-align:left; padding-top:10px;}
.block-poll .actions button{float:none;}
.block-poll .actions button span{background:#C7EAFB;}
.block-poll .actions button span span{padding:0 10px; font-weight:bold;}
.block-poll .answer{float:left; width:100%;}
.block-poll .answer span{display:block; width:115px;}
.block-poll .votes{font-weight:bold; float:right; width:55px; margin-top:-15px;}

/* Block: Tags */
.block-tags ul,
.block-tags li { display:inline; padding-right:10px; }
.block-tags li a{color:#1292DB; text-decoration:underline;}
.block-tags li a:hover{text-decoration:none;}
.block-tags .actions{padding-top:10px;}
.block-tags .actions a{text-decoration:underline;}
.block-tags .actions a:hover{text-decoration:none;}

/* Block: Subscribe */
.block-subscribe {}
.block-subscribe .input-box input{width:173px; margin-bottom:10px; margin-top:5px;}
.block-subscribe .validation-advice{padding-bottom:10px;}

/* Block: Reorder */
.block-reorder {}
.block-reorder li { padding:5px 0; }
.block-reorder input.checkbox { float:left; margin:3px -20px 0 0; }
.block-reorder .product-name { margin-left:20px; margin-bottom:0; padding-bottom:0; }
.block-reorder .product-name a{color:#1292DB;}
.block-reorder .actions{padding-top:10px;}
.block-reorder .actions a{margin-top:5px;}

/* Block: Banner */
.block-banner {background:0; border:0; padding:0;}
.block-banner .block-content { text-align:center; padding:0; }

/* Block: Login */
.block-login label { font-weight:bold; color:#656564; }
.block-login input.input-text { display:block; width:167px; margin:3px 0; }

/* Paypal */
.sidebar .paypal-logo { display:block; margin:0 0 20px; text-align:center; }
.sidebar .paypal-logo a { float:none; }
/* ======================================================================================= */


/* Category Page ========================================================================= */
.category-title { }
.category-image { width:100%; overflow:hidden; margin:0 0 10px; text-align:center; }
.category-image img {}
.category-description { margin:0 0 10px; }
.category-products {}

.catalog-category-view .col-main .page-title{margin-bottom:0;}

.catalog-category-view .col-main .note-msg,
.catalog-category-view .col-main .messages{margin-top:20px!important;}


/* View Type: Grid */
.products-grid { position:relative; }
.products-grid.last { border-bottom:0; }
.products-grid li.item { float:left; width:195px; margin:0; padding:0 15px 30px; border-right:solid 1px #f3f3f3;}
.products-grid li.last{ border:none; padding-right:0;}
.products-grid .product-image { display:block; width:150px; height:150px; margin:0 auto 15px; }
.products-grid .product-name {}
.products-grid .product-name a {}
.products-grid .price-box { margin:5px 0; }
.products-grid .availability { line-height:21px; }
.products-grid .ratings{ text-align:center; margin:0 0 10px;}
.products-grid .ratings .rating-box{ float:none; margin:0 auto 4px;}
.products-grid button.button{ float:right;}

.products-grid .actions { width:100%; overflow:hidden; padding:18px 0 0;}
.products-grid .actions li{ float:left;}
.col2-left-layout .products-grid,
.col2-right-layout .products-grid {margin:0 auto; }
.col1-layout .products-grid { width:790px; margin:0 auto; }

/* View Type: List */
.products-list li.item { border-bottom:1px solid #ebebeb; padding:25px 10px 23px 0; }
.products-list li.item.last { border-bottom:0; }
.products-list .product-image { /*float:left; width:190px; height:150px;*/ margin:0; display:block; margin-top: 20px;}
.products-list .product-shop { /*margin-left:210px;*/ }
.products-list .product-shop .button { display: block; background-color: #00baff; color: #FFF; border: none; padding: 12px 10px; text-transform: uppercase; cursor: pointer; margin-top: 5px; font-size: 14px; border-radius: 0; width:215px; font-weight:300;}
.products-list .product-shop .button:hover { background:#0082bd; }
.products-list .product-name { text-transform:uppercase; font-size:16px; font-weight: 400; color:#656564; padding-bottom:16px;}
.products-list .product-name a {}
.products-list li.item img {}
.products-list .product-shop .col1 {
  width:100%;
  padding:20px 15px;
}
.products-list li.item .wrap_item { border-left:1px solid #e4e4e3; }
.products-list li.item .wrap_item .col-md-4.col-xs-12 { padding-right:0; border-right:1px solid #e4e4e3; }
.products-list li.item .wrap_image { text-align: center; }
.products-list .product-shop .col2 {display: none;}
.products-list .price-box {  margin:3px 0 18px 0; }
.products-list .old-price { padding-bottom:10px; }
.products-list .availability { float:left; margin:3px 0 0; }
.products-list .ratings{ font-size:12px;}
.products-list .ratings .rating-box{ float:none; margin:0 0 15px;}
.products-list .ratings .rating-links{ padding-bottom:14px;}
.products-list .ratings .rating-links .separator{ display:block; height:1px; width:1px; overflow:hidden; text-indent:10em;}
.products-list .desc { clear:both; padding:0; margin:0 0 15px; line-height:1.35; }
.products-list .desc .link-learn { font-size:11px; }
.products-list .add-to-links { clear:both; }
.products-list .add-to-links li { display:inline; }
.products-list .add-to-links .separator { display:inline; margin:0 2px; }
/* ======================================================================================= */


/* Product View ========================================================================== */
/* Rating */
.no-rating { margin:0 0 10px; }

.ratings { font-size:11px; line-height:1.25; margin:0 0 7px 0; }
.ratings strong { float:left; margin:1px 3px 0 0; }
.ratings .rating-links { margin:0; }
.ratings .rating-links .separator { margin:0 2px; }
.ratings .link2{ color:#a7a9aa;}
.ratings dt {}
.ratings dd {}
.rating-box { width:85px; height:14px; font-size:0; line-height:0; background:url(https://en.tomassonisrl.com/skin/frontend/default/tomassoni-responsive/images/bkg_rating.gif) 0 0 repeat-x; text-indent:-999em; overflow:hidden; }
.rating-box .rating { float:left; height:14px; background:url(https://en.tomassonisrl.com/skin/frontend/default/tomassoni-responsive/images/bkg_rating.gif) 0 100% repeat-x; }
.ratings .rating-box { float:left; margin-right:3px; }
.ratings .amount {}

.ratings-table{margin:10px 0;}
.ratings-table th,
.ratings-table td { font-size:11px; line-height:1.15; padding:3px 0; }
.ratings-table th { font-weight:bold; padding-right:8px; }

/* Availability */
.availability { /*margin:45px 0 10px 0;*/ margin-bottom:15px; }
.availability span { font-weight:bold; }
.availability.in-stock span {}
.availability.out-of-stock span { color:#d83820; }

.availability-only { margin:0 0 7px; }
.availability-only a { background:url(https://en.tomassonisrl.com/skin/frontend/default/tomassoni-responsive/images/i_availability_only_arrow.gif) 100% 0 no-repeat; cursor:pointer; padding-right:15px; }
.availability-only .expanded { background-position:100% -15px; }
.availability-only strong {}

.availability-only-details { margin:0 0 7px; }
.availability-only-details th { background:#f2f2f2; font-size:10px; padding:0 8px; }
.availability-only-details td { border-bottom:1px solid #ddd; font-size:11px; padding:2px 8px 1px; }
.availability-only-details tr.odd td.last {}

/* Email to a Friend */
.email-friend{
    display:block;
    margin-bottom:15px;
}

/* Alerts */
.alert-price {}
.alert-stock {}

/********** < Product Prices */

/*BOF e-leva*/
.label_IVA_esclusa{float:right;line-height:24px;}
/*EOF e-leva*/

.price { white-space:nowrap !important; }

.product-shop .price-box {} /*e-leva: settaggio valido solo per la pagina prodotto*/
.price-box .price { font-weight:normal; font-size:18px; /*color:#262626;*/}

/* Regular price */
.regular-price {}
.regular-price .price { font-weight:normal; }

/* Old price */
.old-price {margin-bottom:15px; text-align:left;}
.old-price .price-label {
    white-space:nowrap;
    font-size:14px;
}
.old-price .price {
    font-size:14px;
    text-decoration:line-through;
}

/* Special price */
.special-price {min-width:172px; text-align:left;}
.special-price .price-label { font-weight:300; font-size:18px; white-space:nowrap; color:#00baff; }
.special-price .price { font-weight:400; color:#00baff; font-size:18px; }
#label_IVA_esclusa {
    text-align:left;
    font-size:14px;
    margin-right: 6px;
    margin-top: 7px;
}

/* Minimal price (as low as) */
.minimal-price {}
.minimal-price .price-label { font-weight:bold; white-space:nowrap; }

.minimal-price-link { display:block; }
.minimal-price-link .label {}
.minimal-price-link .price { font-weight:normal; font-size:12px; color:#2ac2ff; }

/* Excluding tax */
.price-excluding-tax { display:block; }
.price-excluding-tax .label { white-space:nowrap; }
.price-excluding-tax .price { font-weight:normal; }

/* Including tax */
.price-including-tax { display:block; }
.price-including-tax .label { white-space:nowrap; }
.price-including-tax .price { font-weight:300; font-size:12px; color:#656564; }

/* Configured price */
.configured-price {}
.configured-price .price-label { font-weight:bold; white-space:nowrap; }
.configured-price .price { font-weight:bold; }

/* FPT */
.weee { display:block; font-size:11px; color:#444; }
.weee .price { font-size:11px; font-weight:normal; }

/* Excl tax (for order tables) */
.price-excl-tax  { display:block; }
.price-excl-tax .label { display:block; white-space:nowrap; }
.price-excl-tax .price { display:block; }

/* Incl tax (for order tables) */
.price-incl-tax { display:block; }
.price-incl-tax .label { display:block; white-space:nowrap; }
.price-incl-tax .price { display:block; font-weight:bold; }

/* Price range */
.price-from {}
.price-from .price-label { font-weight:bold; white-space:nowrap; }

.price-to {}
.price-to .price-label { font-weight:bold; white-space:nowrap; }

/* Price notice next to the options */
.price-notice { padding-left:10px; }
.price-notice .price { font-weight:bold; }

/* Price as configured */
.price-as-configured {}
.price-as-configured .price-label { font-weight:bold; white-space:nowrap; }

.price-box-bundle {}
/********** Product Prices > */

/* Tier Prices */
.tier-prices{margin-bottom:15px;}
.tier-prices .price{text-decoration:underline;}
.tier-prices .benefit {}

.tier-prices-grouped {}

/* Add to Links */
.add-to-links .separator {}

/* Add to Cart */
.add-to-cart label { float:left; margin-right:5px; }
.add-to-cart .qty { float:left; }
.add-to-cart button.button { float:left; /*margin-left:5px;*/ }
.add-to-cart .paypal-logo { clear:left; text-align:right; }
.add-to-cart .paypal-logo .paypal-or { clear:both; display:block; margin:5px 60px 5px 0; }
.product-view .add-to-cart .paypal-logo { margin:0; }
.button-contattaci {
    /*padding-left:7px !important;
    padding-right:26px !important;*/
}
.spese_spedizione {
    margin-top:15px;
    font-size:14px;
    font-weight:500;
}
.product-info-wrapper {
    margin-top:10px;
}

#likeButton {clear:both; padding-top: 20px;}
.cond_gen {border-top:1px solid #e4e4e3; border-bottom:1px solid #e4e4e3; padding:15px 0; margin-top: 30px;}
.cond_gen .icon {font-size:34px; display: inline-block; margin-right:6px;}
.cond_gen .txt {display: inline-block; text-transform:uppercase; font-size:16px; font-weight:300; line-height:18px;}
.cond_gen .txt a {text-decoration:none; color:#656564;}

/* Add to Links + Add to Cart */
.add-to-box { /*float:right;*/ }
.add-to-box .add-to-cart {padding-bottom:10px; margin-top: 20px;}
.add-to-box .add-to-cart label {margin-top:4px; margin-right:10px;}
.add-to-box .add-to-cart input {padding:4px; border:1px solid #EEEEEE;}
.add-to-box .add-to-cart button {}
.add-to-box .add-to-cart button.btn-cart, .add-to-box .add-to-cart button.btnContatti {
  display: block;
  background-color: #00baff;
  color: #FFF;
  border: none;
  padding: 12px 10px;
  text-transform: uppercase;
  cursor: pointer;
  margin-top: 0px;
  font-size: 14px;
  border-radius: 0;
  width: 215px;
  font-weight: 300;
}
.product-view .add-to-box .add-to-cart button {width:48%;}
.product-view .add-to-box .add-to-cart button.btn-cart {float:left;}
.product-view .add-to-box .add-to-cart button.btnContatti {float:right;}
.product-view .add-to-box .add-to-cart button.btnContatti .button-contattaci {
  padding-left:0;
  padding-right:0;
}
.add-to-box .add-to-cart button.btnContatti {background:#9d9c9c;}
.add-to-box .add-to-cart button.btnContatti:hover {background:#7b7b7b;}
.add-to-box .add-to-cart button.btn-cart:hover {
  background:#0082bd;
}
.add-to-box .or { float:left; margin:0 10px; font-size:0.91em; }
.add-to-box .add-to-links li{display:inline;}

.add-to-box .paypal-logo{text-align:left;}

.add-to-box .quantity {}
.add-to-box .quantity label { float:left; margin-top: 13px; margin-right: 20px; font-size:14px; font-weight:500; }
.add-to-box .quantity .wrapInQty {float: left; border:1px solid #e4e4e3;}
.add-to-box .quantity .wrapInQty .qty {padding:5px 10px; font-size:14px; width:60px !important; height:38px; text-align: center; border-top:none; border-bottom:none; border-left:1px solid #e4e4e3; border-right:1px solid #e4e4e3;}
.add-to-box .quantity .wrapInQty .button {font-size:18px; font-weight:500; padding:5px 15px; display:inline-block; line-height:26px; float: left; cursor:pointer;}
.add-to-box .quantity .wrapInQty .button.dec {float:right;}


.product-view{padding:5px 0 0 4px;}

.product-essential {}
.product-essential .col-md-7.col-xs-12 {padding-left:0;}

.product-collateral {/*border-top:#F1F1F1 solid 2px; margin-top:30px*/}
.product-collateral .box-collateral { margin:0; padding:30px 0 0 0; }
.product-collateral .box-collateral h2{margin-bottom:15px;}
.product-collateral .data-table{margin:10px 0;}
.product-collateral .pager{border-bottom:0;}

/* Product Images */
.product-view .product-img-box { float:left; width:267px; }
.col3-layout .product-view .product-img-box { float:none; margin:0 auto; }
.product-view .product-img-box .product-image { border:1px solid #ddd; }
.product-view .product-img-box .product-image-zoom { position:relative; width:265px; height:265px; overflow:hidden; z-index:9; }
.product-view .product-img-box .product-image-zoom img { position:absolute; left:0; top:0; cursor:move; }
.product-view .product-img-box .zoom-notice {font-size:0.91em; padding:18px 0; }
.product-view .product-img-box .zoom { position:relative; z-index:9; height:18px; margin:0 auto 13px; padding:0 28px; background:url(https://en.tomassonisrl.com/skin/frontend/default/tomassoni-responsive/images/slider_bg.gif) 50% 50% no-repeat; cursor:pointer; }
.product-view .product-img-box .zoom.disabled { -moz-opacity:.3; -webkit-opacity:.3; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";/*IE8*/ opacity:.3; }
.product-view .product-img-box .zoom #track { position:relative; height:18px; }
.product-view .product-img-box .zoom #handle { position:absolute; left:0; top:-1px; width:33px; height:22px; background:url(https://en.tomassonisrl.com/skin/frontend/default/tomassoni-responsive/images/magnifier_handle.gif) 0 5px no-repeat;  }
.product-view .product-img-box .zoom .btn-zoom-out { position:absolute; left:2px; top:0; }
.product-view .product-img-box .zoom .btn-zoom-in { position:absolute; right:2px; top:0; }
.product-view .product-img-box .more-views{padding-top:15px;}
.product-view .product-img-box .more-views h2{margin-bottom:10px;}
.product-view .product-img-box .more-views ul { margin-left:-4px }
.product-view .product-img-box .more-views li { float:left; margin:0 0 8px 4px ; }
.product-view .product-img-box .more-views li img{border:1px solid #EEEEEE;}

.product-image-popup { margin:0 auto; }
.product-image-popup .buttons-set { float:right; clear:none; border:0; margin:0; padding:0; }
.product-image-popup .nav { margin:0 100px; text-align:center; }
.product-image-popup .image { display:block; }
.product-image-popup .image-label {}

/* Product Shop */
.product-view .product-shop {
    /*float:right;*/
    /*width:370px;*/
    padding-right:20px;
}
.col1-layout .product-view .product-shop { float:right; width:700px; }
.col3-layout .product-view .product-shop { float:none; width:auto; }
.product-view .product-name {}
.product-view .product-name h1{
    color:#656564;
    font-size:18px;
    font-weight:400;
    line-height:22px;
}
.product-view .product-shop .nobr{display:block; margin-bottom:10px;}
.product-view .product-shop .ratings{margin-bottom:20px;}
.product-view .product-shop .ratings .rating-box{margin-right:20px;}
.product-view .product-shop .ratings .rating-links .separator{margin:0 7px;}
.product-view .product-shop .price-box{/*margin-bottom:20px;*/}
.product-view .product-shop .availability { margin-top:25px; margin-bottom:25px; }
.product-view .product-shop .availability.in-stock {color:#00baff;}
.product-view .product-shop .availability.out-of-stock {color:#d9d7d7;}
.product-view .product-shop .availability span { text-transform:uppercase; font-weight: 400; font-size:18px; }
.product-view .short-description{
    padding-top:0;
    clear:both;
    margin-bottom:20px;
}
.product-view .short-description h2{color:#888888; margin-bottom:10px;}
.product-view .short-description p{
    font-size:14px;
    line-height:22px;
    color:#333333;
    padding:0;
}

/* Product Options */
.product-options { padding:10px; margin:10px 0 0; border:1px solid #ddd; background-color:#f6f6f6; }
.product-options dt label { font-weight:bold; }
.product-options dt .qty-holder { float:right; }
.product-options dt .qty-holder label { vertical-align:middle; }
.product-options dt .qty-disabled { background:none; border:0; padding:3px; color:#000; }
.product-options dd { margin:10px 0; }
.product-options dl.last dd.last {}
.product-options dd input.input-text { width:98%; }
.product-options dd input.datetime-picker { width:150px; }
.product-options dd .time-picker { display:-moz-inline-box; display:inline-block; padding:2px 0; vertical-align:middle; }
.product-options dd textarea { width:98%; height:8em; }
.product-options dd select { width:100%; }
.product-options .options-list {}
.product-options .options-list input.radio { float:left; margin:3px -18px 0 0; }
.product-options .options-list input.checkbox { float:left; margin:3px -20px 0 0; }
.product-options .options-list .label { display:block; margin-left:20px; }
.product-options ul.validation-failed { padding:0 7px; }
.product-options p.required { padding:15px 0 0; }

.product-options-bottom { padding:10px; border:1px solid #ddd; border-top:0; }
.product-options-bottom .price-box { margin:0 0 10px; float:left; }
.product-options-bottom .add-to-cart{float:right;}
.product-options-bottom .add-to-links{clear:both;}
.product-options-bottom .add-to-links li{display:inline;}

/* Grouped Product */
.product-view .grouped-items-table {}

/* Block: Description */
.product-view .box-description {}

/* Block: Additional */
.product-view .box-additional {}
.product-view .box-additional th{padding:12px 31px 11px; font-weight:normal;}
.product-view .box-additional td{padding:12px 56px 10px 9px;}

/* Block: Upsell */
.product-view .box-up-sell {}
.product-view .box-up-sell .products-grid td { width:25%; border-right:1px solid #F3F3F3; padding:0 20px; }
.product-view .box-up-sell .products-grid td.first{padding-left:0;}
.product-view .box-up-sell .products-grid td.last{padding-right:0; border:0;}
.product-view .box-up-sell .products-grid td .product-name a{font-size:1em;}
.product-view .box-up-sell .products-grid td .price-box{text-align:center; margin-bottom:15px;}

/* Block: Tags */
.product-view .box-tags {display: none;} /*e-leva: non utilizzo i TAG di prodotto*/
.product-view .box-tags h3{font-weight:normal; font-size:1em;}
.product-view .box-tags .product-tags{margin:11px 0 20px; width:100%; overflow:hidden;}
.product-view .box-tags .product-tags li{background:url(https://en.tomassonisrl.com/skin/frontend/default/tomassoni-responsive/images/tags_divider.gif) right 3px no-repeat; padding-right:12px; margin-right:17px; float:left; display:block; white-space:nowrap; line-height:1.5em;}
.product-view .box-tags .product-tags li.last{background:0;}
.product-view .box-tags .product-tags li a{color:#8E8C8C; text-decoration:none;}
.product-view .box-tags .product-tags li a:hover{text-decoration:underline;}
.product-view .box-tags .form-add{margin-bottom:10px;}
.product-view .box-tags .form-add label{display:block; margin-bottom:10px;}
.product-view .box-tags .form-add .input-box { float:left; width:550px; margin:0; }
.product-view .box-tags .form-add input.input-text { width:530px; padding:4px; }
.product-view .box-tags .form-add p { clear:both; }

/* Block: Reviews */
.product-view .box-reviews {}
.product-view .box-reviews .form-add {}

/* Send a Friend */
.send-friend {}
/* ======================================================================================= */


/* Content Styles ================================================================= */
.product-name { font-size:12px; line-height:18px; font-weight:bold; padding-bottom:12px; }
.product-name a { color:#656564; text-decoration:none; font-size:18px; }
.product-name a:hover{ color:#2ac2ff;}

/* Product Tags */
.tags-list li { display:inline; line-height:normal; }

/* Advanced Search */
.advanced-search {}
.advanced-search-amount {}
.advanced-search-summary {}

/* CMS Home Page */
.cms-home .subtitle {}
.cms-index-index .subtitle {}

/* Sitemap */
.page-sitemap .links { text-align:right; margin:0 8px -22px 0; padding:10px 0; }
.page-sitemap .links a { text-decoration:none; position:relative; }
.page-sitemap .links a:hover { text-decoration:underline; }
.page-sitemap .sitemap { margin:12px; }
.page-sitemap .sitemap a {}
.page-sitemap .sitemap li { margin:3px 0; }
.page-sitemap .sitemap li.level-0 { margin:10px 0 0; font-weight:bold; }
.page-sitemap .sitemap li.level-0 a {}
.page-sitemap .pager{text-align:right;}
.page-sitemap .pager .amount{float:right;}

/* RSS */
.rss-title h1 { background:url(https://en.tomassonisrl.com/skin/frontend/default/tomassoni-responsive/images/i_rss-big.png) 0 4px no-repeat; padding-left:27px; }
.rss-table .link-rss { display:block; line-height:1.35; background-position:0 2px; }
/* ======================================================================================= */


/* Shopping Cart ========================================================================= */
.cart {}

/* Checkout Types */
.cart .checkout-types { float:right; text-align:right; }
.cart .checkout-types li { float:left; margin:0 0 5px 5px; }
.cart .checkout-types li button{}
/*.cart .checkout-types li button span{height:36px; padding-left:10px;}
.cart .checkout-types li button span span{color:#1280bf; font-size:16px; padding-top:7px; padding-left:0; padding-right:30px; height:auto;}*/
.cart .checkout-types .paypal-or { margin:0 8px; line-height:2.3; }
.cart .totals .checkout-types .paypal-or { clear:both; display:block; padding:3px 55px 8px 0; line-height:1.0; font-size:11px; }

.cart .cart-indent{padding:0 13px 0 14px;}

/* Shopping Cart Table */
.cart-table{margin-top:10px;}
.cart-table .item-msg { font-size:10px; }
.cart-table thead{background:0;}
.cart-table th{text-align:center; font-weight:normal; padding:7px;}
.cart-table td{padding:10px; text-align:center; vertical-align:middle;}
.cart-table td .product-image{display:block; border:1px solid #F0F0F0;}
.cart-table td .product-name{font-weight:normal;}
.cart-table td .product-name a{color:#8E8C8C;}
.cart-table td .price{color:#31CFFF; font-weight:bold;}

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals { padding:28px 0 0; }
.cart .cart-collaterals .col2-set { float:left; width:645px; }
.cart .cart-collaterals .col2-set .col-1{width:314px;}
.cart .cart-collaterals .col2-set .col-2{width:311px;}

.cart .crosssell{padding:15px 37px 0 19px; border:1px solid #EBEBEB;}
.cart .crosssell h2{font-size:1em; font-weight:normal; margin-bottom:10px; color:#8E8C8C;}
.cart .crosssell li.item { margin:0 0 19px; }
.cart .crosssell .product-image { float:left; width:78px; height:99px; border:1px solid #F1F1F1; }
.cart .crosssell .product-details { margin-left:100px; }
.cart .crosssell .product-details .product-name{font-weight:normal;}
.cart .crosssell .product-details .price-box{margin-bottom:10px;}
.cart .crosssell .product-details button{margin-bottom:15px;}
.cart .crosssell .product-details .add-to-links .separator{display:none;}

/* Discount Codes & Estimate Shipping and Tax Boxes */
.cart .discount,
.cart .shipping {padding:17px 15px 9px 18px; border:1px solid #EBEBEB;}

.cart .discount h2,
.cart .shipping h2{margin-bottom:5px;}

.cart .discount{margin-bottom:20px;}
.cart .discount .input-box{padding-top:5px;}
.cart .discount .input-box input{float:left; padding:4px; width:115px;}
.cart .discount .input-box button{float:right;}
.cart .discount .buttons-set{margin-left:0; padding-left:0;}
.cart .discount .buttons-set button{float:none; margin-left:0; position:relative; margin-left:-5px;}

.cart .shipping .form-list{margin-top:10px;}
.cart .shipping .buttons-set{padding-left:0; text-align:left;}
.cart .shipping .buttons-set button{margin-left:0; float:none;}

/* Shopping Cart Totals */
.cart .totals { float:right; /*width:192px;*/ border:1px solid #FAFAFA; background:#F4F4F4; padding:20px 11px 22px 12px; }
.cart .totals table { width:100%; }
.cart .totals table th,
.cart .totals table td { padding:5px 5px 5px 10px; font-weight:normal;}
.cart .totals table th { font-weight:normal; }
.cart .totals table tfoot th {}
.cart .totals table strong{font-weight:normal;}
.cart .totals table .price{color:#31CFFF; font-weight:bold;}
.cart .totals .checkout-types{padding-top:15px;}
.cart .totals .checkout-types li{float:none; margin-left:0; text-align:center; margin-bottom:20px;}
.cart .totals .checkout-types li a{color:#1284C6;}

/* Options Tool Tip */
.item-options dt { font-weight:bold; font-style:italic; }
.item-options dd { padding-left:10px; }
.truncated { cursor:help; }
.truncated a.dots { cursor:help; }
.truncated a.details { cursor:help; }
.truncated .truncated_full_value { position:relative; z-index:999; }
.truncated .truncated_full_value dl { position:absolute; top:-99999em; left:-99999em; z-index:999; width:250px; padding:8px; border:1px solid #ddd; background-color:#f6f6f6; }
.truncated .show dl { top:-20px; left:50%; }
.col-left .truncated .show dl { left:30px; top:7px; }
.col-right .truncated .show dl  { left:-240px; top:7px; }
/* ======================================================================================= */


/* Checkout ============================================================================== */
/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods dt { font-weight:bold; }
.sp-methods .price { font-weight:bold; }
.sp-methods .form-list { padding-left:20px; }
.sp-methods select.month { width:150px; margin-right:10px; }
.sp-methods select.year { width:96px; }
.sp-methods input.cvv { width:3em !important; }

.sp-methods .checkmo-list li { margin:0 0 5px; }
.sp-methods .checkmo-list label { width:135px; padding-right:10px; text-align:right; }
.sp-methods .checkmo-list address { float:left; }

.sp-methods .centinel-logos a { margin-right:3px; }
.sp-methods .centinel-logos img { vertical-align:middle; }

.sp-methods .release-amounts { margin:0.5em 0 1em; }
.sp-methods .release-amounts button { float:left; margin:5px 10px 0 0; }

.please-wait { float:right; margin-right:5px; }
.please-wait img { vertical-align:middle; }
.cvv-what-is-this { cursor:help; margin-left:5px; }

/* Tooltip */
.tool-tip { border:1px solid #ddd; background-color:#f6f6f6; padding:5px; position:absolute; z-index:9999; }
.tool-tip .btn-close { text-align:right; }
.tool-tip .btn-close a { display:block; margin:0 0 0 auto; width:15px; height:15px; background:url(https://en.tomassonisrl.com/skin/frontend/default/tomassoni-responsive/images/btn_window_close.gif) 100% 0 no-repeat; text-align:left; text-indent:-999em; overflow:hidden; }
.tool-tip .tool-tip-content { padding:5px; }

/* Gift Messages */
.gift-messages {}
.gift-messages-form { border:1px solid #ddd; background-color:#f5f5f5; }
.gift-messages-form { position:relative; }
.gift-messages-form label { float:none !important; position:static !important; }
.gift-messages-form h4 {}
.gift-messages-form .whole-order {}
.gift-messages-form .item { margin:0 0 10px; }
.gift-messages-form .item .product-img-box { float:left; width:75px; }
.gift-messages-form .item .product-image { margin:0 0 7px; }
.gift-messages-form .item .number { margin:0; font-weight:bold; text-align:center; }
.gift-messages-form .item .details { margin-left:90px; }
.gift-messages-form .item .details .product-name {}

.gift-message-link { display:block; background:url(https://en.tomassonisrl.com/skin/frontend/default/tomassoni-responsive/images/bkg_collapse.gif) 0 4px no-repeat; padding-left:20px; }
.gift-message-link.expanded { background-position:0 -53px; }
.gift-message-row {}
.gift-message-row .btn-close { float:right; }
.gift-message dt strong { font-weight:bold; }

/* Checkout Agreements */
.checkout-agreements {}
.checkout-agreements li { margin:10px 0; }
.checkout-agreements .agreement-content { border:1px solid #ddd; background-color:#f6f6f6; padding:5px; height:10em; overflow:auto; }
.checkout-agreements .agree { padding:6px; }

/* Centinel */
.centinel {}
.centinel .authentication { border:1px solid #ddd; background:#fff; }
.centinel .authentication iframe { width:99%; height:400px; background:transparent !important; margin:0 !important; padding:0 !important; border:0 !important; }

/* Generic Info Set */
.info-set {}
/********** Common Checkout Styles > */

.checkout-onepage-index .page-title{display:none;}
.checkout-onepage-index .col-main{border:0; padding:0; width:702px;}
.checkout-onepage-index .col-right{width:148px;}
.checkout-onepage-index .opc-indent{border:1px solid #EEEEEE; padding:29px 38px 18px 29px;}

/* One Page Checkout */
.block-progress { background:0; border:0; padding:0; color:#8E8C8C; }
.block-progress .block-content{padding-top:0;}
.block-progress a{color:#ADADAD; font-weight: normal;}
.block-progress a:hover{text-decoration:underline;}
.block-progress .separator{padding-left:1px; padding-right:1px;}
.block-progress .block-title span{font-size:1em!important; color:#656564; font-weight:bold!important;}
.block-progress dt { font-weight:bold; color:#1280bf; padding:15px 0; border-bottom:1px solid #EBEBEB; }
.block-progress dd{padding:15px 0; border-bottom:1px solid #EBEBEB;}
.block-progress dt.complete,
.block-progress dd.complete {}

.opc { border-bottom:1px solid #ddd; position:relative; }
.opc li.section { border:1px solid #ddd; border-bottom:0; }

.opc .buttons-set.disabled button.button { display:none; }
.opc .buttons-set .please-wait { height:21px; line-height:21px; }

.opc .step-title { background-color:#FFF; padding:12px 18px 14px; text-align:right; }
.opc .step-title .number { float:left; line-height:normal; margin-right:8px; border:1px solid #EBEBEB; padding:3px 6px; font-weight:bold;}
.opc .step-title h2 { float:left; }
.opc .step-title a { display:none; float:right; }

.opc .allow .step-title { cursor:pointer; }
/*.opc .allow .step-title a { display:block; }*/

.opc .active {}
.opc .active .step-title { cursor:default; }
.opc .active .step-title .number{background:#7F7F7F; color:#FFF;}
/*.opc .active .step-title a { display:none; }*/

.opc .step { border-top:1px solid #ddd; padding:21px 51px 26px 18px; position:relative; }
.opc .step .tool-tip { right:10px; }

.opc .order-review {}
.opc .order-review .authentication {}
.opc .order-review .warning-message {}

.opc .field{width:397px;}
.opc .fields input,
.opc .field input{width:226px;}
.opc .name-lastname,
.opc .field-2{width:232px; float:left;}
.opc .field-2 input{width:226px;}
.opc .field-2 select{width:232px;}
.opc .customer-name-middlename .name-firstname{width:145px!important;}
.opc .customer-name-middlename .name-firstname input{width:130px!important;}
.opc .name-middlename{width:252px;}
.opc .name-middlename input{width:81px!important;}
.opc .name-lastname input{width:226px!important;}
.opc .sp-methods dt{padding-bottom:5px; margin-top: 14px;}
.opc .form-list{margin:10px 0;}
.opc .form-list li.wide input.input-text{width:623px;}

/* Multiple Addresses Checkout */
.checkout-progress { padding:0 50px; margin:25px 0; }
.checkout-progress li { float:left; width:20%; border-top:5px solid #ccc; text-align:center; color:#ccc; }
.checkout-progress li.active { border-top-color:#000; color:#000; }

.multiple-checkout { position:relative; }
.multiple-checkout h2{font-size:15px; font-weight:bold; margin-bottom:5px;}
.multiple-checkout h3{font-size:12px; font-weight:bold; margin-bottom:2px;}
.multiple-checkout .col2-set{padding:15px 0;}
.multiple-checkout .tool-tip { top:50%; margin-top:-120px; right:10px; }
.multiple-checkout .grand-total { font-size:1.5em; text-align:right; }
.multiple-checkout .grand-total big {}
.multiple-checkout .grand-total .price {}

.checkout-multishipping-overview .col2-set h2{color:#7F7F7F;}
.checkout-multishipping-overview .col-wide{margin:15px 0;}
/* ======================================================================================= */


/* Account Login/Create Pages ============================================================ */
.account-login {}
.account-login .new-users {margin-top:20px;}
.account-login .registered-users {margin-top:20px;}

.account-create {}
.account-create .buttons-set button.button {float:right;}
/* Account Login/Create Pages ============================================================ */


/* My Account ============================================================================= */
.my-account .title-buttons .link-rss { float:none; margin:0; }
.my-account .my-tag-edit{margin:10px 0;}
.my-account .my-tag-edit a.btn-remove{float:left; margin-right:5px;}
.my-account .my-wishlist .data-table .product-image{margin-bottom:15px; display:block;}
.my-account .my-wishlist .data-table textarea{width:90%; height:200px;}
.my-account .my-wishlist .data-table button{margin:5px 0;}
.my-account .my-wishlist .buttons-set button{margin-left:10px;}

/********** < Dashboard */
.dashboard {}
.dashboard .welcome-msg {margin-top: 20px; margin-bottom: 30px;}
.dashboard .welcome-msg .hello{margin-bottom:10px;}
.dashboard .data-table{margin:15px 0;}
.dashboard .col2-set{padding:15px 0;}
.dashboard .box-title,
.dashboard .box-head{width:100%; overflow:hidden; margin:10px 0;}
.dashboard .box-title h2,
.dashboard .box-title h3,
.dashboard .box-head h2,
.dashboard .box-head h3{float:left;}
.dashboard .box-title a,
.dashboard .box-head a{float:right;}
.dashboard .col2-set .box .box-title {margin-bottom: 30px; border-bottom:1px solid #eeeeee; padding-bottom: 10px;}
.dashboard .col2-set .box h4 {margin-bottom: 10px;}

/* Block: Recent Orders */
.dashboard .box-recent { margin:10px 0; }

/* Block: Account Information */
.dashboard .box-info {}

/* Block: Reviews */
.dashboard .box-reviews{padding-bottom:15px;}
.dashboard .box-reviews .number { float:left; font-size:10px; font-weight:bold; line-height:1; color:#fff; margin:3px -20px 0 0; padding:2px 3px; background:#ddd; }
.dashboard .box-reviews .details { margin-left:20px; }
.dashboard .box-reviews .details .ratings strong{float:none; display:block; margin-bottom:3px;}
.dashboard .box-reviews .details .ratings .rating-box{float:none;}

/* Block: Tags */
.dashboard .box-tags .number { float:left; font-size:10px; font-weight:bold; line-height:1; color:#fff; margin:3px -20px 0 0; padding:2px 3px; background:#ddd; }
.dashboard .box-tags .details { margin-left:20px; }
.dashboard .box-tags .details .tags li{display:inline;}
/********** Dashboard > */

/* Address Book */
.addresses-list {}
.addresses-list-additional li.item {}

/* Order View */
.order-info { border:1px solid #ddd; padding:5px; }
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li { display:inline; }
.order-info dt { font-weight:bold; }

.order-date { margin:10px 0; }

.order-info-box {}

.order-items { width:100%; overflow-x:auto; }

.order-additional { margin:15px 0; }
/* Order Gift Message */
.gift-message dt strong { color:#656564; }
.gift-message dd { font-size:13px; margin:5px 0 0; }
/* Order Comments */
.order-about dt { font-weight:bold; }
.order-about dd { font-size:13px; margin:0 0 7px; }

.tracking-table { margin:0 0 15px; }
.tracking-table th { font-weight:bold; white-space:nowrap; }

.tracking-table-popup { width:100%; }
.tracking-table-popup th { font-weight:bold; white-space:nowrap; }
.tracking-table-popup th,
.tracking-table-popup td { padding:1px 8px; }

/* Order Print Pages */
.page-print .print-head {}
.page-print .print-head img { float:left; }
.page-print .print-head address { float:left; margin-left:15px; }
/* Price Rewrites */
.page-print .gift-message-link { display:none; }
.page-print .price-excl-tax,
.page-print .price-incl-tax { display:block; white-space:nowrap; }
.page-print .cart-price,
.page-print .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price { display:inline; }

/* My Reviews */
.product-review .product-img-box { float:left; width:140px;  }
.product-review .product-img-box .product-image { display:block; width:125px; height:125px; }
.product-review .product-img-box .label { font-size:11px; margin:0 0 3px; }
.product-review .product-img-box .ratings .rating-box { float:none; display:block; margin:0 0 3px; }
.product-review .product-details { margin-left:150px; }
.product-review .product-name { font-size:16px; font-weight:bold; margin:0 0 10px; }
.product-review h3 {}
.product-review .ratings-table { margin:0 0 10px; }
.product-review dt { font-weight:bold; }
.product-review dd { font-size:13px; margin:5px 0 0; }
/* ======================================================================================= */

.catalogsearch-advanced-index .col-main label{display:block; float:none;}

.customer-account-login .col-main h2{margin-bottom:10px;}
.customer-account-login .col-main .form-list{margin-top:15px;}


.stripViewer {
    margin:0;
    overflow:hidden;
    position:relative;
}
#mygalone{height:404px; overflow:hidden;}
#mygalone ul{position:relative;}
#mygalone ul li{float:left; position:relative; width:460px; height:404px;}
.stripTransmitter{position:absolute; top:365px; left:40px; width:60px!important; height:9px; padding:0;}
.stripTransmitter li{margin-right:4px; float:left;}
.stripTransmitter li a{display:block; width:9px; height:9px; background:url(https://en.tomassonisrl.com/skin/frontend/default/tomassoni-responsive/images/media/slider_btn.gif) left top no-repeat; text-decoration:none;}
.stripTransmitter li a:hover,
.stripTransmitter li a.current{background:url(https://en.tomassonisrl.com/skin/frontend/default/tomassoni-responsive/images/media/slider_btn_hover.gif) left top no-repeat; text-decoration:none;}

.cms-index-index .col-main{border:0; padding:0; width:730px;}
.cms-index-index .right-banners{float:right; width:220px;}
.cms-index-index .right-banners a{display:block; margin-bottom:20px;}
.cms-index-index .slider{position:relative; width:460px;}

.home-products{border:1px solid #EEEEEE; padding:18px; margin-top:20px;}
.home-products .page-title{margin-left:-18px; margin-right:-18px;}
.home-products .page-title h2{line-height:normal;}
.home-products .products-grid .item{width:132px; padding-left:20px; padding-right:23px; padding-bottom:70px; position:relative;}
.home-products .products-grid .item.first{padding-left:0;}
.home-products .products-grid .item.last{padding-right:0;}
.home-products .button{float:none!important;}
.home-products .product-name{padding-bottom:5px;}
.home-products .price-box{margin-bottom:10px;}
.home-products .products-grid .item .actions{padding-top:0; position:absolute; bottom:12px; height:60px;}
.home-products .products-grid.last li.item{padding-bottom:50px;}
.home-products .products-grid.last li.item .actions{bottom:-5px;}


/* Footer ================================================================================ */
.footer-container {
    background: #2085c9; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#2085c9, #1474b7); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#2085c9, #1474b7); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#2085c9, #1474b7); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#2085c9, #1474b7); /* Standard syntax */
    padding:20px 0;
}
.link_services_footer {display: inline-block; float: right; padding:10px 20px;}
.link_services_footer a {color:#ffffff; text-decoration:none; font-size:14px; display: inline-block; margin:0 8px;}
.link_services_footer a.no_footer {display:none;}
.footer {padding:0 20px;}
.footer-corners{background:url(https://en.tomassonisrl.com/skin/frontend/default/tomassoni-responsive/images/footer_left_corner.png) left top no-repeat; height:7px; overflow:hidden;}
.footer-corners div{background:url(https://en.tomassonisrl.com/skin/frontend/default/tomassoni-responsive/images/footer_right_corner.png) right top no-repeat; padding:0 7px;}
.footer-corners div div{background:#FFF; height:7px;}
.footer p { text-align:left; color:#fff; line-height:23px; font-size:13px; }
.footer address { color:#fff; line-height:23px; font-size:13px; }
.footer ul { float:left;}
.footer ul li { float:left; padding-right:17px; padding-bottom:15px; }
.footer ul li a{color:#27BDFF; text-decoration:none;}
.footer ul li a:hover{text-decoration:underline;}
.footer .currency{float:right;}
.footer .currency label{padding-right:5px;}
.footer .currency select{color:#D5D5D5;}
.footer .store-switcher{float:right;}
.footer .form-language{margin-top:5px;}

.footer-container .bottom-container { text-align:center; }

.footer-links{color:#A7A9AA;}
.logo-footer {
  position:relative;
  z-index:1;
  margin-bottom: 45px;
  border-bottom:1px solid #8fb6e2;
  height:22px;
}
.logo-footer img {
  position:absolute;
  z-index:1;
  left:20px;
  top:0%;
  width:100px;
}
/* ======================================================================================= */


/* Clears ================================================================================ */
.clearer:after,
.header-container:after,
.header-container .top-container:after,
.header:after,
.header .quick-access:after,
#nav:after,
.main:after,
.footer:after,
.footer-container .bottom-container:after,
.col-main:after,
.col2-set:after,
.col3-set:after,
.col4-set:after,
.search-autocomplete li:after,
.block .block-content:after,
.block .actions:after,
.block li.item:after,
.block-poll li:after,
.block-layered-nav .currently li:after,
.page-title:after,
.products-grid:after,
.products-list li.item:after,
.box-account .box-head:after,
.dashboard .box .box-title:after,
.box-reviews li.item:after,
.box-tags li.item:after,
.pager:after,
.sorter:after,
.ratings:after,
.add-to-box:after,
.add-to-cart:after,
.product-essential:after,
.product-collateral:after,
.product-view .product-img-box .more-views ul:after,
.product-view .product-shop .short-description:after,
.product-view .box-description:after,
.product-view .box-tags .form-add:after,
.product-options .options-list li:after,
.product-options-bottom:after,
.product-review:after,
.cart:after,
.cart-collaterals:after,
.cart .crosssell li.item:after,
.opc .step-title:after,
.checkout-progress:after,
.multiple-checkout .place-order:after,
.group-select li:after,
.form-list li:after,
.form-list .field:after,
.buttons-set:after,
.page-print .print-head:after,
.advanced-search-summary:after,
.gift-messages-form .item:after,
.send-friend .form-list li p:after { display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
/* ======================================================================================= */

/* Custom ================================================================================ */

.col1{ float:left; width:185px; padding-right:20px;}
.col2{ float:left; width:265px;}

/* ======================================================================================= */

/* Fixes ================================================================================ */

body { min-width:980px;}
body.page-print { min-width:80% !important; padding:0;}
body.page-empty { min-width:80% !important; padding:0;}
body.page-popup { min-width:80% !important; padding:0;}

body.page-print > div,
body.page-empty > div,
body.page-popup > div{ padding:20px;}

.page-popup .page-title{background:0; padding-top:20px;}
.page-popup .product-image{display:block; margin-bottom:10px;}
.page-popup .price-box{margin:10px 0;}
.page-popup .add-to-links{padding:15px 0;}
.page-popup .buttons-set{padding-top:25px!important;}

a:hover img   {position:relative;}

.product-view .product-img-box .product-image { text-align:center;}
.product-image-popup { margin:0 auto; text-align:center; }

/**/
.border-cart { border-right:1px solid #494949; margin-bottom:7px;}
.border-cart .data-table { margin-bottom:0 !important;}
.border-cart .data-table th.last{ border-right:none;}
.border-cart .data-table td.last{ border-right:none;}
/**/

td.cart-buttons { background:#000000; padding:15px 13px 15px 17px !important;}
td.cart-buttons .btn-continue{ float:left;}

.buttons-set button.button { margin-left:0px; }

.my-wishlist textarea { width:90%;}

.review-product-list .pager,
.review-product-list .sorter { background:none; padding:10px 0 10px 0;}

.box-reviews dl{ border:1px solid #B6B6B6;}
.box-reviews dt{ padding:10px; border-bottom:1px solid #B6B6B6; background:#F4F4F4;}
.box-reviews dd{ padding:10px;}
.box-reviews ul.form-list { padding:20px 0 0 0;}
.box-reviews ul.form-list .input-box{ width:99%;}
.box-reviews ul.form-list .input-box input{ width:99%;}
.box-reviews ul.form-list .input-box textarea{ width:99%;}

.gift-messages-form { padding:15px;}
.gift-messages-form p{ padding:4px 0 7px 0;}
.gift-messages-form .input-box { width:90% !important;}
.gift-messages-form textarea { width:90% !important;}

.my-account .data-table { margin-bottom:10px;}
.my-account .item{margin:10px 0;}
.multiple-checkout .grand-total big { display:block; padding:5px 0 7px 0;}

.std p { padding:0 0 10px 0;}
.product-collateral .box-collateral .std p,
.product-collateral .box-description .std p{
    color:#333333;
    line-height:22px;
    font-size:12px;
}
.product-collateral .box-collateral .std p strong,
.product-collateral .box-description .std p strong {
    color:#127fbe;
}
.product-collateral .box-collateral h2,
.product-collateral .box-description h2{
    text-transform:uppercase;
    font-size:14px;
    color:#127fbe;
    margin-bottom:5px;
}
.product-image-popup .nav { padding:7px 0 7px 0; }

.advanced-search-summary{padding:15px 0;}

.dashboard .box-title,
.dashboard .box-head{width:100%; overflow:hidden; margin-bottom:10px;}
.dashboard .box-title h2,
.dashboard .box-title h3,
.dashboard .box-head h2,
.dashboard .box-head h3{float:left; font-weight:300;}
.dashboard .box-head h2 {font-weight: 400; color:#27bdff;}
.dashboard .box-title a,
.dashboard .box-head a{float:right;}
.dashboard .box-account .box {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 20px;
}

.data-table p, .data-table button.button {}

.wrapper{ width:100%; overflow:hidden;}
.fleft{ float:left;}
.fright{ float:right;}
.clear { clear:both;}

.aligncenter{ text-align:center;}
.alignright{ text-align:right;}

/* ======================================================================================= */

#homepage_news{
    border: 1px solid #EEEEEE;
    margin-top: 20px;
    padding: 18px;
}

#homepage_news_grid{
    clear: both;
    overflow: hidden;
}
.news_entry{
    float:left;
    width: 310px;
    padding-bottom: 20px;
}

.sx{
    border-right: 1px solid #EEEEEE;
    padding-right:20px;
    margin-right:20px;
}


.news_entry p{
        font-size:12px;
        line-height:18px;
}


/* e-leva */
.header .links li a:after {
  border-left:1px solid #000;
}
.header .links li a:before {
  font-size:16px;
  color:#1284c6;
  margin-right: 5px;
  font-family: 'icomoon';
}
.header .links li:nth-child(1) a:before {
  content: "\e900";
}
.header .links li:nth-child(2) a:before {
  content: "\e901";
}
/*.header .links li:nth-child(3) a:before {
  content: "\e901";
}*/
.header .links li:nth-child(3) {display: none;}
.header .links li:nth-child(4) a:before {
  content: "\e906";
}
/*.header .links li:nth-child(5) a{ background:url(https://en.tomassonisrl.com/skin/frontend/default/tomassoni-responsive/images/link5-bg.gif) no-repeat 0 0;}*/

/*pagina prodotto con video*/
.left_text{width:267px;float:left;}
.video_right{width: 380px; float:right;}

.social_container{clear:both; width:100%; border-top:1px solid #c8c8c8; padding:15px 0; height:33px; line-height:33px; margin-bottom:10px;}
.social{float: right; color: #27BDFF; }
.social a{margin-left:15px;}

.cms-home .pager, .cms-home .sorter {
        display: none;
}


/*Eccezione nel menu di sinistra per link a promozioni*/
#nav li.level0:nth-child(n+9) { background:#55aedf;}
#nav li.level0:nth-child(n+9)>a:hover { background:#55aedf;}
#nav li.level0.active:nth-child(n+9)>a { background:#55aedf;}

#nav .level0.last {background-color:#d70067!important;}
#nav li.level0.last>a:hover { background:#d70067; color: #480522; }
#nav li.level0.last.active>a { background:#d70067;}

#nav .level0:nth-last-child(2) {background-color:#d70067!important;}
#nav li.level0:nth-last-child(2)>a:hover { background:#d70067; color: #480522; }
#nav li.level0.active:nth-last-child(2)>a { background:#d70067;}



/* Modulo display categorie */

.amshopby-cat-level-1 {
    font-size: 16px;
    line-height: 30px;
}
.amshopby-cat-level-2 {
    padding-left: 20px !important;
}
.amshopby-cat-level-3 {
    padding-left: 40px !important;
}

.block-subscribe {
    display:none;
}

.block-layered-nav > .block-title {

}
.block-layered-nav > .block-subtitle{

}
.block-layered-nav > .block-content > dl#narrow-by-list > dt.odd,
.block-layered-nav > .block-content > dl#narrow-by-list > dd.odd {
    display:none;
}


/* Nuova Home */
.cms-index-index .main {
    padding-right: 0px;
}
.cms-index-index .col-main {
    width: 730px;
}


.section__title {
    margin: 30px 0px;
    border-bottom: 1px solid #d70067;
}
.section__title h2 {
    display: inline-block;
    background-color: #d70067;
    color: #fff;
    padding: 8px 30px 5px 30px;
    font-size: 18px;
    text-transform: uppercase;
}
.section__title h3 {
    display: inline-block;
    margin-left: 20px;
    font-size: 14px;
    color: #656564;
    font-weight: 400;
}
.section__title h3 a {
    color: #656564;
    text-decoration: none;
}
.section__title h3 a:hover {
    text-decoration: underline;
}

.products {
    margin:0;
}
.products.group .product__name {
    height:95px;
    overflow: hidden;
}

.products .columns {
    float: left;
    box-sizing: border-box;
    padding: 0 20px;
    position: relative;
    border-left: 2px solid #e4e4e3;
    margin: 20px 0;
}
.products .column-1-3 {
    width: 240px;
}
.products .columns--has-borders {
    /*border-left: 1px solid #eee;*/
    /*border-right: 1px solid #eee;*/
}
.products .column-1-3-5 {
    width: 280px;
}
.products .column-2-3-5,
.products .column-3-3-5 {
    width: 220px;
}
.products .column-2-3-5::before,
.products .column-2-3-5::after {
    content: "";
    display: block;
    width: 1px;
    height: 72%;
    background-color: #eee;
    position: absolute;
    top: 20px;
}
.products .column-2-3-5::before {
    left: 0;
}
.products .column-2-3-5::after {
    right: 0;
}

.product__item .product__button {
  width:100%;
}

.product__item--border-bottom {
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}

.product__image {
    display: block;
}
.product__image img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

.product__name {
    font-size: 16px;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
/*.product__name--small {
    font-size: 12px;
}*/
.product__name a {
    color: #656564;
    text-decoration: none;
}
.product__name a:hover {
    text-decoration: underline;
}

.products p {
    padding: 0;
}
.products .old-price {
    margin: 0;
}
.products .old-price .price-label {
    font-size: 12px;
}
.products .special-price {
    min-width: auto;
}
.products #label_IVA_esclusa {
    margin: 0;
    text-align: left;
}

.products .price-box,
.products .price-box p {
    margin: 5px 0px;
    color: #656564;
}
.products .price-box {
    margin: 0;
    margin-top: 5px;
}
.products .price-box span {
    color: #656564 !important;
    font-weight: normal;
    font-size: 12px;
}
.products .special-price .price {
    color: #1292d8 !important;
}

.product__button {
    display: block;
    background-color: #00baff;
    color: #FFF;
    border: none;
    padding: 12px 10px;
    text-transform: uppercase;
    cursor: pointer;
    margin-top: 5px;
    font-size:14px;
    border-radius:0;
}
.product__button:hover {
    background-color: #0082bd;
}

.footer_homepage > div {
    box-sizing: border-box;
}
.newsletter-box {
    padding:0;
}
.newsletter-box h2 {
    color: #FFF;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size:15px;
    font-weight: 400;
}
.newsletter-box p {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    line-height: 1.4;
    margin-bottom: 15px;
}
.newsletter-box label {
    display: block;
    color: #656564;
    font-size: 14px;
    margin-bottom: 5px;
    display: none;
}
.newsletter-box input[type="text"],
.newsletter-box input[type="email"] {
    display: inline-block;
    border: none;
    padding: 6px 25px 6px 5px;
    float:left;
    width: 70%;
    height: 26px;
}
.newsletter-box button {
    display: inline-block;
    padding: 5px 10px;
    border: medium none;
    margin-left: 0px;
    cursor: pointer;
    background: #b9b8b8;
    color: #353534;
    border-radius:0;
    text-transform:uppercase;
    font-size:14px;
    float: left;
    width:30%;
}

.social-box {

}

.social-box h2 {
  color: #FFF;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size:15px;
  font-weight: 400;
}

.social-box span {
  font-size:20px;
  margin-right: 17px;
}

.social-box a {
  text-decoration:none;
}

.social-box a:hover span:before {
  color:#b9b8b8;
}

.facebook-box {
    float:left;
    width: 475px;
}

.banner__sidebar {
    position: relative;
    margin-top: 20px;
}
.banner__sidebar img {
    max-width:100%;
}
.banner__sidebar div {
    position: absolute;
    bottom: 0;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    padding: 14px 20px;
    background: rgba(230,0,126,0.6);
    text-align: center;
    font-size:23px;
    line-height: 26px;
}
.banner__sidebar div:hover a {
    text-decoration: underline;
}
.banner__sidebar a {
    color: #FFF;
    font-size: 24px;
    line-height: 1;
    font-weight:400;
    text-decoration: none;
}

.slider {

}
.slide {
    position: relative;
}
.slick-arrow {
    display: block;
    border: none;
    background: #1290D7;
    color: #FFF;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    margin-top: -35px;
    z-index: 1;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    opacity: 0.6;
}
.slick-arrow:hover {
    background: #127CD7;
    opacity: 0.8;
}
.slick-prev {
    left: 20px;
}
.slick-next {
    right: 20px;
}
.slider__caption {
    position: absolute;
    bottom: 20px;
    right: 20px;
    background: rgba(230, 0, 126, 0.5);
    color: #FFF;
    padding: 10px 20px;
}

.slider__caption h2 {
    font-size: 30px;
    font-family: "Slabo 27px",serif;
    margin-bottom: 10px;
    line-height: 1;
}
.slider__caption p {
    padding: 0px;
    line-height: 1.3;
    font-size: 16px;
    margin-bottom: 20px;
    font-size:18px;
}
.slider__caption a {
    display: block;
    background: #1290D7;
    float: right;
    color: #FFF;
    padding: 5px 15px;
    text-decoration: none;
    font-size: 14px;
}
.slider__caption a:hover {
    background: #127CD7;
}

.blog__home {

}

.blog__home .riga {
  border-bottom:1px solid #c8c8c8;
  padding-bottom:20px;
  padding-top:20px;
}

.blog__home .riga:last-child {
  border:none;
}

.blog__home-text {
  background:#fafafa;
  padding: 20px;
}

.blog__home-image {
  height:100%;
  border-left:1px solid #c8c8c8;
  text-align: center;
}

.blog__home h2 {
    margin-bottom: 20px;
    color: #656564;
    font-size:16px;
    text-transform:uppercase;
}
.blog__home img {
    display: block;
    margin: 0 auto;
    /*float: left;*/
}
.blog__home p {
    float: left;
    max-width: 340px;
    margin-left: 0px;
}

.blog__home .group {
  font-size:16px;
  line-height: 22px;
}

.social_container {
    margin-bottom: 0px;
    height: auto;
}
.social {
    line-height: 60px;
}
.social img {
    vertical-align: middle;
}
.loghi_nosocial {
    float: left;
}
.loghi_nosocial span {
    margin-right: 15px;
}
.loghi_nosocial img {
    height: 60px;
}
.loghi_container {
    height: auto;
    text-align: center;
    padding-top:30px;
}
.loghi_container div {
  display: inline-block;
}

.loghi_container > div > span,
.loghi_container > div > a {
    display: table-cell;
    vertical-align: middle;
    width: 90px;
    padding: 0 15px;
}
.loghi_container > div > span.first-child,
.loghi_container > div > a.first-child {
    padding-left: 0;
}
.loghi_container > div > span.last-child,
.loghi_container > div > a.last-child {
    padding-right: 0;
}
.loghi_container > div > span > img,
.loghi_container > div > a > img{
    max-width: 100%;
}

.group:after {
  content: "";
  display: table;
  clear: both;
}

.wrap_servizi {
  float:right;
  padding:20px 0 10px 0;
  margin-right: 20px;
}

.top--services {
  background-color:#fff;
  margin-right: 20px;
  float:left;
}

.form-language {
  float:left;
  margin-top: -4px;
}

.form-language label {
  font-size:14px;
  color: #1280bf;
  font-weight: 400;
  margin-right: 5px;
  display: none;
}

.form-language #select-language {
  border:none;
  border-bottom:1px solid #ddd;
  font-size:13px;
  background:#1280bf;
  border-radius:0;
  color:#fff;
  height: 25px;
  -webkit-border-radius: 0;
  border: 0;
  outline: 1px solid #fff;
  outline-offset: -1px;
}

.top--services a {
  font-size:14px;
  padding-left:20px;
  text-decoration:none;
  color:#656564;
  font-weight:300;
}

.top--services a.no_header {
  display: none;
}

.top--services a:hover {
  color:#1284c6;
}

/* MODIFICHE FORM ACCOUNT PEr GESTIONE CHECK PRIVACY */
.form-list label[for="privacy_dropdown"] {display:none;}
.form-list select#privacy {height:20px;}
/* /MODIFICHE FORM ACCOUNT PEr GESTIONE CHECK PRIVACY */
.cms-home .products.group .special-price .price-label {
  color: #1292d8!important;
}
.cms-home .products.group .price-including-tax {
  display: none;
}
.cms-home .products.group .price-excluding-tax .price {
  font-size: 18px;
}
/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     base_default
 * @copyright   Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* Widgets =============================================================================== */
.widget { display:inline; }
.widget .widget-title { clear:both; padding:15px 0 0; margin:0 0 7px; }
.widget .widget-title h2 { font-size:15px; font-weight:bold; color:#e25203; }

.widget .mini-products-images-list .product-image { display:block; width:76px; height:76px; border:1px solid #a9a9a9; margin:0 auto; }
.widget .mini-products-images-list li.item { float:left; width:77px; height:77px; }

/* Widget: Catalog New Proructs List */
.widget-new-products { display:block; }
.col-main .widget-new-products { margin:7px 0; }
.widget-new-products .products-grid .product-image,
.widget-new-products .products-list .product-image { width:85px; height:85px; }
.widget-new-products .products-list .product-shop { margin-left:100px; }
.sidebar .widget-new-products .block { font-size:11px; line-height:1.25; }
.sidebar .widget-new-products .block-title strong { background:url(https://en.tomassonisrl.com/skin/frontend/base/default/images/widgets/i_widget-new.gif) 0 1px no-repeat; padding-left:21px; color:#dc5033; }

/* Widget: Recently Viewed Proructs */
.widget-viewed { display:block; }
.col-main .widget-viewed { margin:7px 0; }
.widget-viewed .products-grid .product-image,
.widget-viewed .products-list .product-image { width:85px; height:85px; }
.widget-viewed .products-list .product-shop { margin-left:100px; }
.sidebar .widget-viewed .block { font-size:11px; line-height:1.25; }
.sidebar .widget-viewed .block-title strong { background:url(https://en.tomassonisrl.com/skin/frontend/base/default/images/widgets/i_block-list.gif) 0 0 no-repeat; padding-left:21px; }

/* Widget: Recently Compared Proructs */
.widget-compared { display:block;}
.col-main .widget-compared { margin:7px 0; }
.widget-compared .products-grid .product-image,
.widget-compared .products-list .product-image { width:85px; height:85px; }
.widget-compared .products-list .product-shop { margin-left:100px; }
.sidebar .widget-compared .block { font-size:11px; line-height:1.25; }
.sidebar .widget-compared .block-title strong { background:url(https://en.tomassonisrl.com/skin/frontend/base/default/images/widgets/i_block-list.gif) 0 0 no-repeat; padding-left:21px; }

/* Widget: CMS Static Block */
.widget-static-block {}
.sidebar .widget-static-block { display:block; margin:0 0 15px; }

/* Widgets: Links Common Styles */
.top-container .widget a { padding:0 0 0 7px; }

.bottom-container .widget a { padding:0 3px; }

/* Widget: Catalog Product Link */
.widget-product-link-inline { display:inline; }

.col-main .widget-product-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-product-link a { background:url(https://en.tomassonisrl.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-product-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-product-link a { background:url(https://en.tomassonisrl.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }

/* Widget: Catalog Category Link */
.widget-category-link-inline { display:inline; }

.col-main .widget-category-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-category-link a { background:url(https://en.tomassonisrl.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-category-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-category-link a { background:url(https://en.tomassonisrl.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }

/* Widget: CMS Page Link */
.widget-cms-link-inline { display:inline; }

.col-main .widget-cms-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-cms-link a { background:url(https://en.tomassonisrl.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-cms-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-cms-link a { background:url(https://en.tomassonisrl.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }
/* ======================================================================================= */

#cryozonic-stripe-accepted-cards img {
	-moz-transition: opacity .3s ease-in-out;
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	display: inline-block;
}
#cryozonic-stripe-accepted-cards.cryozonic-stripe-detected img {
	opacity: 0.3;
}
#cryozonic-stripe-accepted-cards.cryozonic-stripe-detected img.active {
	opacity: 1;
}

input#cryozonic_stripe_cc_number {
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
    background-position-x: 80%;
    -moz-transition: background-position-x 0.25s ease-in-out;
    -webkit-transition: background-position-x 0.25s ease-in-out;
    transition: background-position-x 0.25s ease-in-out;
}

input#cryozonic_stripe_cc_number.cctype-detected {
    background-position-x: 99%;
}

.adminhtml-sales-order-create-index #payment_form_cryozonic_stripe input[type="text"]
{
	width: 200px;
}

.dialog_content {
    background-color: #fff;
}
.img-preload {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
    z-index: -1;
}
/* Customer Account */
.saved-cards label {
    display: inline;
}
.saved-cards {
    font-size: 1.15em;
}
.saved-cards li {
    margin: 4px 0;
}
#new-card .form-list select {
    width: auto;
}
#new-card .form-list label {
    float: none;
}
#cryozonic_stripe_cc_cid {
    width: 40px;
}

/* Checkout */
#mandates.saved-cards label {
    font-weight: normal;
    margin-left: 4px;
}
ul#payment_form_cryozonic_stripe {
    padding-left: 20px;
    padding-top: 15px;
}
.adminhtml-sales-order-create-index ul#payment_form_cryozonic_stripe {
    padding: 5px 0 10px;
}
ul#payment_form_cryozonic_stripe li {
    display: block;
}
ul#payment_form_cryozonic_stripe li.stripe-new {
    display: none;
}
ul#payment_form_cryozonic_stripe.stripe-new li.stripe-new {
    display: block;
    margin-left: 20px;
}
/* Idev OSC 3-column fixes */
.onestepcheckout-column-middle ul#payment_form_cryozonic_stripe.stripe-new li.stripe-new {
    margin-left: 0;
}
.onestepcheckout-column-middle ul#payment_form_cryozonic_stripe {
    margin: 10px 0;
    padding-left: 0px;
}
/* ~Idev OSC */
.sp-methods .saved-cards li label {
    float: none;
}
.saved-cards {
    margin-top: 14px;
}
.saved-cards input.select {
    position: relative;
    top: -1px;
}
.saved-cards span {
    display: inline-block;
}
.saved-cards span.type {
    font-weight: bold;
    margin-left: 3px;
}
.saved-cards span.exp {
    float: right;
}
.saved-cards label {
    display: inline;
}
.saved-cards span.cryozonic-stripe-fade {
    color: #aaa;
    font-weight: normal;
}
.form-list .saved-cards label {
    float: none;
}
#cryozonic-stripe-card-errors {
    border: 0;
    border-radius: 3px;
    height: 0;
    margin: 0 auto;
    transition: height 1s, margin 1s, border 1s, padding 1s;
    display: inline-block;
    padding: 0 1em;
}
#cryozonic-stripe-card-errors.populated {
    border: 1px hsla(0,100%,50%,0.5) dashed;
    padding: 5px 1em;
    color: #D20;
    height: auto;
    margin: 0.5em auto 1em;
}

/* Card Icons */
#payment_form_cryozonic_stripe span.type.Visa { background: url(https://en.tomassonisrl.com/skin/frontend/base/default/cryozonic_stripe/img/visa.png) no-repeat; }
#payment_form_cryozonic_stripe span.type.American.Express { background: url(https://en.tomassonisrl.com/skin/frontend/base/default/cryozonic_stripe/img/amex.png) no-repeat; }
#payment_form_cryozonic_stripe span.type.MasterCard { background: url(https://en.tomassonisrl.com/skin/frontend/base/default/cryozonic_stripe/img/mastercard.png) no-repeat; }
#payment_form_cryozonic_stripe span.type.Discover { background: url(https://en.tomassonisrl.com/skin/frontend/base/default/cryozonic_stripe/img/discover.png) no-repeat; }
#payment_form_cryozonic_stripe span.type.Diners { background: url(https://en.tomassonisrl.com/skin/frontend/base/default/cryozonic_stripe/img/diners.png) no-repeat; }
#payment_form_cryozonic_stripe span.type.JCB { background: url(https://en.tomassonisrl.com/skin/frontend/base/default/cryozonic_stripe/img/jcb.png) no-repeat; }

#payment_form_cryozonic_stripe span.type.Visa,
#payment_form_cryozonic_stripe span.type.American.Express,
#payment_form_cryozonic_stripe span.type.MasterCard,
#payment_form_cryozonic_stripe span.type.Discover,
#payment_form_cryozonic_stripe span.type.Diners,
#payment_form_cryozonic_stripe span.type.JCB {
    padding-left: 30px;
    background-position-y: -3px;
    background-size: 24px;
}

/* Apple Pay */
ul#payment_form_cryozonic_stripe li#apple-pay-section #apple-pay-button {
    background-color: black;
    background-image: -webkit-named-image(apple-pay-logo-white);
    background-size: 100% 24px;
    background-origin: content-box;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 44px;
    padding: 10px 0;
    border-radius: 10px;
}
ul#payment_form_cryozonic_stripe li#apple-pay-section {
    display: none;
    text-align: center;
    margin-top: 20px;
}
ul#payment_form_cryozonic_stripe.apple-pay-supported li#apple-pay-section,
ul#payment_form_cryozonic_stripe.payment-request-api-supported li#apple-pay-section {
    display: block;
}
ul#payment_form_cryozonic_stripe.apple-pay-supported li#apple-pay-section #payment-request-button {
    display: none;
}
ul#payment_form_cryozonic_stripe.payment-request-api-supported li#apple-pay-section #apple-pay-button {
    display: none;
}
ul#payment_form_cryozonic_stripe li#apple-pay-section label {
    font-weight: bold;
    margin: 10px 0;
    float: none;
    display: block;
}

/* Authorized Apple Pay Result */
.form-list #apple-pay-result label {
    display: inline-block;
    float: none;
}
ul#payment_form_cryozonic_stripe li#apple-pay-result {
    text-align: center;
    font-size: 1.1em;
    display: none;
}
#apple-pay-result > div {
    display: block;
    margin: 5px 0;
}
ul#payment_form_cryozonic_stripe.apple-pay-success li#apple-pay-result {
    display: block;
}
ul#payment_form_cryozonic_stripe.apple-pay-supported.apple-pay-success li#apple-pay-section,
ul#payment_form_cryozonic_stripe.payment-request-api-supported.apple-pay-success li#apple-pay-section {
    display: none;
}
ul#payment_form_cryozonic_stripe.apple-pay-supported.apple-pay-success.stripe-new li.stripe-new,
ul#payment_form_cryozonic_stripe.payment-request-api-supported.apple-pay-success.stripe-new li.stripe-new {
    display: none;
}
ul#payment_form_cryozonic_stripe.apple-pay-supported.apple-pay-success.stripe-new li#cryozonic_stripe_cc_save_div.stripe-new,
ul#payment_form_cryozonic_stripe.payment-request-api-supported.apple-pay-success.stripe-new li#cryozonic_stripe_cc_save_div.stripe-new {
    display: block;
}
ul#payment_form_cryozonic_stripe.apple-pay-success ul#saved-cards {
    display: none;
}

/* Stripe Elements */
#card-details-label {
    display: block;
}
#cryozonic-stripe-card-number {
    width: 225px;
    display: inline-block;
}
.cryozonic-stripe-brand {
    opacity: 0.5;
    height: 24px;
    width: 32px;
    display: inline-block;
    font-size: 20px;
    margin-left: -49px;
    position: relative;
    top: -9px;
}
#cryozonic-stripe-card-expiry {
    width: 93px;
    display: inline-block;
}
#cryozonic-stripe-card-cvc {
    width: 68px;
    display: inline-block;
}
.stripe-elements-field {
    display: inline-block;
    margin: 5px 0 0 0;
    padding: 4px 14px;
    border-style: none;
    background-color: #fefefe;
    box-shadow: 0 6px 9px rgba(50, 50, 93, 0.06), 0 2px 5px rgba(0, 0, 0, 0.08),
    inset 0 1px 0 #fefefe;
    border-radius: 4px;
}
li.cryozonic-stripe-elements.no-wrap {
    white-space: nowrap;
}
.pci-dss-info-block {
    margin: 10px 15px -16px 25px;
    width: 240px;
}
#pci-svg {
    position: relative;
    left: -25px;
    top: 5px;
    opacity: 0.5;
    fill: green;
}
.pci-dss-info-text {
    display: inline-block;
    position: relative;
    top: -20px;
}
/*!
 *  PaymentFont 1.2.5 by @AMPoellmann - http://paymentfont.io
 *  License - http://paymentfont.io/#license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:PaymentFont;src:url(https://en.tomassonisrl.com/skin/frontend/base/default/cryozonic_stripe/fonts/paymentfont-webfont.eot);src:url(https://en.tomassonisrl.com/skin/frontend/base/default/cryozonic_stripe/fonts/paymentfont-webfont.eot?#iefix) format('embedded-opentype'),url(https://en.tomassonisrl.com/skin/frontend/base/default/cryozonic_stripe/fonts/paymentfont-webfont.woff) format('woff2'),url(https://en.tomassonisrl.com/skin/frontend/base/default/cryozonic_stripe/fonts/paymentfont-webfont.woff) format('woff'),url(https://en.tomassonisrl.com/skin/frontend/base/default/cryozonic_stripe/fonts/paymentfont-webfont.ttf) format('truetype'),url(https://en.tomassonisrl.com/skin/frontend/base/default/cryozonic_stripe/fonts/paymentfont-webfont.svg#paymentfont-webfont) format('svg');font-weight:400;font-style:normal}.pf{display:inline-block;font:normal normal normal 14px/1 PaymentFont;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.pf-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.pf-2x{font-size:2em}.pf-3x{font-size:3em}.pf-4x{font-size:4em}.pf-5x{font-size:5em}.pf-amazon:before{content:"\f000"}.pf-american-express:before{content:"\f001"}.pf-american-express-alt:before{content:"\f002"}.pf-atm:before{content:"\f003"}.pf-bankomat:before{content:"\f004"}.pf-bank-transfer:before{content:"\f005"}.pf-bitcoin:before{content:"\f006"}.pf-bitcoin-sign:before{content:"\f007"}.pf-braintree:before{content:"\f008"}.pf-btc:before{content:"\f009"}.pf-card:before{content:"\f00a"}.pf-carta-si:before{content:"\f00b"}.pf-cash:before{content:"\f00c"}.pf-cash-on-delivery:before{content:"\f00d"}.pf-cb:before{content:"\f00e"}.pf-cirrus:before{content:"\f00f"}.pf-cirrus-alt:before{content:"\f010"}.pf-clickandbuy:before{content:"\f011"}.pf-credit-card:before{content:"\f012"}.pf-diners:before{content:"\f013"}.pf-discover:before{content:"\f014"}.pf-ec:before{content:"\f015"}.pf-eps:before{content:"\f016"}.pf-eur:before{content:"\f017"}.pf-facture:before{content:"\f018"}.pf-fattura:before{content:"\f019"}.pf-flattr:before{content:"\f01a"}.pf-giropay:before{content:"\f01b"}.pf-google-wallet:before{content:"\f01c"}.pf-google-wallet-alt:before{content:"\f01d"}.pf-gpb:before{content:"\f01e"}.pf-gratipay:before{content:"\f01f"}.pf-ideal:before{content:"\f020"}.pf-ils:before{content:"\f021"}.pf-inr:before{content:"\f022"}.pf-invoice:before{content:"\f023"}.pf-invoice-sign:before{content:"\f024"}.pf-invoice-sign-alt:before{content:"\f025"}.pf-invoice-sign-alt-o:before{content:"\f026"}.pf-invoice-sign-o:before{content:"\f027"}.pf-jcb:before{content:"\f028"}.pf-jpy:before{content:"\f029"}.pf-krw:before{content:"\f02a"}.pf-maestro:before{content:"\f02b"}.pf-maestro-alt:before{content:"\f02c"}.pf-mastercard:before{content:"\f02d"}.pf-mastercard-alt:before{content:"\f02e"}.pf-mastercard-securecode:before{content:"\f02f"}.pf-ogone:before{content:"\f030"}.pf-paybox:before{content:"\f031"}.pf-paylife:before{content:"\f032"}.pf-paypal:before{content:"\f033"}.pf-paypal-alt:before{content:"\f034"}.pf-paysafecard:before{content:"\f035"}.pf-postepay:before{content:"\f036"}.pf-quick:before{content:"\f037"}.pf-rechnung:before{content:"\f038"}.pf-ripple:before{content:"\f039"}.pf-rub:before{content:"\f03a"}.pf-skrill:before{content:"\f03b"}.pf-sofort:before{content:"\f03c"}.pf-square:before{content:"\f03d"}.pf-stripe:before{content:"\f03e"}.pf-truste:before{content:"\f03f"}.pf-try:before{content:"\f040"}.pf-unionpay:before{content:"\f041"}.pf-usd:before{content:"\f042"}.pf-verified-by-visa:before{content:"\f043"}.pf-verisign:before{content:"\f044"}.pf-visa:before{content:"\f045"}.pf-visa-electron:before{content:"\f046"}.pf-western-union:before{content:"\f047"}.pf-western-union-alt:before{content:"\f048"}.pf-wirecard:before{content:"\f049"}.pf-sepa:before{content:"\f04a"}.pf-sepa-alt:before{content:"\f04b"}.pf-apple-pay:before{content:"\f04c"}.pf-interac:before{content:"\f04d"}.pf-paymill:before{content:"\f04e"}.pf-dankort:before{content:"\f04f"}.pf-bancontact-mister-cash:before{content:"\f050"}.pf-moip:before{content:"\f051"}.pf-pagseguro:before{content:"\f052"}.pf-cash-on-pickup:before{content:"\f053"}.pf-sage:before{content:"\f054"}.pf-elo:before{content:"\f055"}.pf-elo-alt:before{content:"\f056"}.pf-payu:before{content:"\f057"}.pf-mercado-pago:before{content:"\f058"}.pf-mercado-pago-sign:before{content:"\f059"}.pf-payshop:before{content:"\f05a"}.pf-multibanco:before{content:"\f05b"}.pf-gratipay-sign:before{content:"\f05c"}.pf-six:before{content:"\f05d"}.pf-cashcloud:before{content:"\f05e"}.pf-interac-alt:before{content:"\f05f"}.pf-klarna:before{content:"\f060"}.pf-bitpay:before{content:"\f061"}.pf-venmo:before{content:"\f062"}.pf-visa-debit:before{content:"\f063"}.pf-alipay:before{content:"\f064"}.pf-diners-alt:before{content:"\f065"}.pf-hipercard:before{content:"\f066"}.pf-skrill-alt:before{content:"\f067"}.pf-shopify:before{content:"\f068"}.pf-direct-debit:before{content:"\f069"}.pf-sodexo:before{content:"\f06a"}.pf-bpay:before{content:"\f06b"}.pf-contactless:before{content:"\f06c"}.pf-contactless-alt:before{content:"\f06d"}.pf-eth:before{content:"\f06e"}.pf-ltc:before{content:"\f06f"}.pf-visa-pay:before{content:"\f070"}.pf-wechat-pay:before{content:"\f071"}.pf-amazon-pay:before{content:"\f072"}.pf-amazon-pay-alt:before{content:"\f073"}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
