/* Google Fonts API */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Archivo:wght@400;700&family=Roboto+Condensed&display=swap');

html {
    min-width: 320px;
    font-size: 100%;
    overflow-y: scroll;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    background: #f7f7f7;
    color: #6B5555;
    margin: 0;
    text-rendering: optimizeLegibility;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    color: #777777;    font-weight: 300;
    letter-spacing: 0.5px;
    line-height: 1.65;
}

table {
    border-collapse: collapse;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    margin: 0 0 0.5em 0;
    text-transform: uppercase;
    color: #44A5CD;
    line-height: 1;
    font-family: 'Archivo', sans-serif;
    letter-spacing: 0.5px;
}

h1 {
    font-size: 16px;
    color: #333333;
    text-transform: uppercase;
    margin: 0 0 22px;
    padding: 16px 10px 18px 19px;
    font-weight: bold;
    background: #f8f8f8;
    border: 1px solid #c1c0c0;
    border-left: 5px solid #44A5CD;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 16px;
    border-bottom: 1px solid #c1c0c0;
    line-height: 24px;
    margin-bottom: 18px
}

.white {
    color: #fff !important
}

p {
    margin-top: 0px;
    margin-bottom: 14px;
}

::selection {
    background: #44A5CD;
    color: white;
}

a, a:visited {
    color: #44A5CD;
    text-decoration: none !important;
    cursor: pointer;
}

a:hover {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    text-decoration: none !important
}

a img {
    border: none;
}

form {
    padding: 0;
    margin: 0;
    display: inline;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

input[type='text'], input[type='password'], textarea {
    background: none;
    border: 1px solid #E5E4E4;
    padding: 10px 11px;
    resize: none;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

select {
    border: 1px solid #E7E7E7;
    padding: 3px 3px 4px 3px;
    font-size: 11px;
    margin: 0;
}

label {
    cursor: pointer;
}

/* layout */
.clearfix:after {
    content: ' ';
    display: block;
    clear: both;
}

.responsive {
    margin: 0 auto;
}

.wrapper {
    padding: 0;
}

#container {
    padding: 0px 0 45px 0
}

.colonna-sinistra {
    border-right-width: 4px;
    border-right-color: #ECECED;
    border-right-style: solid;
    background: #fff;
}

.colonna-destra {
    background: #fff;
}

#column-left {
}

#column-left h3 {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 0.5em;
    margin-bottom: 1em;
}

.homelist {
    padding: 45px 0
}

.homelist li {
    width: 28%;
    margin-right: 2%;
    padding: 2%;
    float: left;
    display: block;
    background: #fff;
    text-align: center;
    height: 255px
}

.homelist li:hover {
    -webkit-box-shadow: 2px 2px 2px #DDDDDD;
    -moz-box-shadow: 2px 2px 2px #DDDDDD;
    box-shadow: 2px 2px 2px #DDDDDD;
}

.homelist li a {
    text-decoration: none
}

.homelist li p a {
    color: #6B5555
}

.homelist li .icon {
    width: 120px;
    height: 120px;
    display: inline-block;
}

.homelist li .icon img {
    width: 100%
}

.homelist li:last-child {
    margin-right: 0;
}

.information {
    margin-top: 0px;
}

.testata {
    vertical-align: bottom;
    min-height: 50px;
}

.testata img {
    width: 100%;
    vertical-align: bottom
}

.titoloproducts {
    background: #44A5CD;
}

.titoloproducts h1 {
    color: #fff;
    font-size: 30px;
    padding: 20px 10px
}

.partners table td {
    padding: 15px 40px;
}

.partners h2 {
    padding: 0;
    margin: 0;
}

.applications {
    background: #fff;
    width: 66%;
    float: left;
    margin: 0 0 45px 0
}

.welcome {
    background: #fff;
    float: left;
    margin-left: 2%;
    width: 32%;
    text-align: center;
    padding-bottom: 0;
}

.welcome h2 {
    background: #44A5CD;
    color: #fff;
    text-align: center;
    margin: 0;
    line-height: 86px
}

.welcome h2 a {
    color: #fff;
}

.welcome p {
    padding: 20px 30px 10px 30px
}

.welcome p a {
    color: #6B5555
}

.thumb img {
    width: 100%;
    vertical-align: bottom
}

.padding {
    padding: 40px
}

.list-1 {
    list-style: none;
}

.list-1 li:before {
    background: url('/image/data/tick.png');
    width: 24px;
    height: 24px;
    display: block;
    content: '  ';
    float: left;
    margin: 0 5px 0 0
}

.list-1 li {
    line-height: 24px;
}

.byline-creatdate {
    margin: 0px 0 4px 0;
    color: #777;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 2px
}

.name a {
    font-size: 16px;
    font-weight: bold;
    display: block;
    color: #444
}

.description {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 4px
}

.description a {
    color: #6B5555
}

/* header */
#header {
    position: relative;
    padding: 20px 0 14px 0;
    border-top: 7px solid #D8D8D8;
    background: #fff
}

#header ul {
    display: table;
    width: 100%;
}

#header ul li {
    display: table-cell;
    text-align: left;
    vertical-align: middle
}

#header ul li:last-child {
    text-align: right
}

#header #logo {
}

#header #logo a {
}

#header #logo a img {
}

#currency {
    width: 75px;
    position: absolute;
    top: 15px;
    left: 425px;
    color: #999;
    line-height: 17px;
    line-height: 16px;
}

#currency a {
    display: inline-block;
    padding: 2px 4px;
    border: 1px solid #CCC;
    color: #999;
    text-decoration: none;
    margin-right: 2px;
    margin-bottom: 2px;
}

#currency a b {
    color: #000;
    text-decoration: none;
}

#header #cart {
    position: absolute;
    top: 57px;
    right: 332px;
    z-index: 9;
    min-width: 300px;
}

#header #cart .heading {
    float: right;
    padding-top: 11px;
    padding-left: 55px;
    padding-right: 0px;
    position: relative;
    z-index: 1;
    width: 130px;
    height: 56px;
}

#header #cart .heading h4 {
    color: #FC0;
    font-size: 15px;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 3px;
}

#header #cart .heading a {
    color: #000;
    text-decoration: none;
}

#header #cart .heading a span {
    padding-right: 15px;
    color: #999
}

#header #cart .content {
    clear: both;
    display: none;
    position: relative;
    top: -1px;
    padding: 8px;
    min-height: 150px;
    border-top: 1px solid #EEEEEE;
    border-left: 1px solid #EEEEEE;
    border-right: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
    -webkit-border-radius: 7px 0px 7px 7px;
    -moz-border-radius: 7px 0px 7px 7px;
    -khtml-border-radius: 7px 0px 7px 7px;
    border-radius: 7px 0px 7px 7px;
    -webkit-box-shadow: 2px 2px 2px #DDDDDD;
    -moz-box-shadow: 2px 2px 2px #DDDDDD;
    box-shadow: 2px 2px 2px #DDDDDD;
    background: #FFF;
}

#header #cart.active .heading {
    padding-bottom: 6px;
    background: #fff;
    border-top: 1px solid #EEEEEE;
    border-left: 1px solid #EEEEEE;
    border-right: 1px solid #EEEEEE;
    -webkit-border-radius: 7px 7px 0px 0px;
    -moz-border-radius: 7px 7px 0px 0px;
    -khtml-border-radius: 7px 7px 0px 0px;
    border-radius: 7px 7px 0px 0px;
}

#header #cart.active .content {
    display: block;
}

.mini-cart-info table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 5px;
}

.mini-cart-info td {
    color: #000;
    vertical-align: top;
    padding: 10px 5px;
    border-bottom: 1px solid #EEEEEE;
}

.mini-cart-info .image {
    width: 1px;
}

.mini-cart-info .image img {
    border: 1px solid #EEEEEE;
    text-align: left;
}

.mini-cart-info .name small {
    color: #666;
}

.mini-cart-info .quantity {
    text-align: right;
}

.mini-cart-info td.total {
    text-align: right;
}

.mini-cart-info .remove {
    text-align: right;
}

.mini-cart-info .remove img {
    cursor: pointer;
}

.mini-cart-total {
    text-align: right;
}

.mini-cart-total table {
    border-collapse: collapse;
    display: inline-block;
    margin-bottom: 5px;
}

.mini-cart-total td {
    color: #000;
    padding: 4px;
}

#header #cart .checkout {
    text-align: right;
    clear: both;
}

#header #cart .empty {
    padding-top: 50px;
    text-align: center;
}

/* NAVIGATION */
#header #language {
    margin-top: 27px;
    float: right;
    height: 20PX;
    line-height: 20PX;
    width: 114px;
    border-left: 1px solid #ebebeb;
    padding-left: 25px;
}

#header #language a {
    float: left;
    width: 30px;
    margin: 0 8px 0 0;
    height: 20px;
    opacity: 0.8;
}

#header #language a:hover {
    opacity: 1;
}

#header #language a img {
    vertical-align: bottom;
    width: 100%;
}

#menu {
    margin: 0px 0 22px 0;
    clear: both;
    background: #ebebeb
}

#menu ul {
    display: flex;
    width: 100%;
    gap: 2px
}

#menu ul > li {
    flex: 1;
    position: relative;
}

#menu ul > li:last-child {
    padding-right: 0;
}

#menu ul > li > a {
    display: flex;
    padding: 0 12px;
    font-size: 14px;
    line-height: 20px;
    height: 58px;
    color: #FFF;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    background: #262626;
    white-space: nowrap;
    align-items: center;
    justify-content: center;
    font-family: 'Roboto Condensed', sans-serif;
    letter-spacing: 0.5px;
}

#menu ul > li > a:hover {
    color: #44A5CD
}

#menu ul > li.active {
    background: #ECECED;
}

#menu ul > li:hover {
    background: #ddd;
}

