﻿@charset "utf-8";
* {
    padding: 0;
    margin: 0;
    outline: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-font-smoothing: subpixel-antialiased;
    outline: none !important;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Montserrat';
    text-shadow: none !important;
    font-size: 13px;
}
.pager > li > a {
    color: #666 !important;
}
.pagination > li > a {
    color: #fff !important;
}
.pager > li > a:hover, .pagination > li > a {
    background-color: #46712e;
    border-color: #46712e;

}

    .pager > li > a:hover, .pagination > li > a:hover {
        background-color: #000;
        border-color: #000;
    }

.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus {
    background-color: #000;
    border-color: #000;
}
.pagination > .last_page > a, .pagination > .last_page > a:hover, .pagination > .last_page > a:focus {
    color: #fff !important;
    background-color: #E30613;
    border-color: #E30613;
}



.onlyMobile {
    display: none !important;
}

.onlyDesktop {
    display: block !important;
}


h1 {
    font-size: 36px;
    font-weight: 100;
    line-height: 50px;
    padding: 10px;
    font-family: 'Montserrat' !important;
}

.boxListProdotti h1 {
    font-size:24px;

    font-weight:600;
    line-height: 28px;
    padding:16px 0;
}
    h1.variant {
        font-size: 24px;
        font-weight: 400;
        line-height: 28px;
        padding: 60px 0 16px 0;
    }

h1.titleProduct {
    font-size: 26px;
    font-weight: 200;
    line-height: 30px;
    padding: 16px 0 5px 0;
}

h2 {
    font-size: 26px;
    font-weight: 400;
    padding: 20px 0;
    font-family: 'Montserrat' !important;
}


.single-product h2 {
    text-decoration: none !important;
    color: #46712e;
    margin: 0;
    text-align: left;
    padding: 4px 10px;
    font-size: 16px;
}


h3 {
    font-size: 18px;
    font-weight: 600;
    padding: 20px 0 10px 0;
    font-family: 'Montserrat' !important;
}

h4 {
    font-size: 13px;
    font-weight: 700;
    color: #666;
    text-transform: uppercase;
    padding: 10px 0;
    font-family: 'Montserrat' !important;
}

h5 {
    font-size: 13px;
    font-weight: 700;
    color: #46712e;
    margin-bottom: 5px;
    font-family: 'Montserrat' !important;
}
footer h5 {
    color:#fff;
}

h6 {
    font-size: 13px;
    font-weight: 300;
    color: #666;
    line-height: 13px;
    padding: 3px 0;
    font-family: 'Montserrat' !important;
}

p, ul {
    font-size: 16px;
    line-height: 24px;
    font-weight: 100;
    padding: 5px 0;
    font-family: 'Montserrat' !important;
}

    ul.list_general li {
        margin-left: 20px;
        list-style: disc;
        margin-bottom:10px;
    }

    p.big {
        font-size: 16px;
        font-weight: 400;
        line-height: 22px;
    }
    p.grey {
        color:#888888;
    }

strong {
    font-weight:bold;
    font-weight:600;
}

a {
    color: #46712e;
}

    a:hover {
        color: #000;
    }


.uppercase {
    text-transform:uppercase;
}



.grad {
    background: -webkit-linear-gradient(bottom, rgba(0,0,0,0), rgba(0,0,0,0.5));
    background: -o-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.5));
    background: -moz-linear-gradient(bottom, rgba(0,0,0,0), rgba(0,0,0,0.5));
    background: linear-gradient(to top, rgba(0,0,0,0), rgba(0,0,0,0.5));
}

.mousePointer {
    cursor:pointer !important;
}
    .mousePointer:hover {
        opacity:0.7 !important;
    }


    .bgWhite {
        background-color: #fff !important;
    }

.bgRedDark {
    background-color:rgb(186, 7, 12) !important;
    padding:0 !important;
}
.bgRed {
    background-color:rgba(237, 30, 36, 1) !important;
    padding:0 !important;
}
.colorWhite {
    color:#fff !important;
}

.overOpacity {
    opacity:1;
}
    .overOpacity:hover {
        opacity:0.6;
    }

