@font-face {
    font-family: 'Exo';
    src: url('../font/Exo/Exo-Bold.woff2') format('woff2'),
        url('../font/Exo/Exo-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Exo';
    src: url('../font/Exo/Exo-Light.woff2') format('woff2'),
        url('../font/Exo/Exo-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Exo';
    src: url('../font/Exo/Exo-Regular.woff2') format('woff2'),
        url('../font/Exo/Exo-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Exo';
    src: url('../font/Exo/Exo-Thin.woff2') format('woff2'),
        url('../font/Exo/Exo-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

* {
    margin: 0;
    padding: 0;
    border: 0;
}

.exo {
    font-family: 'Exo', sans-serif;
}
.exolt {
    font-family: 'Exo', sans-serif; font-weight: 300;
}
.exoth {
    font-family: 'Exo', sans-serif; font-weight: 100;
}
.exob {
    font-family: 'Exo', sans-serif; font-weight: bold;
}

.breaker {
    clear: both;
}

html, body {
    min-width: 1024px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: white;
    background-color: #000000;
}

a {
    color: inherit;
    text-decoration: underline;
}

.contenitore_blocco {
    position: relative;
    width: 100%;
    background-repeat: no-repeat;
    z-index: 0;
    overflow: hidden;
}

.contenitore_blocco_sf1 {
    background-image: url('../img/sf_7.jpg');
    background-size: 100% auto;
}

.contenitore_blocco_sf1.ciclo {
    background-image: url('../img/sf_7 verde.jpg');
}

.contenitore_blocco_sf2 {
    background-image: url('../img/sf_grigio_pattern.png');
    background-repeat: repeat;
}

.contenitore_blocco_sf3 {
    background-color: white;
}

.contenitore_blocco_sf4 {
    background-color: #ffd500;
}

.contenuto_blocco {
    position: relative;
    width: 960px;
    left: 50%;
    margin-left: -480px;
    z-index: 1;
}

#header_logged{
    position: relative;
    width: 100%;
    height: 55px;
    z-index: 1;
}

#header_logged.usergroup1{
    background-color: #777777;
}

#header_logged.usergroup2{
    background-color: #51aa53;
}

#header_logged.usergroup3{
    background-color: #0565ac;
}

.header_logged_btn{
    position: relative;
    height: 20px;
    padding: 18px 15px;
    font-size: 14px;
    cursor: pointer;
}

.usergroup1 .header_logged_btn{
    color: #c9c9c9;
}

.usergroup2 .header_logged_btn{
    color: #b1d9b2;
}

.usergroup3 .header_logged_btn{
    color: #9bc1de;
}

.usergroup1 .header_logged_btn_hover{
    background-color: #6c6c6c;
}

.usergroup2 .header_logged_btn_hover{
    background-color: #47a049;
}

.usergroup3 .header_logged_btn_hover{
    background-color: #045aa2;
}

#header_logged_username{
    float: left;
    height: 36px;
    color: white;
    font-size: 18px;
    padding: 10px 15px 10px;
    margin-right: 8px;
    line-height: 14px;
    cursor: default;
}

.usergroup1 #header_logged_username{
    height: 20px;
    padding: 17px 15px 19px;
}

#header_logged_username_group{
    font-size: 12px;
    font-weight: bold;
}

.usergroup1 #header_logged_username_group{
    color: #c9c9c9;
}

.usergroup2 #header_logged_username_group{
    color: #b1d9b2;
}

.usergroup3 #header_logged_username_group{
    color: #9bc1de;
}

#header_logged_accountbtn{
    float: left;
}

#header_logged_logoutbtn{
    float: left;
}

#header_logged_cartbtn{
    float: right;
    color: white;
    padding-left: 40px;
    margin-right: 15px;
    margin-left: 8px;
    background-image: url('../img/menu_ico_carrello.png');
    background-position: left center;
    background-repeat: no-repeat;
}

#header_logged_otherprodbtn{
    float: right;
    color: white;
    padding-left: 40px;
    margin-left: 8px;
    background-image: url('../img/ico_altri_prod.png');
    background-position: left center;
    background-repeat: no-repeat;
}

#header_logged_downloadprodlistbtn{
    float: right;
    color: white;
    padding-left: 40px;
    background-image: url('../img/menu_ico_download.png');
    background-position: left center;
    background-repeat: no-repeat;
}

#header_logged_downloadprodlistbtn.downloadprodlistbtn_processing{
    background-image: url('../img/waiticon3.gif');
    background-position: 10px center;
    cursor: default;
    opacity: 0.6;
}

#header_logged_orderbtn{
    float: right;
    color: white;
    padding-left: 40px;
    margin-left: 8px;
    background-image: url('../img/menu_ico_ordini.png');
    background-position: left center;
    background-repeat: no-repeat;
}

#header_logged_messagebtn{
    float: right;
    color: white;
    padding-left: 40px;
    margin-left: 8px;
    background-image: url('../img/menu_ico_notifiche.png');
    background-position: left center;
    background-repeat: no-repeat;
}

#header_logged_messagebtn_not{
    position: absolute;
    width: 18px;
    height: 18px;
    background-color: red;
    color: white;
    text-align: center;
    top: 20px;
    left: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.usergroup1 .header_logged_clicked{
    background-color: #8c8c8c;
}

.usergroup2 .header_logged_clicked{
    background-color: #55c658;
}

.usergroup3 .header_logged_clicked{
    background-color: #0a6cb4;
}

#header_logged_list_notifications{
    position: absolute;
    width: 350px;
    top: 80px;
    right: 20px;
    color: white;
    z-index: 800;
    display: none;
}

#header_logged_list_notifications_arrow{
    position: absolute;
    top: -13px;
    left: 40px;
}

#header_logged_list_notifications.usergroup1{
    background-color: #707070;
}

#header_logged_list_notifications.usergroup2{
    background-color: #519952;
}

#header_logged_list_notifications.usergroup3{
    background-color: #0562a6;
}

#header_logged_list_notifications_title{
    position: relative;
    padding: 22px 25px;
    font-size: 28px;
}

.header_logged_list_notifications_shadowbottom{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.header_logged_notification{
    position: relative;
    padding: 22px 20px;
}

.header_logged_notification_date{
    font-size: 12px;
    margin-bottom: 5px;
}

.usergroup1 .header_logged_notification{
    color: #c9c9c9;
}

.usergroup2 .header_logged_notification{
    color: #b1d9b2;
}

.usergroup3 .header_logged_notification{
    color: #9bc1de;
}

.usergroup1 .header_logged_notification.unread{
    background-color: #8c8c8c;
    color: white;
}

.usergroup2 .header_logged_notification.unread{
    background-color: #55c658;
    color: white;
}

.usergroup3 .header_logged_notification.unread{
    background-color: #0a6cb4;
    color: white;
}

.header_logged_submenu{
    position: absolute;
    width: 100%;
    height: 40px;
    top: 55px;
    left: 0;
    z-index: 800;
    display: none;
}

.header_logged_submenu.usergroup1{
    background-color: #8c8c8c;
}

.header_logged_submenu.usergroup2{
    background-color: #55c658;
}

.header_logged_submenu.usergroup3{
    background-color: #0a6cb4;
}

.header_logged_submenu_order_btn{
    position: relative;
    float: right;
    height: 18px;
    padding: 12px 0;
    margin-right: 24px;
    font-size: 13px;
    cursor: pointer;
}

.header_logged_submenu_order_btn.noclick{
    cursor: default;
}

.usergroup1 .header_logged_submenu_order_btn{
    color: #c9c9c9;
}

.usergroup2 .header_logged_submenu_order_btn{
    color: white;
}

.usergroup3 .header_logged_submenu_order_btn{
    color: #9bc1de;
}

#header{
    position: relative;
    width: 100%;
    height: 55px;
    background-color: black;
    z-index: 1;
}

#header #logo_big{
    position: absolute;
    top: 15px;
    left: 25px;
    cursor: pointer;
}

.header_button{
    position: absolute;
    height: 55px;
    top: 0;
    right: 0;
}

.header_button_login{
    position: relative;
    float: left;
    height: 16px;
    padding: 8px 10px 4px 30px;
    text-align: center;
    color: white;
    font-size: 13px;
    background-color: #0565ac;
    background-image: url('../img/head_ico_login.png');
    background-repeat: no-repeat;
    margin: 13px 0;
    cursor: pointer;
}

.header_button_logout{
    position: relative;
    float: left;
    height: 16px;
    padding: 8px 10px 4px 30px;
    text-align: center;
    color: white;
    font-size: 13px;
    background-color: #0565ac;
    background-image: url('../img/head_ico_login.png');
    background-repeat: no-repeat;
    margin: 13px 0;
    cursor: pointer;
}

.header_button_lang{
    position: relative;
    float: left;
    height: 16px;
    padding: 8px 10px 4px 30px;
    text-align: center;
    color: white;
    font-size: 13px;
    background-image: url('../img/head_ico_lingue.png');
    background-repeat: no-repeat;
    margin: 13px 10px 13px 0;
    cursor: pointer;
}

.header_button_other_langs{
    position: absolute;
    width: 100%;
    height: 0;
    top: 28px;
    left: 0;
    background-color: black;
    overflow: hidden;
}

.header_button_other_langs .other_lang{
    position: relative;
    text-align: left;
    padding: 5px 5px 3px 29px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: left bottom;
}

.contenitore_popup {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 900;
    display: none;
}

.contenuto_popup_fix {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.contenuto_popup_abs {
    position: absolute;
}

.contenitore_popup .popup_close {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

.contenitore_popup .popup_title {
    margin: 15px 0 20px;
    font-size: 30px;
    text-align: center;
}

#contenitore_popuplogin {
    background-image: url('../img/sf_azzurro_transp.png');
    background-repeat: repeat;
}

#contenuto_popuplogin {
    background-color: white;
    color: black;
    width: 320px;
    height: 300px;
    padding: 0 40px;
}