#menu ul > li:hover > div {
}

/* Navigation -> Submenu */
#menu ul > li > div:after {
    position: absolute;
    background: url(/image/data/arrow_1.png) 0 0 no-repeat;
    content: '';
    left: 50%;
    width: 9px;
    height: 5px;
    top: -5px;
    pointer-events: none;
    z-index: 999;
    display: block;
}

#menu ul li div {
    left: -50%;
    z-index: 999;
    width: 200%;
    padding-top: 26px;
    top: 55px;
    padding-bottom: 26px;
    background-color: #44A5CD;
    display: none;
    position: absolute;
    margin-left: 0 !important
}

#menu ul li div ul {
    position: relative;
    display: block
}

#menu ul li div ul li {
    position: relative;
    display: block;
    background: none;
    padding: 0;
}

#menu ul li div ul li:hover {
    background: none;
}

#menu ul li div ul li a {
    background: none;
    color: #fff;
    line-height: 36px;
}

#menu ul li div li a:hover {
    color: #323841;
    background: none
}

#header #search {
    float: left;
    opacity: 0.9;
    margin: 0
}

#header #search:hover {
    opacity: 1
}

#header #search .label {
    display: none;
}

#header #search input {
    cursor: pointer;
    display: block;
    width: 176px;
    height: 16px;
    background: #f2f2f2;
    border: 1px solid #DBD8CF;
    font-size: 11px;
    color: #4c4c4c;
    line-height: 16px;
    padding: 11px 25px 10px 20px;
    outline: none;
    -webkit-transition: border-color 0.4s, box-shadow 0.4s;
    -moz-transition: background-color 0.6s;
    transition: background-color 0.6s;
    -ms-transition: background-color 0.6s;
    -o-transition: background-color 0.6s;
    color: #757575;
    text-transform: inherit;
    font-style: inherit;
}

#header #search input:focus {
    border: 1px solid #ccc;
    opacity: 1;
}

#header #search .button-search {
    position: absolute;
    width: 55px;
    height: 39px;
    background: url(../image/icon_search.png) top left no-repeat;
    margin: 0px 0px 0px 180px;
    cursor: pointer;
    text-indent: 100%;
    overflow: hidden
}

#slideshow0 {
    background: #ECECED;
    position: relative;
}

.success, .warning, .attention {
    padding: 10px 10px 10px 33px;
    margin: 15px 0px;
    color: #555555;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -khtml-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

.success a, .warning a, .attention a {
    text-decoration: underline !important;
}

.success a:hover, .warning a:hover, .attention a:hover {
    text-decoration: none !important;
}

.success {
    position: fixed;
    z-index: 9999 !important;
    left: 50%;
    top: 50%;
    margin-left: -150px;
    margin-top: -70px;
    width: 300px;
    background: #EAF7D9 url('../image/success.png') 10px center no-repeat;
    border: 6px solid #BBDF8D;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -khtml-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 6px 6px 6px 6px;
    -moz-border-radius: 6px 6px 6px 6px;
    -khtml-border-radius: 6px 6px 6px 6px;
    border-radius: 6px 6px 6px 6px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    box-shadow: 0.2em 0.2em 0.2em 3px rgba(122, 122, 122, 0.5);
    -webkit-box-shadow: 0.2em 0.2em 0.2em 3px rgba(122, 122, 122, 0.5);
    padding: 18px 28px 18px 33px;
}

.warning {
    background: #FFD1D1 url('../image/warning.png') 10px center no-repeat;
    border: 6px solid #F8ACAC;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -khtml-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

.attention {
    background: #FFF5CC url('../image/attention.png') 10px center no-repeat;
    border: 6px solid #FA0;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -khtml-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

.success .close, .warning .close, .attention .close, .information .close {
    float: right;
    padding-top: 4px;
    padding-right: 4px;
    cursor: pointer;
    border: 1px solid #888;
    padding: 2px;
    background: #FFF
}

.required {
    color: #FF0000;
    font-weight: bold;
}

.error {
    display: block;
    color: #FF0000;
}

.help {
    color: #999;
    font-size: 10px;
    font-weight: normal;
    display: block;
}

.pagination .links {
    float: left;
}

.pagination .links a {
    display: inline-block;
    border: 1px solid #EEEEEE;
    padding: 4px 10px;
    text-decoration: none;
    color: #A3A3A3;
}

.pagination .links b {
    display: inline-block;
    border: 1px solid #269BC6;
    padding: 4px 10px;
    font-weight: normal;
    text-decoration: none;
    color: #269BC6;
    background: #FFFFFF;
}

.pagination .results {
    float: right;
    padding: 3px 10px 3px 0px;
    color: #555;
    display: none
}

/* button */
a.button, input.button {
    display: inline-block;
    padding: 0 14px;
    height: 30px;
    line-height: 30px;
    border: none;
    background: #ddd;
    color: #757575;
    text-decoration: none;
    font-size: 13px;
    margin-right: 0px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

a.button.checkout {
    background: url('../image/button-checkout.png') top left repeat-x;
    padding: 8px 19px;
}

input.button {
    margin: 0;
    border: 0;
    height: 34px;
    padding: 0px 12px 0px 12px;
}

a.button:hover, input.button:hover {
    background: #44A5CD;
    color: white;
}

.buttons {
    padding: 11px 22px;
    margin: 25px 0 28px 0;
    background: #ECECED;
    overflow: auto;
    border: 1px solid #c1c0c0;
}

.buttons .left {
    float: left;
    text-align: left;
}

.buttons .right {
    float: right;
    text-align: right;
}

.buttons .center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.compare {
    padding: 14px
}

.htabs {
    height: 33px;
    line-height: 16px;
    border-bottom: 1px solid #DDDDDD;
    clear: bottab-reviewh;
    padding-top: 22px
}

.htabs a {
    border-top: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    background: #FFFFFF url('../image/tab.png') repeat-x;
    padding: 9px 17px 7px 17px;
    float: left;
    font-size: 13px;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    color: #000000;
    margin-right: 4px;
    display: none;
}

.htabs a.selected {
    padding-bottom: 8px;
    background: #FFFFFF;
    font-weight: 700;
    border-bottom: none
}

.tab-content {
    padding: 10px;
    margin-bottom: 20px;
    z-index: 2;
    overflow: auto;
    font-weight: normal;
    color: #333;
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
    padding: 22px;
    background: #fff
}

/* box */
.modcontact {
    width: 270px;
    float: left;
    margin-left: 30px
}

.modcontact b {
    font-weight: normal;
    color: #4E4848;
    margin-bottom: 10px;
    font-size: 12px
}

.modcontact .mcname {
    background-image: url(../image/ico-name.png);
    background-position: 11px 10px;
    background-repeat: no-repeat;
    padding-left: 36px;
}

.modcontact .mcemail {
    background-image: url(../image/ico-mail.png);
    background-position: 11px 10px;
    background-repeat: no-repeat;
    padding-left: 36px;
}

.modcontact .mcenquiry {
    background-image: url(../image/ico-message.png);
    background-position: 11px 10px;
    background-repeat: no-repeat;
    padding-left: 36px;
}

.modcontact .buttons {
    background: none;
    border: none;
    padding: 6px 0px
}

.box {
    margin-bottom: 0px;
    margin-top: 0px;
}

.box:after {
    content: ' ';
    display: block;
    clear: both;
}

.home .box-heading {
    margin-top: 22px;
}

.box-heading {
    font: 16px Roboto Condensed;
    color: #333333;
    text-transform: uppercase;
    margin: 0 0 30px;
    padding: 16px 10px 18px 19px;
    font-weight: bold;
    background: #f8f8f8;
    border: 1px solid #c1c0c0;
    border-left: 5px solid #44A5CD;
}

.box .box-heading {
    margin-bottom: 18px
}

.box .box-content {
    padding: 22px 40px;
}

.home .box .box-content {
    padding: 0;
}

/* box products */
.box-product {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.box-product > div {
    margin: 0;
    border: 1px solid #c1c0c0;
    padding: 0px;
    background: #fff;
    border-bottom: 5px solid #44A5CD;
    display: flex;
    flex-direction: column;
}

.box-product > div:hover {
    border: 1px solid #888;
    border-bottom: 5px solid #888;
}

.box-product > div:nth-child(4n+4) {
    margin-right: 0;
}

.box-product > div.image {
    text-align: center;
    border-bottom: 1px solid #c1c0c0;
}

.product-info .box-product > div {
    margin-bottom: 5px;
    height: 210px;
    width: 168px
}

#column-left + #column-right + #content .box-product > div {
    width: 119px;
}

.box-product .name {
}

.box-product .name a {
    color: #3090B8;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding: 16px 12px;
    display: block
}

.box-product .price {
    font-weight: bold;
    color: #636363;
    margin-bottom: 4px;
    padding: 5px;
    border-top: 1px solid #c0c0c0;
    text-align: center;
    margin-top: auto;
}

.box-product .cart {
    display: none;
}

.box-product .price-old {
    color: #F00;
    text-decoration: line-through;
}

.box-product .price-new {
    font-weight: bold;
}

.box-product .rating {
    display: block;
    margin-bottom: 4px;
    text-align: center
}

.box-product li {
    width: 32%;
    float: left;
    padding: 0;
    margin: 0 2% 2% 0;
    position: relative
}

.box-product li:nth-child(3n+3) {
    margin-right: 0;
}

.box-product li .image {
    display: block;
    margin-bottom: 0px;
}

.box-product li .image a {
    display: block
}

.box-product li .image a img {
    width: 100%;
    vertical-align: bottom
}

.box-product li .name {
    display: block;
    background: #44A5CD
}

.box-product li .name a {
    color: #fff;
    text-align: center;
    font-weight: 700;
    font-family: 'Oxygen', 'sans-serif';
    font-size: 22px;
    display: block;
    line-height: 50px;
}

/* box category */
.box.category .box-heading {
    display: none
}

.box-category {
    margin-top: -5px;
}

.box-category ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.box-category > ul > li {
    padding: 0px;
}

.box-category > ul > li > a {
    text-decoration: none;
    color: #333;
    display: none
}

.box-category > ul > li ul {
    display: none;
}

.box-category > ul > li a {
    color: #555
}

.box-category > ul > li a.active {
    font-weight: bold;
    color: #44A5CD
}

.box-category > ul > li a.active + ul {
    display: block;
}

.box-category > ul > li ul > li {
    padding: 0px;
}

.box-category > ul > li ul > li > a {
    text-decoration: none;
    display: block;
    line-height: 24px;
    padding: 5px 0
}

.box-category > ul > li ul > li > a.active {
    font-weight: bold;
}

/* content */
.home .content-bottom .blocktext {
    float: left;
}

.home .content-bottom .blogarticlelist {
    clear: both;
    width: 100%;
    margin: 0 0 45px 0
}

.home .content-bottom .blogarticlelist h3 {
    display: none
}

.home .contatto {
    float: left;
    margin-left: 2%;
    width: 32%;
    background: #fff;
    margin-top: 2%;
    background: #44A5CD;
}

.home .contatto a {
    color: #fff;
    padding: 0;
    text-align: center;
    font-weight: 700;
    font-family: 'Oxygen', 'sans-serif';
    font-size: 36px;
    display: block;
    line-height: 70px;
}

.home .contatto a span {
    background: url('/image/data/r-arrow.png');
    width: 25px;
    height: 24px;
    display: block;
    float: right;
    margin: 23px 20px 0 0;
}

.newsletter {
    width: 80%;
    background: #fff;
    background: #44A5CD;
    margin-top: 20px
}

.newsletter a {
    color: #fff;
    padding: 0;
    text-align: center;
    font-weight: 700;
    font-size: 25px;
    display: block;
    line-height: 40px;
}

.newsletter a span {
    width: 25px;
    height: 24px;
}

.article-readmore {
    display: block;
    text-align: center
}

.article-readmore a, .myButton {
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    color: #757575 !important;
    text-align: center;
    display: block;
    line-height: 34px;
    margin-top: 6px;
}

.article-readmore a:hover {
    color: #fff
}

#content .product {
    border-top: 1px solid #E7E7E7;
    min-height: 315px;
}

#content .product .content-bottom {
    float: left;
    width: 460px;
    border: none
}

#content .product .box .box-content {
    border: none
}

#content .product .tab-related {
    float: left;
    width: 49%;
    border-left: 1px solid #E7E7E7;
}