.relativeBox,.posRelative {
    position: relative;
    width: 100%;
    height: 100%;
}
em {
    font-style:italic;
    color:#999;
}

.hiddenElem {
    display:none !important;
}


.onlyDesktop {
}

.onlyMobile {
    display: none !important;
}

.boxCookies {
    position:fixed;
    display:none;
    z-index:900;
    bottom:0;
    left:0;
    width:100%;
    padding:10px;
    background:#333;
    color:#dedede;
    font-family: 'Open Sans', sans-serif;
    font-size:12px;
    
}
.boxCookies .linkCookie {
    display:inline-table; background:#999; cursor:pointer; color:#fff; padding:5px; text-decoration:none; margin:5px;
}
    .boxCookies .linkCookie:hover {
        background:#000;
    }

.bookHeader {
    background:rgba(237, 30, 36, 1);
    color:#fff;
}
    .bookHeader a {
        font-weight:bold;
        color:#fff !important;
    }
.bookHeader:hover {
    background:#781a26;
}
body {
    background:#fff;
}

.center {
    text-align:center !important;
}

.clear {
    clear:both;
}
.shadow {
  -moz-text-shadow: 0px 2px 4px #000 !important;
  -webkit-text-shadow: 0px 2px 4px #000 !important;
  text-shadow: 0px 2px 4px #000 !important;
}
.shadowBox {
  -moz-box-shadow: 1px 4px 10px rgba(0, 0, 0, 0.4) !important;
  -webkit-box-shadow: 1px 4px 10px rgba(0, 0, 0, 0.4) !important;
  box-shadow: 1px 4px 10px rgba(0, 0, 0, 0.4) !important;
}
.spacerTop {
    display:block;
    height:166px;
    width:100%;
    position:relative;
}
.maxWidth {
    max-width:1540px;
    margin: 0 auto;
    padding:0 10px;
    position:relative;
    z-index:2;
}
.maxFullWidth {
    width:100%;
    margin: 0 auto;
    padding:0 30px;
    position:relative;
    z-index:2;
}
#master {
    display: block;
    position: relative;
    width: 100%;
}

.addTranform {
    transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
}





.ico_place {
    background-image: url(../App_Images/ico_place.svg);
    background-position: left 8px;
    background-repeat: no-repeat;
    background-size: 22px;
    padding-left: 26px;
}

#gotoTop {
    visibility: hidden;
    opacity: 0;
    display: block;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99999999;
    height: 40px;
    width: 40px;
    border: 2px solid #999;
    background-image: url(../App_Images/btn_top.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 20px;
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    -ms-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}

/*-----------------------------------------------------------------------------------------------------------------------------------*/
.masterScrolled .top_header {

}
.masterScrolled #top_menu {

}

.masterScrolled .logo {

}


.masterScrolled #menu {

}

.masterScrolled .miniBtnMenu {
    
}

.masterScrolled .userLoggedMobile a {
    color:#000 !important;
}
.masterScrolled #gotoTop {
    visibility:visible;
    opacity:1;
}

/*----------------------------------------------------------------------------------------*/



.btnCart {
    padding-left: 35px !important;
    background-image: url(../App_Images/btnCart.svg);
    background-size: 40px;
    background-position: left center;
    background-repeat: no-repeat;
}
.cart_count {
    position: absolute;
    z-index: 12;
    top: 0px;
    left: 9px;
    font-size: 16px;
    font-weight: bold;
    color: #febd69;
    text-align: center;
    width: 24px;
}

.logo {
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    height: 117px;
    width: 263px;
    z-index: 16;
    background-image: url(../App_Images/logo_whynotshop.svg);
    background-position: -6px center;
    background-repeat: no-repeat;
    background-size: 232px;
    /*
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
        */
    transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
}

#successSendData, #errorSendData {
  display: none;
}


#waitAjax {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 999999;
    opacity:1;
    background-color:rgba(255, 255, 255, 0.90);
    background-position:center center;
    background-repeat:no-repeat;
    background-image:url(../App_Images/preloader.gif);

    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    -ms-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;

}