#contenuto_popuplogin #popuplogin_header {
    position: absolute;
    top: -127px;
    left: 0;
}

#contenuto_popuplogin #popuplogin_footer {
    position: absolute;
    bottom: -127px;
    left: 0;
}

#contenuto_popuplogin #popuplogin_close {
    position: absolute;
    top: -10px;
    right: 20px;
    cursor: pointer;
}

#contenuto_popuplogin #popuplogin_title {
    margin: 15px 0 20px;
    font-size: 30px;
    text-align: center;
}

#contenuto_popuplogin input[type="text"], #contenuto_popuplogin input[type="password"] {
    width: 300px;
    height: 20px;
    padding: 10px;
    background-color: #f0f0f0;
    font-size: 14px;
    color: #b7b7b7;
    margin-bottom: 5px;
}

#contenuto_popuplogin #popuplogin_submit {
    position: relative;
    width: 100px;
    height: 24px;
    left: 50%;
    margin-left: -50px;
    margin-top: 15px;
    padding: 10px 0 6px 0;
    text-align: center;
    color: white;
    font-size: 18px;
    background-color: #0565ac;
    cursor: pointer;
}

#contenuto_popuplogin #popuplogin_notreg {
    position: relative;
    margin-top: 30px;
    text-align: center;
    color: #0565ac;
    font-size: 14px;
    cursor: pointer;
}

#contenitore_popupreg {
    background-image: url('../img/sf_azzurro_transp.png');
    background-repeat: repeat;
}

#contenuto_popupreg {
    background-color: black;
    width: 320px;
    height: 425px;
    padding: 0 40px;
}

#contenuto_popupreg #popupreg_header {
    position: absolute;
    top: -87px;
    left: 0;
}

#contenuto_popupreg #popupreg_footer {
    position: absolute;
    bottom: -102px;
    left: 0;
}

#contenuto_popupreg #popupreg_close {
    position: absolute;
    top: -10px;
    right: 20px;
    cursor: pointer;
}

#contenuto_popupreg .popupreg_title {
    margin: 45px 0 5px;
    font-size: 30px;
    color: white;
    text-align: center;
}

#contenuto_popupreg .popupreg_subtitle {
    margin: 0 0 20px;
    font-size: 18px;
    color: #6e6e6e;
    text-align: center;
}

#contenuto_popupreg #popupreg_submit1 {
    position: relative;
    width: 150px;
    height: 24px;
    left: 50%;
    margin-left: -75px;
    margin-top: 15px;
    padding: 10px 0 6px 0;
    text-align: center;
    color: white;
    font-size: 18px;
    background-color: #0565ac;
    cursor: pointer;
}

#contenuto_popupreg #popupreg_subcont {
    position: absolute;
    width: 100%;
    height: 260px;
    bottom: 0;
    left: 0;
    background-color: #232323;
}

#contenuto_popupreg #popupreg_subcont .popupreg_title {
    margin-top: 120px;
}

#contenuto_popupreg #popupreg_submit2 {
    position: relative;
    width: 250px;
    height: 24px;
    left: 50%;
    margin-left: -125px;
    margin-top: 15px;
    padding: 10px 0 6px 0;
    text-align: center;
    color: white;
    font-size: 18px;
    background-color: #0565ac;
    cursor: pointer;
}

#contenuto_popupreg #popupreg_subcont_header {
    position: absolute;
    top: 0;
    left: 0;
}

.brush {
    position: absolute;
    left: 0;
    right: 0;
    /*	margin: auto;*/
}

.brush1 {
    top: -200px;
}

.brush2 {
    bottom: -170px;
}

.brush3 {
    top: -170px;
}

.brush4 {
    bottom: -190px;
}

.brush5 {
    top: -250px;
}

.brush6 {
    bottom: -140px;
}

.brush7 {
    bottom: -205px;
}

.brush8 {
    bottom: 75px;
}

#searchbar {
    position: relative;
    margin-top: 80px;
}

#searchbar.searchbar_inc {
    margin-bottom: 70px;
}

#searchbar.searchbar_end {
    margin-top: 0;
    margin-bottom: 70px;
}

#searchbar .searchbar_button {
    position: relative;
    float: left;
    width: 186px;
    height: 32px;
    margin-right: 20px;
    padding: 14px 0 14px 13px;
    background-color: black;
    color: #747474;
    font-size: 10px;
    font-weight: bold;
    cursor: pointer;
}

#searchbar .searchbar_button.searchbar_button_ciclo {
    width: 296px;
}

#searchbar .searchbar_button_newspromo {
    float: left;
    margin-right: 15px;
    margin-top: -10px;
    cursor: pointer;
}

#searchbar .searchbar_button_newspromo.selected {
    background: none; /* For browsers that do not support gradients */
    background: -webkit-radial-gradient(white, white, transparent, transparent); /* Safari 5.1 to 6.0 */
    background: -o-radial-gradient(white, white, transparent, transparent); /* For Opera 11.6 to 12.0 */
    background: -moz-radial-gradient(white, white, transparent, transparent); /* For Firefox 3.6 to 15 */
    background: radial-gradient(white, white, transparent, transparent); /* Standard syntax */
}

#searchbar .searchbar_button.selected {
    background-color: #0067b2;
    border-bottom: 5px solid black;
    color: #749ecb;
}

#searchbar .searchbar_button .searchbar_big {
    color: #ffffff;
    font-size: 18px;
}

#searchbar .searchbar_button.searchbar_button2 {
    width: 185px;
    padding: 20px 15px 20px 75px;
    background-color: #0067b2;
    color: #749ecb;
    background-position: left top;
    background-repeat: no-repeat;
}

#searchbar .searchbar_button.searchbar_button2.selected {
    background-color: black;
    border-bottom: 5px solid #0067b2;
    color: #747474;
}

#searchbar #searchbar_buttonsearch {
    position: relative;
    float: right;
    width: 60px;
    height: 60px;
    background-color: black;
    background-image: url('../img/menu2_ico_cerca.png');
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}

#searchbar #searchbar_buttonhome {
    position: relative;
    float: left;
    width: 60px;
    height: 60px;
    margin-right: 20px;
    background-color: black;
    background-image: url('../img/ico_home.png');
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}

#searchbar #searchbar_buttonsearchsmall {
    position: relative;
    float: left;
    width: 40px;
    height: 40px;
    margin-left: 20px;
    background-color: black;
    background-image: url('../img/menu2_ico_cerca_small.png');
    background-repeat: no-repeat;
    background-position: center center;
}

#searchbar .searchbar_textbox {
    position: relative;
    float: left;
    width: 250px;
    height: 18px;
    padding: 10px;
    margin-left: 20px;
    border: 1px solid black;
    background-color: transparent;
    background-image: url('../img/sf_textbox_search.png');
    background-repeat: repeat;
    color: white;
    font-size: 20px;
}

#searchbar .searchbar_textbox.searchbar_textbox_ciclo {
    width: 395px;
}

.searchbar_textbox::-webkit-input-placeholder {
    color: white;
}

.searchbar_textbox:-moz-placeholder { /* Firefox 18- */
    color: white;  
}

.searchbar_textbox::-moz-placeholder {  /* Firefox 19+ */
    color: white;  
}

.searchbar_textbox:-ms-input-placeholder {  
    color: white;  
}

.fixed_header_searchbar_buttonsearchsmall {
    position: relative;
    float: right;
    margin-top: 17px;
}

.fixed_header_searchbar_textbox {
    position: relative;
    float: right;
    width: 135px;
    height: 16px;
    padding: 5px;
    margin-top: 15px;
    margin-left: 15px;
    background-color: #d4d4d4;
    color: black;
    font-size: 12px;
}

.fixed_header_searchbar_textbox::-webkit-input-placeholder {
    color: black;
}

.fixed_header_searchbar_textbox:-moz-placeholder { /* Firefox 18- */
    color: black;  
}

.fixed_header_searchbar_textbox::-moz-placeholder {  /* Firefox 19+ */
    color: black;  
}

.fixed_header_searchbar_textbox:-ms-input-placeholder {  
    color: black;  
}

#homebanner {
    position: relative;
    margin-top: 20px;
}

#homebannerslidecont {
    position: relative;
    overflow: hidden;
}

#homebannerslide {
    position: relative;
    width: 960px;
    height: 500px;
}

#homebannerslide .homebannerslide_banner{
    float: left;
    cursor: pointer;
}

#homebannerslide_prev{
    position: absolute;
    left: -100px;
    top: 196px;
    cursor: pointer;
}

#homebannerslide_next{
    position: absolute;
    right: -100px;
    top: 196px;
    cursor: pointer;
}

#news {
    position: relative;
    margin-top: 45px;
}

.block_title_yellow {
    text-align: center;
    color: #ffd500;
    font-size: 28px;
    margin-bottom: 20px;
}

.block_title_blue {
    text-align: center;
    color: #0565ac;
    font-size: 28px;
    margin-bottom: 20px;
}

.block_title_black {
    text-align: center;
    color: #000000;
    font-size: 28px;
    margin-bottom: 20px;
}

.block_title_subtitle1 {
    text-align: center;
    color: #887200;
    font-size: 18px;
}

.block_title_buttonshowall {
    position: absolute;
    padding: 6px 10px 8px;
    top: 3px;
    right: 0;
    background-color: #0565ac;
    color: white;
    font-size: 11px;
    cursor: pointer;
}

.block_title_buttonshowall2 {
    position: absolute;
    padding: 6px 10px 8px;
    top: 20px;
    right: 20px;
    background-color: #0565ac;
    color: white;
    font-size: 11px;
    cursor: pointer;
}

.news_cont {
    position: relative;
    float: left;
    width: 225px;
    height: 305px;
    margin-right: 20px;
    cursor: pointer;
    overflow: hidden;
}

.news_cont.news_cont_last {
    margin-right: 0;
}

.news_cont .news_cont_sf {
    width: 100%;
}