#content .product .box-product > div {
    width: 150px
}

.box.related {
    padding: 20px;
}

.box.related .box-product .image {
    width: inherit;
    padding: 0px;
}

#content h1 {
    margin: 0px 0px 20px 0px;
    color: #44A5CD;
}

.category-list {
    overflow: auto;
    margin-bottom: 5px;
}

.category-list > ul {
    list-style: none;
    float: left;
    -webkit-padding-start: 0px;
}

.category-list > ul > li {
    float: left;
    margin: 0px 5px 10px 15px;
}

.category-list > ul > li > .name {
    width: 200px;
    background: url(../image/menu_button_bg_active.png) left top repeat-x;
    height: 50px;
    padding: 0px 0px 0px 10px;
    line-height: 50px;
    -webkit-border-radius: 8px;
}

.category-list > ul > li > .name:hover {
    background: url(../image/sub_menu_bg_active.jpg) left top repeat
}

.category-list > ul > li > .name a {
    color: #fff;
    font-size: 19px;
    text-transform: uppercase;
    text-decoration: none
}

.category-list .div a {
    text-decoration: underline;
    font-weight: bold;
}

/* manufacturer */
.manufacturer {
    padding-bottom: 25px
}

.manufacturer-list {
    border: 1px solid #DBDEE1;
    padding: 5px;
    overflow: auto;
    margin-bottom: 20px;
}

.manufacturer-heading {
    background: #F8F8F8;
    font-size: 15px;
    font-weight: bold;
    padding: 5px 8px;
    margin-bottom: 6px;
}

.manufacturer-content {
    padding: 8px;
}

.manufacturer-list ul {
    float: left;
    width: 25%;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 10px;
}

/* product */
.product-filter {
    background: url(../image/box-bg.png);
    padding: 12px 22px;
    overflow: auto;
    margin: 0px 0 20px 0;
    border: 1px solid #DCDADA;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.product-filter .display b {
    padding: 3px 4px 0 4px;
    font-size: 12px;
    font-weight: bold;
}

#list_a {
    background: url("../image/list_a.png") no-repeat scroll 0 bottom transparent;
    display: inline-block;
    height: 24px;
    margin-left: 8px;
    margin-right: 5px;
    text-indent: -9999px;
    width: 25px;
    float: left;
}

#grid_b {
    background: url("../image/grid_a.png") no-repeat scroll 0 top transparent;
    display: inline-block;
    height: 24px;
    width: 25px;
}

.product-filter .display a {
    font-weight: bold;
    font-size: 13px
}

.product-filter .sort {
    float: left;
    color: #252525;
    font-size: 11px;
    font-weight: bold;
    margin-left: 22px;
    padding-left: 22px;
    border-left: 1px solid #c1c0c0;
}

.product-filter .sort b {
    padding-right: 7px;
    font-weight: bold;
    font-size: 11px;
}

.product-filter .sort select {
    width: 240px;
    font-size: 12px;
    padding: 4px
}

.product-filter .limit {
    margin-left: 13px;
    float: left;
    color: #252525;
    font-size: 11px;
    font-weight: bold;
}

.product-filter .limit b {
    padding-right: 5px;
}

.product-filter .limit select {
    width: 72px;
}

.product-filter .product-compare {
    padding: 3px 0 0 10px;
}

.product-compare a {
    text-decoration: none;
    font-size: 12px;
    color: #000;
}

.product-compare {
    padding: 0;
    font-weight: normal;
    margin-bottom: 0px;
    font-size: 12px;
    display: none
}

.product-compare a {
    text-decoration: none;
    font-size: 12px;
}

.product-compare a:hover {
    text-decoration: underline;
}

.prodcategory .colonna-sinistra {
    border: 1px solid #c1c0c0;
    background: none;
    width: 295px;
}

.prodcategory .colonna-sinistra #column-left {
    background: #fff
}

.prodcategory .colonna-destra {
    background: none;
    padding-right: 20px
}

.prodcategory .category-info {
    padding: 40px;
    background: #fff;
    margin-bottom: 20px
}

.elenco_prodotti {
}

.product-list, .product-grid {
    width: 818px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.prodotti #content {
    float: left;
    width: 818px
}

#column-right {
    float: right;
    width: 280px;
    padding-top: 0
}

#column-right .box {
    margin-bottom: 22px;
}

.colonna_destra {
    float: right;
    width: 280px;
    padding-top: 0
}

.colonna_destra .box {
    margin-top: 22px;
}

.colonna_destra.manufacturer .box {
    margin-top: 0px;
}

.product-list > div {
    margin: 22px 0px 0px 0;
    display: table;
    width: 100%;
    background: #fff;
}

.product-list > div .left {
    display: table-cell;
    width: 300px;
    vertical-align: middle;
    padding: 22px;
    background: #fff;
    border: 1px solid #c1c0c0;
    border-right: none
}

.product-list > div .right {
    display: table-cell;
    padding: 22px;
    border: 1px solid #c1c0c0;
    border-left: 5px solid #44A5CD;
}

.product-list > div .name {
    text-align: left;
    font-size: 17px;
}

.product-list > div .name a {
}

.product-list .lista-prodotti td {
    padding: 26px
}

.product-list .lista-prodotti td:first-child {
    width: 60%;
}

.product-list > div .image {
    display: block;
    margin-bottom: 0px;
}

.product-list .image img {
    width: 100%;
    vertical-align: bottom
}

.product-list .description {
    padding: 12px 0;
}

.product-list .rating {
    color: #7B7B7B;
}

.product-list .price {
    float: right;
    height: 50px;
    margin: 10px;
    text-align: right;
    color: #333333;
    font-size: 12px;
}

.product-list .price-old {
    color: #F00;
    text-decoration: line-through;
}

.product-list .price-new {
    font-weight: bold;
}

.product-list .price-tax {
    display: none
}

.product-list .cart {
    margin-bottom: 3px;
}

.product-list .wishlist, .product-list .compare {
    margin-bottom: 3px;
}

.product-list .wishlist a {
    color: #333333;
    text-decoration: none;
    padding-left: 18px;
    display: block;
    background: url('../image/add.png') left center no-repeat;
}

.product-list .compare a {
    color: #333333;
    text-decoration: none;
    padding-left: 18px;
    display: block;
    background: url('../image/add.png') left 60% no-repeat;
}

.product-list .price {
    display: block;
    min-height: 30px;
    margin-bottom: 0px;
    font-size: 22px;
    font-weight: bold;
    color: #44A5CD
}

.product-list .cart, .product-list .compare, .product-list .wishlist {
    margin-bottom: 3px;
    display: none
}

.product-grid {
    padding: 0;
}

.product-grid > div {
    display: inline-block;
    background-color: #fff;
    padding: 0px;
    border: 1px solid #c1c0c0;
    position: relative
}

.product-grid > div:hover {
    background-color: #f1f1f1
}


.psearch {
    background: #fff;
    padding: 30px;
    border: 1px solid #c1c0c0;
    margin-bottom: 30px
}

.psearch .buttons .right {
    margin-right: 10px;
}

.product-grid .cart, .product-grid .compare, .product-grid .wishlist {
    margin-bottom: 3px;
    display: none
}

