* {
  box-sizing: border-box;
  *behavior: url(js/boxsizing.htc);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; 
  }


::selection {
    background: #0083ac !important;
    color: #fff;
    text-shadow: none;
}

#mega {
    background-image:none;
}

#header-container {
    /*background: #000;*/
}

#header-container .wrapper #shopimg {
    width: 250px;
    margin: 25px 0;
}

#nav_bc {
    background: #e0e0e0;
    border-top: 0px solid #ccc;
}
.bread_crumb{
    text-transform:uppercase;
}

.bread_crumb li,
.bread_crumb li.active {
    background-image: none !important;
    text-decoration:none !important;
}

.bread_crumb li.past {
    background-image: none !important;
    text-decoration:none !important;
    margin-right: 0;    
}

.bread_crumb li:first-child.active {
    padding-left: 20px; 
}

.bread_crumb > ul > li:nth-child(2),
.bread_crumb > ul > li:nth-child(3) {
    display: none;
}

.bread_crumb li.active {
    background-color: #0083ac;
    height:auto;
}

.bread_crumb ul li {
    padding: 0 20px;
    background-image: none;
}

.bread_crumb ul li:hover,
.bread_crumb li.past:hover,
.bread_crumb li.past:hover a{
    background-color: #0083ac;
    color: #fff;
    text-decoration:none !important;
}

.bread_crumb li a:hover,
.bread_crumb li a:focus,
.bread_crumb li a:active{
    background-color: #0083ac;
    color: #fff;
    text-decoration:none !important;
}

#mega #main #main-container {
    float: left;
    clear: left;
    width: 100%;
}

#mega #main #main-container #home_shop {
    margin-right: 2%;
    width: 48% !important;
    margin-top:30px;
}

#mega #main #main-container #home_shop img {
    margin-right: 0px;
}

#mega #main #main-container #dx_home_shop {
    float: left;
    width: 50%;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    font-size: 1em;
    line-height: 1.5em;
    color: #393939;
}

#mega #main #main-container #dx_home_shop h1 {
    margin: 40px auto;
    padding: 0;
    text-align: center;
    font-size: 2.25em;
    line-height: 1em;
    font-weight: bold;
    color: #393939;
}

#mega #main #main-container #dx_home_shop h1:after {
    content: " ";
    width: 75px;
    height: 3px;
    position: relative;
    display: table;
    left: 50%;
    margin-left: -37.5px;
    bottom: 0;
    background: #0083ac;
    margin-top: 30px;
}



.w_cont {
    float: left;
    clear: left;
    width: 100%;
    margin-top: 50px;
}

.products_types_menu .selected_item_filter a{
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #0083ac;
    background-color: #0083ac;
    border:1px solid #0083ac;
}

.products_types_menu li a {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #ffffff;
    background-color: #ffffff;
    color: #666666;
    text-shadow: none;
    outline: 0;
}

.products_types_menu li a:hover {
    background-color: #01536e;
    background: #01536e;
    color: #fff;
    text-shadow: none;
}


#navigation_container li a{
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #0083ac;
    background-color: #0083ac;
    text-shadow: none;
    outline: 0;
    border: 1px solid #0083ac;
}
#navigation_container li a:hover{
    background: #01536e;
    background-color: #01536e;
}

#main article.prodotti {
    width: 100% !important;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-around;
}

section.prodotto {
    height: 95px;
    border: 0px #ccc solid;
    position: relative;
    background: #ffffff;
    margin: 15px 0;
    position: relative;
    width: 30%;
    min-width: auto;    
    -webkit-box-shadow: 0px 0px 9px 0px rgba(57,57,57,0.3);
    -moz-box-shadow: 0px 0px 9px 0px rgba(57,57,57,0.3);
    box-shadow: 0px 0px 9px 0px rgba(57,57,57,0.3);
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}


section.prodotto .nome {
    width: calc(55% - 11px);
    margin-top: 10px;
    float: left;
}

section.prodotto .prezzo {
    height: 80px;
    color: #0083ac !important;
    padding: 15px 0 0 0 !important;
    border-right: 1px #e8e8e8 solid;
    background-image: none !important;
    -webkit-border-top-left-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    width: 45%;
    min-width: initial;
}

.prodotto p.label {
    position: absolute;
    top: -19px;
    left: 0;
    height: 19px;
    background: #0083ac !important;
    color: #fff;
    z-index: 9990;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 13px;
    padding: 3px 11px;
    margin-left: 0px;
    -webkit-border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

section.prodotto .valuta{
    font-size: 18px !important;
}
section.prodotto .numeroprezzo{
    font-size: 48px !important;
}

section.prodotto .prezzo .centesimi {
    font-size: 18px !important;
}


section.prodotto p.prevprice {
    position: absolute;
    bottom: 10px;
    text-align: center;
    padding: 0;
    font-size: 12px;
    line-height: 16px;
    text-decoration: line-through;
    color: #333;
    width: 45%;
}

section.prodotto .tipo {
    color: #393939;
    font-size: 13px !important;
    font-weight: 400;
    line-height: 22px;
    padding-top: 0;
    text-transform: uppercase;
}

section.prodotto .tempo {
    color: #393939;
    font-weight: bold;
    font-size: 24px !important;
    line-height: 28px;
}

section div.info {
    bottom: -78px;
    margin-left: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    z-index: 9999;
}


.register_appear,
.campo_form_invia input {
    text-shadow: none !Important;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    box-shadow: none;
    background:#000;
    background-color: #000;
    border: 1px solid #000;
}

.register_appear:hover,
.campo_form_invia input:hover {
    background: #414141;
    border: 1px solid #414141;
}

#main aside {
    border: 1px solid #ccc;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    width: 35% !important;
    float: right;
}