.news_cont .news_cont_title {
    position: absolute;
    width: 195px;
    height: 60px;
    padding: 0px 15px;
    bottom: 0;
    left: 0;
    background-image: url('../img/sf_nero_transp.png');
    background-repeat: repeat;
    color: white;
    font-size: 18px;
    display: flex;
    align-items: center;
}

#brand {
    position: relative;
    margin-top: 165px;
    margin-bottom: 100px;
}

#brand_list {
    display: flex;
    justify-content: center;
}

.brand_cont {
    position: relative;
    width: 126px;
    height: 175px;
    margin: 10px 7px 0;
    text-align: center;
    color: black;
    cursor: pointer;
    font-size: 14px;
}

.brand_cont_img {
    position: relative;
    width: 100%;
    height: 85px;
    margin-bottom: 15px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

#partners {
    position: relative;
    margin-bottom: 140px;
}

#partners_list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.partner_cont {
    position: relative;
    width: 120px;
    height: 45px;
    cursor: pointer;
}

.partner_cont.partner_cont_last {
    margin-right: 0;
}

.partner_cont_img {
    position: relative;
    width: 100%;
    height: 45px;
    background-repeat: no-repeat;
    background-position: center center;
}

#promos {
    position: relative;
    margin-bottom: 140px;
}

.promo_cont {
    position: relative;
    float: left;
    width: 225px;
    height: 255px;
    margin-right: 20px;
    margin-bottom: 20px;
    cursor: pointer;
    overflow: hidden;
}

.promo_cont.promo_cont_last {
    margin-right: 0;
}

.promo_cont .promo_cont_sf {
    width: 100%;
}

.promo_cont .promo_cont_title {
    position: absolute;
    width: 195px;
    height: 44px;
    padding: 8px 15px;
    bottom: 0;
    left: 0;
    background-image: url('../img/sf_nero_transp.png');
    background-repeat: repeat;
    color: white;
    font-size: 18px;
}

.promo_cont .promo_cont_title .discount {
    color: #ffd500;
    font-size: 12px;
}

#becomereseller {
    position: relative;
    margin-bottom: 165px;
}

.genericbutton {
    position: relative;
    display: inline-block;
    padding: 11px 25px 9px;
    background-color: #0565ac;
    color: white;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
}

.genericbutton_small {
    position: relative;
    display: inline-block;
    padding: 6px 15px 5px;
    background-color: #0565ac;
    color: white;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
}

.genericcenterbutton {
    position: relative;
    display: inline;
    padding: 11px 25px 9px;
    background-color: #0565ac;
    color: white;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
}

.genericrightbutton {
    position: relative;
    float: right;
    display: inline;
    padding: 11px 25px 9px;
    background-color: #0565ac;
    color: white;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
}

.genericbackbutton {
    position: relative;
    display: inline;
    padding: 8px 20px 7px;
    margin-left: 20px;
    background-color: #0565ac;
    color: white;
    text-align: center;
    font-size: 12px;
    cursor: pointer;
}

#footer {
    position: relative;
    margin-bottom: 190px;
    margin-top: 200px;
}

.footer_menu {
    position: relative;
    float: left;
    width: 210px;
    color: #4d4d4d;
    font-size: 16px;
    line-height: 22px;
}

.footer_menu a {
    color: #4d4d4d;
    text-decoration: none;
}

.footer_menu_title {
    color: #0067b2;
    font-size: 19px;
}

#footer_text {
    position: absolute;
    width: 100%;
    text-align: center;
    color: #535353;
    font-size: 14px;
    bottom: -160px;
}

#footer_logo {
    position: absolute;
    top: 0;
    right: 0;
    width: 230px;
}

#fixed_header{
    position: fixed;
    width: 100%;
    height: 55px;
    top: 0;
    left: 0;
    background-color: #474747;
    z-index: 2;
    display: none;

    -moz-box-shadow: 2px 2px 5px #444;
    -webkit-box-shadow: 2px 2px 5px #444;
    box-shadow: 2px 2px 5px #444;
    /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#444444')";
    /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#444444');
}

#fixed_header #fixed_header_logo{
    position: absolute;
    top: 3px;
    left: 25px;
    cursor: pointer;
}

#fixed_header .other_lang{
    background-color: #474747;
}

#fixed_header_searchbar {
    position: absolute;
    width: 920px;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.fixed_header_searchbar_button {
    position: relative;
    float: left;
    margin-right: 25px;
    padding: 20px 0;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}

#fixed_header_searchbar_buttonsearch {
    position: relative;
    float: left;
    width: 40px;
    height: 40px;
    margin-left: 5px;
    margin-top: 8px;
    background-color: black;
    background-image: url('../img/menu2_ico_cerca_small.png');
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}

#contenitore_popuppartners {
    background-image: url('../img/sf_grigio_transp.png');
    background-repeat: repeat;
}

#contenuto_popuppartners {
    background-color: white;
    color: black;
    padding: 30px;
    margin: 0;
    width: 900px;
    left: 50%;
    margin-left: -480px;
    top: 100px;
    bottom: auto;
}

.generic_text_content_exttitle_yellow {
    font-size: 30px;
    color: #ffd500;
    margin-bottom: 5px;
    margin-left: 20px;
}

.generic_text_content_exttitle_black {
    font-size: 30px;
    color: black;
    margin-bottom: 5px;
    margin-left: 20px;
}

.generic_text_content_extsubtitle_white {
    font-size: 15px;
    color: white;
    margin-bottom: 25px;
    margin-left: 20px;
}

.generic_text_content_extsubtitle_grey {
    font-size: 15px;
    color: #949494;
    margin-bottom: 25px;
    margin-left: 20px;
}

.generic_text_content {
    position: relative;
    margin: 0 20px 200px;
    padding: 20px;
    background-color: white;
    color: black;
    font-size: 15px;
}

.generic_text_content.only_text {
    margin-bottom: 0;
}

.generic_text_content.transparent {
    background-color: transparent;
    padding: 0;
}

.generic_text_content_title {
    font-size: 30px;
    margin-bottom: 15px;
}

.generic_text_content_title2 {
    font-size: 18px;
    margin-bottom: 15px;
}

.generic_text_content_titlebarblue {
    position: relative;
    padding: 10px 20px;
    font-size: 18px;
    color: white;
    background-color: #0066b3;
    margin-bottom: 15px;
}

.generic_text_content_titlebaryellow {
    position: relative;
    padding: 10px 20px;
    font-size: 18px;
    color: #000;
    background-color: #ffd500;
    margin-bottom: 15px;
}

.titlebar_openclose {
    cursor: pointer;
}

.titlebar_openclose::after {
    content: "";
    position: absolute;
    width: 21px;
    height: 14px;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    background-image: url('../img/ico_freccia_black.png');
    background-repeat: no-repeat;
}

.titlebar_openclose.titlebar_open::after {
    transform: rotate(180deg);
}

#shopcart_backorder_list {
    display: none;
}

#shopcart_backorder_list.titlebar_open {
    display: block;
}

.generic_text_content_halfrow {
    position: relative;
    float: left;
    width: 50%;
}

.generic_text_content_halfrow.field_agent {
    display: none;
}

.generic_text_content_halfrow .row_label {
    text-transform: uppercase;
    font-size: 11px;
}

.generic_text_content input[type="text"].reg_field, .generic_text_content input[type="password"].reg_field {
    width: 400px;
    height: 20px;
    padding: 10px;
    background-color: #f0f0f0;
    font-size: 14px;
    color: #666666;
    margin-top: 6px;
    margin-bottom: 10px;
}

.generic_text_content input[type="text"][disabled="disabled"] {
    background-color: inherit;
}

.red {
    color: #cb0000;
}

.generic_text_content .reg_field.customSelect {
    width: 400px;
    height: 20px;
    padding: 10px;
    background-color: #f0f0f0;
    background-image: url('../img/form_freccia.png');
    background-repeat: no-repeat;
    background-position: right center;
    font-size: 14px;
    color: #666666;
    margin-top: 6px;
    margin-bottom: 10px;
}
.generic_text_content .customSelect.customSelectHover {
    /* Styles for when the select box is hovered */
}
.generic_text_content .customSelect.customSelectOpen {
    /* Styles for when the select box is open */
}
.generic_text_content .customSelect.customSelectFocus {
    /* Styles for when the select box is in focus */
}
.generic_text_content .customSelectInner {
    /* You can style the inner box too */
}

.generic_text_content .submit_right {
    position: relative;
    float: right;
    padding: 11px 15px 9px;
    background-color: #0565ac;
    color: white;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    cursor: pointer;
}

#contenitore_popuporderimport {
    background-image: url('../img/sf_azzurro_transp.png');
    background-repeat: repeat;
}

#popuporderimport_header {
    position: absolute;
    width: 210px;
    height: 70px;
    padding: 10px 100px 10px 20px;
    top: 120px;
    left: 0;
    background-color: #024c82;
    color: white;
    font-size: 30px;
}

#popuporderimport_header #popuporderimport_close {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
}

#contenuto_popuporderimport {
    width: 570px;
    height: 140px;
    color: #bbb;
}

#popuporderimport_title {
    color: black;
    font-size: 18px;
    margin-bottom: 12px;
}

#popuporderimport_instructionsbtn {
    cursor: pointer;
}

#popuporderimport_instructions {
    display: none;
}

#file_order_import_cont {
    position: relative;
    width: 526px;
    padding: 20px 20px 5px 20px;
    background-color: #e0e0e0;
    border: 2px solid #666666;
    color: #666666;
}

#file_order_import {
    position: relative;
    width: 526px;
    height: 20px;
    color: #666666;
    margin-bottom: 15px;
}

#file_order_import_up {
    position: relative;
    width: 526px;
    height: 20px;
    color: #666666;
    display: none;
    margin-bottom: 15px;
}

