/**
 *     Fazer as modificações no tema de acordo com cada cliente somente neste arquivo
 */

/* RESETS */
body {
    color: #333;
    font-size: 13px;
    letter-spacing: .03em;
}

.btn {
    /* 1em equivale ao tamanho da fonte no body, logo acima */
    /*font-size: 1em;*/
    /*font-size: 13px;*/
}

a.btn-link,
a {
    color: #333;
}

a.btn-link:hover,
a:hover {
    color: #333;
}

.price-box .price,
.regular-price .price,
.special-price .price,
.price-including-tax .price,
.configured-price .price,
.price-incl-tax .price,
.price-notice .price,
.tier-prices .price  { font-weight: normal; }

/*
.cms-home .main-wrapper,
.catalog-category-view .main-wrapper {
    background: url('../images/fundo.png');
}
*/

.top-header-wrapper {
    background: url('../images/header-bg.png');
}


@media (min-width: 1200px) {

.cms-home .top-header-wrapper { 
    position: absolute;
    z-index: 10;
    right: 0;
    left: 0;    
}

}

/* BANNER */
.top-menu-bottom-wrapper {
    /*border-bottom: 1px solid #dcdcdc;
    background-color: #f9f9f9;*/
   /*margin-bottom: 15px;*/
}

.full-height-banner {
    width:100%;
    height:auto;
    padding-bottom:0;
    position:relative;
    overflow:hidden;
    /* aqui é definido o height do banner, no seu tamanho total. Calcular qtos % o height representa do width */
    /*padding-bottom: 32.4786%;*/ 
}

.full-height-banner .flexslider .slides li {
    overflow: hidden;
    /* Limita o máximo na altura total do banner */
    max-height: 380px;
}

.full-height-banner .flexslider .container {
    /* Padding em relação a largura total do container, neste caso, 33.3333% representa 380px de 1140px */ 
    padding-bottom: 33.3333%;
}

.logo {
    margin-bottom: 8px;
    margin-top: 8px;
}

.logo-footer {
    margin-bottom: 20px;
    margin-top: 70px;
}

.visite-nosso-site {
    margin-bottom: 80px;
}

/* HEADER */
.top-bar {
    border-bottom: 1px solid #eee;
    color: #fff;
    padding: 6px 0;
}

.top-bar .glyphicon-star {
    font-size: 18px;
    vertical-align: sub;
}

.top-bar .glyphicon-user {
    font-size: 15px;
}

.top-bar ul.social-media {
    margin-bottom: 0;
    font-size: 18px;
    text-align: right;
}

.header-container-xs .top-bar ul.social-media {
    text-align: inherit;
}
    
.footer-wrapper ul.social-media {
    margin-bottom: 0;
    font-size: 18px;
    text-align: center;
}

.top-bar ul.social-media li,
.footer-wrapper ul.social-media li {
    padding: 0 10px;
}

.top-bar ul.social-media li.atendimento {
    font-size: 14px;
}

.toplinks .link-create-account .link-label,
.header-container-xs .link-create-account .link-label {
    /*background-color: #FFC80C;*/
    /*padding: 5px 10px;*/
    font-weight: 600;
}

.toplinks .link-create-account {
    padding-right: 25px;
}

.toplinks li {
    padding-top: 3px;
    text-transform: uppercase;
}

.atendimento-fone {
    font-weight: 600;    
}

.atendimento-label {
    /*color: #e82c0c;*/
    font-weight: 600;
}

.top-bar,
.top-bar a {
    color: #fff;
}

/*
.toplinks a {
    
}
*/

.welcome-msg {
    padding-right: 10px;
}

.top-cart {
    text-decoration: none;
    color: #fff;
    position: relative; 
}

.top-cart-xs  {
    text-decoration: none;
    color: #333;
    /*border: 1px solid #ddd;*/
    padding-top: 8px;
    padding-bottom: 8px;
}

