.navbar{
    margin-bottom:0 !important;
}

#top {
    background-color: #fff;
}

.main-menu{
    padding-right: 0;
    padding-left: 0;
    margin-right: 0;
    margin-left: 0;
}

#menu .navbar-collapse{
    display:flex !important;
}

#menu ul{
    margin: 0 auto;
}

#menu {
    background-color: #11a2c9;
    background-image: none;
    background-repeat: repeat-x;
    border-color: #519fbd #3ea4cb #145e7a;
    min-height: 40px;
    border-radius: 0;
}

#logo {
    margin: 0 0 10px 0;
    max-width: 250px;
}

#menu .nav > li > a {
    font-size: 16px;
    font-weight: 700;
}

h3.title-product span {
    background: #fff;
    position: relative;
    margin-left: 30px;
}

h3.title-product:before {
    content: '';
    border-top: 1px solid;
    position: absolute;
    top: 48px;
    left: 0;
    width: 100%;
    margin-left: 10px;
}

h3.title-product-limpeza span {
    background: #fff;
    position: relative;
    margin-left: 30px;
}

h3.title-product-limpeza:before {
    content: '';
    border-top: 1px solid;
    position: absolute;
    top: 36.8%;
    left: 0;
    width: 100%;
    margin-left: 10px;
}

h3.title-product-install span {
    background: #fff;
    position: relative;
    margin-left: 30px;
}

h3.title-product-install:before {
    content: '';
    border-top: 1px solid;
    position: absolute;
    top: 70%;
    left: 0;
    width: 100%;
    margin-left: 10px;
}

.product-thumb .button-group{
    display:none;
}

.product-thumb .caption {
    min-height: 140px;
    text-align: center;
}

.product-thumb .price {
    color: #23a1d1;
    font-size: 25px;
    font-weight: 600;
}

.btn-inverse {
    color: #ffffff;
    border-color: #1f90bb;
    background: #1f90bb !important;
}

.btn-default {
    background-color: #fff !important;
    background-image: none !important;
}

.fa-whatsapp{
    font-size:16px;
}

.footer{
    padding-bottom:30px;
}

footer {
    background-color: #f0f0f0;
    color: #666;
}

footer ul{
    list-style: none;
    padding: 0;
    font-size: 16px;
}

footer li{
    line-height:25px;
}

footer h3 {
    font-weight:700;
    color:#11a2c9;
}

footer h5 {
    color: #000;
}

footer p {
    font-size:16px;
}

footer a {
    color: #666;
    font-size:16px;
}

footer a:hover {
    color: #000;
    text-decoration:underline;
}

.copywrite{
    padding:10px;
    background:#ddd;
}

.copywrite .text{
    font-size:13px;
}

.copywrite .designed a{
    font-size:12px;
}

.radio {
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    -webkit-box-shadow: 3px 3px 10px 0px rgb(173 173 173);
    -moz-box-shadow: 3px 3px 10px 0px rgba(173,173,173,1);
    box-shadow: 1px 2px 8px 0px rgb(173 173 173);
    margin-bottom: 20px;
}

.radio label {
    display: block;
}

#checkout-cart #accordion, 
.product-thumb .price, 
#product-product .btn-group{
    display:none;
}


@media (max-width:400px){
    #menu .collapse{
        display: none !important;
    }
    #menu .collapse.in {
        display: block !important;
    }
}