#file_order_import_cont input[type="text"] {
    width: 200px;
    height: 18px;
    padding: 2px 5px;
    margin-bottom: 15px;
}

#file_order_import_waiticon {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url('../img/waiticon1.gif');
    background-repeat: no-repeat;
    background-position: center center;
    display: none;
}

#file_order_import_submit {
    position: relative;
    float: right;
    display: inline;
    padding: 6px 12px 5px;
    margin-top: 10px;
    background-color: #024c82;
    color: white;
    text-align: center;
    font-size: 13px;
    cursor: pointer;
}

.filter_list_element {
    position: relative;
    float: left;
    width: 220px;
    margin: 0 10px;
}

.filter_list_label {
    font-size: 11px;
    font-weight: bold;
    color: #a3a3a3;
}

.filter_word_label {
    font-size: 22px;
    font-weight: bold;
    color: white;
}

.filter_list_element .customSelect {
    width: 196px;
    height: 15px;
    padding: 9px 12px;
    background-color: #003e6b;
    background-image: url('../img/search_freccia.jpg');
    background-repeat: no-repeat;
    background-position: right center;
    font-size: 14px;
    color: white;
    margin-top: 6px;
    overflow: hidden;
}

.filter_list_element .customSelectDisabled {
    background-color: #001f36;
    background-image: url('../img/search_freccia_dis.jpg');
}

.filter_list_element input[type="text"] {
    width: 196px;
    height: 15px;
    padding: 9px 12px;
    background-color: #003e6b;
    font-size: 14px;
    color: white;
    margin-top: 6px;
    overflow: hidden;
}

#filtered_contents{
    position: relative;
    min-height: 100px;
    margin: 160px 0 230px;
}

#filtered_contents_waiticon{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url('../img/waiticon1.gif');
    background-repeat: no-repeat;
    background-position: center center;
    display: none;
}

#filtered_content_no_content{
    font-size: 22px;
    color: black;
}

.filtered_content {
    position: relative;
    float: left;
    width: 225px;
    margin-right: 15px;
    margin-bottom: 25px;
    color: #212121;
    font-size: 14px;
}

.filtered_content_last {
    margin-right: 0;
}

.filtered_content_img {
    position: relative;
    width: 100%;
    height: 170px;
    margin-bottom: 10px;
    background-repeat: no-repeat;
    background-size: cover;
}

.filtered_content_parent {
    position: relative;
    color: #0a63a7;
    font-size: 18px;
    margin-bottom: 8px;
}

.filtered_content_parent a {
    text-decoration: none;
}

#product_detail_images {
    position: relative;
    float: left;
    width: 350px;
    margin: 10px 50px 10px 20px;
}

#product_detail_image_vis {
    position: relative;
    width: 350px;
    height: 350px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

#product_detail_contents {
    position: relative;
    float: left;
    width: 460px;
    margin: 10px 0;
    color: #606060;
}

#product_detail_barcode {
    position: relative;
    float: right;
    height: 60px;
    text-align: right;
}

#product_detail_barcode_download {
    margin-bottom: 25px;
}

#product_detail_brand {
    position: relative;
    float: left;
}

.product_detail_title {
    font-size: 30px;
    color: black;
}

#product_detail_promolabel {
    font-size: 10px;
    color: #dfe21f;
    padding: 2px 4px;
    background-color: black;
    text-transform: uppercase;
    font-weight: bold;
}

#product_detail_newlabel {
    font-size: 10px;
    color: #dfe21f;
    padding: 2px 4px;
    background-color: #f50300;
    text-transform: uppercase;
    font-weight: bold;
}

#product_detail_price {
    position: relative;
    background-color: #e8e8e8;
    padding: 25px;
}

#product_detail_price_totalprice{
    position: relative;
    width: 200px;
    float: right;
    font-size: 10px;
    text-transform: uppercase;
    line-height: 18px;
}

#product_detail_price_unityperconf{
    position: relative;
    width: 200px;
    float: left;
    font-size: 10px;
    text-transform: uppercase;
    line-height: 18px;
}

#product_detail_price .product_detail_price_block.product_detail_price_block_small{
    width: 120px;
}

#product_detail_price .product_detail_price_value{
    color: black;
    font-size: 18px;
}

#product_detail_cart {
    position: relative;
}

#product_detail_cart_discount {
    position: relative;
    float: left;
}

#product_detail_cart_discountlabel {
    font-size: 10px;
    color: black;
    padding: 2px 4px;
    background-color: #ffd90b;
    text-transform: uppercase;
    font-weight: bold;
}

#product_detail_cart_actions {
    position: relative;
    float: right;
}

#product_detail_cart_addbutton {
    position: relative;
    float: right;
    width: 94px;
    padding: 15px 18px 12px;
    margin-left: 6px;
    background-color: #0565ac;
    color: white;
    text-transform: uppercase;
    font-size: 14px;
    cursor: pointer;
}

#product_detail_cart_qty_cont {
    position: relative;
    float: right;
    width: 90px;
}

#product_detail_cart_qty {
    position: relative;
    width: 74px;
    height: 28px;
    padding: 3px 7px;
    text-align: right;
    border: 1px solid #dadada;
    background: transparent;
    margin: 0 0 4px;
    font-size: 10px;
    text-transform: uppercase;
}

#product_detail_cart_qty input[type="text"] {
    width: 68px;
    height: 16px;
    text-align: right;
    background: transparent;
    font-size: 14px;
    color: black;
    padding: 0;
    margin: 0;
}

#product_detail_cart_totitem {
    position: relative;
    width: 70px;
    height: 12px;
    padding: 4px 10px;
    text-align: right;
    font-size: 9px;
    background-color: #f0f0f0;
    color: black;
    text-transform: uppercase;
}

#product_detail_models {
    position: relative;
    padding: 0 15px 0 25px;
    overflow: hidden;
}

#product_detail_models table {
    position: relative;
    width: 100%;
    border-collapse: collapse;
}

#product_detail_models table tr.alternate {
    background-color: #f4f4f4;
}

#product_detail_models table tr.modelhide {
    display: none;
}

#product_detail_models table th {
    text-transform: uppercase;
    padding: 4px 0;
    font-size: 10px;
}

#product_detail_models table td {
    padding: 2px 0;
}

#product_detail_models #btn_all_models {
    position: relative;
    width: 100px;
    height: 18px;
    left: 50%;
    margin-left: -50px;
    margin-top: 15px;
    padding: 5px 0 2px 0;
    text-align: center;
    color: white;
    font-size: 13px;
    background-color: #0565ac;
    cursor: pointer;
}

.product_detail_models_block {
    position: relative;
    float: left;
    width: 200px;
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 18px;
}

.product_detail_models_block_hidden {
    display: none;
}

.product_detail_models_block_hidden_model {
    display: none;
}

.product_detail_models_block_other {
    text-decoration: underline;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 11px;
}

.product_list {
    position: relative;
    margin-bottom: 30px;
}

.product_list_header {
    position: relative;
    height: 30px;
    margin-bottom: 7px;
    font-size: 10px;
    color: #606060;
    text-transform: uppercase;
}

.product_list_element {
    position: relative;
    height: 65px;
    margin-bottom: 7px;
    font-size: 12px;
    color: #606060;
    background-color: white;
}

.product_list_element_block  {
    top: 0;
    margin: auto;
    display: inline-table;
}

.product_list_img {
    position: absolute;
    width: 80px;
    height: 100%;
    bottom: 0;
    left: 0px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

.product_list_title {
    position: absolute;
    width: 280px;
    height: 55px;
    bottom: 0;
    left: 90px;
    font-size: 16px;
    color: black;
    font-weight: bold;
}

.product_list_icoinfo {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
}

.product_list_info {
    position: absolute;
    width: 150px;
    padding: 10px;
    right: -75px;
    top: 35px;
    background-color: #fafafa;
    border: 1px solid #888;
    font-size: 12px;
    font-weight: normal;
    text-align: center;
    z-index: 999;
    display: none;
}

.product_list_title a{
    color: inherit;
    text-decoration: none;
}

.product_list_title a.pname{
    color: #28638b;
    text-decoration: none;
}

.product_list_brand {
    position: absolute;
    width: 100px;
    height: 35px;
    bottom: 0;
    left: 380px;
    text-align: right;
}

.product_list_unit_price {
    position: absolute;
    width: 80px;
    height: 14px;
    bottom: 0;
    left: 480px;
    text-align: right;
}

.product_list_unit_conf {
    position: absolute;
    width: 65px;
    height: 14px;
    bottom: 0;
    left: 560px;
    text-align: right;
}

.product_list_fieldname.product_list_unit_conf {
    height: 28px;
}

.product_list_discount {
    position: absolute;
    width: 80px;
    height: 14px;
    bottom: 0;
    left: 625px;
    text-align: right;
}

.product_list_discount_price {
    position: absolute;
    width: 80px;
    height: 14px;
    bottom: 0;
    left: 705px;
    color: black;
    text-align: right;
}

.product_list_fieldname.product_list_discount_price {
    height: 28px;
}

.product_list_cart {
    position: absolute;
    width: 135px;
    height: 60px;
    bottom: 0;
    left: 785px;
    color: black;
}

#shopcart_backorder_list .product_list_cart {
    width: 130px;
}

.product_list_cart_addbutton {
    position: relative;
    float: right;
    width: 28px;
    height: 60px;
    margin: 0 4px;
    background-color: #0565ac;
    background-image: url('../img/carrello_btn_aggiungi.png');
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}

.product_list_cart_removebutton, .otherproduct_list_cart_removebutton {
    position: relative;
    float: right;
    width: 28px;
    height: 60px;
    margin: 0 4px;
    background-color: #d20000;
    background-image: url('../img/carrello_btn_elimina.png');
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}

.product_list_cart_qty_cont {
    position: relative;
    float: right;
    width: 85px;
}

.product_list_cart_qty_cont.product_list_cartsummary_qty_cont {
    margin-right: 36px;
}

