/* -- hanami -- */
section.section-bg-light {
    background: #f6f6f6;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}
section.section-bg-light > .row {
    margin: auto;
    width: 100%;
}

/* responsive */
@media (min-width: 768px) {
    section.section-bg-light > .row {
        width: 750px;
    }
}
@media (min-width: 992px) {
    section.section-bg-light > .row {
        width: 970px;
    }
}
@media (min-width: 1200px) {
    section.section-bg-light > .row {
        width: 1170px;
    }
}
@media (min-width: 1300px) {
    section.section-bg-light > .row {
        width: 1280px;
    }
}
@media (max-width: 767px) {
    section.section-bg-light > .row {
        width: 100%;
    }
}

#shopping section.section-bg-light {
    width: 100%;
    left: auto;
    right: auto;
    margin-left: auto;
    margin-right: auto;
}

#shopping section.section-bg-light > .row {
    width:100%
}

/*tabs*/
.nav-tabs {
    border-bottom: 1px solid #eee;
}


section.section-bg-light .nav-tabs {border-color:#ddd;}
section.section-bg-light .nav-tabs li.active{
   border-color:#ddd;
   border-bottom-color:#F6F6F6;
}