.waitInsideLightBox , .waitInsideModifyPost{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 999999;
    opacity:0;
    background-color:rgba(255, 255, 255, 0.90);
    background-position:center center;
    background-repeat:no-repeat;
    background-image:url(../App_Images/preloader.gif);

    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    -ms-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}
    .waitInsideLightBox.load, .waitInsideModifyPost.load {
        opacity:1 !important;
    }



#save_success {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 999999;
    opacity:0;
    
    background-color:rgba(255, 255, 255, 0.90);
    background-position:center center;
    background-repeat:no-repeat;
    background-image:url(../App_Images/save_success.svg);
    background-size:140px;

    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    -ms-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}
    #save_success.load {
        opacity:1 !important;
    }

/* ----- CENTER BOX ------*/
.outer {
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index:2;
}

.middle {
    display: table-cell;
    vertical-align: middle;
}

.inner {
    margin-left: auto;
    margin-right: auto; 
}
/* ----- CENTER BOX ------*/








/*---------------------------------------------------------------------------------*/

.distanceTop {
    float:left;
    width:100%;
    height:102px;
}

.slideHome {
    height:500px;
}

.slideIntro {
    height:420px;
}

.slideSingleHome {
    padding:0;
    position:relative;
    display:block;

}
.blockPage{
  background-attachment: scroll;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
  float:left;
}
.distBoxHome {
    margin:10px 0;
}



.whiteBg {
    background-color:#fff;
}

/*-------- LAYOUT  HOME ---------*/
.contentFullPage {
    position: relative;
    width: 100% ;
    min-height:410px;
    display: inline-block;
    vertical-align:top;
    padding:0px;
}
.contentPage {
    position: relative;
    width: calc( 100% - 240px ) ;
    min-height:410px;
    display: inline-block;
    vertical-align:top;
	
}
.dobleCol {
    display:inline-block;
    width:calc(50% - 10px);
    min-height:300px;
    margin-right:10px;
    padding:10px;
    vertical-align:top;
    position:relative;
}
.contentThreeBox {
    position: relative;
    width: calc( 100% - 270px ) ;
    min-height:300px;
    display: inline-block;
    vertical-align:top;
}
.threeCol {
    display: inline-block;
    width: calc(33.33% - 10px);
    min-height: 300px;
    margin-right: 10px;
    padding: 10px;
    vertical-align: top;
    text-align: left;
}

.fourCol {
    display: inline-block;
    width: calc(25% - 10px);
    min-height: 300px;
    margin-right: 10px;
    padding: 10px;
    vertical-align: top;
    text-align: left;
}


.colDX {
    position: relative;
    display:inline-block;
    width: 270px;
    z-index: 99;
    vertical-align:top;
}

/*-------- LAYOUT CATEGORIE PRODOTTI ---------*/



.paddingBox {
    padding:15px;
}
.headerCol {
    height:30px;
    display:block;
}

.breadcrumb {
    position: relative;
    padding: 20px 0;
    color: #999;
    background-color: transparent !important;
    margin: 0 !important;
    font-size: 18px;
    list-style: none;
    border-radius:unset !important;
}
    .breadcrumb li {
        display: inline-block;
        vertical-align: top;
        padding: 10px 0px 7px 10px;

        background-position: left center;
        background-repeat: no-repeat;
        background-size: 8px;
    }
    .breadcrumb li:first-child {
        background-image: none;
        padding-left: 0px;
    }

    .breadcrumb a, .breadcrumb .boxResultText {
        text-decoration: none;
        color: #000;
        
        display: inline-block;
        vertical-align: top;
    }
        .breadcrumb a:hover {
            
            color: #46712e;
        }

        



        .colCategorie {
            position: relative;
            display: inline-block;
            width: 240px;
            z-index: 99;
            vertical-align: top;
            padding: 0;
            margin: 10px 0 10px 0;
            font-size: 13px;

        }
.insertPage {
    position: relative;
    width: calc( 100% - 240px );
    display: inline-block;
    vertical-align: top;
    padding-bottom:20px;
}