.product_list_cart_qty {
    position: relative;
    width: 79px;
    height: 34px;
    padding: 2px 2px;
    text-align: right;
    border: 1px solid #dadada;
    background: transparent;
    margin: 0 0 4px;
    font-size: 10px;
    text-transform: uppercase;
}

.product_list_cart_qty_value {
    width: 79px;
    height: 21px;
    text-align: right;
    background: transparent;
    font-size: 14px;
    color: black;
    padding: 0;
    margin: 0;
}

.product_list_cart_totitem {
    position: relative;
    width: 79px;
    height: 10px;
    padding: 3px 2px;
    text-align: right;
    font-size: 9px;
    background-color: #f0f0f0;
    color: black;
    text-transform: uppercase;
}

#contenitore_popupprodaddedtocart {
    background-image: url('../img/sf_azzurro_transp.png');
    background-repeat: repeat;
}

#contenuto_popupprodaddedtocart {
    background-color: white;
    color: black;
    width: 650px;
    height: 125px;
    padding: 0 40px;
}

#popupprodaddedtocart_header {
    position: absolute;
    width: 100%;
    height: 110px;
    top: -110px;
    left: 0;
    background-image: url('../img/brush_bianco.png');
    overflow: hidden;
}

#popupprodaddedtocart_footer {
    position: absolute;
    width: 100%;
    height: 110px;
    bottom: -110px;
    left: 0;
    background-image: url('../img/brush_bianco.png');
    background-position: bottom;
    overflow: hidden;
}

#popupprodaddedtocart_title {
    margin: 15px 0 20px;
    font-size: 30px;
    text-align: center;
}

#popupprodaddedtocart_back {
    float: left;
    background-color: #0565ac;
    color: white;
}

#contenitore_popupfullimage {
    background-image: url('../img/sf_grigio_transp.png');
    background-repeat: repeat;
}

#contenuto_popupfullimage {
    color: black;
    width: 800px;
    height: 600px;
}

#popupfullimage_close {
    position: fixed;
    top: 15px;
    right: 15px;
    cursor: pointer;
}

#popupfullimage_image {
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

.product_list_promolabel {
    position: absolute;
    top: 15px;
    right: 60px;
    font-size: 10px;
    color: #dfe21f;
    padding: 2px 4px;
    background-color: black;
    text-transform: uppercase;
    font-weight: bold;
}

.product_list_newlabel {
    position: absolute;
    bottom: 12px;
    right: 60px;
    font-size: 13px;
    color: #dfe21f;
    padding: 2px 4px;
    background-color: #f50300;
    text-transform: uppercase;
    font-weight: bold;
}

#search_filter_category_cont {
    position: relative;
    margin: 50px 20px 0;
}

#search_filter_category_openparent {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 0;
    left: -40px;
    background-image: url('../img/carrello_btn_categorie.png');
    cursor: pointer;
}

#search_filter_category_parent_cont {
    position: relative;
    height: 0;
    overflow: hidden;
}

#search_filter_category_parent {
    position: relative;
    background-color: #0067b2;
    color: #90c9f3;
    padding: 20px;
}

#search_filter_category {
    position: relative;
}

.search_filter_categorychild_cont {
    position: relative;
    background-color: #ffffff;
    color: #4d4d4d;
    padding: 20px;
    display: none;
}

.search_filter_categorychild_cont.search_filter_categorychild_cont_sel {
    display: block;
}

.search_filter_category_title {
    font-size: 17px;
}

#search_filter_category_parent .search_filter_category_title {
    color: #ffffff;
}

#search_filter_category .search_filter_category_title {
    color: #0067b2;
}

.search_filter_category_element {
    position: relative;
    float: left;
    width: 180px;
    padding: 5px 20px 5px 10px;
    margin-top: 10px;
    margin-left: 10px;
    cursor: pointer;
}

#search_filter_category_parent .search_filter_category_elementsel {
    background-color: #024c82;
    color: #ffffff;
}

#search_filter_category_parent .search_filter_category_elementsel.search_filter_category_element_sel2 {
    background-color: #024c82;
    color: #ffffff;
}

#search_filter_category_parent .search_filter_category_element_sel2 {
    background-color: #4079a2;
}

#search_filter_category .search_filter_category_elementsel {
    background-color: #0067b2;
    color: #ffffff;
}

#filtered_contents_header1 {
    position: relative;
    height: 30px;
    padding: 25px 20px;
    margin: 0 20px 5px;
    background-color: #ffd500;
    color: #000000;
    font-size: 28px;
}

#filtered_contents_header1 #search_filter_productbrand_cont .filter_list_label {
    color: #000000;
}

#filtered_contents_header1 .filter_list_element .customSelect {
    background-color: #d3b001;
    color: #000000;
}

#filtered_contents_header2 {
    position: relative;
    height: 30px;
    padding: 25px 20px;
    margin: 0 20px 5px;
    background-color: #474747;
    color: #ffffff;
    font-size: 28px;
}

#filtered_contents_header2.filtered_contents_header2_style1 {
    width: fit-content;
    height: auto;
    padding: 8px 30px;
    background-color: #52c430;
    font-size: 16px;
    font-weight: 700;
}

#filtered_contents_header_categoryparent {
    position: relative;
    height: 30px;
    padding: 25px 20px;
    margin: 0 20px 5px;
    background-color: #003154;
    color: white;
    font-size: 28px;
}

#filtered_contents_header_categoryparent.filtered_contents_header_categoryparent_style1 {
    background-color: #be2b24;
    color: white;
}

#filtered_contents_header_categoryparent.filtered_contents_header_categoryparent_style1 .filter_list_element .customSelect {
    background-color: #d33931;
    background-image: url(../img/search_freccia_red.jpg);
}

#filtered_contents_header_category {
    position: relative;
    height: 20px;
    padding: 10px 20px;
    margin: 0 20px 8px;
    background-color: #0067b2;
}

#filtered_contents_header_categoryname {
    color: white;
    font-size: 18px;
}

#filtered_contents_header_categoryname.filtered_contents_header_categoryname_v2 {
    font-size: 16px;
}

#filtered_contents_header_category .product_list_fieldname {
    color: white;
    bottom: 7px;
}

#filtered_products {
    margin: 0 20px 250px;
}

.productchild_list_element {
    position: relative;
    height: 75px;
    margin-left: 40px;
    margin-bottom: 7px;
    font-size: 12px;
    color: #606060;
    background-color: #f4f4f4;
}

.productchild_list_element_block  {
    top: 0;
    margin: auto;
    display: inline-table;
}

.productchild_list_img {
    position: absolute;
    width: 80px;
    height: 100%;
    bottom: 0;
    left: 0px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

.productchild_list_title {
    position: absolute;
    width: 240px;
    height: 55px;
    bottom: 0;
    left: 90px;
    font-size: 16px;
    color: black;
    font-weight: bold;
}

.productchild_list_title a{
    color: inherit;
    text-decoration: none;
}

.productchild_list_title a.pname{
    color: #28638b;
    text-decoration: none;
}

.productchild_list_brand {
    position: absolute;
    width: 100px;
    height: 35px;
    bottom: 0;
    left: 340px;
}

.productchild_list_unit_price {
    position: absolute;
    width: 80px;
    height: 14px;
    bottom: 0;
    left: 440px;
    text-align: right;
}

.productchild_list_unit_conf {
    position: absolute;
    width: 65px;
    height: 14px;
    bottom: 0;
    left: 520px;
    text-align: right;
}

.productchild_list_discount {
    position: absolute;
    width: 80px;
    height: 14px;
    bottom: 0;
    left: 585px;
    text-align: right;
}

.productchild_list_discount_price {
    position: absolute;
    width: 80px;
    height: 14px;
    bottom: 0;
    left: 665px;
    color: black;
    text-align: right;
}

.productchild_list_cart {
    position: absolute;
    width: 135px;
    height: 60px;
    bottom: 0;
    left: 745px;
    color: black;
}

.productchild_list_cart_addbutton {
    position: relative;
    float: right;
    width: 28px;
    height: 60px;
    margin: 0 4px;
    background-color: #0565ac;
    background-image: url('../img/carrello_btn_aggiungi.png');
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}

.productchild_list_cart_qty_cont {
    position: relative;
    float: right;
    width: 85px;
}

.productchild_list_cart_qty {
    position: relative;
    width: 79px;
    height: 34px;
    padding: 2px 2px;
    text-align: right;
    border: 1px solid #dadada;
    background: transparent;
    margin: 0 0 4px;
    font-size: 10px;
    text-transform: uppercase;
}

.productchild_list_cart_qty_value {
    width: 79px;
    height: 21px;
    text-align: right;
    background: transparent;
    font-size: 14px;
    color: black;
    padding: 0;
    margin: 0;
}

.productchild_list_cart_totitem {
    position: relative;
    width: 79px;
    height: 10px;
    padding: 3px 2px;
    text-align: right;
    font-size: 9px;
    background-color: #f0f0f0;
    color: black;
    text-transform: uppercase;
}

.productchild_list_promolabel {
    position: absolute;
    top: 15px;
    right: 60px;
    font-size: 10px;
    color: #dfe21f;
    padding: 2px 4px;
    background-color: black;
    text-transform: uppercase;
    font-weight: bold;
}

.productchild_list_newlabel {
    position: absolute;
    bottom: 15px;
    right: 60px;
    font-size: 10px;
    color: #dfe21f;
    padding: 2px 4px;
    background-color: #f50300;
    text-transform: uppercase;
    font-weight: bold;
}

#search_filter_productbrand_cont {
    position: absolute;
    right: 0;
    top: 0;
}

#search_filter_productbrand_cont.filter2 {
    right: 240px;
}

#search_filter_productbrand_cont .customSelect {
    margin-top: 2px;
}

#search_filter_productbrand_cont .filter_list_label {
    color: white;
}

#contenitore_popupsearchtext {
    background-image: url('../img/sf_azzurro_transp.png');
    background-repeat: repeat;
}

