﻿/* Basket */
#link_basket {cursor:pointer;display:block;height:26px;width:30px;background:transparent url('/includes/img/basket.png') no-repeat center;margin:-2px 0;position:absolute;left:-42px;}
#link_basket span{display:none}

.basket_popup_container{position:fixed;top:50px;left:50%;margin-left:-300px;min-height:150px;width:600px;background-color:#fff;z-index:500;font-family:Lato;}
.basket_popup_container * {box-sizing:border-box;}
.basket_popup_container label{margin-bottom:5px;text-transform:uppercase;font-size:12px;}

#basketAddDiv {position:relative;width:100%;height:100%}

.basket_popup_upper_part{padding:15px;}
.basket_popup_upper_part h2, .basket_popup_title_bar h2{color:#999;font-size:22px;margin:0;font-weight:100;margin:0 0 10px;}
.basket_popup_title_bar a{font-size:15px;font-weight:100;text-transform:uppercase;}

.popup_table {display:table;width:100%;table-layout:fixed;}
.popup_table_header, .popup_table_product_row{display:table-row;}
.popup_table_product_row [class*="popup_column"] {padding:15px 0 0;height:30px;vertical-align:middle;}

.popup_column_large, .popup_column_small{display:table-cell;vertical-align:middle;}
.popup_column_large{width:250px;}
.popup_address_table.first:after, .popup_column_large:after{content:"";display:table;clear:both;}
.popup_column_large img{width:100px;float:left;}
.popup_column_large img + label{color:#0d1545;font-size:15px;padding-top:10px;text-transform:uppercase;width:150px;float:left;}
.popup_column_small{width:80px;text-align:center;position:relative;}

.popup_table_product_row .popup_column_small select, .popup_table_product_row .popup_column_small label {font-size:18px;color:#0c1445;}

.basket_popup_lower_part{background-color:#0e1645;color:#fff;padding:16px 10px;font-size:11px;}
.basket_popup_lower_part h3{float:right;color:#fff;font-size:22px;font-weight:400;margin:-2px 0 0 0;line-height:14px;}
.basket_popup_lower_part a{color:white;}
.basket_popup_lower_part a span{text-decoration:underline;font-weight:400;}

.popup_table_ship_row {position:relative;}
.popup_table_ship_row .popup_column_small {font-size:23px;color:#0c1445;position:absolute;width:570px;text-align:right; padding: 0 20px 0 0;}

.popup_bottoniera_row{padding:15px 0 0;}
.popup_bottoniera_row a{float:right;margin-left:8px;}

.bottoni .acq {background:#0e1645;color:white;margin-top:12px;padding:7px 17px;font-style:italic; font-family: volkhov;}
.bottoni {bottom:25px;height:0;margin:0;padding:0;text-align: center;margin-top:7px;}
.combobox_width{overflow:hidden !important;width:218px;margin-top:32px;padding:4px;}
.modal_shroud{position:fixed;top:0px;left:0px;width:100%;height:100%;background-color:#000;opacity:.7;z-index:400;display:none;filter:alpha(opacity = 70);}
#basketPopupAnchor{position:absolute;}
#basketListDiv {max-height: 600px; overflow-y: auto; overflow-x:hidden;}
/* form registrazione */

#basketPersonalDataForm .basket_popup_title_bar {float:right;}
#basketPersonalDataForm input {border:1px solid #999;}
.copia_campi_container {float:right;width:35%;padding:1px 3px 0 3px;position:relative;}
.copia_campi {float:right;}
#copia_campi { position:absolute;left:-16px;top:5px;}

.popup_address_row {width:100%;margin:4px 0 0;}

.popup_address_row .popup_address_field {width:calc(50% - 10px);float:left;padding-right:10px;}
.popup_address_row.col3 .popup_address_field {width:calc(33% - 5px);float:left; padding-right:5px;}
.popup_address_row.col1 .popup_address_field {width:100%;float:left; padding-right:0px;}
.popup_address_row.col1 .popup_address_field textarea{width:100%;}


.popup_address_row .popup_address_field input {width:100%;/*height:20px;*/}
.checkbox_label {margin-right:5px;}
.check-invoice {margin:10px 0;}
.disclaimer-container {padding:5px 0;}
.disclaimer-container .validation_placeholder{padding-top:5px;}
.validation_placeholder .checkbox_label{margin:0 10px 0 5px;}
.priceinfo .price::after {content: " € ";}
.priceinfo .origprice::after {content: " € ";}
.priceinfo .origprice {text-decoration: line-through; color:red; margin-right: 10px}
.priceinfo.nopromo .origprice {display: none;}						
.priceinfo.promo .origprice {display: block; }			
.priceinfo.promo .price {color: green;}

.top-aside div.itemcount {
    position: absolute;
    left: -25px;
    top: 3px;
    font-size: 8pt;
    background-color: #003368;
    color: #fff;
    padding: 2px 5px;
    z-index: 100000;
    border-radius: 8px;
}

.popup_column_large label {
    color: #0d1545;
    font-size: 15px;
    padding-top: 10px;
    text-transform: uppercase;
    width: 150px;
    float: left;
}

.checkout .popup_column_small label {
    color: #0d1545;
    font-size: 15px;
    padding-top: 10px;
    text-transform: uppercase;
    width: 150px;
    float: left;
}

.checkout .spedizione{
    font-size: 23px;
    color: #0c1445;
    position: relative;
	display:block;
    width: 100%;
    text-align: right;
    padding: 0 20px 0 0;
}

.checkout .popup_table_header .popup_column_small{
  width: 150px;
}


.checkout .popup_bottoniera_row{
	text-align: right;
}

@media (max-width:768px){
    .modal_shroud {display:none!important;}
    #basketPopupAnchor {position:static;padding:0;margin:0;}
    .basket_popup_container {background-color:#fff;font-family:Lato;left:0;margin-left:0;min-height:150px;position:relative;top:0px;width:100%;z-index:21;margin-bottom:9px;}
    .basket_popup_container label {font-size:9px;}
    .popup_table_ship_row .popup_column_small {width:300px;text-align:left;}
    .popup_column_large{width:36%;text-align:center;}
    .popup_column_large img, .popup_column_large img + label{float:none;display:block;margin:0 auto;}
    .popup_column_large img + label{width:100%;padding-top:10px;}
    .popup_table_product_row [class*="popup_column"] {padding-top:10px;}
    .popup_column_small{width:16%;}
    .basket_popup_lower_part h3 {margin:15px 0 0;}
    .basket_popup_lower_part a span {font-size:9px;}
    .popup_bottoniera_row a{margin-top:5px;}
    .basket_popup_upper_part h2, .basket_popup_title_bar h2 {font-size:23px;margin:15px 0;width:65%;}
    .basket_popup_title_bar .right {margin:23px 0 0;}
    .copia_campi_container {margin-top:15px}
    
    .main-header {padding:42px 0 0;}
    .aside.top-aside {top: 46px;}
    .mean-container .mean-bar {float:none;}

    .checkout .popup_table_header .popup_column_small{
        width: 20%;
        text-align: right;
    }

    .checkout .popup_column_small label{
        width: 100%;
        padding-right: 5px;
    }

    .checkout .popup_column_large label{
            width: 100%;
        padding-right: 5px;
    }

    .checkout .spedizione{ padding: 0; }

}
@media (min-width:320px) and (max-width:640px) {
    .combobox_width {width: 100%;}
    .bottoni {margin-bottom:30px; margin-top: 14px}
}

.loading {
  background: rgba(0, 0, 0, 0.3);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9998;
}

.spinner {
  background: #000
    url(https://code.jquery.com/mobile/1.1.0/images/ajax-loader.gif) 0 0
    no-repeat;
  border: 0;
  -webkit-border-radius: 36px;
  -moz-border-radius: 36px;
  border-radius: 36px;
  box-shadow: 0 1px 1px -1px #fff;
  display: block;
  height: 46px;
  left: 50%;
  margin: -23px 0 0 -23px;
  opacity: 0.18;
  overflow: hidden;
  padding: 1px;
  position: fixed;
  text-align: center;
  top: 50%;
  width: 46px;
  z-index: 9999;
}

.login-box{
  position:relative;
  margin: 0 auto;
  text-align: center;
}

.btn.btn-blue{
    font-size: 15px;
    line-height: 1em;
    display: block;
    color: white;
    width: 250px;
    margin: 0 auto;
    padding: 5px;
    box-sizing: border-box;
    text-align: center;
    background-color: #182e5c;
    border: none;
    margin-top: 30px;
}

.login-error{
  padding: 20px;
  text-align: center;
  margin: 0 auto;
}

.login-box input[type="text"]{
    width: 50%;
}

@media (max-width:768px){
  .btn.btn-blue{
    width: 100%;
  }

  .login-box input[type="text"]{
    width: 100%;
  }
}

/* Bottone Paypal */
.paypal-logo {
  font-family: Verdana, Tahoma;
  font-weight: bold;
  font-size: 26px;
}
.paypal-logo i:first-child {
  color: #253b80;
}
.paypal-logo i:last-child {
  color: #179bd7;
}
.paypal-button {
  padding: 15px 30px;
  border: 1px solid #FF9933;
  border-radius: 5px;
  background-image: linear-gradient(#fff0a8, #f9b421);
  margin: 0 auto;
  display: block;
  min-width: 138px;
  position: relative;
margin-top: 20px;
    margin-bottom: 20px;
}
.paypal-button-title {
  font-size: 14px;
  color: #505050;
  vertical-align: baseline;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.6);
}
.paypal-button .paypal-logo {
  display: inline-block;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.6);
  font-size: 20px;
}

.mikepad-loading {
  position: absolute;
  top: 50%;
  left : 50%;
  	padding: 110px;
    border-radius: 10px;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  background-color: #fff;
}

.mikepad-loading .binding {
  content : '';
  width : 27px;
  height : 4px;
  border : 2px solid #0c1445;
  margin : 0 auto;
}

.mikepad-loading .pad {
  width : 15px;
  height : 18px;
  border : 2px solid #0c1445;
  border-top : 0;
  padding : 6px;
  margin : 0 auto;
}

.mikepad-loading .line {
  width : 15px;
  margin-top : 4px;
  border-top : 2px solid #0c1445;
  opacity : 0;
  -webkit-animation : writeline 3s infinite ease-in;
  -moz-animation : writeline 3s infinite ease-in;
  -o-animation : writeline 3s infinite ease-in;
  animation : writeline 3s infinite ease-in;
}

.mikepad-loading .line:first-child {
  margin-top : 0;
}

.mikepad-loading .line.line1 {
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
}

.mikepad-loading .line.line2 {
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.mikepad-loading .line.line3 {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay : 1s;
}

.mikepad-loading .text {
  	text-align: center;
    margin-top: 10px;
	font-size: 21px;
	color: #0c1445;
}

@-webkit-keyframes writeline {
  0% { width : 0px; opacity: 0; }
  33% { width : 15px; opacity : 1; }
  70% { opacity : 1; }
  100% {opacity : 0; }
}

@-moz-keyframes writeline {
  0% { width : 0px; opacity: 0; }
  33% { width : 15px; opacity : 1; }
  70% { opacity : 1; }
  100% {opacity : 0; }
}

@-o-keyframes writeline {
  0% { width : 0px; opacity: 0; }
  33% { width : 15px; opacity : 1; }
  70% { opacity : 1; }
  100% {opacity : 0; }
}

@keyframes writeline {
  0% { width : 0px; opacity: 0; }
  33% { width : 15px; opacity : 1; }
  70% { opacity : 1; }
  100% {opacity : 0; }
}