.owl-carousel6-brands img{
    max-height: 102px;
}

.menu-busca {
    display: inline-block;
    position: relative;
    top: 31px;
    max-width:300px;
    float:right;
}
.header-navigation{
    /*float:left;*/
}

.all-department a{
    padding: 8px 9px;
    text-transform: capitalize;
}
.all-department a:hover{
    text-decoration: none;
    color: #fff;
    background: #798b97;
}
.header{
    background-color: #fff;
}
.header .mobi-toggler{
    margin: 30px 0 0 10px;
}
.search-toggler{
    float: right;
    color: #D8D8D8;
    border: 1px solid #D8D8D8;
    border-radius: 100% !important;
    width: 32px;
    height: 32px;
    display: none;
    margin: 30px 0 0 0px;
    position: relative;
}
.search-toggler:hover {
    background-color: #93A2AB;
    border-color: #93A2AB;
    color:#fff;
}
.search-toggler i {
    margin: 7px 0 0 8px;
}
#vitrine-slider .owl-item img{
    display: block;
    width: 100%;
    height: auto;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.title-wrapper{
    background: #72c2ff url('../img/vitrines/products-top.jpg') no-repeat 100% 100%;
}

.pagination > li.active > a, .pagination > li.active > a:hover {
    background: #555;
    color: #fff;
}

/* Carousel Vitrine  */
.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center;
}
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
    filter: Alpha(Opacity=100); /*IE7 fix*/
    opacity: 1;
    text-decoration: none;
}
.owl-theme .owl-controls .owl-page{
    display: inline-block;
    zoom: 1;
    *display: inline; /*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    opacity: 0.5;
    filter: Alpha(Opacity=50); /*IE7 fix*/
    -webkit-border-radius: 20px !important;
    -moz-border-radius: 20px !important;
    border-radius: 20px !important;
    background: #869791;
}
.owl-theme .owl-controls .owl-page.active span{
    opacity: 1;
}

.average-price{
    font-size: 14px;
    text-decoration: line-through;
}
.current-price{
    float:right;
}
.current-price span{
    color: #FFF;
    background-color: #F3565D;
    padding:3px;
    border-radius: 5px !important;
    -moz-border-radius: 5px  !important;
    -webkit-border-radius: 5px !important;
}
.show-more-offers .product-item h3{
    font-size:12px;
}
.product-item{
    /*max-height: 346px;*/
    padding: 0px 12px 16px;
}
.product-item h3{
    height:57px;
}

.product-item .moment-ago{
    width: 100%;
    text-align: center;
    /*float: left;*/
    display:block;
    padding:3px;
}

.sidebar-menu li.active > a {
    font-weight: bold;
}

.latest-coupon{
    padding: 6px;
    border: 1px solid #DDD;
    background-color: #FAFAFA;
}
.latest-coupon .description{
    text-align: center;
}
.latest-coupon .moment-ago{
    width: 100%;
    text-align: center;
}

.goods-page-cupom{
    font-size: 16px;
    position:relative;
    top:2px;
}

.price-availability-block .price{
    width:100%;
}
.price-availability-block .price strong{
    float:right;
}
.price-availability-block img{
    float:left;
}

.product-page-options{
    overflow: auto;
}

@media (min-width: 1025px){
    .menu-busca {
        display: inline-block !important;
    }
}
@media (max-width: 1024px){
    .header .search-toggler {
        display: block;
    }
    .menu-busca{
        max-width:100%;
        display: none;
        top:0;
        float:none;
        clear:both;
    }
}

/* Google Adsense style */
.gAds{ margin: 0 auto; display: table; }
.adslot_large { width: 970px; height: 90px; }
.adslot_med { width: 728px; height: 90px; }
.adslot_square { width: 300px; height: 250px; }
.adslot_vertical { width: 160px; height: 600px; }
@media (min-width:1px) and (max-width:490px) { 
    .adslot_large, .adslot_med, .adslot_vertical { width: 336px; height: 280px; }
}
@media (min-width:491px) and (max-width:770px) { 
    .adslot_large, .adslot_med,.adslot_vertical { width: 468px; height: 60px; }
}
@media (min-width:767px) and (max-width:1000px) { 
    .adslot_vertical { width: 160px; height: 600px; }
    .adslot_large, .adslot_med { width: 728px; height: 90px; }
}