#popupsearchtext_header {
    position: absolute;
    width: 210px;
    height: 70px;
    padding: 10px 100px 10px 20px;
    top: 120px;
    left: 0;
    background-color: #024c82;
    color: white;
    font-size: 30px;
}

#popupsearchtext_header #popupsearchtext_close {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
}

#contenuto_popupsearchtext {
    width: 720px;
    height: 180px;
}

.popupsearchtext_contfield {
    position: relative;
    width: 335px;
}

.popupsearchtext_contfield input[type="text"] {
    width: 295px;
    height: 25px;
    padding: 18px;
    border: 2px solid white;
    background-color: transparent;
    color: white;
    font-size: 25px;
}

.popupsearchtext_title {
    color: white;
    font-size: 18px;
    margin-bottom: 12px;
}

#popupsearchtext_waiticon {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url('../img/waiticon1.gif');
    background-repeat: no-repeat;
    background-position: center center;
    display: none;
}

.popupsearchtext_submit {
    position: relative;
    float: right;
    display: inline;
    padding: 6px 12px 5px;
    margin-top: 10px;
    background-color: #024c82;
    color: white;
    text-align: center;
    font-size: 13px;
    cursor: pointer;
}

.esploso_list_element {
    position: relative;
    height: 75px;
    margin-bottom: 7px;
    font-size: 12px;
    color: #606060;
    background-color: white;
}

.esploso_list_element_block  {
    top: 0;
    margin: auto;
    display: inline-table;
}

.esploso_list_img {
    position: absolute;
    width: 80px;
    height: 100%;
    bottom: 0;
    left: 0px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    cursor: pointer;
}

.esploso_list_title {
    position: absolute;
    width: 400px;
    height: 55px;
    bottom: 0;
    left: 90px;
    font-size: 16px;
    color: black;
    font-weight: bold;
}

.esploso_list_title a{
    color: inherit;
    text-decoration: none;
}

.esploso_list_title a.pname{
    color:#28638b;
    text-decoration: none;
}

.esploso_list_detailbtn {
    position: absolute;
    width: 28px;
    height: 60px;
    bottom: 5px;
    right: 5px;
    background-color: #0565ac;
    background-image: url('../img/carrello_btn_info.png');
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}

#contenitore_popupesplosodetail {
    position: absolute;
}

#contenitore_popupesplosodetail_sf {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url('../img/sf_grigio_transp.png');
    background-repeat: repeat;
}

#contenuto_popupesplosodetail {
    width: 920px;
    left: 50%;
    margin-left: -460px;
    margin-top: 120px;
}

#popupesplosodetail_header {
    position: relative;
    margin-bottom: 10px;
    background-color: white;
}

#popupesplosodetail_header_title {
    position: absolute;
    left: 40px;
    top: -20px;
    font-size: 30px;
    color: #ffd500;
}

#popupesplosodetail_header_subtitle {
    position: absolute;
    left: 40px;
    top: 12px;
    font-size: 15px;
    color: white;
}

#popupesplosodetail_header_img {
    position: absolute;
    top: -125px;
    left: 0;
}

#popupesplosodetail_close {
    position: absolute;
    top: -15px;
    right: 25px;
    cursor: pointer;
}

#popupesplosodetail_image_cont {
    position: relative;
    padding: 130px 0 20px;
    text-align: center;
}

#popupesplosodetail_image_cont img {
    width: 100%;
}

#popupesplosodetail_products_cont {
    position: relative;
    margin-bottom: 60px;
}

#popupesplosodetail_products_header {
    position: relative;
    height: 20px;
    padding: 10px 20px;
    margin: 0 0 8px;
    background-color: #0067b2;
    font-size: 10px;
}

#popupesplosodetail_products_header_title {
    color: white;
    font-size: 18px;
}

#popupesplosodetail_products_cont .product_list_fieldname {
    color: white;
    bottom: 7px;
}

.esplosoproduct_list_rif {
    position: absolute;
    width: 26px;
    height: 42px;
    padding-top: 15px;
    top: 4px;
    left: 4px;
    background-color: black;
    color: white;
    text-align: center;
    font-size: 24px;
}

.esplosoproduct_list_img {
    position: absolute;
    width: 80px;
    height: 100%;
    bottom: 0;
    left: 34px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

.esplosoproduct_list_title {
    position: absolute;
    width: 246px;
    height: 55px;
    bottom: 0;
    left: 124px;
    font-size: 16px;
    color: black;
    font-weight: bold;
}

.esplosoproduct_list_title a{
    color: inherit;
    text-decoration: none;
}

.esplosoproduct_list_title a.pname{
    color:#28638b;
    text-decoration: none;
}

.otherproduct_list_title {
    position: absolute;
    width: 400px;
    height: 55px;
    bottom: 0;
    left: 20px;
    font-size: 16px;
    color: black;
    font-weight: bold;
}

.otherproduct_list_title .otherproduct_name{
    color: #666666;
}

#shopcart_taxable_cont {
    position: relative;
    height: 70px;
    background-color: white;
}

#shopcart_tax_cont {
    position: relative;
    height: 70px;
    background-color: #f8f8f8;
}

#shopcart_shipping_cont {
    position: relative;
    height: 70px;
    background-color: #f2f2f2;
}

#shopcart_total_cont {
    position: relative;
    height: 70px;
    background-color: #dbdbdb;
}

.withoutiva_label {
    color: #666;
    font-size: 11px;
}

#shopcart_other_addcont {
    position: relative;
    padding: 25px 20px;
    background-color: white;
}

.generic_text_content_block {
    position: relative;
    padding: 25px 20px;
    background-color: white;
}

.generic_text_content_block {
    position: relative;
    padding: 25px 20px;
    background-color: white;
}

.generic_text_content_block_nopadd {
    position: relative;
    background-color: white;
}

.generic_text_content_block_nopadd_col {
    position: relative;
    float: left;
    padding: 15px 20px;
    width: 270px;
}

.generic_text_content_block_nopadd_col_title {
    font-size: 26px;
    margin-bottom: 15px;
}

.generic_text_content_block_nopadd_col input[type="text"] {
    width: 245px;
}

.generic_text_content_block_nopadd_col .customSelect{
    width: 245px;
    height: 20px;
    padding: 10px;
    background-color: #f0f0f0;
    background-image: url('../img/form_freccia.png');
    background-repeat: no-repeat;
    background-position: right center;
    font-size: 14px;
    color: #666666;
    margin-top: 6px;
    margin-bottom: 10px;
}

.shopcart_other_addcont_fieldcond {
    position: relative;
    float: left;
}

.shopcart_other_addcont_fieldcond .row_label {
    text-transform: uppercase;
    font-size: 11px;
}

.shopcart_other_addcont_fieldcond input {
    width: 60px;
    height: 20px;
    padding: 10px;
    background-color: #f0f0f0;
    font-size: 14px;
    color: #666666;
    margin-top: 6px;
    margin-bottom: 10px;
    margin-right: 20px;
}

#contenitore_popupagorder {
    background-image: url('../img/sf_azzurro_transp.png');
    background-repeat: repeat;
}

#contenuto_popupagorder {
    background-color: white;
    color: black;
    width: 650px;
    height: 220px;
    padding: 20px 40px 80px 40px;
    text-align: center;
    overflow: hidden;
}

#popupagorder_footer {
    position: absolute;
    width: 100%;
    bottom: -60px;
    left: 0;
}

#popupagorder_title {
    margin: 15px 0 20px;
    font-size: 30px;
    text-align: center;
}

#popupagorder_text1 {
    font-size: 18px;
    text-align: center;
    color: #666;
}

#popupagorder_close {
    position: absolute;
    top: 15px;
    right: 20px;
    cursor: pointer;
}

#popupagorder_submit {
    position: relative;
    width: 150px;
    height: 24px;
    left: 50%;
    margin-left: -75px;
    margin-top: 15px;
    padding: 10px 0 6px 0;
    text-align: center;
    text-transform: uppercase;
    color: white;
    font-size: 18px;
    background-color: #0565ac;
    cursor: pointer;
}

.contenitore_popup .customSelect {
    width: 400px;
    height: 20px;
    padding: 10px;
    background-color: #f0f0f0;
    background-image: url('../img/form_freccia.png');
    background-repeat: no-repeat;
    background-position: right center;
    font-size: 14px;
    color: #666666;
    text-align: left;
    margin-top: 6px;
    margin-bottom: 10px;
}

.product_list_cart_qty_label {
    font-size: 18px;
    font-weight: bold;
}

#shopping_cartsummary_note {
    width: 850px;
    height: 70px;
    padding: 15px;
    font-family: arial;
    background-color: #f0f0f0;
    resize: none;
}

#contenitore_popupuseraddress {
    background-image: url('../img/sf_azzurro_transp.png');
    background-repeat: repeat;
}

#contenuto_popupuseraddress {
    background-color: white;
    color: black;
    width: 650px;
    height: 430px;
    padding: 20px 40px 80px 40px;
    text-align: center;
    overflow: hidden;
}

#popupuseraddress_footer {
    position: absolute;
    width: 100%;
    bottom: -60px;
    left: 0;
}

#popupuseraddress_title {
    margin: 15px 0 20px;
    font-size: 30px;
    text-align: center;
}

#popupuseraddress_close {
    position: absolute;
    top: 15px;
    right: 20px;
    cursor: pointer;
}

#popupuseraddress_submit {
    position: relative;
    width: 150px;
    height: 24px;
    left: 50%;
    margin-left: -75px;
    margin-top: 15px;
    padding: 10px 0 6px 0;
    text-align: center;
    text-transform: uppercase;
    color: white;
    font-size: 18px;
    background-color: #0565ac;
    cursor: pointer;
}

.popup_fieldform {
    position: relative;
}

.popup_fieldcont {
    position: relative;
    float: left;
    width: 325px;
    margin-bottom: 8px;
    text-align: left;
    font-size: 12px;
    text-transform: uppercase;
}