.colPage {
    position: relative;
    display: inline-block;
    width: 240px;
    z-index: 99;
    vertical-align: top;
    padding: 0;
    margin: 10px 0 10px 0;
    font-size: 13px;
}
/*--------------------------------------------------*/

/*-------------------- MENU OVERLAYER ------------------------------------------*/
#nav_flyout_anchor {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    line-height: 0;
    zoom: 1;
    z-index: 100;
}

.nav_arrow {
    border-style: solid;
    _border-style: dashed;
    border-width: 9px;
    border-color: transparent;
    border-top-width: 0;
    border-bottom: 9px solid #fff;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: -9px;
    left: 118px;
}

.nav_flyout_box {
    position: absolute;
    top: -1px;
    display: none;
    background-color: #fff;
    border: 1px#dedede solid;
}

.nav_flyout_categorie {
    left: 88px;
}

.nav_flyout_account {
    right: 18px;
}

.nav_flyout_content {
    display: block;
    clear: none;
    width: 244px;
    min-height: 100px;
    padding: 14px 0 8px 0;
    float: left;
}

.nav_item {
    clear: both;
    display: block;
    position: relative;
    margin: 0 0 0 3px;
    text-overflow: ellipsis;
    padding-right: 30px;
    text-decoration: none;
    width: auto;
    border-bottom:1px solid #dedede;
}

    .nav_item:hover .nav_text {
        text-decoration: none;
        color: #46712e;
    }

    .nav_item:hover i {
        opacity: 1;
    }

    .nav_item i {
        background-image: url(../App_Images/nav_menu.gif);
        background-position: right center;
        background-repeat: no-repeat;
        position: absolute;
        opacity: 0.4;
        right: 0px;
        top: 3px;
        height: 15px;
        width: 10px;
    }

.nav_text {
    display: block;
    font-size: 16px;
    color: #444;
    font-weight: 400;
    white-space: normal;
    word-wrap: break-word;
    width: auto;
    line-height: 20px;
    text-decoration: none;
    padding:12px 0;
    position:relative;
    z-index:1;
}

.nav_link {
    display: block;
    font-size: 13px;
    color: #444;
    font-weight: 400;
    white-space: normal;
    word-wrap: break-word;
    width: auto;
    line-height: 15px;
    text-decoration: none;
}

.nav_item:hover .nav_link {
    text-decoration: underline;
    color: #e47911;
}

.nav_subtext {
    font-family: 'Open Sans', sans-serif;
    display: block;
    font-size: 11px;
    line-height: 13px;
    font-weight: 400;
    color: #999;
    white-space: normal;
    width: auto;
}


.miniLink {
    font-size: 11px;
    display: inline-block;
    color: #333;
    vertical-align: top;
}

    .miniLink:hover {
        color: #000;
    }


.nav_divider {
    position: relative;
    display: block;
    line-height: 1px;
    height: 1px;
    overflow: hidden;
    background: #eee;
    margin: 0 8px 9px 14px;
}

.nav_subcats {
    position: relative;
    float: left;
    display: none;
    margin-left: 3px;
    border-left: 1px solid #eee;
    overflow: hidden;
    clear: none;
    padding-left: 10px;
}

.nav_subcat {
    position: relative;
    display: block;
    padding-top: 15px;
    width: auto;
    height: 100%;
    width: 400px;
}
/*-------------------- MENU OVERLAYER ------------------------------------------*/


.boxTitle {
    text-align:center;
    color:#fff;
}