.navbar-nav>li>a.top-cart-xs {
    padding-top: 8px;
}

.top-cart .cart-icon,
.top-cart-xs .cart-icon {
    background: url('../images/cart-icon.png') no-repeat center center; 
    width: 25px;
    height: 25px;
}

.top-cart-wrapper {
    margin: 14px 0;
}

.cart-label {
    margin: 7px 25px 7px 0;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.857em;
}

.top-cart-xs .cart-icon {
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
}

.top-cart .cart-qty {
    background-color: #008C23;  
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 10px;
    font-weight: 600;
    margin: -4px -15px;
}

.top-cart-xs .cart-qty {
    background-color: #008C23;  
    font-size: 10px;
    font-weight: 600;
    color: #fff;
}

.top-cart .badge,
.top-cart-xs .badge {
    padding: 4px 7px;    
}

.search-mini-form {
    margin: 14px 0;
}

.search-mini-form .form-control {
    padding: 10px 12px;
}

/* 1200px e acima */
@media (min-width: 1200px) {
    /*
    .search-mini-form {
        padding-top: 25px; 
        float: right;    
        width: 65%;
    }*/

    .navbar-top-navigation {
        padding-top: 15px;
    }
    
    /*.top-cart {
        margin-top: 80px;
    }*/

/*    .logo {
        margin-bottom: 25px;
        margin-top: 25px;
}*/
    
}

/* 992px e acima */
@media (min-width: 992px) {
    
    /*.search-mini-form {
        padding-top: 15px; 
        float: right;    
        width: 65%;
    }*/

    .navbar-top-navigation {
        padding-top: 15px;
    }
    
    /*.top-cart {
        margin-top: 70px;
    }*/

    /*.logo {
        margin-bottom: 25px;
        margin-top: 25px;
    }*/

}

/* 768px e acima */
@media (min-width: 768px) {
    /*.search-mini-form {
        padding-top: 10px; 
        float: right;    
        width: 65%;
    }*/
    
    .navbar-top-navigation {
        padding-top: 5px;
        border: 1px solid #eee;
    }
   
    /*.top-cart {
        margin-top: 55px;
    }*/

/*    .logo {
        margin-bottom: 25px;
        margin-top: 25px;
}*/
    
}

.form-search .input-group-btn .button-search,
.form-search-xs .input-group-btn .button-search {
    color: #fff;
    background-color: transparent;
    border-radius: 0;
    border-bottom: none;
    padding-right: 0px;
}

.form-search .input-group>.input-search,
.form-search-xs .input-group>.input-search {
    background-color: transparent;
    border: none;
    border-bottom: none;
    color: #fff;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;    
}

.affix {
    width: 100%;
    z-index: 9999;
    top: 0;
}

nav.affix + .affix-fix {
    /* Colocar a altura total do menu */
    height: 77px;
} 

/*
.form-inline .input-group>.input-search:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.input-group>input.input-search:-moz-placeholder,
.input-group>input.input-search::-moz-placeholder,
.input-group>input.input-search:-ms-input-placeholder,
.input-group>input.input-search::-webkit-input-placeholder {
   color: orange;
}*/


/* MENU */
/*
@media (min-width: 768px) {
    .navbar-nav {
        float: right;
    }
}
*/