.popup_fieldform .customSelect {
    width: 280px;
}

.popup_fieldform input[type="text"] {
    width: 280px;
    height: 20px;
    padding: 10px;
    background-color: #f0f0f0;
    font-size: 14px;
    color: #666666;
    margin-top: 3px;
    margin-bottom: 10px;
}

#popupagorder_reseller_cont {
    position: relative;
    text-align: left;
    width: 420px;
    left: 50%;
    margin-left: -210px;
}

.linethrough {
    text-decoration: line-through;
}

.list_product_show_more {
    color: #666;
    text-decoration: underline;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
}

#filtered_products {
    position: relative;
}

.list_product_waiticon {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: white;
    opacity: 0.3;
    filter: alpha(opacity=30);
    z-index: 50;
    -moz-box-shadow: 0px 0px 25px 15px #fff;
    -webkit-box-shadow: 0px 0px 25px 15px #fff;
    box-shadow: 0px 0px 25px 15px #fff;
    background-image: url('../img/waiticon1.gif');
    background-position: center center;
    background-repeat: no-repeat;
    display: none;
}

.order_list_element {
    position: relative;
    height: 75px;
    margin-bottom: 7px;
    font-size: 12px;
    color: #606060;
    background-color: white;
}

.order_list_element_block  {
    top: 0;
    margin: auto;
    display: inline-table;
}

.order_list_title {
    position: absolute;
    width: 150px;
    height: 55px;
    bottom: 0;
    left: 20px;
    font-size: 16px;
    color: black;
    font-weight: bold;
}

.order_list_title a{
    color: #28638b;
    text-decoration: none;
}

.order_list_totalprice {
    position: absolute;
    width: 200px;
    height: 18px;
    bottom: 0;
    left: 200px;
    font-size: 16px;
    color: black;
}

.order_list_payment {
    position: absolute;
    width: 220px;
    height: 18px;
    bottom: 0;
    left: 430px;
    font-size: 16px;
}

.order_list_status {
    position: absolute;
    width: 150px;
    height: 18px;
    bottom: 0;
    left: 700px;
    font-size: 16px;
}

.order_list_detailbtn {
    position: absolute;
    width: 28px;
    height: 60px;
    bottom: 5px;
    right: 5px;
    background-color: #0565ac;
    background-image: url('../img/carrello_btn_info.png');
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}

.order_list_orderlistbtn {
    position: absolute;
    width: 28px;
    height: 60px;
    bottom: 5px;
    right: 5px;
    background-color: #0565ac;
    background-image: url('../img/btn_orderlist.png');
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}

.order_list_printbtn {
    position: absolute;
    width: 28px;
    height: 60px;
    bottom: 5px;
    right: 35px;
    background-color: #bec4c9;
    background-image: url('../img/btn_print.png');
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}

.order_list_loadcartbtn {
    position: absolute;
    width: 28px;
    height: 60px;
    bottom: 5px;
    right: 35px;
    background-color: #0565ac;
    background-image: url('../img/btn_loadcart.png');
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}

.order_list_deletecartbtn {
    position: absolute;
    width: 28px;
    height: 60px;
    bottom: 5px;
    right: 5px;
    background-color: #bec4c9;
    background-image: url('../img/carrello_btn_elimina.png');
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}

.generic_text_content_bottom_spacer {
    position: relative;
    height: 165px;
}

#aboutus_brand {
    position: relative;
    margin-top: 20px;
    margin-bottom: 30px;
}

.aboutus_brand_cont {
    position: relative;
    float: left;
    width: 161px;
    height: 175px;
    margin-top: 30px;
    margin-right: 15px;
    text-align: center;
    color: black;
}

.aboutus_brand_cont.aboutus_brand_cont_last {
    margin-right: 0;
}

.aboutus_brand_cont_img {
    position: relative;
    width: 100%;
    height: 85px;
    margin-bottom: 15px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.download_list_element {
    position: relative;
    height: 75px;
    margin-bottom: 7px;
    font-size: 12px;
    color: #606060;
    background-color: white;
}

.download_list_element_block  {
    top: 0;
    margin: auto;
    display: inline-table;
}

.download_list_img {
    position: absolute;
    width: 80px;
    height: 100%;
    bottom: 0;
    left: 0px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

.download_list_title {
    position: absolute;
    width: 150px;
    height: 55px;
    bottom: 0;
    left: 100px;
    font-size: 16px;
    color: black;
    font-weight: bold;
    cursor: pointer;
}

.download_list_detailbtn {
    position: absolute;
    width: 28px;
    height: 60px;
    bottom: 5px;
    right: 5px;
    background-color: #0565ac;
    background-image: url('../img/btn_download.png');
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}

.news_list_element {
    position: relative;
    height: 75px;
    margin-bottom: 7px;
    font-size: 12px;
    color: #606060;
    background-color: white;
}

.news_list_element_block  {
    top: 0;
    margin: auto;
    display: inline-table;
}

.news_list_img {
    position: absolute;
    width: 80px;
    height: 100%;
    bottom: 0;
    left: 0px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

.news_list_title {
    position: absolute;
    width: 750px;
    height: 55px;
    bottom: 0;
    left: 100px;
    font-size: 16px;
    color: black;
    font-weight: bold;
    cursor: pointer;
}

.news_list_titledesc {
    font-size: 13px;
    color: #666;
}

.news_list_detailbtn {
    position: absolute;
    width: 28px;
    height: 60px;
    bottom: 5px;
    right: 5px;
    background-color: #0565ac;
    background-image: url('../img/carrello_btn_info.png');
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}

#contenitore_popupproderrorqty {
    background-image: url('../img/sf_azzurro_transp.png');
    background-repeat: repeat;
}

#contenuto_popupproderrorqty {
    background-color: white;
    color: black;
    width: 650px;
    height: 190px;
    padding: 0 40px;
    text-align: center;
}

#popupproderrorqty_header {
    position: absolute;
    width: 100%;
    height: 110px;
    top: -110px;
    left: 0;
    background-image: url('../img/brush_bianco.png');
    overflow: hidden;
}

#popupproderrorqty_footer {
    position: absolute;
    width: 100%;
    height: 110px;
    bottom: -110px;
    left: 0;
    background-image: url('../img/brush_bianco.png');
    background-position: bottom;
    overflow: hidden;
}

#popupproderrorqty_title {
    margin: 15px 0 20px;
    font-size: 30px;
    text-align: center;
}

#popupproderrorqty_back {
    position: relative;
    width: 180px;
    height: 24px;
    left: 50%;
    margin-left: -90px;
    margin-top: 15px;
    padding: 10px 0 6px 0;
    text-align: center;
    color: white;
    font-size: 18px;
    background-color: #0565ac;
    cursor: pointer;
}

#preview_esploso {
    position: fixed;width: 700px;height: 560px;margin: auto;background-color: white;top: 0;bottom: 0;left: 0;right: 0;z-index: 999;display: none;border: 1px solid #ccc;background-repeat: no-repeat;background-position: center center;background-image: url(../img/waiticon1.gif);
}

#preview_esploso img {
    position: absolute;top: 0;bottom: 0;left: 0;right: 0;margin: auto;max-height: 560px;max-width: 700px;
}

#contenitore_popupbanner {
    background-image: url('../img/sf_azzurro_transp.png');
    background-repeat: repeat;
}

#contenuto_popupbanner {
    width: 960px;
    height: 750px;
    text-align: center;
}

#contenuto_popupbanner #popupbanner_banner {
    position: absolute;
    max-height: 750px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

#contenuto_popupbanner #popupbanner_close {
    position: fixed;
    top: 15px;
    right: 15px;
    cursor: pointer;
}

#contenitore_popupimportproderrorqty {
    background-image: url('../img/sf_azzurro_transp.png');
    background-repeat: repeat;
}

#contenuto_popupimportproderrorqty {
    background-color: white;
    color: black;
    width: 650px;
    height: 190px;
    padding: 0 40px;
    text-align: center;
}

#popupimportproderrorqty_header {
    position: absolute;
    width: 100%;
    height: 110px;
    top: -110px;
    left: 0;
    background-image: url('../img/brush_bianco.png');
    overflow: hidden;
}

#popupimportproderrorqty_footer {
    position: absolute;
    width: 100%;
    height: 110px;
    bottom: -110px;
    left: 0;
    background-image: url('../img/brush_bianco.png');
    background-position: bottom;
    overflow: hidden;
}

#popupimportproderrorqty_title {
    margin: 15px 0 20px;
    font-size: 30px;
    text-align: center;
}

#popupimportproderrorqty_back {
    position: relative;
    width: 180px;
    height: 24px;
    left: 50%;
    margin-left: -90px;
    margin-top: 15px;
    padding: 10px 0 6px 0;
    text-align: center;
    color: white;
    font-size: 18px;
    background-color: #0565ac;
    cursor: pointer;
}

#contenitore_popupdownloadprodlist {
    background-image: url('../img/sf_azzurro_transp.png');
    background-repeat: repeat;
}

#contenuto_popupdownloadprodlist {
    background-color: white;
    color: black;
    width: 650px;
    height: 190px;
    padding: 0 40px;
    text-align: center;
}

#popupdownloadprodlist_header {
    position: absolute;
    width: 100%;
    height: 110px;
    top: -110px;
    left: 0;
    background-image: url('../img/brush_bianco.png');
    overflow: hidden;
}

#popupdownloadprodlist_footer {
    position: absolute;
    width: 100%;
    height: 110px;
    bottom: -110px;
    left: 0;
    background-image: url('../img/brush_bianco.png');
    background-position: bottom;
    overflow: hidden;
}

#popupdownloadprodlist_title {
    margin: 15px 0 20px;
    font-size: 30px;
    text-align: center;
}