.rounded {
    -ms-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.circle-rounded {
    -ms-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}


.btn_loginFacebook {
    background:#425f9c !important;
}
.btn_loginFacebook:hover {
    background:#000 !important;
}

.btnFacebookLogin {
    padding-left:40px;
    background:url(../App_Images/share/ico_facebook_white.png) no-repeat left center;
    height: 30px;
    display: inline-block;
    line-height: 30px;
}


.overFlowHidden {
    overflow:hidden;
}



/*-----------------------------------------------------------------------------------------*/



.leftAlign {
    text-align:left !important;
}
.rightAlign {
    text-align:right !important;
}


.leftFloat {
    float:left !important;
}
.rightFloat {
    float:right !important;
}


/*-----------------------------------------------------------------------------------------*/
#nav_gotop {
    display:block;
    width:100%;

    background-color:#37475a;
    text-align:center;
    float: left;
    cursor:pointer;
}
#nav_gotop:hover {
    background-color:#4c5a6b;
}
#nav_gotop a{
    font-family: 'Open Sans', sans-serif;
    display:block;
    text-decoration:none;
    padding:15px 0;
    text-align:center;
    font-size:14px;
    color:#dedede !important;
}





#footer {
    position: relative;
    display: block;
    width: 100%;
    background: #19270b;
    padding: 0 0 40px 0;
    margin-top: 220px;
    z-index: 6;
    float: left;
    text-align: center;
}

    #footer p {
        color:rgb(225, 225, 225);
        font-size:11px;
    }

    .under_footer {
        float: left;
        display: block;
        width: 100%;
        padding: 30px 0;
        background-color: #131a22;
        text-align: center;
    }

.box_newsletter {
    background-color:#000;
    padding:30px 0;
}

.contentFooter {
    color: #999;
    font-size: 11px;
}
.contentFooter a,.contentFooter a:visited{

    color:#999;
    font-size:11px;
    text-decoration:none;
    display:inline-block;
    padding:0 5px;
}
    .contentFooter a:hover {
        color:#fff;
        text-decoration:underline;
    }

#footer ul {
    width:100%;
    display:inline-block;
    vertical-align:top;
    color:#999;
    font-size: 11px;
    line-height:14px;
    margin-bottom:20px;
    padding-right: 20px;
    text-align:left;
}

.titleFooter {
    color:#fff;
    font-weight:bold;
    font-size:14px;
    line-height: 14px;
    padding: 10px 0 3px 0;
}
.spacerListFooter {
    padding-bottom:20px;
    display:block;
}


#footer ul a{
    color:#dedede;
    font-size: 11px;
    line-height:14px;
    text-decoration:none;
    display:inline-table;
    margin: 4px 0px;
}
#footer ul a:hover {
    color:#fff;
    text-decoration:underline;
}
#footer-social a{
    margin: 4px 6px;
}

.elem_img_footer {
    position: absolute;
    max-width: 1024px;
    bottom: 0px;
    margin: 0 auto;
    display: block;
    text-align: center;
    left: 0;
    right: 0;
    width: 100%;
}
.footer_minilink {
    padding:5px 0 !important;
    margin:0 !important;
}
.footer_minilink li {
    display: inline-block;
    vertical-align: top;
    font-size: 11px;
}

.separator {
    display: block;
    width: 100%;
    clear: both;
}



/*-- LAZY LOAD------------------------------------------------------------------*/
.preloader {
    position:absolute;
    height:100%;
    width:100%;
    z-index:0;
    top:0;
    left:0;
    opacity:1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background:url(../App_Images/preloader.gif) no-repeat center center;
}
.endLoadLazy {
    position:absolute;
    top:0;
    left:0;
    z-index:0;
    height:100%;
    width:100%;
    display:block;

    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    opacity:0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.imageElem:hover .endLoadLazy{

    -webkit-transform:scale(1.05); /* Safari and Chrome */
    -moz-transform:scale(1.05); /* Firefox */
    -ms-transform:scale(1.05); /* IE 9 */
    -o-transform:scale(1.05); /* Opera */
     transform:scale(1.05);
}
.imageElem .endLoadLazy {
        z-index:0;
    } 
/*-- LAZY LOAD------------------------------------------------------------------*/


#slideHomePage .swiper-button-next {
    background-color: rgba(189, 189, 189,0.6);
}