#column-left + #column-right + #content .product-grid > div {
    width: 125px;
}

.partners {
    background: #FFF
}

.product-grid .image {
    display: block;
    margin-bottom: 0px;
    height: 200px;
    overflow: hidden;
    position: relative;
}

.product-grid .image img {
    width: 314px;
    top: -9999px;
    bottom: -9999px;
    right: -9999px;
    left: -9999px;
    margin: auto;
    position: absolute;
}

.product-grid .name {
    padding: 0;
    border-bottom: 1px solid #c1c0c0;
}

.product-grid .name a {
    text-decoration: none;
    display: block;
    color: #44A5CD;
    font-size: 18px;
    text-align: center;
    padding: 12px 22px
}

.product-grid .model, .box-product .model {
    padding: 10px 0px;
    color: #44A5CD;
    font-size: 22px;
    text-align: center;
    display: none
}

.product-grid .description {
    padding: 20px 12px;
    text-align: center
}

.product-grid .price {
    display: block;
    min-height: 30px;
    margin-bottom: 0px;
    padding: 10px 22px;
    position: absolute;
    background: #44A5CD;
    color: #fff;
    top: 0;
    right: 0
}

.price {
    font-size: 21px;
    line-height: 26px;
    color: #191919;
    font-weight: normal;
}

.product-grid .rating {
    display: block;
    margin: 10px;
}

.product-grid .price-old {
    color: #F00;
    text-decoration: line-through;
}

.product-grid .price-new {
    font-weight: bold;
}

.product-grid .price .price-tax {
    display: none;
}

.product-grid .cart {
    margin-bottom: 3px;
    padding: 10px 0px;
    display: none
}

.product-grid .compare {
    margin-bottom: 3px;
    float: right;
    position: relative;
}

.product-grid .wishlist {
    display: none
}

.product-grid .wishlist a {
    color: #333333;
    text-decoration: none;
    padding-left: 18px;
    display: block;
    background: url('../image/add.png') left center no-repeat;
}

.addtocompare, div.compare > a {
    background: url(../image/iconimage.png) no-repeat -29px 0px;
    float: left;
    height: 24px;
    overflow: hidden;
    text-indent: -9999px;
    width: 25px;
}

.product-grid .wishlist a:hover, .product-grid .compare a:hover {
    text-decoration: underline;
    display: none
}

.tooltip2 {
    display: none;
}

.product-grid .tooltip, .product-grid .tooltip2 {
    bottom: 28px;
}

.tooltip2 {
    border: 1px solid #DFE1E4;
    background-color: white;
    margin-left: 0px;
    padding: 4px 10px 4px 10px;
    position: absolute;
    bottom: -20px;
    text-decoration: none;
    color: #414141;
    opacity: 0.85;
    filter: alpha(opacity=85);
    z-index: 10;
}

/* Product */
/* Product */
.product-info {
    display: table;
    width: 100%;
    border: 1px solid #c1c0c0;
    background: #fff
}

.product-info .manufacturer {
    display: none
}

.product-info .left {
    padding: 40px;
    display: table-cell;
    vertical-align: top
}

.product-info .right {
    padding: 20px 40px 32px 40px;
    display: table-cell;
    border-left: 1px solid #c1c0c0;
    vertical-align: top;
    position: relative;
}

.product-info .descrizione {
    padding: 0px;
    clear: both
}

.product-info .box-product .name a {
    text-align: center;
    font-size: 15px;
}

.product-info .box-product .image {
    overflow: hidden;
}

.product-info .descrizione h2 {
    display: none
}

.product-info .ask_question {
    display: none
}

.product-info .image {
    border-bottom: 1px solid #c1c0c0;
    text-align: center;
    padding: 5px
}

.product-info .image a {
    display: inline-block
}

.product-info .left {
    padding: 0;
    width: 600px;
}

.product-info .extra-wrap {
    padding: 25px 0;
    border-top: 5px solid #ECECED;
}

.review div a#qa-ask {
    display: none
}

#tab-review .content {
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
}

.list-1 a {
    color: #444;
}

.product-info .share {
    padding: 0px 0px 10px;
}

.product-info .image-additional {
    width: 100%;
    clear: both;
    overflow: hidden;
    bottom: 0;
    background: url(/image/data/bgShare.png) center center repeat-x;
    padding: 18px 0;
    text-align: center;
}

.product-info .image-additional a img {
    width: 100%;
    vertical-align: bottom
}

.product-info .image-additional a {
    display: inline-block;
    margin: 1%;
    border: 2px solid #c1c0c0;
    padding: 1%;
    width: 18%;
    border-bottom: 5px solid #c1c0c0;
}

.product-info .image-additional a:hover {
    border: 2px solid #44A5CD;
    border-bottom: 5px solid #44A5CD;
}

.product-info .description {
    border-top: 1px solid #E7E7E7;
    border-bottom: 1px solid #E7E7E7;
    padding: 5px 5px 10px 5px;
    margin: 28px 0px 10px 0px;
    line-height: 20px;
    color: #4D4D4D;
}

.product-info .description span {
    color: #000;
}

.product-info .description a {
    color: #4D4D4D;
    text-decoration: none;
}

.product-info .head_right {
    display: table;
    width: 100%;
    border-bottom: 1px solid #c1c0c0;
    margin: 0 0 12px 0
}

.product-info .head_right .price, .product-info .head_right .confronto {
    display: table-cell;
}

.product-info .head_right .confronto {
    text-align: right;
    vertical-align: middle
}

.product-info .price {
    padding: 10px 0px;
    font-size: 15px;
    font-weight: bold;
    color: black;
    font-weight: normal;
    font-size: 23px;
    text-align: left;
}

.product-info .price-old {
    color: #F00;
    text-decoration: line-through;
}

.product-info .price-new {
    color: #44A5CD;
    font-size: 25px;
    font-weight: bold;
    padding-left: 7px
}

.product-info .price-tax {
    font-size: 12px;
    font-weight: normal;
    color: #999;
}

.product-info .price .reward {
    font-size: 12px;
    font-weight: normal;
    color: #999;
}

.product-info .price .discount {
    font-weight: normal;
    font-size: 12px;
    color: #4D4D4D;
}

.product-info .model {
    padding-top: 5px;
    color: #003783;
    font-size: 32px;
}

.product-info .options {
    border-bottom: 1px solid #E7E7E7;
    padding: 0px 5px 10px 5px;
    margin-bottom: 10px;
    color: #000000;
}

.product-info .option-image {
    margin-top: 3px;
    margin-bottom: 10px;
}

.product-info .option-image label {
    display: block;
    width: 100%;
    height: 100%;
}

.product-info .option-image img {
    margin-right: 5px;
    border: 1px solid #CCCCCC;
    cursor: pointer;
}

.product-info .cart {
    border-bottom: 1px solid #E7E7E7;
    padding: 0px 5px 10px 0px;
    margin-bottom: 50px;
    color: #4D4D4D;
    overflow: auto;
    display: none;
}

.product-info .cart div {
    float: left;
    vertical-align: middle;
}

.product-info .cart div > span {
    padding-top: 5px;
    display: block;
    color: #999;
}

.product-info .cart .minimum {
    padding-top: 5px;
    font-size: 11px;
    color: #999;
    clear: both;
}

.product-info .review {
    color: #4D4D4D;
    border: 1px solid #c1c0c0;
    padding-bottom: 12px;
}

.product-info .review > div {
    padding: 12px 12px 0 12px;
    line-height: 20px;
}

.product-info .review > div > span {
    color: #000;
}

.product-info .review .share {
    overflow: auto;
    line-height: normal;
}

.product-info .review .share a {
    text-decoration: none;
}

#column-right .box .box-heading {
    font-size: 16px;
    padding: 10px 10px 12px 19px;
}

.review-list {
    padding: 10px;
    overflow: auto;
    margin-bottom: 20px;
    border: 1px solid #EEEEEE;
}

.review-list .author {
    float: left;
    margin-bottom: 20px;
}

.review-list .rating {
    float: right;
    margin-bottom: 20px;
}

.review-list .text {
    clear: both;
}

.bottoni_xml {
    margin: 18px 0 20px 0;
    clear: both;
}

.bottoni_xml a {
    display: block;
    text-align: center;
    border: 1px solid #c0c0c0
}

.bottoni_xml a.highlight {
    background: #44A5CD;
    color: white;
}

.bottoni_xml a.button_domande:hover {
    background: #6D6D6D
}

.attributi {
    width: 100%;
    margin: 12px 0
}

.attributi > table {
    background: #c1c0c0;
    border-collapse: separate;
    width: 100%;
    border-spacing: 1px;
}

.attributi > table thead {
    display: none
}

.attributi > table tr td:first-child {
    font-weight: bold;
}

.attributi > table tr td {
    background: #fff;
    padding: 4px 12px
}

.attributi td {
}

.allegati td {
    width: 100%;
    border-bottom: 1px solid #ddd;
    padding: 10px;
    font-size: 16px
}

.compare-info {
    border-collapse: collapse;
    width: 100%;
    border-top: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    margin-bottom: 20px;
}

.compare-info thead td, .compare-info thead tr td:first-child {
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    background: #F7F7F7;
    text-align: left;
}

.compare-info tr td:first-child {
    color: #000000;
    font-weight: bold;
    text-align: right;
}

.compare-info td {
    padding: 7px;
    width: 20%;
    color: #4D4D4D;
    text-align: center;
    vertical-align: top;
    border-right: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
}

.compare-info .name a {
    font-weight: bold;
}

.compare-info .price-old {
    font-weight: bold;
    color: #F00;
    text-decoration: line-through;
}

.compare-info .price-new {
    font-weight: bold;
}

/* wishlist */
.wishlist-info table {
    width: 100%;
    border-collapse: collapse;
    border-top: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    margin-bottom: 20px;
}