.top-menu-container {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.top-menu-container,
.top-menu-wrapper {
    /*background-color: #CDDE7F;*/
}

.top-menu-wrapper {
}

.top-menu-container .dropdown-menu {
    border: 1px solid #cccccc;
    box-shadow: none;
    -webkit-box-shadow: none;
    margin-left: -1px;
}

.dropdown-menu .dropdown-menu {
    /* Deixa os topos dos submenus alinhados */ 
    top: -8px;
}

.navbar-top-navigation {
    background-color: transparent;
    border: none;
    border-radius: 0;
    -webkit-border-radius: 0;
}

.navbar-top-navigation.affix {
    background: url('../images/header-bg.png');
    background-color: #fff;
}

.navbar {
    min-height: 37px; 
}

.navbar-nav>li>a {
    padding-top: 8px;
    padding-bottom: 8px;
}

/*
.navbar-top-container nav {
    float: right;
}
*/

.navbar-top-navigation .navbar-toggle {
    padding: 12px 12px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    background-color: #eee;
}

.navbar-top-navigation .navbar-toggle .icon-bar {
    background-color: #333;    
}

.navbar-top-navigation .navbar-brand {
    color: #565656 !important;
}

.navbar-top-navigation .navbar-toggle:hover, 
.navbar-top-navigation .navbar-toggle:focus {
}

.navbar-top-navigation .navbar-toggle:hover .icon-bar, 
.navbar-top-navigation .navbar-toggle:focus .icon-bar {
    background-color: #333;
}

.navbar-top-navigation li a {
    /* Estilo da fonte de todos os níveis */
    color: #fff !important;
    text-transform: uppercase !important;
    line-height: 19px;
}

.header-container-xs .navbar-top-navigation .navbar-header .nav > li > a {
    /* Estilo da fonte de todos os níveis do menu xs*/
    font-size: 19px;
}

.navbar-top-navigation li.level0 {
    border: 1px solid transparent;
}

.navbar-top-navigation li.level0:hover {
    /* cor da borda do menu quando on hover */
    border: 1px solid #cccccc;
}

.navbar-top-navigation li.level0>a,
.navbar-top-navigation li.level0>a.dropdown-caret {
    /* Estilo da fonte do nível 0 */
   font-weight: 600;
   
}

.navbar-top-navigation li a.dropdown-caret .caret {
    /* Cor do caret de todos os níveis */
    border-top-color: #fff;
    border-bottom-color: #fff;
}

.navbar-top-navigation li.level0.open>a.dropdown-caret .caret,
.navbar-top-navigation li.level0.active>a.dropdown-caret .caret {
   /* Cor do caret do nivel 0 quando hover e ativo */
    border-top-color: #565656;
    border-bottom-color: #565656;
}

.navbar-top-navigation li.active>a:hover,
.navbar-top-navigation li.active>a,
.navbar-top-navigation li.active>a:hover,
.navbar-top-navigation li.level0>a:hover,
.navbar-top-navigation li.level0.open>a,
.navbar-top-navigation li.level0.open>a:hover {
    /* Cor de fundo do selecionado e do hover de nível 0 */
    background-color: #FFFFFF !important;
    color: #565656 !important;
}

.navbar-top-navigation li.active>a.dropdown-caret:hover,
.navbar-top-navigation li.active>a.dropdown-caret,
.navbar-top-navigation li.active>a.dropdown-caret:hover,
.navbar-top-navigation li.level0>a.dropdown-caret:hover,
.navbar-top-navigation li.level0.open>a.dropdown-caret,
.navbar-top-navigation li.level0.open>a.dropdown-caret:hover {
    /* sem cor de fundo para o dropdown caret */
    background-color: transparent !important;
}


.navbar-top-navigation ul.dropdown-menu {
    /* Estilo do container dos menus suspensos */
   background-color: #ffffff;
   border-radius: 0;
   -webkit-border-radius: 0;
   /*border-top: 3px solid #FFFFFF;*/
}

@media (max-width: 767px) {
    .navbar-top-navigation .open ul.dropdown-menu li>a,
    .navbar-top-navigation .open ul.dropdown-menu li>a:hover {
        /* Estilo de todos os submenus quando mobile*/
        color: #4c4d4e !important;
        text-transform: none !important;
    }
}

.navbar-top-navigation ul.dropdown-menu li>a {
    /* Estilo de todos os submenus */
    color: #4c4d4e !important;
    text-transform: none !important;
}

.navbar-top-navigation ul.dropdown-menu li a.dropdown-caret .caret {
    /* Estilo dos carets dos submenus */
    border-top-color: #4c4d4e;
    border-bottom-color: #4c4d4e;
}

.navbar-top-navigation ul.dropdown-menu li.active>a:hover,
.navbar-top-navigation ul.dropdown-menu li.active>a,
.navbar-top-navigation ul.dropdown-menu li.active>a:hover,
.navbar-top-navigation ul.dropdown-menu li>a:hover,
.navbar-top-navigation ul.dropdown-menu li.open>a,
.navbar-top-navigation ul.dropdown-menu li.open>a:hover {
    /* Cor de fundo do selecionado e do hover dos submenus */
    background-color: transparent !important;
    /*color: #fd9900 !important;*/
   font-weight: 600;
}

.navbar-top-navigation ul.dropdown-menu li.active>a.dropdown-caret .caret,
.navbar-top-navigation ul.dropdown-menu li.open>a.dropdown-caret .caret {
    /* Cor do caret selecionado dos submenus */
    /*border-top-color: #fd9900;
    border-bottom-color: #fd9900;*/
}

@media (max-width: 767px) {
    /* Quando o menu for exibido em dispositivos pequenos */
    .navbar-top-navigation ul.dropdown-menu li.active>a:hover,
    .navbar-top-navigation ul.dropdown-menu li.active>a,
    .navbar-top-navigation ul.dropdown-menu li.active>a:hover,
    .navbar-top-navigation ul.dropdown-menu li>a:hover,
    .navbar-top-navigation ul.dropdown-menu li>a,
    .navbar-top-navigation ul.dropdown-menu li.open>a,
    .navbar-top-navigation ul.dropdown-menu li.open>a:hover {
        /* Cor de fundo do selecionado e do hover dos submenus */
        background-color: transparent !important;
        color: #FFFFFF !important;
    }

    .navbar-top-navigation ul.dropdown-menu li a.dropdown-caret .caret,
    .navbar-top-navigation ul.dropdown-menu li a.dropdown-caret .caret:before {
        /* Cor do caret de todos os níveis */
        background-color: #FFFFFF;
    }
    
}

/* CSS used here will be applied after bootstrap.css */
@media (max-width: 767px) {
    /*
    .navbar-collapse.collapse {
        display: block!important;
    }*/
    
    .navbar-header .navbar-nav>li, 
    .navbar-header .navbar-nav {
        float: left !important;
    }
    
    .navbar-header .navbar-nav.navbar-right:last-child {
        margin-right: -15px !important;
    }
    
    .navbar-header .navbar-right {
        float: right!important;
    }

    .navbar-header .navbar-nav .open .dropdown-menu {
        position: absolute;
        -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
        box-shadow: 0 6px 12px rgba(0,0,0,.175);
        background-color: #fff;
        border: 1px solid rgba(0,0,0,.15);
    }

    .navbar-header .navbar-right .dropdown-menu {
        right: 0;
        left: auto;
    }

    .navbar-header .navbar-nav {
        margin-left: 0;
        margin-right: 0;
    }

    .navbar-header .navbar-toggle {
        margin-left: 15px;
    }

    .top-bar {
        border-bottom: none;
    }
    
    .navbar-top-navigation {
        border-top: 1px solid #eee;
        border-bottom: 1px solid #eee;
    }

}

/****/

.block-shipping-estimate .postcode,
.block-shipping-estimate button {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border: 1px solid #DDDDDD;
    background-color: #F9F9F9;
    color: #333;
    -webkit-box-shadow: none;
    box-shadow: none; 
}

.block-shipping-estimate button {
    border: 1px solid #CDCDCD;
    background-color: #EEEEEE;
    color: #333;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.929em;
}

/* BREADCRUMB */
.breadcrumb {
    padding: 0;
    margin: 15px 0 25px 0; 
    list-style: none;
    background: none;
    border-radius: 0;   
    font-size: 1em;
    color: #bbb; 
    text-transform: uppercase;
}

.breadcrumb a {
    color: #bbb; 
}

.breadcrumb>li+li:before {
    content: "›";
    font-family: 'Glyphicons Halflings';
}

/* TOOLBAR CATEGORIA */
.toolbar-bottom .container-fluid,
.toolbar-top .container-fluid {
    padding-right: 0;
    padding-left: 0;   
}

.toolbar-bottom .toolbar,
.toolbar-top .toolbar {
    background: none;
    border: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    margin-top: 20px;
    margin-bottom: 10px;
}

.toolbar-bottom .toolbar {
    border-top: 1px solid #eee;
}

.toolbar-top .toolbar {
    border-top: 1px solid #eee;
}

.toolbar .pagination a {
    color: #565656;
}

/* PRECO */
.price-label {
    display: none;
}

.old-price .price {
    color: #999;
    font-size: 1.07em;
}

.regular-price .price,
.special-price .price,
.minimal-price .price,
.price-as-configured .price,
.price-from .price,
.price-to .price {
    color: #333;
    font-size: 1.54em;
    font-weight: 600;
}

/*
.box-upsell .special-price,
.box-upsell .regular-price,
.category-products .special-price,
.category-products .regular-price,
.category-products .minimal-price,
.minimal-price,
.category-products .price-from,
.category-products .price-to {
    color: #333;
    font-size: 1.54em;
    font-weight: 600;
}

.category-products .old-price {
    color: #CCCCCC;
    font-size: 14px;
}
*/

.installment-price-box {
    font-size: 85%;
}

/* CATEGORIAS DE PRODUTOS */
.product-item-wrapper {
    margin-bottom: 70px;
}

.category-products .product-name,
.cms-home .products-grid .product-name,
.widget-list-products .product-name {
    font-size: 1.08em;
    line-height: 1.50em;
    font-weight: 700;
    text-transform: uppercase;
}

.cms-home .page-title {
    margin-bottom: 40px;
    text-align: center;
}

.cms-home .page-title h1,
.cms-home .page-title h2 {
    font-weight: 600;
    font-size: 1.538em;
    text-transform: uppercase;
    border: 1px solid #333333;
    padding: 13px 25px;
    display: inline-block;
}

/* PAGINA DO PRODUTO */
.product-essential .product-name {
    margin-bottom: 0px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;     
}

.product-view .product-name h1 {
    font-size: 1.38em;
    font-weight: 700;
    text-transform: uppercase;
}

.product-view .short-description {
    margin-top: 15px;
}

.product-view .ratings {
    margin: 15px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.product-view .guia-medidas {
    margin: 15px 0;
}

.product-view .guia-medidas a.btn-link.btn-glyph i.fa {
    background-color: #FFC80C;
}

.product-info-tabs li a,
.customer-review-tabs li a {
    font-weight: 600;
    text-transform: uppercase;
}

.product-image-panel {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.product-view .bundle .price-label,
.category-products .price-from .price-label,
.category-products .price-to .price-label,
.category-products .minimal-price .price-label {
    display: inline;
    font-size: 14px;
    color: #565656;
}

.category-products .price-from .price-label,
.category-products .price-to .price-label,
.category-products .minimal-price .price-label {
    display: inline;
}

.product-options label {
    text-transform: uppercase;
    font-size: 0.92em;
}

.product-view .product-highlight {
    background-color: transparent;    
}

/* Centraliza os tabs de info do produto */
.product-view .product-info-tabs-wrapper,
.product-view .customer-review-tabs-wrapper {
    text-align: center;
    margin-bottom: 7px;
}

.product-view ul.product-info-tabs,
.product-view ul.customer-review-tabs {
    display: inline-block;
}

.product-view ul.product-info-tabs li,
.product-view ul.customer-review-tabs li {
    display: inline;
}

.product-view ul.product-info-tabs li a,
.product-view ul.customer-review-tabs li a {
    float: left;
}
/**********/

.product-view .product-info-tabs li>a,
.product-view .customer-review-tabs li>a {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border: 1px solid #fff;
    padding: 7px 40px;
    font-size: 1.15em;
    font-weight: 600;
}

.product-view .product-info-tabs.nav-pills li.active>a,
.product-view .product-info-tabs.nav-pills li.active>a:hover,
.product-view .product-info-tabs.nav-pills li.active>a:focus,
.product-view .customer-review-tabs.nav-pills li.active>a,
.product-view .customer-review-tabs.nav-pills li.active>a:hover,
.product-view .customer-review-tabs.nav-pills li.active>a:focus {
    background-color: #fff;
    color: #333;
    border: 1px solid #333;
}

.panel-tab-content {
    border: none;
    border-top: 1px solid #EEE;
    border-bottom: 1px solid #EEE;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;    
}

.panel-tab-content .panel-body {
    padding-top: 40px;
    padding-bottom: 40px;
}

.product-collateral,
.product-collateral .box-collateral,
.product-collateral .box-upsell {
    margin-top: 60px;
}

.product-view .list-group-item {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -webkit-box-shadow: none;
    border: none;
}

.product-collateral .box-upsell .title {
    text-align: center;
    margin-bottom: 10px;
}

.product-collateral .box-upsell .title span {
    background-color: #fff;
    color: #333;
    border: 1px solid #333;
    padding: 10px 40px;
    font-weight: 600;
    font-size: 1.53em;
    text-transform: uppercase;
}

/**
 *     Bolha de desconto
 */
.discount-percent-wrapper {
    border: 2px solid #333;
    background-color: #ff4d4d !important;
}

.discount-percent-wrapper .inner {
    color: #fff;
}
/************/

.cms-home .main {
    margin-top: 50px;
}

/*
.cms-home .main .row {
    margin-bottom: 30px;
}
*/

.cms-home .main .flexslider {
    margin-bottom: 15px;
}

/* BOTOES */
.btn-primary,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:visited,
.btn-primary:focus,
.btn-primary.disabled,
.btn-primary:disabled {
    background-color: #00B22D;
    text-transform: uppercase;
    color: #fff;
    border-color: #00B22D;
    font-size: 1em;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

.btn-primary:hover {
/*.btn-primary:active {*/
/*.btn-primary:visited {*/
    background-color: #00B22D;
    border-color: #00B22D;
}

.buttonFinish,
.buttonFinish:hover,
.buttonFinish:active,
.buttonFinish:visited,
.btn-proceed-checkout,
.btn-proceed-checkout:hover,
.btn-proceed-checkout:active,
.btn-proceed-checkout:visited,
.btn-add-view,
.btn-add-view:hover,
.btn-add-view:active,
.btn-add-view:visited,
.btn-cart,
.btn-cart:hover,
.btn-cart:active,
.btn-cart:visited {
    background-color: #2DB200;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #ffffff;
    font-size: 1.071em;
    border-color: #2DB200;
    padding: 17px 24px;
    
}

.buttonFinish,
.buttonFinish:hover,
.btn-proceed-checkout,
.btn-proceed-checkout:hover,
.btn-add-view,
.btn-add-view:hover,
.btn-add-view:active,
.btn-add-view:visited {
    padding: 7px 60px;
}

.buttonFinish:hover,
.btn-proceed-checkout:hover,
.btn-proceed-checkout:focus,
.btn-proceed-checkout:active,
.btn-add-view:hover,
.btn-add-view:focus,
.btn-add-view:active,
.btn-cart:hover,
.btn-cart:active,
.btn-cart:visited {
    background-color: #2DB200;
}

.cms-home .btn-cart,
.category-products .btn-cart {
    padding: 8px 15px;
    width: 100%;
}

.add-to-box .add-to-links .link-sendfriend {
    color: #fff;
    background-color: #777;
}

.add-to-box .add-to-links .link-wishlist {
    color: #fff;
    background-color: rgb(245, 202, 89);
}

.add-to-box .add-to-links .link-compare {
    color: #fff;
    background-color: rgb(125, 214, 234);
}

.title-medium {
    font-size: 0.714em;
    text-transform: uppercase;
    font-weight: normal;
    letter-spacing: 1px;
}

.btn-tamanhos-modal {
    font-size: 0.857em;
    text-transform: uppercase;
    font-weight: normal;
    letter-spacing: 1px;
}

/* BARRAS LATERAIS */
.block .block-title {
    font-size: 19px;
    text-transform: uppercase;
    font-weight: 600;
}

.block .block-subtitle {
    text-transform: uppercase;
    background-color: #e6e6e6;
    padding: 5px 10px;
}

.block-layered-nav .filter-options ol {
    margin-bottom: 15px;
}

.block-layered-nav .filter-options dl,
.block-layered-nav .currently table td:first-child,
.sidebar-nav-left ul {
    padding: 0 0 0 10px;
}
/* PAINEL DO CLIENTE */
.customer-account-menu li.active>a,
.customer-account-menu li.active>a:hover {
    background-color: #FFC80C;
    color: #333;
    font-weight: 600;
}

.nav-pills li.active>a,
.nav-pills li.active>a:hover,
.nav-pills li.active>a:focus {
    background-color: #FFC80C;
}

/* Bloco do ultimas do blog */
.latest-from-blog {
    margin-bottom: 30px;    
}

.latest-from-blog .image-blog {
    height: 270px;
    overflow: hidden;
    display: block;
    position: relative;
    margin: 0 15px 15px 15px;
}

.latest-from-blog .image-blog img {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

.latest-from-blog .title {
    font-weight: 700;
    font-size: 1.154em;
    text-transform: uppercase;
}

.latest-from-blog .subtitle {
    text-align: justify;
    font-size: 0.923em;
    margin-top: 10px;    
}

.latest-from-blog .more-link {
    text-transform: uppercase;
    font-size: 0.923em;
    display: block;
    margin-top: 20px;  
}

.latest-from-blog .rss-feed-item {
    margin-bottom: 30px;
}

/* RODAPE */
.footer-wrapper {
    /*margin-top: 60px;*/
    padding-top: 60px;
}

.footer-top-bar-container:before {
    content: "";
    background-color: #eee;
    width: 75%;
    height: 1px;
    margin: 0 auto;   
}

.footer-container ul.social-media {
    margin-bottom: 0;
    text-align: center;
}

.footer-container ul.social-media li {
    padding: 0 10px 0 10px;
    font-size: 1.07em;
}

.footer-container .title {
    font-size: 1.07em;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 45px; 
}

.footer-container ul li {
    text-transform: uppercase;
    font-size: 0.92em;
    padding-bottom: 10px;    
}

.footer-container .social li {
    vertical-align: middle;
}

/*
.footer-container .social a:hover {
    color: #e3e3e3;
}
*/
.copyright {
    font-size: 0.92em;
    text-transform: uppercase;
    
}

.footer-container .desenvolvimento {
    margin-top: 35px;
}

/* Modal Flat */
.modal .modal-content {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    border: none;
    background: none;
}

.modal .modal-header {
    padding-right: 0px;
    border-bottom: none;
    color: #fff;
}

.modal .modal-body {
    background-color: #fff;
    padding: 5px;
}

.modal button.close {
    color: #fff;
    font-size: 40px;
    opacity: 1;    
}

.modal button.close span {
    text-shadow: none;
}

.modal .modal-header {
    background-color: none;
}
/*******/

/**
 * Estilo do cabeçalho da tabela de tamanhos do produto
 */
td.cabecalho-tabela-tamanho {
  padding: 5px 5px 5px 0;
  font-weight: 600;
  text-transform: uppercase;
  color: #ec268f;
}