.swiper-button-next  {
    background-color: rgba(189, 189, 189,0.6);
    right: 0 !important;
    width: 40px;
    height: 60px;
    -ms-border-radius: 14px 0 0 14px;
    -webkit-border-radius: 14px 0 0 14px;
    -o-border-radius: 14px 0 0 14px;
    -moz-border-radius: 14px 0 0 14px;
    border-radius: 14px 0 0 14px;
    -moz-background-size: 20px 20px  !important;
    -webkit-background-size: 20px 20px  !important;
    background-size: 20px 20px  !important;
}
.swiper-button-prev  {
    background-color: rgba(189, 189, 189,0.6);
    left: 0  !important;
    width: 40px;
    height: 60px;
    -ms-border-radius: 0 14px 14px 0;
    -webkit-border-radius: 0 14px 14px 0;
    -o-border-radius: 0 14px 14px 0;
    -moz-border-radius: 0 14px 14px 0;
    border-radius: 0 14px 14px 0;
    -moz-background-size: 20px 20px  !important;
    -webkit-background-size: 20px 20px  !important;
    background-size: 20px 20px  !important;
}



#loadZoomAjax {
    opacity: 0;
    display: none;
    position: fixed;
    z-index: 9999;
    background: rgba(255, 255, 255, 1);
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

#loadZoomAjax.init {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-transition: all 0.4s cubic-bezier(.48,1,.63,.97);
    -moz-transition: all 0.4s cubic-bezier(.48,1,.63,.97);
    -ms-transition: all 0.4s cubic-bezier(.48,1,.63,.97);
    -o-transition: all 0.4s cubic-bezier(.48,1,.63,.97);
    transition: all 0.4s cubic-bezier(.48,1,.63,.97);
}

.closeZoom {
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    cursor: pointer;
    height: 40px;
    width: 40px;
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10px;
    background-color: #000;
    background-image: url(../App_Images/btn_close.svg);
    background-position: center center;
    background-size: 20px;
    background-repeat: no-repeat;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
}
    .closeZoom:hover {
        background-color: #46712e;
        color: #fff;
    }