.wishlist-info td {
    padding: 7px;
}

.wishlist-info thead td {
    color: #4D4D4D;
    font-weight: bold;
    background-color: #F7F7F7;
    border-bottom: 1px solid #DDDDDD;
}

.wishlist-info thead .image {
    text-align: center;
}

.wishlist-info thead .name, .wishlist-info thead .model, .wishlist-info thead .stock {
    text-align: left;
}

.wishlist-info thead .quantity, .wishlist-info thead .price, .wishlist-info thead .total, .wishlist-info thead .action {
    text-align: right;
}

.wishlist-info tbody td {
    vertical-align: top;
    border-bottom: 1px solid #DDDDDD;
}

.wishlist-info tbody .image img {
    border: 1px solid #DDDDDD;
}

.wishlist-info tbody .image {
    text-align: center;
}

.wishlist-info tbody .name, .wishlist-info tbody .model, .wishlist-info tbody .stock {
    text-align: left;
}

.wishlist-info tbody .quantity, .wishlist-info tbody .price, .wishlist-info tbody .total, .wishlist-info tbody .action {
    text-align: right;
}

.wishlist-info tbody .price s {
    color: #F00;
}

.wishlist-info tbody .action img {
    cursor: pointer;
}

.login-content {
    margin-bottom: 20px;
    overflow: auto;
}

.login-content .left {
    float: left;
    width: 48%;
}

.login-content .right {
    float: right;
    width: 48%
}

.login-content .left .content, .login-content .right .content {
    min-height: 190px;
}

/* orders */
.order-list {
    margin-bottom: 10px;
}

.order-list .order-id {
    width: 49%;
    float: left;
    margin-bottom: 2px;
}

.order-list .order-status {
    width: 49%;
    float: right;
    text-align: right;
    margin-bottom: 2px;
}

.order-list .order-content {
    padding: 10px 0px;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    border-top: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
}

.order-list .order-content div {
    float: left;
    width: 33.3%;
}

.order-list .order-info {
    text-align: right;
}

.order-detail {
    background: #EFEFEF;
    font-weight: bold;
}

/* returns */
.return-list {
    margin-bottom: 10px;
}

.return-list .return-id {
    width: 49%;
    float: left;
    margin-bottom: 2px;
}

.return-list .return-status {
    width: 49%;
    float: right;
    text-align: right;
    margin-bottom: 2px;
}

.return-list .return-content {
    padding: 10px 0px;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    border-top: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
}

.return-list .return-content div {
    float: left;
    width: 33.3%;
}

.return-list .return-info {
    text-align: right;
}

.return-product {
    overflow: auto;
    margin-bottom: 20px;
}

.return-name {
    float: left;
    width: 31%;
    margin-right: 15px;
}

.return-model {
    float: left;
    width: 31%;
    margin-right: 15px;
}

.return-quantity {
    float: left;
    width: 31%;
}

.return-detail {
    overflow: auto;
    margin-bottom: 20px;
}

.return-reason {
    float: left;
    width: 31%;
    margin-right: 15px;
}

.return-opened {
    float: left;
    width: 31%;
    margin-right: 15px;
}

.return-opened textarea {
    width: 98%;
    vertical-align: top;
}

.return-captcha {
    float: left;
}

.download-list {
    margin-bottom: 10px;
}

.download-list .download-id {
    width: 49%;
    float: left;
    margin-bottom: 2px;
}

.download-list .download-status {
    width: 49%;
    float: right;
    text-align: right;
    margin-bottom: 2px;
}

.download-list .download-content {
    padding: 10px 0px;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    border-top: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
}

.download-list .download-content div {
    float: left;
    width: 33.3%;
}

.download-list .download-info {
    text-align: right;
}

/* cart */
.cart-info table {
    width: 100%;
    margin-bottom: 15px;
    border-collapse: collapse;
    border-top: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
}

.cart-info td {
    padding: 7px;
}

.cart-info thead td {
    color: #4D4D4D;
    font-weight: bold;
    background-color: #F7F7F7;
    border-bottom: 1px solid #DDDDDD;
}

.cart-info thead .image {
    text-align: center;
}

.cart-info thead .name, .cart-info thead .model, .cart-info thead .quantity {
    text-align: left;
}

.cart-info thead .price, .cart-info thead .total {
    text-align: right;
}

.cart-info tbody td {
    vertical-align: top;
    border-bottom: 1px solid #DDDDDD;
}

.cart-info tbody .image img {
    border: 1px solid #DDDDDD;
}

.cart-info tbody .image {
    text-align: center;
}

.cart-info tbody .name, .cart-info tbody .model, .cart-info tbody .quantity {
    text-align: left;
}

.cart-info tbody .quantity input[type='image'], .cart-info tbody .quantity img {
    position: relative;
    top: 4px;
    cursor: pointer;
}

.cart-info tbody .price, .cart-info tbody .total {
    text-align: right;
}

.cart-info tbody span.stock {
    color: #F00;
    font-weight: bold;
}

.cart-module > div {
    display: none;
}

.cart-total {
    border-top: 1px solid #DDDDDD;
    overflow: auto;
    padding-top: 8px;
    margin-bottom: 15px;
    background: #ECECEC
}

.cart-total table {
    float: right;
}

.cart-total td {
    padding: 3px;
    text-align: right;
}

.cart-total .text {
    float: left;
    padding-left: 30px
}

/* checkout */
.checkoutcart {
    padding: 10px
}

.checkoutcart h1 {
    padding-top: 10px
}

.checkoutcart .cart-info {
    background-color: #F6F6F6
}

.checkoutcart .cart-info .price {
    background-color: #ECECEC
}

.checkoutcart .cart-info .title td {
    background-color: #999;
    color: #fff
}

.checkoutcart .cart-info tbody .name a {
    font-size: 13px
}

.checkoutcart .cart-info .model {
    font-weight: normal;
    font-size: 11px;
    color: #555
}

.checkout-heading {
    background: #F8F8F8;
    border: 1px solid #DBDEE1;
    padding: 8px;
    font-weight: bold;
    font-size: 13px;
    color: #555555;
    margin-bottom: 15px;
}

.checkout-heading a {
    float: right;
    margin-top: 1px;
    font-weight: normal;
    text-decoration: none;
}

.checkout-content {
    padding: 0px 0px 15px 0px;
    display: none;
    overflow: auto;
}

.checkout-content .left {
    float: left;
    width: 48%;
}

.checkout-content .right {
    float: right;
    width: 48%;
}

.checkout-content .buttons {
    clear: both;
}

.checkout-product table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #DDDDDD;
    margin-bottom: 20px;
}

.checkout-product td {
    padding: 7px;
}

.checkout-product thead td {
    color: #4D4D4D;
    font-weight: bold;
    background-color: #F7F7F7;
    border-bottom: 1px solid #DDDDDD;
}

.checkout-product thead .name, .checkout-product thead .model {
    text-align: left;
}

.checkout-product thead .quantity, .checkout-product thead .price, .checkout-product thead .total {
    text-align: right;
}

.checkout-product tbody td {
    vertical-align: top;
    border-bottom: 1px solid #DDDDDD;
}

.checkout-product tbody .name, .checkout-product tbody .model {
    text-align: left;
}

.checkout-product tbody .quantity, .checkout-product tbody .price, .checkout-product tbody .total {
    text-align: right;
}

.sitemap-info .left {
    float: left;
    width: 48%;
}

.sitemap-info .right {
    float: left;
    width: 48%;
}

/* footer */
#footer {
    clear: both;
    background: #2E2E2E;
    position: relative;
    padding: 40px 0;
    color: #FFF;
}

#footer a {
    text-decoration: none
}

#footer p {
    margin: 0;
    color: #B4B4B4
}

#footer h4 {
    margin: 0;
    color: #fff;
    margin-top: 12px;
    border-bottom: none
}

#footer .indirizzi {
    float: left;
    width: 800px
}

#footer .indirizzi ul {
    display: flex;
    width: 100%;
    gap: 22px;
}

#footer .indirizzi ul li {
    width: 33%;
    vertical-align: top;
    text-align: left;
}

#footer .indirizzi ul li h4:first-child {
    margin-top: 0px
}

#footer .indirizzi ul li:first-child {
    width: 34%
}

#footer .footer_frame {
    position: relative;
    float: right;
    width: 280px
}

#footer .footer_frame > div {
    background: #44A5CD;
    padding: 40px;
    position: absolute;
    top: -54px;
    left: 0;
    width: 200px;
    height: 157px
}

#footer .footer_frame > div .telephone_footer {
    background: url(/image/data/telephone_footer.png) left no-repeat;
    color: #fff;
    font-size: 16px;
    padding: 0 0 0 32px;
    line-height: 32px
}

#footer .footer_frame > div .telephone_footer span {
    display: inline-block;
    padding: 0 0 0 7px;
    font-size: 22px;
    line-height: 32px;
    letter-spacing: 1px;
}

#footer .footer_frame > div .email_footer {
    background: url(/image/data/email_footer.png) left no-repeat;
    color: #fff;
    font-size: 16px;
    padding: 0 0 0 36px
}

#footer .footer_frame > div a {
    color: #fff
}

#footer .footer_frame > div h3 {
    color: #fff;
    margin-bottom: 22px
}

#footer .footer_frame hr {
    border: none;
    border: 1px solid #3984A3;
    margin: 18px 0 14px 0
}

#copyright {
    text-align: center;
    padding: 22px 0;
    background: #171717
}

#accordion h3 {
    margin: 0 0 3px 0;
    padding: 0;
}

#accordion h3 a {
    color: #666;
    font-size: 20px !important;
    line-height: 34px;
    height: 34px;
    padding-left: 40px;
    margin: 0;
    text-decoration: none !important;
    background: url(../image/accorditionHeader.png) top left no-repeat;
}