#popupdownloadprodlist_back {
    position: relative;
    width: 180px;
    height: 24px;
    left: 50%;
    margin-left: -90px;
    margin-top: 15px;
    padding: 10px 0 6px 0;
    text-align: center;
    color: white;
    font-size: 18px;
    background-color: #0565ac;
    cursor: pointer;
}

.search_categories_list.customSelect {
    width: 201px;
    height: 15px;
    padding: 9px 12px;
    background-color: #003e6b;
    background-image: url('../img/search_freccia.jpg');
    background-repeat: no-repeat;
    background-position: right center;
    font-size: 14px;
    color: white;
    margin-top: 6px;
    overflow: hidden;
}

.search_categories_list.customSelectDisabled {
    background-color: #001f36;
    background-image: url('../img/search_freccia_dis.jpg');
}

#fixed_header_cart{
    position: fixed;
    width: 100%;
    height: 40px;
    top: 55px;
    left: 0;
    background-color: #003154;
    z-index: 1;
    display: none;

    -moz-box-shadow: 2px 2px 5px #444;
    -webkit-box-shadow: 2px 2px 5px #444;
    box-shadow: 2px 2px 5px #444;
    /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#444444')";
    /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#444444');
}

#fixed_header_cart_btn_text {
    position: absolute;
    top: 15px;
    right: 75px;
    color: #ffffff;
    font-size: 13px;
    padding-bottom: 12px;
    cursor: pointer;
}

#fixed_header_cart_btn {
    position: absolute;
    width: 35px;
    height: 35px;
    top: 3px;
    right: 30px;
    background-color: #0565ac;
    background-image: url('../img/carrello_btn_aggiungi.png');
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}

#searchres_cart_btnall_text {
    position: absolute;
    top: 11px;
    right: 45px;
    color: #000000;
    font-size: 13px;
    padding-bottom: 12px;
    cursor: pointer;
}

#searchres_cart_btnall {
    position: absolute;
    width: 35px;
    height: 35px;
    top: 2px;
    right: 0;
    background-color: #0565ac;
    background-image: url('../img/carrello_btn_aggiungi.png');
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}

.modelimage_cont {
    position: relative;
    float: left;
    width: 300px;
    height: 200px;
    margin-right: 20px;
    margin-bottom: 20px;
    cursor: pointer;
    overflow: hidden;
}

.modelimage_cont .modelimage_sf {
    width: 100%;
}

.modelimage_cont .modelimage_title {
    position: absolute;
    width: 270px;
    height: 44px;
    padding: 8px 15px;
    bottom: 0;
    left: 0;
    background-image: url('../img/sf_nero_transp.png');
    background-repeat: repeat;
    color: white;
    font-size: 18px;
}

.order_notes_waiticon {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: white;
    opacity: 0.3;
    filter: alpha(opacity=30);
    z-index: 50;
    -moz-box-shadow: 0px 0px 25px 15px #fff;
    -webkit-box-shadow: 0px 0px 25px 15px #fff;
    box-shadow: 0px 0px 25px 15px #fff;
    background-image: url('../img/waiticon1.gif');
    background-position: center center;
    background-repeat: no-repeat;
    display: none;
}

#contenitore_popupagordersave {
    background-image: url('../img/sf_azzurro_transp.png');
    background-repeat: repeat;
}

#contenuto_popupagordersave {
    background-color: white;
    color: black;
    width: 650px;
    height: 220px;
    padding: 20px 40px 80px 40px;
    text-align: center;
    overflow: hidden;
}

#popupagordersave_footer {
    position: absolute;
    width: 100%;
    bottom: -60px;
    left: 0;
}

#popupagordersave_title {
    margin: 15px 0 20px;
    font-size: 30px;
    text-align: center;
}

#popupagordersave_text1 {
    font-size: 18px;
    text-align: center;
    color: #666;
}

#popupagordersave_close {
    position: absolute;
    top: 15px;
    right: 20px;
    cursor: pointer;
}

#popupagordersave_submit {
    position: relative;
    width: 150px;
    height: 24px;
    left: 50%;
    margin-left: -75px;
    margin-top: 15px;
    padding: 10px 0 6px 0;
    text-align: center;
    text-transform: uppercase;
    color: white;
    font-size: 18px;
    background-color: #0565ac;
    cursor: pointer;
}

#popupagordersave_reseller_cont {
    position: relative;
    text-align: left;
    width: 420px;
    left: 50%;
    margin-left: -210px;
}

.esploso_list_img2 {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 280px;
    height: 240px;
}

#preview_esploso2 {
    position: absolute;
    width: 496px;
    height: 496px;
    border: 2px solid #666;
    background-color: white;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../img/waiticon1.gif);
    display: none;
    z-index: 999;
}

#preview_esploso2 img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-height: 496px;
    max-width: 496px;
}

.sm6_brandcont {
    position: relative;
    text-align: center;
}

.sm6_brandelem {
    display: inline-block;
    margin: 10px;
    width: 110px;
    cursor: pointer;
}

.sm6_brandelem.selected {
    box-shadow: 0 0 5px #0565ac;
}

.sm6_brandelem.unselected {
    opacity: 0.6;
}

.filter_list_element_sm6 {
    margin: 0 50px;
    /*    display: none;*/
}

/*.productcart_list_title {
    width: 190px;
    left: 90px;
    font-size: 15px;
}

.productcart_list_brand {
    width: 100px;
    left: 285px;
}

.productcart_list_unit_price {
    width: 70px;
    left: 515px;
}

.productcart_list_unit_conf {
    width: 55px;
    left: 590px;
}

.productcart_list_discount {
    width: 70px;
    left: 645px;
}

.productcart_list_discount_price {
    width: 70px;
    left: 715px;
}

.productcart_list_discount_weight {
    position: absolute;
    width: 55px;
    bottom: 0;
    left: 385px;
    text-align: right;
}

.productcart_list_discount_volume {
    position: absolute;
    width: 75px;
    bottom: 0;
    left: 440px;
    text-align: right;
}*/

.arrivaldate_block {
    font-size: 11px;
    text-align: right;
    margin-top: 3px;
}

.contenitore_eplosobrand {
    position: relative;
    width: 100%;
    padding: 35px 0;
    text-align: center;
    margin-bottom: 80px;
}

.eplosobrand {
    width: 140px;
    display: inline-block;
    margin: 0 5px;
    cursor: pointer;
    background-color: white;
    border: 1px solid black;
}

.eplosobrand.selected {
    box-shadow: 0 0 25px #ffffff;
}

.eplosobrand.unselected {
    opacity: 0.5;
}

#intro_cont {
    position: relative;
    width: 100%;
    height: calc(100vh - 55px);;
    background-color: #ffffff;
    overflow: hidden;
    display: flex;
    z-index: 0;
}

.intro_block {
    position: relative;
    width: calc(50% - 1px);
}

#intro_block_left {
    border-right: 1px solid #ffffff;
}

#intro_block_right {
    border-left: 1px solid #ffffff;
}

.intro_block_sf {
    position: absolute;
    width: 100%;
    height: 70%;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
}

#intro_block_left .intro_block_sf {
    background-image: url('../img/moto-imm.jpg');
}

#intro_block_right .intro_block_sf {
    background-image: url('../img/bici-imm.jpg');
}

.intro_block_cont {
    position: relative;
    min-height: calc(50% - 260px);
    padding: 120px 60px 140px;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    display: flex;
    align-items: flex-start;
}

#intro_block_left .intro_block_cont {
    background-image: url('../img/moto.png');
}

#intro_block_right .intro_block_cont {
    background-image: url('../img/bici.png');
}

.intro_block_cont_ico {
    margin: 4px 15px 4px 0;
}

.intro_block_cont_text {
    flex-grow: 1;
    font-size: 20px;
    line-height: 27px;
    color: #ffffff;
}

.intro_block_cont_title {
    font-size: 40px;
    line-height: 40px;
}

.intro_block_cont_line {
    width: 50px;
    height: 3px;
    margin: 12px 0 25px;
}

#intro_block_left .intro_block_cont_line {
    background-color: #760800;
}

#intro_block_right .intro_block_cont_line {
    background-color: #276E03;
}

.intro_block_cont_btn {
    position: relative;
    width: 205px;
    height: 50px;
    font-size: 20px;
    line-height: 50px;
    text-align: center;
    color: #FFFFFF;
    margin-top: 25px;
    cursor: pointer;
}

.intro_block_cont_btn:after {
    content: '';
    position: absolute;
    width: 11px;
    height: 16px;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    background-image: url('../img/intro_arrow.png');
}

#intro_block_left .intro_block_cont_btn {
    background-color: #760800;
}

#intro_block_right .intro_block_cont_btn {
    background-color: #276E03;
}

#intro_footer_text {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding-top: 5px;
    text-align: center;
    color: #ffffff;
    font-size: 13px;
    background-image: linear-gradient(to top, #000000 0%, transparent);
}

.section_menu_fixed {
    position: fixed;
    height: 80px;
    padding: 0 25px 0 160px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 19px;
    line-height: 80px;
    color: #FFFFFF;
    text-transform: uppercase;
    background-repeat: no-repeat;
    background-position: left top;
    -webkit-transform-origin: 100% 50%;
    -moz-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transform: rotate(-90deg) translate(50%, -50%);
    -moz-transform: rotate(-90deg) translate(50%, -50%);
    -ms-transform: rotate(-90deg) translate(50%, -50%);
    -o-transform: rotate(-90deg) translate(50%, -50%);
    transform: rotate(-90deg) translate(50%, -50%);
    cursor: pointer;
}

#generic_waiticon {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.5);
    background-image: url('../img/waiticon1.gif');
    background-repeat: no-repeat;
    background-position: center center;
    display: none;
}

@media (max-width: 1024px) {
    #intro_cont {
        flex-direction: column;
    }

    .intro_block {
        width: 100%;
        height: 50%;
        border: 0!important;
    }
    
    .section_menu_fixed {
        height: 45px;
        line-height: 45px;
    }
}