.insertZoom {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
}
.contImageZoom {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
    .contImageZoom img {
        
        width: initial;
        display:block;
        margin:0 auto;
    }

    .contImageZoom img.loaded {
        height: 100%;
    }
/*------------------------------------------------------------------------*/

/* COL DX */

.boxPromo {
    display:block;
    width:100%;
    min-height:300px;
    background-color:#efecec;
    position:relative;
}
    .boxPromo:hover .boxImg{
        opacity:0.8;
    }
.boxImg {
    padding:30px;
    width:100%;
    height:100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-align:center;
    position:relative;
    z-index:1;
}
.boxImg img {
    display:block;
    margin:0 auto;
    max-height:200px;
    width:auto;
}
.boxPromo h2 {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
    color: #333;
    padding: 0 20px;
}

.boxPromoWhite {
    display:block;
    width:100%;
    min-height:300px;
    background-color:#ffffff;
    position:relative;
    padding:10px;
}
    .boxPromoWhite ul li {
        display:block;
        padding-left:55px;
        min-height:40px;
        list-style:none;
        margin-bottom:20px;
    }

        .boxPromoWhite ul li:last-child {
            margin-bottom:0;
        }
.boxPromoWhite h3 {
    width: 100%;
    color: #999;
}
    .boxPromoWhite p {
        font-size:11px;
    }

.list-pagamento-sicuro {
    background-image:url(../App_Images/pagamento-sicuro.svg);
    background-repeat:no-repeat;
    background-position:left top;
}
.list-venditori-certificati {
    background-image:url(../App_Images/venditori-certificati.svg);
    background-repeat:no-repeat;
    background-position:left top;
}
.list-reso-gratuito {
    background-image:url(../App_Images/reso-gratuito.svg);
    background-repeat:no-repeat;
    background-position:left top;
}



/*--------------------------------------------------*/

.box_tariffe {
    border:1px solid #dedede;
    padding:0;
}
    .box_tariffe .header {
        
        padding:15px;
    }
.box_tariffe .header:after {
    content: '';
    width: 150px;
    height: 2px;
    overflow: hidden;
    background: rgba(255,255,255,0.35);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-right: auto;
    margin-left: auto;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
}
.box_tariffe .header h3 {
    font-weight: 800;
    font-size: 30px;
    line-height: 30px;
    height: 60px;
    color:#fff;
    text-transform:uppercase;
}
.box_tariffe .header h4 {
    padding:10px;
    color:#fff;
    text-transform:uppercase;
    font-weight:100;
}

.box_tariffe .price {
    padding:15px;
    color:#fff !important;
    text-align:center;
}
.box_tariffe .price .from {
    display: block;
    font-weight: 600;
    font-size: 1.2em;
    font-family: 'Open Sans', sans-serif;
    padding-bottom:10px;
}
    .box_tariffe .price label {
        text-align:center;
        color:#fff;
    }

    .box_tariffe .price .scontato {
        display: block;
        font-weight: 600;
        font-size: 1.0em;
        font-family: 'Open Sans', sans-serif;
        padding:10px 0 0 0;
        text-decoration:line-through;
    }
.box_tariffe .price .int {
    font-size: 4em;
    font-weight: 800;
    display: inline-block;
    vertical-align: top;
    margin-top:20px;
    margin-bottom:10px;
}

.box_tariffe .price .decimal {
    font-size: 2em;
    vertical-align: top;
    margin-top: 9px;
    display: inline-block;
    font-weight: 800;
}

.box_tariffe .price .vat {
    vertical-align: bottom;
    display: inline-block;
    margin-left: -50px;
    font-size: 10px;
    line-height: 10px;
}
    .box_tariffe ul {
        padding:25px;
        background-color:#fff;
        text-align:left;
        
    }
    .box_tariffe ul li::before {
      content: "• ";
      color: #999999; /* or whatever color you prefer */
    }
    .box_tariffe ul li{
        font-size: 14px;
        margin-bottom: 10px;
        display: list-item;
        list-style-type:none;
    }
        .box_tariffe ul li:last-child {
            margin-bottom:0;
        }

    .box_tariffe .footer {
        background-color:#fff;
        padding:0 20px 20px 20px;
    }

    .box_tariffe ul li.divisorio {
        height:10px;
        border-bottom:1px dotted rgba(0,0,0,0.5);
        margin-bottom:15px;
    }
    .box_tariffe ul li.divisorio::before {
        content:"";
    }

.easy-shop-top {
    background-color:#0985a0;
}


.easy-shop-bottom {
    background-color:#049abb;
}
.seller-shop-top {
    background-color:#a00988;
}


.seller-shop-bottom {
    background-color:#bf16a4;
}

.expert-shop-top {
    background-color:#158827;
}


.expert-shop-bottom {
    background-color:#21b338;
}

.fulladmin-shop-top {
    background-color:#4a4a4a;
}


.fulladmin-shop-bottom {
    background-color:#656565;
}

/*----------------- BANNER ---------------------*/

.banner {
width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index:0;
}
    .banner img {
        display:block;
        margin:0 auto;
        padding:5px 0;
        width:100%;
        height:auto;
    }

.show700 {
    display:none;
}


#map_canvas {
    height: 400px;
    background: #fff;
}

.intro-container {
    height:440px;
}

.fullwidth {
    width:100%;
    height:auto;
}

.paddingVert {
    padding: 30px 0;
}

hr {
    display: block;
    width: 100%;
    height: 5px;
    background-color: #7dbe4b;
    border:none;
    margin: 10px 0;
}


.elemPageScroll {
    display:block;
    position:relative;
}
    .elemPageScroll li {
        display:block;
        position:relative;
        margin-bottom:30px;
        min-height:150px;
    }
    .elemPageScroll li img{
        display: inline-block;
        position: relative;
        max-width:120px;
        height:auto;
        margin-right:20px;
        float:left;
    }
        .elemPageScroll li p {
            display: inline-block;
            position: relative;
            text-align:left;
            width:100%;
        }



.message_standard {
    display:block;
    padding:30px 0 15px 0;
    position:relative;
}

.inside_message {
    border: 1px solid #46712e;
    display: block;
    width: 100%;
    padding: 30px;
    background-color: #f4ffee;
}

    .inside_message h3:first-of-type {
        padding-top:0px !important;
    }

.valueRat {
    cursor:pointer;
}