.header-menu {
    color: #88898e;
    font-size: 13px;
    background: #282b2f;
    padding: 10px 0;
}
.logmenu {
    background: #FFFFFF;
    -webkit-box-shadow: 0 0 2px rgba(194,194,194,0.6);
    box-shadow: 0 0 2px rgba(194,194,194,0.6);
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 20px;
}
.logo {
    padding:  10px 0;
}
.beforefoot {
 
    text-align: center;
    background-color: #303030;
    text-align: center;
    
    padding: 6px;
    
     
}
.tel   {
    font-size: 17px;
    color: #ffffff;
    padding-top: 2px;
 
}
.tel img {
    margin-left: 10px;
 
    height: 16px;
}
.enter a{
    display: block;
    background: #9E0000;
padding: 7px;
border: 2px solid #D34C4C;
font-size: 15px;
line-height: 14px;
text-transform: uppercase;
float: left;
color: #fff;
margin-right: 5px;
visibility:visible;
}
@media (min-width: 708px) {
    .enter a {
    font-size: 13px;
    }
    #header .informations li a {
    display: inline-block;
    padding: 0 9px 0 0;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    }
    #miniCart {
        width: 190px;
        right: 10px;
        position: absolute;
 
    }
    
}

.enter a:hover {
    color: #fff;
    background: #D34C4C;
    text-decoration: none;
}
.tel img {
     vertical-align: middle;
}
.beforefoot a{
    color: #AEAEAE;
    font-size: 16px;
}
.beforefoot a:hover{
    color: #e76d66;
    text-decoration: none;
}

.bigfoot {
    background-color: #292929;
        background: #fff url('../image/bgg2.jpg') center ;
}
.r26design img {
    opacity: 0.88;
    float: right;
    width: 74px;
    margin-top: -58px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.r26design img:hover {
    opacity: 1;
}
 
.inserto li {background: #fff; -webkit-transition: all 0.4s ease 0s; transition: all 0.4s ease 0s; padding: 10px 0;}
.inserto li:hover {box-shadow: inset 0 0 10px rgba(190, 142, 158, 1);   }
 @media (max-width: 500px) {
    .enter a {
    font-size: 13px;
    }
    #header .informations li a {
    display: inline-block;
    padding: 0 9px 0 0;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    }
    #miniCart {
        margin-top: 6px;
        position: relative;
        border-radius: 0;
        
        width: 100%;
    }
    .tel b{
        font-size: 16px;
        float: left;
        font-weight: 400;
    }
    #header #search {
        float: none;
        right: auto;
    }
    .tel img {
        display: none;
    }
    .enter {
        display: none;
    }
    #header #search input {width: 291px;}
    
 
}