a.arrow-button {
width: 120px;
height: 40px;
line-height: 40px;
text-align: center;
font-weight: bold;
background-color: transparent;
display: block;
color: #669999;
text-decoration: none;
text-transform: uppercase;
transition: all 0.2s;
border: 2px solid #333;
margin-bottom: 10px;
margin-top: 10px;
}
.arrow-button {
width: 120px;
height: 40px;
line-height: 40px;
text-align: center;
font-weight: bold;
background-color: transparent;
display: block;
color: #669999;
text-decoration: none;
text-transform: uppercase;
transition: all 0.2s;
border: 2px solid #333;
margin-bottom: 10px;
margin-top: 10px;
}
/*@media screen and (max-width: 800px) {
    .arrow-button {
        width:80px;
        padding: 0.3em 0;
        font-size: 12px;
    }
}*/
.arrow-button:hover {
color: #669999!important;
background-color: #FFF!important;
border: 2px solid #555;
box-shadow: 3px 3px 0 #000;
}
a.arrow-button-disable {
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #eee;
  display: block;
  color: #C5C5C5;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.2s;
  margin: 10px 0;
}
a.arrow-button:hover {
color: #669999!important;
background-color: #FFF!important;
border: 2px solid #555;
box-shadow: 3px 3px 0 #000;
}

.arrow-left::before {
  content: '\25c4';
  padding-right: 0.5em;
}

.arrow-right::after {
  content: '\25ba';
  padding-left: 0.5em;
}

.arrow-down::after {
  content: '\25bc';
  padding-left: 0.5em;
}

.arrow-up::after {
  content: '\25b2';
  padding-left: 0.5em;
}
.formchk-btn-L {
    margin-left: 0!important;
}
/* ************ Bottoni del footer Ordine *********************************** */
a.headfooter-btn {
/*width: 100%!important;
background-color: #f1f2ed!important;*/ /*Change*/
height: 60px;
line-height: 60px;
text-align: center;
font-weight: bold;
/*background-color: #eee;*/
display: block;
color: #b01d03;
text-decoration: none;
text-transform: uppercase;
transition: all 0.2s;
    
}
.headfooter-btn:hover {
    color: #669999!important;
    background-color: #FFF!important;
    border: 2px solid #555;
    box-shadow: 3px 3px 0 #000;
}
.headfooter-btn:active {
    
}
.arrow-button-disable.headfooter-btn {
    width: 120px;
    background-color: #f1f2ed!important;
    border: 2px solid #C5C5C5!important;
} 
.arrow-button-disable.headfooter-btn {
    color: #C5C5C5!important;
    border: 2px solid #C5C5C5!important;
}
/* ************ Bottoni del Login Ordine ***********************************    */
.arrow-btn-log {
    width: 120px;
    height: 40px;
    line-height: 40px;
    font-weight: bold;
    text-align: center;
    background-color: transparent;
    display: block;
    color: #333;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.2s;
    border: 2px solid #333;
}
.arrow-btn-log:hover {
    color: #669999!important;
    background-color: #FFF!important;
    border: 2px solid #555;
    box-shadow: 3px 3px 0 #000;
}
.tab-button {
    width: 120px;
    height: 28px;
    line-height: 28px;
    font-weight: bold;
    text-align: center;
    background-color: transparent;
    display: block;
    color: #333;
    font-size: 12px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.2s;
    border: 2px solid #333;
}
.tab-button:hover {
color: #FFF;
background-color: #B01D03;
border: 2px solid #B01D03;
}
@media only screen and (min-width: 320px) and (max-width: 480px) {
    .arrow-btn-log {
       width:120px;
       margin-right:10px;
       height: 26px;
       line-height: 26px;

    }
    a.arrow-button-disable {
        height: 26px;
        line-height: 26px;
        margin: 8px 0;
    }
    a.arrow-button {
        width: 90px;
        height: 32px;
        line-height: 32px;
    }
    .arrow-button {
        width: 90px;
        height: 32px;
        line-height: 32px;
    }
}
.continua-diasbled {
    background-color: #EAEAEA;
    color: #999;
    border: 2px solid #999;
}
.continua-diasbled:hover {
    background-color: #EAEAEA!important;
    color: #999!important;
    border: 2px solid #999!important;
    box-shadow: none;
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
    .arrow-btn-log {
       width:140px;
       height: 26px;
       line-height: 26px;
       margin-right:10px;
    }
    a.arrow-button-disable {
        height: 26px;
        line-height: 26px;
        margin: 8px 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    a.arrow-button-disable {
        height: 26px;
        line-height: 26px;
        margin: 8px 0;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1280px) {
    a.arrow-button-disable {
        height: 32px;
        line-height: 32px;
    }
}
 