.choice {
    border-bottom: 1px solid #CCC;
    margin: 0 0 15px 0;
}

.block_container .valore {
    color: #0083ac;
}

.final_message {
    font-weight: 100;
    font-size: 15px;
    line-height: 20px;
}

/* Registrazione */
table#registrazione select,
table#registrazione input{
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    padding:5px;
}

table#registrazione {
    font-weight: normal;
}

table#registrazione td {
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
}

.thumbimgpagamento.pp {
    height: 40px;
    width: 62px;
    background-repeat: no-repeat;
    float: right;
}
/* end registrazione */


/* Concludi l'acquisto */
#main article {
    width: 100%;
    text-align: center;
    max-width: 64%;
}
.cont_promo{
    width:100%;
}
.promo {
    background-image: none !important;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    padding: 15px;
    float: left;
    clear: left;
    margin: 0px;
}

#discount_code_value {
    margin: 2px 5px 0 0;
    height: 27px;
    box-sizing:border-box;
}

.discount_code_input {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    text-shadow:none !important; 
    background: #0083ac;
    background-color: #0083ac;
    border: 1px solid #0083ac;
    box-shadow: none;
    font-weight:100;
    box-sizing:border-box;
}

span.discount_code_input:hover {
    background: #3b6799;
    background-color: #3b6799;
    border: 1px solid #3b6799;
}

#giftActivationButton{
    border-radius: 0px;
    padding: 0px;
    width: 100%;
    height: auto;
    background: #0076c1;
    color: #fff;
    text-transform: uppercase;
    opacity: 1;
}
#giftActivationButton:hover{
    background: #3b6799;
}

.confirm_datas {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    text-shadow:none !important;  
    background:#000;
    padding: 10px 25px;
    font-weight: 500;
    margin-top: 20px;
}
.confirm_datas:hover {
    background: #212121;
}


.block_container {
    float: left;
    padding: 5px;
    width: 100%;
    margin: 0;
    border-bottom: 1px solid #CCC;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    box-sizing: border-box;
}
.block_container .etichetta {
    text-transform: capitalize;
}
.list_product {
    width: 100%;
    max-height: none;
    box-sizing: border-box;
    overflow-y: unset;
    float: left;
    clear: left;
    padding: 10px;
    background: #f9f9f9;
}

aside .desc {
    font-size: 14px;
    line-height: 18px;
    margin-top: 0px;
    clear: left;
    box-sizing: border-box;
    border-bottom: none;
}

.label_container_1 span,
.label_container_2 span {
    background: #fff;
    border-radius: 0;
}

.price {
    color:#0083ac;
}

/* end concludi acquisto*/

.facebook a{
    height:40px;
}

.login_social {
    background: #000000;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0px 1%;
}

.login_social a:hover {
    background-color:#212121;
}

.login_box .fValue input {
    margin: -1px 0 0 0;
    padding: 2px 5px;
    width: 94%;
    height: 25px;
    border: 1px solid #ccc;
}

#policyForm .next {
    margin: 15px 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    padding: 5px 10px;
    background: #000;
    border: 1px solid #000;
    cursor:pointer;
}
#policyForm .next:hover {
    background: #212121;
    border: 1px solid #212121;
    text-decoration:none;
}

.privacy {
    padding: 0;
    margin-top:10px;
}

.terms_link,
.terms_conditions {
    border: 1px solid #ccc;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    border: 1px solid #dcdcdc;
    color: #666666;
    padding: 5px 15px;
    text-shadow: none;
    background: none;
    background-color: #ffffff;
    filter: none;
    cursor:pointer;
}
.terms_link:hover,
.terms_conditions:hover {
    background: #f2f2f2;
    background-color: #f2f2f2;
}
#iframe_terms a,
#iframe_privacy a{
    color:#0083ac !important;
}

#footer_termini a {
    display: inline-block;
}
#footer_termini a::first-letter {
    text-transform: uppercase;
}

@media only screen and (min-width: 1014px){
    #main article {
        width: 60% !important;
    }
    #main article.prodotti {
        width: 100% !important;
        max-width: 100%;
    }

}

@media only screen and (min-width: 768px){

}
@media only screen and (max-width: 671px){
    #main article {
        width: 100% !important;
        max-width:100%;
    }
    #mega #main #main-container #home_shop{
        width:100% !important;
        margin:0 !important;
        display: block !important;
    }
    #mega #main #main-container #dx_home_shop{
        width:100% !important;
    }

    section.prodotto {
        margin-bottom: 45px !important;
    }
    #discount_code_value {
        margin: 10px 0 !important;
        width: 100% !important;
    }
    .discount_code_input {
        width: 100%;
    }
    #main aside {
        width: 100% !important;
    }
    .list_product {
        width: 100%;
    }
    .block_container .valore {
        width: 100% !important;
    }
    .block_container {
        width: 100% !Important;
    }
}