#accordion h3.ui-state-active a {
    background: url(../image/accorditionHeader.png) bottom left no-repeat !important;
}

#accordion .datiPuntoVendita {
    position: absolute;
    left: 10px;
    top: 120px;
    background: url(../image/accorditionBG.png);
    border: 1px solid #999;
    width: 210px;
    padding: 15px;
}

#accordion .datiPuntoVendita {
    color: #FFF;
}

#accordion .datiPuntoVendita H4 {
    color: #FFF;
    font-size: 20px;
    margin: 0;
    padding: 0;
    line-height: 38PX;
}

#accordion .datiPuntoVendita td {
    border-bottom: 1px solid #ccc
}

#accordion .datiPuntoVendita a {
    color: #fff
}

.ui-accordion {
    width: 100%;
}

.ui-accordion .ui-accordion-header {
    cursor: pointer;
    position: relative;
    margin-top: 1px;
    zoom: 1;
}

.ui-accordion .ui-accordion-li-fix {
    display: inline;
}

.ui-accordion .ui-accordion-header-active {
    border-bottom: 2px solid #999 !important;
}

.ui-accordion .ui-accordion-header a {
    display: block;
}

.ui-accordion .ui-accordion-content {
    padding: 0;
    border-top: 0;
    margin-top: -2px;
    position: relative;
    top: 1px;
    margin-bottom: 2px;
    overflow: auto;
    display: none;
    zoom: 1;
}

.ui-accordion .ui-accordion-content-active {
    display: block;
}

#back-top {
    position: fixed;
    bottom: -8px;
    right: 0px
}

#back-top a {
    width: 90px;
    display: block;
    padding: 0px 22px;
    text-align: center;
    font: 11px/100% Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    color: #bbb;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}

#back-top a:hover {
    color: #FFF;
}

#back-top span {
    width: 60px;
    height: 38px;
    display: block;
    background: url(../image/icon_top.png) no-repeat center center;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
    margin: 6px auto;
    border: 1px solid #888;
}

#back-top a:hover span {
    background-color: #44A5CD;
}

.sinistraBordo {
    padding-left: 26px;
    border-left: 1px solid #CCC;
}

.destra {
    padding-right: 26px;
}

.ui-autocomplete {
    z-index: 999 !important;
}

.ui-autocomplete img {
    float: left;
    width: 50px;
    height: 50px;
    padding: 0 5px;
}

.ui-autocomplete h3 {
    font-weight: bold;
    padding: 0;
    margin: 0;
    font-size: 12px
}

.ui-autocomplete p {
    margin: 0;
    padding: 0;
    width: 172px;
    line-height: 1;
    display: inline
}

.ui-autocomplete p.description {
    font-size: 11px;
}

.ui-autocomplete span {
    float: right;
    font-weight: bold;
}

.tableDati {
    border-BOTTOM: 1px solid #EBEBEB;
    border-top: 1px solid #EBEBEB;
    border-right: 1px solid #EBEBEB;
    margin-bottom: 10px;
}

.tableDati td {
    border-left: 1px solid #EBEBEB;
    padding: 10px;
}

.tdhighlight {
    background: #E3E4E5;
    border: 1px #CCC solid;
}

.tags {
    margin: 18px 26px;
    padding-top: 18px;
    border-top: 5px solid #ECECED;
    font-size: 11px;
    letter-spacing: 2px;
}

.tags b {
    font-size: 12px
}

#kbsform {
    background: #fff;
    padding: 40px;
    margin: 22px 0
}

#kbsform p {
    font-size: 14px;
    color: #777;
    margin-bottom: 17px;
    border-bottom: solid 1px #CCC;
    padding-bottom: 4px;
}

#kbsform .newsletterContact {
    float: right;
    height: 46px;
    width: 410px;
    border-bottom: 1px solid #ebebeb;
    margin: 6px 0 20px 0
}

#kbsform .newsletterContact input {
    float: none;
    display: inline-block;
    width: auto
}

#kbsform fieldset {
    float: left;
    width: 520px;
    padding: 22px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px dotted #999;
    border-bottom: 5px solid #44A5CD;
}

#kbsform div.law {
    float: right;
    margin: 0 0 0 0;
    width: 460px;
    padding: 15px;
    background: #E4E4E4;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#kbsform fieldset.request {
    float: left;
    width: 420px;
    padding: 10px 0px 10px 10px;
    margin-top: 12px;
}

#kbsform div.enter {
    float: right;
    width: 330px;
    padding: 40px;
    text-align: center;
    background: #f8f8f8;
    background: -webkit-linear-gradient(top, #f8f8f8 0%, #e0e0e0 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f8f8f8), color-stop(100%, #e0e0e0));
    background: -moz-linear-gradient(top, #f8f8f8 0%, #e0e0e0 100%);
    background: -ms-linear-gradient(top, #f8f8f8 0%, #e0e0e0 100%);
    background: -o-linear-gradient(top, #f8f8f8 0%, #e0e0e0 100%);
    background: linear-gradient(to bottom, #f8f8f8 0%, #e0e0e0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8', endColorstr='#e0e0e0', GradientType=0);
    border: 1px solid #c1c0c0;
    border-bottom: 5px solid #44A5CD;
    margin-top: 10px
}



#kbsform div.enter .form-buttons {
    text-align: center;
    display: block;
}

#kbsform div.enter .form-buttons input {
    display: inline-block;
    float: none;
}

#kbsform legend {
    padding: 0 5px;
    margin-left: 20px;
}

#kbsform h1 {
    color: #44A5CD;
    text-align: left
}

#kbsform label {
    display: block;
    font-size: 14px;
    font-weight: bold;
    text-align: right;
    width: 180px;
    float: left;
    line-height: 16PX;
    margin-top: 2PX;
}

#kbsform input {
    float: left;
    font-size: 14px;
    padding: 7px 9px;
    border: solid 1px #CCC;
    width: 234px;
    margin: 2px 0 17px 22px;
    height: 22px;
    color: #666;
    -moz-border-radius: 5px;
    border-radius: 5px;
    line-height: 22px;
}

#kbsform .small {
    color: #666;
    display: block;
    font-size: 11px;
    font-weight: normal;
    text-align: right;
    width: 180px;
}

#kbsform div.law small {
    font-size: 11px;
    line-height: 16px;
    color: #888;
    font-family: Verdana, Geneva, sans-serif;
}

#kbsform textarea {
    float: left;
    font-size: 14px;
    padding: 4px 6px;
    border: solid 1px #CCC;
    width: 294px;
    margin: 2px 0 17px 22px;
    color: #666;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#kbsform .radioButton {
    width: 25px;
    border: 0;
}

#kbsform .button {
    width: 125px;
    height: 40px;
    text-align: center;
    color: white;
    background: #757575;
    cursor: pointer
}

#kbsform .captcha {
    float: right;
    padding-right: 120px
}

#kbsform .error, #kbsform .captchaerror {
    float: left;
    clear: both;
    margin: -12px 17px 10px 145px;
    padding-left: 15px;
    font-size: 10px;
    line-height: 12px;
    background: url(../image/validation_advice_bg.gif) 2px 1px no-repeat;
    color: red;
}

#kbsform .captchaerror {
    margin: 7px 17px 10px 145px;
}

#destinazione {
    float: left;
    width: 432px;
    padding: 10px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px dotted #999;
    font-size: 18px;
    margin: 0 0 16px 0
}

.ne_modal {
    width: 400px;
    padding: 20px;
    background: #fff;
    display: none;
    background-color: #fff;
}

.ne_modal hr {
    color: #ccc;
    background: #ccc;
    border: 0;
    height: 1px;
    margin: 10px 0;
}

.ne_modal .ne_list_data {
    padding: 0 0 10px;
}

.ne_modal label {
    display: block;
}

.ne_modal .ne_actions {
    text-align: center;
}

.ne_modal .ne_actions pre {
    margin: 0;
    display: inline;
}

.ne_modal a:first-child {
    display: block;
    text-align: center;
    margin-bottom: 5px;
}

.ne_modal input[type="text"] {
    margin: 0 5px 5px 0;
    width: 98%;
}

.ne_modal p {
    margin: 5px 0 5px;
}

.ne_modal > p:first-child {
    margin: 0 0 5px;
}

#simplemodal-overlay {
    background-color: #000;
}

#simplemodal-container {
    background-color: #fff;
}

#accordion li {
    margin: 0 0 2px 0;
}

#accordion li a.popular {
    display: block;
    padding: 6px 0 6px 20px;
    background: #ebebeb;
    font-size: 14px;
    font-weight: 300;
}

#accordion li a.popular:hover {
    background: #44A5CD;
    color: #fff
}

#accordion li a.popular.scheda_selected {
    background: #777;
    color: #fff
}

#accordion ul {
    display: none;
    padding: 18px;
    border: 2px solid #eee;
}

#accordion ul li {
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #ebebeb;
}

/* 9.2 BREADCRUMBS */
.breadcrumb {
    font: 11px Roboto Condensed;
    letter-spacing: 2px;
    color: #333333;
    line-height: 14px;
    text-transform: uppercase;
    padding: 0px;
    margin: 0px auto 20px auto;
    list-style: none;
}

.breadcrumb > li {
    display: inline-block;
}

.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #cccccc;
    content: "/\00a0";
}

.breadcrumb > .active {
    color: #999999;
}

.share {
    background: #fff;
    padding: 35px;
}

.share > div {
    background: #fff;
    padding: 15px 0 0 0;
    border-top: 1px solid #c1c0c0;
}

.share .addthis_toolbox {
    margin-bottom: 17px
}

/* Product - Ask Question */
#ask_question_popup {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 580px;
    min-height: 370px;
    margin-left: -290px;
    margin-top: -185px;
    padding: 3px;
    background-color: #EEE;
    border-radius: 5px;
    z-index: 9999;
    border: 5px solid #999;
}

#ask_question_popup .heading {
    line-height: 28px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #44A5CD;
    border-radius: 5px;
}

#ask_question_popup .heading .leftside {
    display: inline-block;
    width: 70%;
    color: #FFF;
    font-weight: bold;
}

#ask_question_popup .heading .rightside {
    display: inline-block;
    width: 25%;
    text-align: right;
}

#ask_question_popup .heading a {
    margin-top: 6px;
    color: #FFF;
    font-weight: bold;
    text-decoration: none;
}

#ask_question_popup .form {
    margin: 10px;
    background: #fff;
    padding: 10px;
}

#ask_question_popup .form input {
    height: 20px;
}

#ask_question_popup .form input, #ask_question_popup .form textarea {
    margin-bottom: 8px;
    border-radius: 3px;
    color: #820700;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif
}

#ask_question_submit {
    display: block
}

#ask_question_popup .warning {
    color: #F00;
    font-weight: bold;
    margin-left: 10px
}

.frame_category .box-content .cart {
    display: none;
}

.responsive {
    width: 1120px;
}

.blogarticle .box {
    clear: both
}

.home {
    display: table;
    width: 100%;
}

.home #slide {
    display: table-cell;
    vertical-align: top;
    width: 812px;
    padding-right: 28px
}

.home #news_home {
    display: table-cell;
    vertical-align: top;
    width: 280px;
    background: #3090B8;
    position: relative;
}

.home #news_home .icona {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 42px;
    background: url(/image/data/icona_service.png);
    z-index: 4;
}

.home .content_top {
    display: table-cell;
    width: 812px;
    padding-right: 28px;
    vertical-align: top
}

.home .content_bottom {
    display: table-cell;
    width: 280px;
    vertical-align: top;
    text-align: center;
    padding-top: 22px
}

.table_content {
    border: 1px solid #c1c0c0;
}

.news_frame {
    padding: 22px;
}

.colonna_prod {
    width: 100%;
}

.colonna_cat {
    float: right;
    width: 230px;
}

.legal_frame {
    border: 1px solid #c1c0c0;
    background: #fff;
    padding: 40px
}

hr {
    border: none;
    border: 2px solid #c1c0c0;
    margin: 18px 0 14px 0;
}

#map {
    margin: 0 0 22px 0;
    border: 22px solid #fff;
}

#map iframe {
    width: 100%;
    vertical-align: bottom
}

.map_wrapper {
    padding: 0 0 22px 0;
    display: flex;
    gap: 22px;
}

.map_half {
    margin: 0;
    background: #fff;
    padding: 20px;
    border: 1px solid #c1c0c0;
    border-top: none;
    flex:1
}

.map_half iframe {
    width: 100%;
    vertical-align: bottom
}

.filiali {
    background: #fff;
    padding: 0
}

.filiali .tableContatti {
    flex: 1;
    border: 1px solid #c1c0c0;
    background: #f8f8f8;
    background: -webkit-linear-gradient(top, #f8f8f8 0%, #e0e0e0 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f8f8f8), color-stop(100%, #e0e0e0));
    background: -moz-linear-gradient(top, #f8f8f8 0%, #e0e0e0 100%);
    background: -ms-linear-gradient(top, #f8f8f8 0%, #e0e0e0 100%);
    background: -o-linear-gradient(top, #f8f8f8 0%, #e0e0e0 100%);
    background: linear-gradient(to bottom, #f8f8f8 0%, #e0e0e0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8', endColorstr='#e0e0e0', GradientType=0);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 18px;
}

.filiali .tableContatti td {
    vertical-align: top;
    padding: 10px;
    text-align: center
}

#contact-form {
    background: none
}

.box-filter {
    margin-bottom: 22px;
    border-bottom: 1px solid #c1c0c0;
    padding-bottom: 12px;
}

.box-filter > li span {
    font-size: 16px;
    display: block;
    font-weight: bold;
    margin-bottom: 8px;
    border-bottom: 1px solid #c1c0c0;
    padding: 10px 0 4px 0
}

#news-container {
    text-align: center;
    border: 1px solid #c1c0c0;
    padding-top: 10px
}

#news-container ul {
    width: 100%;
}

#news-container ul li a {
    display: inline-block;
    height: 145px;
}

.dati {
    display: none
}

.box-container.manufacturer {
    float: left;
    width: 818px
}

.home .content_bottom a.button {
    display: block;
    padding: 14px 0;
    font-size: 16px;
    border: 1px solid #c0c0c0;
    border-top: none;
    height: auto;
}

.tr_price td {
    color: #44A5CD;
    font-size: 16px;
}

#tab-qa {
    display: none;
    position: relative;
    padding: 15px;
}

#tab-qa #qa {
    display: none
}

#tab-qa input {
    background: none;
    border: 1px solid #c0c0c0;
    padding: 10px 11px;
    resize: none;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

#tab-qa textarea {
    border: 1px solid #c0c0c0;
}

#tab-qa .q_input_value {
    margin: 10px 0 0 0
}

#tab-qa .buttons .button {
    background: #44A5CD;
    color: #fff;
    padding: 8px 20px
}

#tab-qa .buttons .button:hover {
    background: #444;
}

.button_domande {
    padding: 8px 20px !important;
    letter-spacing: 1px !important;
    margin: 0 0 10px 0 !important;
    font-size: 16px !important;
}

.cart .button_domande {
    background: #44A5CD;
    color: #fff;
    padding: 8px 20px
}

.cart .button_domande:hover {
    background: #444;
}

.content_search {
    background: #fff;
    padding: 30px;
    margin-bottom: 28px
}

.content_search .buttons {
    margin-bottom: 0
}

#tab-related .box-product > div .image {
    width: 100%
}

#tab-related .box-product > div .image img {
    width: 100%
}

#tab-related .box-product > div .button {
    display: none
}

.facebook-widget {
    margin-bottom: 22px
}

.blogarticle-description .byline-creatdate {
    display: none
}

#instafeed {
    padding: 40px 0 0 0
}

#instafeed:after {
    display: table;
    content: ' ';
    clear: both
}

#instafeed li {
    width: 25%;
    display: block;
    margin: 0;
    float: left;
    padding: 0;
    list-style: none
}

#instafeed li a {
    display: block;
    content: ' ';
    background-size: cover;
    background-position: center
}

#instafeed li a:after {
    display: block;
    content: ' ';
    padding-top: 100%;
}

.tagliando-intro {
    text-align: center;
    width: 50%;
    margin: 0 auto 40px auto
}

.tagliando-intro .telefona {
    display: block;
    font-size: 22px;
    font-weight: 900;
}

.tecnici {
    display: flex;
    width: 100%;
    margin-bottom: 40px;
}

.tecnici > div {
    flex: 1;
    display: flex;
}

.tecnici > div p {
    margin: 30px
}

.tecnici > div p span {
    display: block;
    font-size: 24px;
    line-height: 1.5
}

.tagliando-orari {
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    background: #f1f1f1;
    padding: 40px;
}

.copyright-row {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.overlay, .button_container {
    display: none;
}

.contatti__list {
    display: flex;
    gap: 22px;
}

/*
RADIO BUTTONS
 */

ul.radio__list{
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: auto;
}

ul.radio__list li{
    color: #AAAAAA;
    display: block;
    position: relative;
    float: left;
    width: 100%;
    height: 100px;
    border-bottom: 1px solid #333;
}

ul.radio__list li input[type=radio]{
    position: absolute;
    visibility: hidden;
}

#kbsform ul.radio__list li label{
    display: block;
    position: relative;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    padding: 25px 25px 25px 75px;
    margin: 10px auto;
    height: 30px;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all 0.25s linear;
    text-align: left;
}

ul.radio__list li:hover label{
    color: #FFFFFF;
}

ul.radio__list li .check{
    display: block;
    position: absolute;
    border: 5px solid #AAAAAA;
    border-radius: 100%;
    height: 25px;
    width: 25px;
    top: 30px;
    left: 20px;
    z-index: 5;
    transition: border .25s linear;
    -webkit-transition: border .25s linear;
}

ul.radio__list li:hover .check {
    border: 5px solid #FFFFFF;
}

ul.radio__list li .check::before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 100%;
    height: 15px;
    width: 15px;
    top: 5px;
    left: 5px;
    margin: auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
}

.radio__list input[type=radio]:checked ~ .check {
    border: 5px solid #44A5CD;
}

.radio__list input[type=radio]:checked ~ .check::before{
    background: #44A5CD;
}

.radio__list input[type=radio]:checked ~ label{
    color: #44A5CD;
}



.ig__grid {
    display: grid; grid-template-columns: repeat(4, 1fr); gap:20px;
    padding: 25px;
}
.ig__grid>div {
    display: flex;
    flex-direction: column;
    background: #e7e7e7;
    border-radius: 10px;
}
.ig__grid .ig__grid__item {

}
.ig__grid .ig__grid__item a {
    display: block;
}
.ig__grid .ig__grid__item a:hover {
    opacity: 0.8;
}
.ig__grid .ig__grid__item a img {
    width: 100%; height: 100%; object-fit: cover;
    aspect-ratio: 1 / 1;
}
.ig__caption {
    padding: 10px 0;
    color: black;font-family: 'Archivo', sans-serif;font-size: 15px;
    line-height: 1.4;    background: #e7e7e7;
    padding: 17px;
}



@media (max-width: 767px) {
    * {
        box-sizing: border-box;
    }
    img {
        max-width: 100%;
        height: auto;
        vertical-align: bottom;
    }
    body {
        margin: 0;
        padding: 0;
        font-size: 16px;
        background: #EEEDEE;
    }
    .overlay, .button_container {
        display: block;
    }
    .ig__grid {
        display: grid; grid-template-columns: repeat(2, 1fr); gap:12px;
        padding: 0 20px;
    }
    #header {
        background: none;
        border-top:2px solid #D8D8D8
    }
    #header #logo {
        margin-right: auto;
    }
    #header #logo a img {
        width: 260px;
        height: 32px;
        object-fit: contain;
        object-position: left;
    }
    .responsive {
        width: 100%;
        padding: 0 18px;
    }

    #menu {
        display: none;
    }

    #header ul {
        display: flex;
        width: 100%;
        flex-direction: column;
        align-items: center;
    }
    #header ul li {
        display: flex;
        width: 100%;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    #header ul li:first-child {
        margin-bottom: 18px;
    }
    #header ul li:last-child {
        text-align: right;
        display: none;
    }

    #column-right {
        float: none;
        width: 100%;
        padding-top: 0;
    }

    .prodotti #content {
        float: none;
        width: 100%;
    }

    .box-product {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    .box-product > div {
        float: none;
        width: 100%;
        margin: 0;    border: none;
        border-radius: 10px;
        overflow: hidden;
        text-align: center;
    }

    .product-list, .product-grid {
        width: 100%;
        grid-template-columns: repeat(1, 1fr);
        gap: 16px;
    }
    .home .content_bottom {
        display: block;
        width: 100%;
        vertical-align: top;
        text-align: center;
        padding-top: 22px;
    }

    #footer .indirizzi {
        float: none;
        width: 100%;
        margin-bottom: 22px;
    }

    #footer .indirizzi ul li:first-child {
        width: 100%;
    }

    #footer .indirizzi ul {
        display: flex;
        width: 100%;
        flex-direction: column;
        gap: 16px;
    }

    #footer .indirizzi ul li {
        width: 100%;
    }

    #footer .footer_frame {
        position: relative;
        float: none;
        width: 100%;
    }

    #footer .footer_frame > div {
        background: #44A5CD;
        padding: 16px;
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        height: auto;
    }

    .home {
        display: flex;
        width: 100%;
        flex-direction: column;
    }

    .home .content_top {
        display: block;
        width: 100%;
        padding-right: 0;
        vertical-align: top;
    }

    .home #slide {
        display: block;
        width: 100%;
        padding-right: 0;
    }

    .home #news_home {
        display: block;
        vertical-align: top;
        width: 100%;
        background: #3090B8;
        position: relative;
    }

    .button_container {
        position: fixed;
        top: 23px;
        right: 18px;
        height: 27px;
        width: 35px;
        cursor: pointer;
        z-index: 100;
        transition: opacity 0.25s ease;
    }

    .button_container:hover {
        opacity: 0.7;
    }

    .button_container.active .top {
        transform: translateY(11px) translateX(0) rotate(45deg);
        background: #FFF;
    }

    .button_container.active .middle {
        opacity: 0;
        background: #FFF;
    }

    .button_container.active .bottom {
        transform: translateY(-11px) translateX(0) rotate(-45deg);
        background: #FFF;
    }

    .button_container span {
        background: #3a9fd1;
        border: none;
        height: 5px;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        transition: all 0.35s ease;
        cursor: pointer;
    }

    .button_container span:nth-of-type(2) {
        top: 11px;
    }

    .button_container span:nth-of-type(3) {
        top: 22px;
    }

    .overlay {
        position: fixed;
        background: #3ca2d4;
        top: 0;
        left: 0;
        width: 100%;
        height: 0%;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.35s, visibility 0.35s, height 0.35s;
        overflow: hidden;
        z-index: 12;
    }

    .overlay.open {
        opacity: 0.9;
        visibility: visible;
        height: 100%;
    }

    .overlay.open li {
        animation: fadeInRight 0.5s ease forwards;
        animation-delay: 0.35s;
    }

    .overlay.open li:nth-of-type(2) {
        animation-delay: 0.4s;
    }

    .overlay.open li:nth-of-type(3) {
        animation-delay: 0.45s;
    }

    .overlay.open li:nth-of-type(4) {
        animation-delay: 0.5s;
    }

    .overlay nav {
        position: relative;
        height: 70%;
        top: 50%;
        transform: translateY(-50%);
        font-size: 20px;
        font-family: 'Archivo', sans-serif;
        font-weight: 400;
        text-align: center;
    }

    .overlay ul {
        list-style: none;
        padding: 0;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        position: relative;
        height: 100%;
justify-content: center;
    }

    .overlay ul li {
        display: block;
        position: relative;
        opacity: 0;
        margin: 10px 0;
    }

    .overlay ul li a {
        display: block;
        position: relative;
        color: #FFF;
        text-decoration: none;
        overflow: hidden;
    }

    .overlay ul li a:hover:after, .overlay ul li a:focus:after, .overlay ul li a:active:after {
        width: 100%;
    }

    .overlay ul li a:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 0%;
        transform: translateX(-50%);
        height: 3px;
        background: #FFF;
        transition: 0.35s;
    }

    .copyright-row {
        display: flex;
        flex-direction: column;
    }

    @keyframes fadeInRight {
        0% {
            opacity: 0;
            left: 20%;
        }
        100% {
            opacity: 1;
            left: 0;
        }
    }
    .box-heading {
        background: none;
        font-family: 'Archivo', sans-serif;
        letter-spacing: 0.5px;
        border: none;
        padding: 0;
        font-size: 20px;
    }

    #kbsform {
        background: #fff;
        padding: 10px;
        margin: 18px 0;
    }
    #kbsform label {
        display: block;
        font-size: 14px;
        font-weight: bold;
        text-align: center;
        width: 100%;
        float: none;
        line-height: 16PX;
        margin-top: 2PX;
    }
    #kbsform fieldset {
        float: none;
        width: 100%;
        padding: 22px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        border: 1px dotted #999;
        border-bottom: 5px solid #44A5CD;
    }
    #kbsform .small {
        color: #666;
        display: block;
        font-size: 11px;
        font-weight: normal;
        text-align: center;
        width: 100%;
    }
    #kbsform input {
        float: none;
        font-size: 14px;
        padding: 6px 9px;
        border: solid 1px #CCC;
        width: 100%;
        margin: 0 0 10px 0;
        height: 48px;
        color: #666;
        -moz-border-radius: 5px;
        border-radius: 5px;
        line-height: 22px;
    }
    #kbsform textarea {
        float: none;
        font-size: 14px;
        padding: 4px 6px;
        border: solid 1px #CCC;
        width: 100%;
        margin: 0 0 10px 0;
        color: #666;
    }
    #kbsform div.enter {
        float: none;
        width: 100%;
        padding: 10px;
    }
    #kbsform fieldset {
        float: none;
        width: 100%;
        padding: 10px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        border: 1px dotted #999;
        border-bottom: 5px solid #44A5CD;
    }
    .map_half {
        margin: 18px 0;
        width: 100%;
        background: none;
        padding: 0;
        float: none;
        border: none;
        border-top: none;
    }
    #kbsform .captcha {
        float: none;
        padding-right: 0;
        margin: 0 auto;
    }
    ul.radio__list * {
        box-sizing: content-box;
    }

    .blogcategory-description, .blogarticle-description {
        padding: 22px;
        border: 1px solid #c1c0c0;
        background: #fff;
    }

    .product-info {
        display: flex;
        width: 100%;
        border: 1px solid #c1c0c0;
        background: #fff;
        flex-direction: column;
        align-items: center;
    }
    .product-info .left {
        padding: 0;
        width: 100%;
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    .product-info .right {
        padding: 20px 18px 32px 18px;
        display: flex;
        align-items: center;
        flex-direction: column;
        border-left: none;
        vertical-align: top;
        position: relative;
    }
    a.button, input.button {
        display: inline-flex;height: auto;
    }
    .htabs {
        height: auto;
        border-bottom: 1px solid #DDDDDD;
        clear: none;
        padding-top: 22px;
        display: flex;
    }
    .tags {
        margin: 0;
        padding-top: 18px;
        border-top: 5px solid #dddddd;
        font-size: 11px;
        letter-spacing: 2px;
    }
    h1 {
        background: none;
        border: none;
        background: none;
        padding: 15px 0;
        font-size: 25px;
        color: #222222;
    }
    #header #search {
        float: none;
        opacity: 1;
        margin: 0;
        max-width: 340px;
        width: 100%;
        display: flex;
        padding-right: 50px;
        position: relative;
        z-index: 1;
    }
    #header #search input {
        cursor: pointer;
        display: block;
        width: 100%;
        height: 50px;
        background: white;
        border: 1px solid #DBD8CF;
        font-size: 18px;
    }
    #header #search .button-search {
        position: absolute;
        width: 50px;
        height: 50px;
        background: url(../image/icon_search.png) center no-repeat;
        background-color: #44A5CD;
        margin: 0px 0px 0px 180px;
        cursor: pointer;
        text-indent: 100%;
        overflow: hidden;
        right: 0;
        top: 0;
    }
    #header #language { display: none}
    #column-right .box .box-heading {
        font-size: 20px;
        padding: 18px 0 12px 0;
    }
    .tecnici > div {
        flex: 1;
        display: flex;
        flex-direction: column;
    }
    .tagliando-orari {
        font-size: 14px;
        line-height: 1.5;
        text-align: center;
        background: #f1f1f1;
        padding: 20px 0;
    }

    .tagliando-intro {
        text-align: center;
        width: 100%;
        margin: 0 auto 40px auto
    }
    .tecnici {
        display: flex;
        width: 100%;
        margin-bottom: 40px;
        flex-direction: column;
        align-items: center;
    }

    #slideshow .flexslider .slides > li div.caption {
        position: relative;
        background: url(/image/data/caption_bg.png);
        bottom: auto;
        left: auto;
        width: 100%;
        color: white;
    }
}

@media (max-width: 439px) {
    .box-product {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }
    #header #search {
        width: 100%;
        max-width: 100%;
    }
}