/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_blank
 * @copyright   Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* Reset ================================================================================= */
* { margin:0; padding:0; }

body {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

body.modal-open {
    /* Evita que o body role quando o popup esta aberto */
    overflow: hidden;
    position: fixed;
    width: 100%;
}

label {
    font-weight: 600;
}

/* Lists */
ul,ol         { list-style:none; }

a,
button,
.btn {
    -webkit-transition: all ease .2s;
       -moz-transition: all ease .2s;
         -o-transition: all ease .2s;
            transition: all ease .2s;
}

@keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Tools */
.hidden       { display:block !important; border:0 !important; margin:0 !important; padding:0 !important; font-size:0 !important; line-height:0 !important; width:0 !important; height:0 !important; overflow:hidden !important; }
.nobr         { white-space:nowrap !important; }
.wrap         { white-space:normal !important; }
.a-left       { text-align:left !important; }
.a-center     { text-align:center !important; }
.a-right      { text-align:right !important; }
.v-top        { vertical-align:top !important; }
.v-middle     { vertical-align:middle !important; margin-top: auto; margin-bottom: auto; }
.f-left,
.left         { float:left !important; }
.f-right,
.right        { float:right !important; }
.f-none       { float:none !important; }
.f-fix        { float:left; width:100%; }
.no-display   { display:none; }
.no-margin    { margin:0 !important; }
.no-margin-top    { margin-top:0 !important; }
.no-margin-bottom    { margin-bottom:0 !important; }
.no-margin-left    { margin-left:0 !important; }
.no-margin-right    { margin-right:0 !important; }
.no-padding   { padding:0 !important; }
.no-padding-left   { padding-left:0 !important; }
.no-padding-right   { padding-right:0 !important; }
.no-padding-top   { padding-top:0 !important; }
.no-padding-bottom   { padding-bottom:0 !important; }
.no-bg        { background:none !important; }
.small-margin-bottom { margin-bottom:5px; }

/* Padings */
.p-3 {
    padding: 3px;
}
.p-6 {
    padding: 6px;
}

.p-7 {
    padding: 7px;
}
 /***/

 /* Slow-motion Zoom Container */
.img-hover-zoom {
    overflow: hidden; /* Removing this will break the effects */
}

.img-hover-zoom img {
    transition: transform .300s ease;
}
  
.img-hover-zoom:hover img {
    transform: scale(1.03);
}
/***/

.row.equal-height {
    display: flex;
    flex-wrap: wrap;
}

.row.equal-height > [class*='col-'] {
    flex-grow: 1;
}
  
/* ======================================================================================= */

/* Layout ================================================================================ */
.wrapper {
    max-width: 1980px;
    margin: 0 auto;
}

/* Evita que quando o menu fica vazio, nao apareca 1px com a cor de fundo do menu */
.top-menu-wrapper .col-xs-16 {
    margin-bottom: -1px;
}

.main-wrapper,
.footer-wrapper { overflow: hidden; }

/**
 * Containers dos blocos
 */
.main { padding-top: 10px; margin-bottom: 30px; }

.page-print { background:#fff; padding:20px; text-align:left; }
.page-empty { background:#fff; padding:20px; text-align:left; }
.page-popup { padding:20px; text-align:left; }

/* Base Columns */
.col-left { }
.col-right { }
.col-main { }

.navbar-text {
    margin-top: 5px;
    margin-bottom: 5px;
}
/* Fix para colunas nao exatas quando dividido por 16 colunas. Usado na listagem de produtos.
 * Por ex: 5 colunas de produtos - 16/5 = 3.2 (cada coluna de produto usa 3 colunas e ajuste automatico)
 */
.col-xs-5.col-xs-3cols-fix { width: 33.3%; }
.col-xs-3.col-xs-5cols-fix { width: 20%; }
.col-xs-2.col-xs-6cols-fix { width: 16.6%; }
.col-xs-2.col-xs-7cols-fix { width: 14.2%; }
.col-xs-1.col-xs-9cols-fix { width: 11.1%; }
.col-xs-1.col-xs-10cols-fix { width: 10%; }
.col-xs-1.col-xs-11cols-fix { width: 9%; }
.col-xs-1.col-xs-13cols-fix { width: 7.6%; }
.col-xs-1.col-xs-14cols-fix { width: 7.1%; }
.col-xs-1.col-xs-15cols-fix { width: 6.6%; }

p:empty {
    display: none;
}

@media (max-width: 767px) {
    .center-xs { margin-left: auto !important; margin-right: auto !important; text-align: center !important; float: none; }
}

@media (min-width: 768px) and (max-width: 991px) {
    .col-sm-5.col-sm-3cols-fix { width: 33.3%; }
    .col-sm-3.col-sm-5cols-fix { width: 20%; }
    .col-sm-2.col-sm-6cols-fix { width: 16.6%; }
    .col-sm-2.col-sm-7cols-fix { width: 14.2%; }
    .col-sm-1.col-sm-9cols-fix { width: 11.1%; }
    .col-sm-1.col-sm-10cols-fix { width: 10%; }
    .col-sm-1.col-sm-11cols-fix { width: 9%; }
    .col-sm-1.col-sm-13cols-fix { width: 7.6%; }
    .col-sm-1.col-sm-14cols-fix { width: 7.1%; }
    .col-sm-1.col-sm-15cols-fix { width: 6.6%; }
    .center-sm { margin-left: auto !important; margin-right: auto !important; text-align: center !important; }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .col-md-5.col-md-3cols-fix { width: 33.3%; }
    .col-md-3.col-md-5cols-fix { width: 20%; }
    .col-md-2.col-md-6cols-fix { width: 16.6%; }
    .col-md-2.col-md-7cols-fix { width: 14.2%; }
    .col-md-1.col-md-9cols-fix { width: 11.1%; }
    .col-md-1.col-md-10cols-fix { width: 10%; }
    .col-md-1.col-md-11cols-fix { width: 9%; }
    .col-md-1.col-md-13cols-fix { width: 7.6%; }
    .col-md-1.col-md-14cols-fix { width: 7.1%; }
    .col-md-1.col-md-15cols-fix { width: 6.6%; }
    .center-md { margin-left: auto !important; margin-right: auto !important; text-align: center !important; }
}

@media (min-width: 1200px) {
    .col-lg-5.col-lg-3cols-fix { width: 33.3%; }
    .col-lg-3.col-lg-5cols-fix { width: 20%; }
    .col-lg-2.col-lg-6cols-fix { width: 16.6%; }
    .col-lg-2.col-lg-7cols-fix { width: 14.2%; }
    .col-lg-1.col-lg-9cols-fix { width: 11.1%; }
    .col-lg-1.col-lg-10cols-fix { width: 10%; }
    .col-lg-1.col-lg-11cols-fix { width: 9%; }
    .col-lg-1.col-lg-13cols-fix { width: 7.6%; }
    .col-lg-1.col-lg-14cols-fix { width: 7.1%; }
    .col-lg-1.col-lg-15cols-fix { width: 6.6%; }
    .center-lg { margin-left: auto !important; margin-right: auto !important; text-align: center !important; }
}

/* Content Columns */
.col2-set .col-1 { float:left; width:49%; }
.col2-set .col-2 { float:right; width:49%; }
.col2-set .col-narrow { width:33%; }
.col2-set .col-wide { width:65%; }

.col3-set .col-1 { float:left; width:32%; }
.col3-set .col-2 { float:left; width:32%; margin-left:2%; }
.col3-set .col-3 { float:right; width:32%; }

.col4-set .col-1 { float:left; width:23.5%; }
.col4-set .col-2 { float:left; width:23.5%; margin:0 2%; }
.col4-set .col-3 { float:left; width:23.5%; }
.col4-set .col-4 { float:right; width:23.5%; }

/* Boxes inline centralizados */
.box-icone {
    width: 54px;
    height: 54px;
    padding: 10px;
    vertical-align: middle;
    display: inline-block;
    margin-right: 10px;
}

.box-icone .glyphicon,
.box-icone .fa,
.box-icone .fas,
.box-icone .far {
    font-size: 32px;
}

.box-icone img {
    width: 32px;
}

.box-texto {
    vertical-align: middle;
    display: inline-block;
}

.box-texto p,
.box-texto span { 
    margin: 0;
}
/***************/

/* ======================================================================================= */

.title-medium {
    font-size: 16px;
    font-weight: 600;
}

/* Global Styles ========================================================================= */
p.control input.checkbox,
p.control input.radio { margin-right:6px; }
/* Form Highlight */

/* Form lists */
/* Grouped fields */
.form-list li { margin:0 0 8px; }
.form-list label { position:relative; z-index:0; }

label.required em,
.form-list label.required em { float:right; color:#eb340a; margin-left: 3px; }

.form-list li.control label { float:none; }
.form-list li.control input.radio,
.form-list li.control input.checkbox { margin-right:6px; }
.form-list li.control .input-box { clear:none; display:inline; width:auto; }
.form-list .input-box {  }
.form-list .field,
.form-list .wide .field { 
    float:left; 
    width: 50%; 
    margin-bottom: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
.form-list .wide .field { 
    float:left;
    width: 100%; 
}
.three-columns-option .field {
    width: 44%;
}
.three-columns-option .col-options {
    width: 12%;
    float: right;
}

.form-list input.input-text {  }
.form-list textarea { }
.form-list select { }
.form-list li.wide .input-box {  }
.form-list li.wide input.input-text {  }
.form-list li.wide textarea {  }
.form-list li.wide select {  }
.form-list li.additional-row {  }
.form-list li.additional-row .btn-remove { float:right; bottom: 0; }
.form-list .input-range input.input-text { width:74px; }

.form-list .customer-name-prefix .input-box,
.form-list .customer-name-suffix .input-box,
.form-list .customer-name-prefix-suffix .input-box,
.form-list .customer-name-prefix-middlename .input-box,
.form-list .customer-name-middlename-suffix .input-box,
.form-list .customer-name-prefix-middlename-suffix .input-box { width:auto; }

.form-list .name-prefix { width:65px; }
.form-list .name-prefix select { width:55px; }
.form-list .name-prefix input.input-text { width:49px; }

.form-list .name-suffix { width:65px; }
.form-list .name-suffix select { width:55px; }
.form-list .name-suffix input.input-text { width:49px; }

.form-list .name-middlename { width:70px; }
.form-list .name-middlename input.input-text { width:49px; }

.form-list .customer-name-prefix-middlename-suffix .name-firstname,
.form-list .customer-name-prefix-middlename .name-firstname { width:140px; }
.form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-middlename .name-firstname input.input-text { width:124px; }
.form-list .customer-name-prefix-middlename-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-middlename-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
.form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
.form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix .name-firstname,
.form-list .customer-name-middlename .name-firstname { width:210px; }

.form-list .customer-name-suffix .name-lastname,
.form-list .customer-name-middlename .name-firstname,
.form-list .customer-name-middlename-suffix .name-firstname,
.form-list .customer-name-middlename-suffix .name-lastname { width:205px; }

.form-list .customer-name-prefix .name-firstname input.input-text,
.form-list .customer-name-suffix .name-lastname input.input-text,
.form-list .customer-name-middlename .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year { float:left; width:85px; }
.form-list .customer-dob input.input-text { display:block; width:74px; }
.form-list .customer-dob label { font-size:10px; font-weight:normal; color:#888; }
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month { width:60px; }
.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text { width:46px; }
.form-list .customer-dob .dob-year { width:140px; }
.form-list .customer-dob .dob-year input.input-text { width:134px; }

.buttons-set { clear:both; margin: 30px 0 0; }
.buttons-set .back-link { float:left; }
.buttons-set button.button { float:right; }
.buttons-set p.required { margin:0 0 5px; }

.buttons-set-order {}

.fieldset { padding: 0; margin: 0; border: 0; }
.fieldset .legend { 
  font-family: inherit;
  font-weight: normal;
  margin: 20px 0 10px;
  padding-top: 10px;
 }

/* Form Validation */
.validation-advice { 
    /*display: none;*/
    color: #a94442;
    margin-top: 3px;
    font-weight: 600;
    font-size: 15px;
}

.validation-failed {  }

/* Copiado do Bootsptrap */
.validation-error .help-block,
.validation-error .control-label,
.validation-error .radio,
.validation-error .checkbox,
.validation-error .radio-inline,
.validation-error .checkbox-inline,
.validation-error label.required {
  /*color: #a94442;*/
}
.validation-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.validation-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.validation-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.validation-error .form-control-feedback {
  color: #a94442;
}

.validation-passed {}
p.required { font-size:10px; text-align:right; color:#f00; }
/* Expiration date and CVV number validation fix */
.v-fix { float:left; }

/* Global Messages  */
.success { color:#3d6611; font-weight:bold; }
.error { color:#f00; font-weight:bold; }
.notice { color:#ccc; }

ul#admin_messages { margin-bottom: 0 !important; }

.messages ul { border:0 !important; }
.messages li { margin-bottom:11px !important; padding:15px !important; }
.messages ul li { margin:0 !important; border:0 !important; padding:0 !important; }
.error-msg { 
    border:1px solid #eed3d7 !important; 
    color:#b94a48 !important; 
    background-color:#f2dede !important;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.success-msg {
    border:1px solid #d6e9c6 !important; 
    color:#468847 !important; 
    background-color:#d6e9c6 !important;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.notice-msg { 
    border:1px solid #bce8f1 !important; 
    background-color:#d9edf7 !important; 
    color:#3a87ad !important; 
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.warning-msg { 
    border:1px solid #eed3d7 !important; 
    background-color:#f2dede !important; 
    color:#b94a48 !important; 
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

/* BreadCrumbs */
.breadcrumb>.active { font-weight: bold; }

/* Page Heading */
.page-title { }
.page-title h1,
.page-title h2,
.checkoutcontainer h1 { margin-top: 0; }
.page-title .separator { margin:0 3px; }
.page-title .link-rss { float:right; }

.subtitle,
.sub-title { clear:both; }

/* Pager */
.pages { }
.limiter,
.amount { margin-right: 10px; }

/* Sorter */
.sorter { border:1px solid #ddd; padding:5px; margin:5px 0; }
.sorter .view-mode { float:left; }
.sorter .sort-by { float:left; }
.sorter .link-feed {}

/* Toolbar */
.toolbar-top .toolbar { margin: 30px 0 0 0; }
.toolbar-bottom .toolbar { margin: 20px 0 30px 0; }
.toolbar {}
@media (min-width: 767px) {
    .navbar-form.navbar-left:first-child {
        margin-left: -15px;
    }
} 
@media (max-width: 768px) {
    .toolbar .navbar-form { 
        border-top: none;
        border-bottom: none; 
    }    
} 

.toolbar label { font-weight: normal; }
.toolbar .pagination {
    margin-top: 0;
    margin-bottom: -3px;
    
}

.toolbar .sort-by label { margin-right: 5px; }
.toolbar .sort-by a { margin-left: 5px; }

.toolbar .sorter {}
.toolbar-bottom,
.toolbar-top {
    clear: both;
}

/* Data Table */
.data-table { width:100%; }
.data-table th { padding:5px; border:1px solid #ddd; font-weight:bold; white-space:nowrap; }
.data-table td { padding:5px; border:1px solid #ddd; }
.data-table thead { background-color:#f2f2f2; }
.data-table tbody {}
.data-table tfoot {}
.data-table tr.first {}
.data-table tr.last {}
.data-table tr.odd {}
.data-table tr.even { background-color:#f6f6f6; }
.data-table tbody.odd {}
.data-table tbody.odd td { border-width:0 1px; }
.data-table tbody.even { background-color:#f6f6f6; }
.data-table tbody.even td { border-width:0 1px; }
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td { border-bottom-width:1px; }
.data-table th .tax-flag { white-space:nowrap; font-weight:normal; }
.data-table td.label,
.data-table th.label { background-color:#f6f6f6; }
.data-table td.value {}

/* Shopping cart total summary row expandable to details */
tr.summary-total { cursor:pointer; }
tr.summary-total td {}
tr.summary-total .summary-collapse { float:right; text-align:right; padding-left:20px; background:url(../images/bkg_collapse.gif) 0 4px no-repeat; cursor:pointer; }
tr.show-details .summary-collapse { background-position:0 -53px; }
tr.show-details td {}
tr.summary-details td { font-size:11px; background-color:#dae1e4; color:#626465; }
tr.summary-details-first td { border-top:1px solid #d2d8db; }
tr.summary-details-excluded { font-style:italic; }

/* Shopping cart tax info */
.cart-tax-info { display:block; }
.cart-tax-info,
.cart-tax-info .cart-price { padding-right:20px; }
.cart-tax-total { display:block; padding-right:20px; background:url(../images/bkg_collapse.gif) 100% 4px no-repeat; cursor:pointer; }
.cart-tax-info .price,
.cart-tax-total .price { display:inline !important; font-weight:normal !important; }
.cart-tax-total-expanded { background-position:100% -53px; }

/* Class: std - styles for admin-controlled content */

/* Misc */
.links li { display:inline; }
.links li.first { padding-left:0 !important; }
.links li.last { background:none !important; padding-right:0 !important; }

.toplinks i {
    padding-right: 5px;
}

.link-cart { font-weight:bold; color:#f00; }
.link-wishlist {  }
.link-reorder {  }
.link-compare {  }
.link-print {  }
.link-sendfiend {  }
.link-rss { background:url(../images/i_rss.gif) 0 1px no-repeat; padding-left:18px; white-space:nowrap; }
.btn-remove { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(../images/btn_remove.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.btn-remove2 { display:block; width:16px; height:16px; font-size:0; line-height:0; background:url(../images/btn_trash.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.btn-edit    { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(../images/btn_edit.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }

.cards-list dt { margin:5px 0 0; }
.cards-list .offset { padding:2px 0 2px 20px; }

.separator { margin:0 3px; }

.divider { clear:both; display:block; font-size:0; line-height:0; height:1px; margin:10px 0; background:#ddd; text-indent:-999em; overflow:hidden; }

/* Noscript Notice */
.noscript { border:1px solid #ddd; border-width:0 0 1px; background:#ffff90; font-size:12px; line-height:1.25; text-align:center; color:#2f2f2f; }
.noscript .noscript-inner { width:1000px; margin:0 auto; padding:12px 0 12px; background:url(../images/i_notice.gif) 20px 50% no-repeat; }
.noscript p { margin:0; }

/* Demo Notice */
.demo-notice { margin:0; padding:6px 10px; background:#d75f07; font-size:12px; line-height:1.15; text-align:center; color:#fff; }
.demo-notice p { margin:0; }

/* Cookie Notice */
.notice-cookie { border-bottom:1px solid #cfcfcf; background:#ffff90; font-size:12px; line-height:1.25; text-align:center; color:#2f2f2f; }
.notice-cookie .notice-inner { width:870px; margin:0 auto; padding:12px 0 12px 80px; background:url(../images/i_notice.gif) 20px 25px no-repeat; text-align:left; }
.notice-cookie .notice-inner p { margin:0 0 10px; border:1px dotted #cccc73; padding:10px; }
.notice-cookie .notice-inner .actions { }
/* ======================================================================================= */


/* Header ================================================================================ */
.logo { margin-top: 15px; margin-bottom: 15px; }
.logo h2 { margin: 0; }
.header-container {}
.header-container .welcome-msg { margin-bottom: 2px; }
.header-container .top-container { clear:both; text-align:right; }

/********** < Navigation */
.navbar-top-container {  }
.navbar-top-container nav { margin: 0; }

.toplinks span.glyphicon {
    padding-right: 5px;
}

/**
 *     Novo menu com submenus e on hover
 */

.navbar-top-navigation .open>.dropdown-menu {
  animation-name: slidenavAnimation;
  animation-duration:.2s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;

  -webkit-animation-name: slidenavAnimation;
  -webkit-animation-duration:.2s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;

  -moz-animation-name: slidenavAnimation;
  -moz-animation-duration:.2s;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: forwards;
}

@media (min-width: 767px) {
    .navbar-top-navigation .container-fluid,
    .navbar-top-navigation .container-fluid>.navbar-collapse {
        padding-left: inherit;
        padding-right: inherit;
    }

}

.nav .caret {
    border-top-color: #777;
    border-bottom-color: #777;
}

.dropdown-menu {
    z-index: 10000;
}

.dropdown-menu>li.open>a:hover, 
.dropdown-menu>li.open>a:focus {
    color: #333;
}

.nav a.dropdown-caret {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding-right: 15px;
    padding-left: 10px;
    z-index: 99;
    background-color: transparent;
}

.nav a.dropdown-caret:hover {
    background-color: transparent;
}

.nav a.dropdown-title {
    padding-right: 3px;
}

.dropdown-menu a.dropdown-title {
    padding-right: 40px;
}

.dropdown-menu .dropdown-menu {
    list-style: none;
    background-clip: padding-box;
    left: 100%;
    top: -7px;
}

.dropdown-menu .caret {
    -webkit-transform: rotate(270deg);
    -moz-transform:      rotate(270deg);
    -ms-transform:       rotate(270deg);
    transform:               rotate(270deg);
}

@media (max-width: 767px) {
    .dropdown-menu .caret {
        border: none;
    }
    
    .dropdown-menu .caret {
        width:8px;
        height:2px;
        position:relative;
        background: #777;
    }
    .dropdown-menu .caret:before {
        content:"";
        width:2px;
        height:8px;
        position:absolute;
        top:-3px;
        left:3px;
        background: #777;
    }

    ul.dropdown-menu li.open > a.dropdown-caret span.caret {
        width:8px;
        height:0;
        position:relative;
        background: #777;
    }

    .dropdown-menu .dropdown-caret:hover .caret,
    .dropdown-menu .dropdown-caret:hover .caret:before,
    .dropdown-menu .dropdown-caret:focus .caret,
    .dropdown-menu .dropdown-caret:focus .caret:before {
        background: #333;
    }

    /* Fix para o submenu com dropdown extenso no celular */
    ul.dropdown-menu {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -moz-overflow-scrolling: touch;
        -ms-overflow-scrolling: touch;
        -o-overflow-scrolling: touch;
        overflow-scrolling: touch;
        max-height: 230px;
    }

    /* Ajusta a imagem com tamanho menor nos menus em celulares */
    .navbar-top-navigation li.level1 .menu-thumbnail .thumbnail-image {
        width: 45px;
        padding-right: 10px;
    }

    .navbar-top-navigation li.level1 .menu-thumbnail,
    .navbar-top-navigation li.level1 .menu-title {
        display: initial !important;
    }
    
}

/**
 *     fim
 */

/* Sidebar =============================================================================== */
.block { margin:0 0 10px; }
.block .block-title { margin-bottom: 5px; }
.block .block-title a { text-decoration:none !important; }
.block .block-subtitle { font-weight: 600; }
.block p.block-subtitle { margin-bottom: 5px; }
.block .block-content {  }
.block .block-content ul {  }
.block .block-content ul li { padding: 1px; }
.block .actions { text-align:right; }
.block .empty {}

.block li.odd {}
.block li.even { background-color:#f6f6f6; }

/* Mini Products List */
.mini-products-list li { padding:5px 0; }
.mini-products-list .product-image { float:left; width:50px; padding:5px; border:1px solid #ddd; }
.mini-products-list .product-details { margin-left:75px; }
.mini-products-list .product-details h4 { font-size:1em; font-weight:bold; margin:0; }
.block-cart .mini-products-list .product-details .product-name,
.block-cart .mini-products-list .product-details .nobr small { word-wrap:break-word; }
.block-cart .mini-products-list .product-details .nobr { white-space:normal !important; }

/* Block: Account */
.block-account {}

/* Block: Currency Switcher */
.block-currency {}
.block-currency select { width:100%; border:1px solid #888; }

/* Block: Layered Navigation */
.block-layered-nav {}
.block-layered-nav dl,
.block-layered-nav ul { margin: 0; }
.block-layered-nav dl dt { width: auto; font-weight: normal; }
.block-layered-nav dl dd { margin-left: 0; }
.block-layered-nav .actions {
    font-size: 13px;
    margin: 5px 0 15px 0;
}

.block-layered-nav .currently .actions {
    margin: 5px 0 5px 0;
}

.block-layered-nav .currently table {
    margin: 0;
}

.block-layered-nav .currently table td {
    border-top: none;
    padding-top: 1px;
    padding-bottom: 1px;
}

.block-layered-nav .filter-options dl dt { width: auto; font-weight: 600; }

.block-layered-nav .layered-state .swatchContainer {
    display: inline-block;
}

.block-layered-nav .layered-state table td {
    padding-bottom: 5px;   
}
    
/* Block: Cart */
.block-cart {}
.block-cart .summary {}
.block-cart .amount {}
.block-cart .subtotal { text-align:center; }
.block-cart .actions .paypal-logo { float:left; width:100%; margin:3px 0 0; text-align:right; }
.block-cart .actions .paypal-logo .paypal-or { clear:both; display:block; padding:0 55px 5px 0; }

/* Block: Wishlist */
.block-wishlist {}

/* Block: Related */
.block-related {}
.block-related li { padding:5px 0; }
.block-related input.checkbox { float:left; margin-right:-20px; }
.block-related .product { margin-left:20px; }
.block-related .product .product-image { float:left; margin-right:-65px; }
.block-related .product .product-details { margin-left:65px; }

/* Block: Compare Products */
.block-compare {}
.block-compare li { padding:5px 0; }

/* Block: Recently Viewed */
.block-viewed {}

/* Block: Recently Compared */
.block-compared {}

/* Block: Poll */
.block-poll label {}
.block-poll input.radio { float:left; margin:1px -18px 0 0; }
.block-poll .label { display:block; margin-left:18px; }
.block-poll li { padding:3px 9px; }
.block-poll .actions { margin:5px 0 0; }
.block-poll .answer { font-weight:bold; }
.block-poll .votes { float:right; margin-left:10px; }

/* Block: Tags */
.block-tags ul,
.block-tags li { display:inline; }

/* Block: Subscribe */
.block-subscribe {}

/* Block: Reorder */
.block-reorder {}
.block-reorder li { padding:5px 0; }
.block-reorder input.checkbox { float:left; margin:3px -20px 0 0; }
.block-reorder .product-name { margin-left:20px; }

/* Block: Banner */
.block-banner {}
.block-banner .block-content { text-align:center; }

/* Block: Login */
.block-login label { color:#666; }
.block-login input.input-text { display:block; width:167px; margin:3px 0; }

/* Category Page ========================================================================= */
.category-title { margin: 0 0 10px; }
.category-image { width:100%; overflow:hidden; margin:0 0 10px; text-align:center; }
.category-image img {}
.category-description { margin:0 0 10px; }
.category-products {}

/* View Type: Grid */
.widget-list-products .product-item,
.category-products .product-item { margin-top: 10px; position: relative; }
.widget-list-products .product-image,
.category-products .product-image { min-height: 150px; }
.widget-list-products .product-image img,
.category-products .product-image img { margin: 0 auto; }

/* View Type: List */
/* ======================================================================================= */

/* Product View ========================================================================== */
/* Rating */
.no-rating { margin: 10px 0; }
.no-rating .ratings { margin: 0; }

.ratings { line-height:14px; margin: 10px 0 10px 0; }
.category-products .ratings,
.box-upsell .ratings { font-size:11px; }
.ratings strong { float:left; margin:1px 3px 0 0; }
.ratings .rating-links { margin:0; }
.ratings .rating-links .separator { margin:0 2px; }
.ratings ul { margin: 0; }
.ratings li { padding-left: 0; padding-right: 0; }
.rating-box { width:69px; height:13px; font-size:0; background:url(../images/bkg_rating.gif) 0 0 repeat-x; text-indent:-999em; overflow:hidden; margin: -2px 0; }
.rating-box .rating { float:left; height:13px; background:url(../images/bkg_rating.gif) 0 100% repeat-x; }
.category-products .rating-box {  }
.ratings .amount {}

.ratings-table { margin-bottom: 15px; }
.ratings-table th { padding-right: 15px; font-weight: normal; }

.dl-horizontal .ratings {
    margin: 2px 0;
}

/* Availability */
.availability { margin: 10px 0; }
.availability span { font-weight:bold; }
.availability.in-stock span {}
.availability.out-of-stock span { color:#d83820; }

.availability-only { margin: 10px 0; }
.availability-only a { background:url(../images/i_availability_only_arrow.gif) 100% 0 no-repeat; cursor:pointer; padding-right:15px; }
.availability-only .expanded { background-position:100% -15px; }
.availability-only strong {}

.availability-only-details { margin: 10px 0; }
.availability-only-details th { background:#f2f2f2; font-size:10px; padding:0 8px; }
.availability-only-details td { border-bottom:1px solid #ddd; font-size:11px; padding:2px 8px 1px; }
.availability-only-details tr.odd td.last {}

.product-essential .out-of-stock { 
    text-align: center;
}

.more-views-container {
    margin: 0 auto;
}

/* Email to a Friend */
.email-friend {}

/* Alerts */
.alert-price {}
.alert-stock {}

.product-essential .alert-stock {
    text-align: center;
}

/********** < Product Prices */
.price { white-space:nowrap !important; }

.price-box { margin-top: 10px; }
.price-box .price { font-weight:bold; }

.installment-price-box { margin-bottom: 10px; }
.installment-price-box .price-box { margin: 0px; }

/* Regular price */
.regular-price { margin: 0; }
.regular-price .price { font-weight:bold; }

/* Old price */
.old-price { margin: 0; }
.old-price .price-label { white-space:nowrap; }
.old-price .price { text-decoration:line-through; font-weight: normal; }

/* Special price */
.special-price { margin: 0; }
.special-price .price-label { white-space:nowrap; }
.special-price .price { font-weight:bold; }

/* Minimal price (as low as) */
.minimal-price { margin: 0; }
.minimal-price .price-label { white-space:nowrap; }

.minimal-price-link { display: block; font-size: 12px; margin-bottom: 10px; }
.minimal-price-link .label {}
.minimal-price-link .price { font-weight:normal; }

/* Excluding tax */
.price-excluding-tax { display:block; }
.price-excluding-tax .label { white-space:nowrap; }
.price-excluding-tax .price { font-weight:normal; }

/* Including tax */
.price-including-tax { display:block; }
.price-including-tax .label { white-space:nowrap; }
.price-including-tax .price { font-weight:bold; }

/* Configured price */
.configured-price {}
.configured-price .price-label { white-space:nowrap; }
.configured-price .price { font-weight:bold; }

/* FPT */
.weee { display:block; font-size:11px; color:#444; }
.weee .price { font-size:11px; font-weight:normal; }

/* Excl tax (for order tables) */
.price-excl-tax  { display:block; }
.price-excl-tax .label { display:block; white-space:nowrap; }
.price-excl-tax .price { display:block; }

/* Incl tax (for order tables) */
.price-incl-tax { display:block; }
.price-incl-tax .label { display:block; white-space:nowrap; }
.price-incl-tax .price { display:block; font-weight:bold; }

/* Price range */
.price-from {}
.price-from .price-label { white-space:nowrap; }

.price-to {}
.price-to .price-label { white-space:nowrap; }

/* Price notice next to the options */
.price-notice { padding-left:10px; }
.price-notice .price { font-weight:bold; }

/* Price as configured */
.price-as-configured {}
.price-as-configured .price-label { white-space:nowrap; }

.price-box-bundle {}
/********** Product Prices > */

/* Tier Prices */
.tier-prices { margin: 20px 0; }
.tier-prices .price { font-weight:bold; }
.tier-prices .benefit {}

.tier-prices-grouped {}

/* Add to Links */
.add-to-links { margin: 0 0 20px 0; }
.add-to-links li { vertical-align: middle; }
.add-to-links .separator { display:none; }

/* Add to Cart */
.add-to-cart label { float:left; margin-right:5px; }
.add-to-cart .qty { float:left; }
.add-to-cart button.button { float:left; margin-left:5px; }
.add-to-cart .paypal-or { margin: 10px 0; }

/* Add to Links + Add to Cart */
.add-to-box { margin: 20px 0 0 0; }
.add-to-box .add-to-links li { padding: 0; }
.add-to-box .add-to-links .btn-share { background-color: #ebebeb; border: none; border-radius: 0; color: #333; font-size: 20px; padding: 2px 6px; margin-bottom: 4px; }
.add-to-box .add-to-links .btn-share .glyphicon { top: 2px; }

.product-view {}

.product-view .product-highlight {
    background-color: #f5f5f5; 
    margin-bottom: 20px;
}

.product-essential {}
.product-essential .buy-box { margin: 20px 0 0 0; }

.product-collateral { margin-top: 20px; }
.product-collateral .box-collateral { margin:0 0 15px; }

.panel-tab-content {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;    
}

/* Product Images */

/* Product Images */
.product-view .product-img-box {  }
.product-view .product-img-box .product-image { border:1px solid #ddd; text-align: center; margin-bottom: 3px; display: table; }
.product-view .product-img-box .product-image img { }
.product-view .product-img-box .zoom-notice { text-align:center; font-size: 11px; }
.product-view .product-img-box .more-views ul { margin-left:-4px }
.product-view .product-img-box .more-views li { float:left; padding:1px; background-color:#ddd; margin:0 0 8px 4px; }
.product-view .product-img-box .product-image .image-centered { display: table-cell; vertical-align: middle; height: 100%; }
.product-img-box .panel-body { padding: 0px; }
.product-img-box .panel-body .product-image { border: none; margin: 0 auto; margin-bottom: 15px; float:none; }

/* Product Shop */
.product-view .short-description { margin: 10px 0; }
.product-view .short-description h2 { margin-top: 0; }

/* Product Options */
.product-options { margin: 10px 0; }
.product-options dl { margin: 0; }
.product-options dl dd { margin-bottom: 15px; }
.product-options .row { padding: 0; }
.product-options .options-list {}
.product-options .options-list .checkbox,
.product-options .options-list .radio { margin-top: 0; margin-bottom: 3px; }
.product-options ul.validation-failed { padding:0 7px; }
.product-options label { font-size: 16px; }


.bundle .product-options .options-list {
    margin-bottom: 0;
}

.bundle .product-options .form-inline .form-control {
    width: 100%;
}

.bundle .product-options .form-inline .qty-holder {
    width: 19%;
    vertical-align: top;
}

.bundle .product-options .form-inline .input-box {
    width: 80%;
}

.bundle .product-options .options-list .price-notice {
    padding-left: 0;
}
    
/* Grouped Product */
.product-view .grouped-items-table .price-box {
    margin: 0;    
}

.product-view .grouped-items-table .special-price,
.product-view .grouped-items-table .regular-price {
    font-size: 18px;
}

.product-view .grouped-items-table .old-price {
    font-size: 14px;   
}

.product-view .grouped-items-table td {
    vertical-align: middle;
}

/* Block: Description */
.product-view .box-description {}

/* Block: Additional */
.product-view .box-additional {}

/* Block: Upsell */
.box-upsell { margin-top: 20px; }
.product-view .box-upsell {}
.product-view .box-upsell .slides { margin-bottom: 10px; }
.product-view .box-upsell .products-grid td { width:25%; }

/* Block: Tags */
.product-view .box-tags {}
.product-view .box-tags .form-add label { float:left; }
.product-view .box-tags .form-add .input-box { float:left; width:260px; margin:0 5px; }
.product-view .box-tags .form-add input.input-text { width:254px; }
.product-view .box-tags .form-add p { clear:both; }

/* Block: Reviews */
.product-view .box-reviews {}
.product-view .box-reviews table { margin-bottom: 0; }
.product-view .box-reviews .form-add {}

.time-picker select.datetime-picker {
    width: 75px;
}

.form-inline .time-picker {
    width: auto;   
}

.form-inline .date-picker {
    width: 144px;
    margin-right: 15px;
}

.time-picker .separator {
    display: inline-block;
    margin: 0 5px;
}

/* Send a Friend */
.send-friend {}
/* ======================================================================================= */


/* Content Styles ================================================================= */
.product-name { font-size:1em; font-weight:normal; margin: 20px 0 20px 0; vertical-align: text-top; }
.product-name a {}

.product-view .product-name,
.product-view .product-name h1 { margin-top: 0; }

.product-view .product-name h1 { margin-bottom: 3px; }

.tab-description strong.product-name {
    text-decoration: none;
    font-weight: normal;
    margin-bottom: 10px;
    display: block;
}

/* Product Tags */
.tags-list li { display:inline; }

/* Search */
.form-search-xs { margin-top: 7.5px; }

/* Advanced Search */
.advanced-search {}
.advanced-search-amount {}
.advanced-search-summary {}

/* CMS Home Page */
.cms-home .subtitle {}
.cms-index-index .subtitle {}

/* Sitemap */
.page-sitemap .links { text-align:right; margin:0 8px -22px 0; }
.page-sitemap .links a { text-decoration:none; position:relative; }
.page-sitemap .links a:hover { text-decoration:underline; }
.page-sitemap .sitemap { margin:12px; }
.page-sitemap .sitemap a {}
.page-sitemap .sitemap li { margin:3px 0; }
.page-sitemap .sitemap li.level-0 { margin:10px 0 0; font-weight:bold; }
.page-sitemap .sitemap li.level-0 a {}

/* RSS */
.rss-title h1 { background:url(../images/i_rss-big.png) 0 4px no-repeat; padding-left:27px; }
.rss-table .link-rss { display:block; line-height:1.35; background-position:0 2px; }
/* ======================================================================================= */


/* Shopping Cart ========================================================================= */
.cart {}
.cart h1 { margin-bottom: 30px; }
.cart .page-title {
    border-bottom: none;
}

/* Checkout Types */
.cart .checkout-types { margin-bottom: 20px; }
.cart .checkout-types .paypal-or { margin:0 8px; line-height:2.3; display: inline-block; }
.cart .totals .checkout-types .paypal-or { clear:both; display:block; padding:3px 55px 8px 0; line-height:1.0; font-size:11px; }

/* Shopping Cart Table */
.cart td.subtotal { font-weight: bold; }
.cart-table .item-msg { font-size:10px; }
.cart-table .cart-col-image { width: 87px; }
.cart-table .cart-col-product-name { width: auto; }
.cart-table .cart-col-unit-price { width: 120px; }
.cart-table .cart-col-qty { width: 120px; }
.cart-table .cart-col-subtotal { width: 140px; }
.cart-table .cart-row-grandtotal { font-size: 18px; color: #e02f00; }
.cart-table .cart-row-grandtotal .cart-col-subtotal .price {  }
.cart-table tbody > tr > td { vertical-align: middle; }

/* Shopping Cart Collateral boxes */

/* Discount Codes & Estimate Shipping and Tax Boxes */
.cart .discount,
.cart .shipping {}

.cart .shipping .shipping-form-container {
    margin-right: 20px;    
}

.sp-methods-table .radio,
.sp-methods-table .checkbox {
    margin: 0;
}

.sp-methods-table .table tr th,
.sp-methods-table .table tr td {
    border: none;
}

.sp-methods-table .table,
.sp-methods-table .alert {
    margin-bottom: 5px;
}

.sp-methods-table .form-group {
    margin-bottom: 10px;
}

/* Shopping Cart Totals */
.cart .totals { float:right; }
.item-options {  }
.item-options ul { padding-left: 20px; }
.cart input.qty { width: 60px; }

.coupon-code {
    width: 200px;
}
/* ======================================================================================= */


/* Checkout ============================================================================== */
/* Shipping and Payment methods */

/* Tooltip */

/* Gift Messages */
.gift-messages {}
.gift-messages-form { border:1px solid #ddd; background-color:#f5f5f5; }
.gift-messages-form { position:relative; }
.gift-messages-form label { float:none !important; position:static !important; }
.gift-messages-form h4 {}
.gift-messages-form .whole-order {}
.gift-messages-form .item { margin:0 0 10px; }
.gift-messages-form .item .product-img-box { float:left; width:75px; }
.gift-messages-form .item .product-image { margin:0 0 7px; }
.gift-messages-form .item .number { margin:0; font-weight:bold; text-align:center; }
.gift-messages-form .item .details { margin-left:90px; }
.gift-messages-form .item .details .product-name {}

.gift-message-link { display:block; background:url(../images/bkg_collapse.gif) 0 4px no-repeat; padding-left:20px; }
.gift-message-link.expanded { background-position:0 -53px; }
.gift-message-row {}
.gift-message-row .btn-close { float:right; }
.gift-message dt strong { font-weight:bold; }

/* Checkout Agreements */
.checkout-agreements {}
.checkout-agreements li { margin:10px 0; }
.checkout-agreements .agreement-content { border:1px solid #ddd; background-color:#f6f6f6; padding:5px; height:10em; overflow:auto; }
.checkout-agreements .agree { padding:6px; }

/* Centinel */
.centinel {}
.centinel .authentication { border:1px solid #ddd; background:#fff; }
.centinel .authentication iframe { width:99%; height:400px; background:transparent !important; margin:0 !important; padding:0 !important; border:0 !important; }

/* Generic Info Set */
.info-set {}
/********** Common Checkout Styles > */

/* One Page Checkout */
.block-progress {}
.block-progress dt { font-weight:bold; }
.block-progress dt.complete,
.block-progress dd.complete { background-color:#f6f6f6; }

.opc { border-bottom:1px solid #ddd; position:relative; }
.opc li.section { border:1px solid #ddd; border-bottom:0; }

.opc .buttons-set.disabled button.button { display:none; }
.opc .buttons-set .please-wait { height:21px; line-height:21px; }

.opc .step-title { background-color:#f6f6f6; padding:0 5px; text-align:right; }
.opc .step-title .number { float:left; line-height:22px; margin-right:5px; }
.opc .step-title h2 { float:left; }
.opc .step-title a { display:none; float:right; }

.opc .allow .step-title { cursor:pointer; }

.opc .active {}
.opc .active .step-title { background-color:#ccc; cursor:default; }

.opc .step { border-top:1px solid #ddd; padding:10px; position:relative; }
.opc .step .tool-tip { right:10px; }

.opc .order-review {}
.opc .order-review .authentication {}
.opc .order-review .warning-message {}

/* Multiple Addresses Checkout */
.checkout-progress { padding:0 50px; margin:10px 0; }
.checkout-progress li { float:left; width:20%; border-top:5px solid #ccc; text-align:center; color:#ccc; }
.checkout-progress li.active { border-top-color:#000; color:#000; }

.multiple-checkout { position:relative; }
.multiple-checkout .tool-tip { top:50%; margin-top:-120px; right:10px; }
.multiple-checkout .grand-total { font-size:1.5em; text-align:right; }
.multiple-checkout .grand-total big {}
.multiple-checkout .grand-total .price {}
/* ======================================================================================= */


/* Account Login/Create Pages ============================================================ */
.account-login {}
.account-login .new-users { margin-bottom: 60px; }
.account-login .registered-users { margin-bottom: 60px; }
.account-login .buttons-set {margin-top: 15px; }

.account-create {}
/* Account Login/Create Pages ============================================================ */

/* Captcha */
.captcha-note  {}
.captcha-image { margin-top: 8px; }
.captcha-img { margin-right: 8px; }
.refreshing .glyphicon { animation:rotate 1.5s infinite linear; -webkit-animation:rotate 1.5s infinite linear; -moz-animation:rotate 1.5s infinite linear; }

@-webkit-keyframes rotate {
    0% { -webkit-transform:rotate(0); }
    0% { -webkit-transform:rotate(-360deg); }
}
@-moz-keyframes rotate {
    0% { -moz-transform:rotate(0); }
    0% { -moz-transform:rotate(-360deg); }
}
@keyframes rotate {
    0% { transform:rotate(0); }
    0% { transform:rotate(-360deg); }
}

.panel-captcha ul {
    margin-bottom: 0px;
}

/* Remember Me Popup ===================================================================== */
.window-overlay { background:url(../images/window_overlay.png) repeat; background:rgba(0, 0, 0, 0.35); position:absolute; top:0; left:0; height:100%; width:100%; z-index:990; }

.remember-me label {}
.remember-me-popup {}
.remember-me-popup h3 {}
.remember-me-popup .remember-me-popup-head {}
.remember-me-popup .remember-me-popup-head .remember-me-popup-close {}
.remember-me-popup .remember-me-popup-body {}
.remember-me-popup .remember-me-popup-body a {}
/* Remember Me Popup ===================================================================== */


/* My Account ============================================================================= */
.my-account .title-buttons .link-rss { float:none; margin:0; }

/* Account menu */
.customer-account-menu { }

/********** < Dashboard */
.dashboard {}
.dashboard .welcome-msg {}

/* Block: Recent Orders */
.dashboard .box-recent { margin:10px 0; }

/* Block: Account Information */
.dashboard .box-info {}

/* Block: Reviews */
.dashboard .box-reviews .number { float:left; font-size:10px; font-weight:bold; line-height:1; color:#fff; margin:3px -20px 0 0; padding:2px 3px; background:#ddd; }
.dashboard .box-reviews .details { margin-left:20px; }

/* Block: Tags */
.dashboard .box-tags .number { float:left; font-size:10px; font-weight:bold; line-height:1; color:#fff; margin:3px -20px 0 0; padding:2px 3px; background:#ddd; }
.dashboard .box-tags .details { margin-left:20px; }
/********** Dashboard > */

/* Address Book */
.addresses-list {}
.addresses-list-additional li.item {}

/* Order View */
.order-info { border:1px solid #ddd; padding:5px; }
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li { display:inline; }
.order-info dt { font-weight:bold; }

.order-date { margin:10px 0; }

.order-info-box {}

.order-items { width:100%; overflow-x:auto; }

.order-additional { margin:15px 0; }

/* Order Gift Message */
.gift-message dt strong { color:#666; }
.gift-message dd { font-size:13px; margin:5px 0 0; }

/* Order Comments */
.order-about dt { font-weight:bold; }
.order-about dd { font-size:13px; margin:0 0 7px; }

.tracking-table { margin:0 0 15px; }
.tracking-table th { font-weight:bold; white-space:nowrap; }

.tracking-table-popup { width:100%; }
.tracking-table-popup th { font-weight:bold; white-space:nowrap; }
.tracking-table-popup th,
.tracking-table-popup td { padding:1px 8px; }

/* Order Print Pages */
.page-print .print-head {}
.page-print .print-head img { float:left; }
.page-print .print-head address { float:left; margin-left:15px; }

/* Price Rewrites */
.page-print .gift-message-link { display:none; }
.page-print .price-excl-tax,
.page-print .price-incl-tax { display:block; white-space:nowrap; }
.page-print .cart-price,
.page-print .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price { display:inline; }

/* My Reviews */
.product-review .product-img-box { text-align: center; }
.product-review .product-img-box .product-image {  }
.product-review .product-img-box .label { font-size:11px; margin:0 0 3px; }
.product-review .product-img-box .ratings .rating-box { float:none; display:block; margin: 0 auto 5px; }
.product-review .product-img-box .ratings .rating-links { margin-top: 10px; }
.product-review .product-img-box .ratings .rating-links span.separator { display: none; }
.product-review .product-img-box .ratings .rating-links a { display: block; margin-top: 3px; }
.product-review .product-details {  }
.product-review .product-name { font-size:16px; font-weight:bold; margin:0 0 10px; }
.product-review h3 {}
.product-review .ratings-table { margin:0 0 10px; }
.product-review dt { font-weight:bold; }
.product-review dd { font-size:13px; margin:5px 0 0; }
/* ======================================================================================= */

/* Compare product ======================================================================= */

/* ======================================================================================= */

.table-noborder tr th,
.table-noborder tr td {
    border: none !important;
}

/* Wishlist ============================================================================== */
.my-wishlist .wishlist-list-product-image {
    text-align: center;
}

.my-wishlist .product-name {
    margin-top: 0;
}

.table-wishlist td:last-child {
    vertical-align: middle;
}

/* ======================================================================================= */

/* Footer ================================================================================ */
.footer { padding:10px; }
.footer-container .bottom-container { text-align:center; }
.copyright { padding-top: 10px; padding-bottom: 10px; }
.copyright p { text-align:center; margin: 0; }
/* ======================================================================================= */


/* Clears ================================================================================ */
.clearer:after,
#nav:after,
.main:after,
.footer:after,
.col2-set:after,
.col3-set:after,
.col4-set:after,
.search-autocomplete li:after,
.block .block-content:after,
.block .actions:after,
.block li.item:after,
.block-poll li:after,
.block-layered-nav .currently li:after,
.products-list li.item:after,
.box-account .box-head:after,
.dashboard .box .box-title:after,
.box-reviews li.item:after,
.box-tags li.item:after,
.sorter:after,
.ratings:after,
.add-to-box:after,
.add-to-cart:after,
.product-essential:after,
.product-collateral:after,
.product-view .product-img-box .more-views ul:after,
.product-view .product-shop .short-description:after,
.product-view .box-description:after,
.product-view .box-tags .form-add:after,
.product-options .options-list li:after,
.product-options-bottom:after,
.product-review:after,
.cart:after,
.cart-collaterals:after,
.cart .crosssell li.item:after,
.opc .step-title:after,
.checkout-progress:after,
.multiple-checkout .place-order:after,
.group-select li:after,
.form-list li:after,
.form-list .field:after,
.buttons-set:after,
.page-print .print-head:after,
.advanced-search-summary:after,
.gift-messages-form .item:after,
.send-friend .form-list li p:after { display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
/* ======================================================================================= */

/**
 * Ajax loadr full screen
 */
div#loading-checkout-full {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B3FFFFFF, endColorstr=#B3FFFFFF);
    background: rgba(255, 255, 255, 0.7);
    z-index: 999;
}

.loading-container {
    max-width: 350px;
    position: relative;
    top: 130px;
    text-align: center;
    margin: 0 auto;
    color: #444;
    font-size: 16px;
    font-weight: bold;
    z-index: 9999;
    padding: 15px;
    background: #fff;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
    border: 3px solid #cecece;
}

.loading-container .message {
    margin-top: 15px;
}

.loading-container .loading-image {
    background: #fff url('../images/ajax-loader-big.gif') no-repeat top center;
    width: 48px;
    height: 48px;
    margin: 0 auto;
}
/**
 * Fim     
 */
 
.ajax-loader-postcode {
   width:16px;
   height:16px;
   position:absolute;
   top: 9px;
   right: 150px;
   z-index: 300;
   background: url('../images/ajax-loader.gif') 0 0 no-repeat;
}

.shipping .ajax-loader-postcode {
   top: 7px;
   right: 130px;
}

.account-create #tipopessoa,
.account-create #gender,
.account-create #endereco_tipo,
.account-create #tipopessoa {
    width: 220px;
}

.nav-tabs.customer-order-tabs {
    
}

.product-tab-panel,
.order-items .panel-order-items,
.order-items .panel-shipping-items,
.order-items .panel-invoice-items {
    border-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.product-view .product-image-panel.with-tabs {
    border-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

/*
 * CSS para o componente VS Product Image Zoom - Featurezoom
 * */     
.magnifyarea{ 
    box-shadow: 5px 5px 7px #818181;
    -webkit-box-shadow: 5px 5px 7px #818181;
    -moz-box-shadow: 5px 5px 7px #818181;
    filter: progid:DXImageTransform.Microsoft.dropShadow(color=#818181, offX=5, offY=5, positive=true);
    background: white;
}
.featuredimagezoomerhidden {visibility: hidden!important;}

/**
 * Barra do Addthis na visualização do produto 
 */
/*
.addthis_toolbox { position: absolute; bottom: 0px; width: 100%; }
*/

.addthis_toolbox a {
    margin-bottom: 0 !important;
}

.at-share-tbx-element .at-share-btn {
    margin: 0 !important;
    margin-right: 4px !important;
}

.at-share-tbx-element .at-share-btn:hover {
    -webkit-transform: none !important;
    transform: none !important;
    outline-offset: 0 !important;
}

/**
 * BannerSlider
 */
.magestore-bannerslider { }

.main .magestore-bannerslider {
    margin-top: 0;
}

/**
 * Ajustes para o Font Awesome 
 */
.btn .fa {
    margin-right: 7px;
}

/**
 * Botao somente o glyph com cor de fundo
 * .btn-glyph - usar com .btn-link 
 */
a.btn-link.btn-glyph i.fa,
a.btn-link.btn-glyph span.fa,
a.btn-link.btn-glyph i.glyphicon {
    background-color: #7BACBD;
    padding: 10px 9px 10px 10px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #fff;        
}

/**
 *     Botão com glyph a esquerda e multiplas linhas de texto
 */
/*
button.btn-glyph-left span.glyphicon,
button.btn-glyph-left span.fa,
button.btn-glyph-left i.fa {
    float: left;
}

button.btn-glyph-left p {
    margin-bottom: 0;    
}

button.btn-glyph-left.btn-lg span.glyphicon,
button.btn-glyph-left.btn-lg span.fa,
button.btn-glyph-left.btn-lg i.fa {
    font-size: 3em;
}

button.btn-glyph-left.btn-lg p {
    margin-left: 3em;
}

button.btn-glyph-left p {
    margin-left: 2em;
}

button.btn-glyph-left.btn-sm p {
    margin-left: 1em;
}
*/
/***/

.product-item-wrapper {
    margin-bottom: 35px;
}

.modal-footer,
.modal-header {
    padding: 10px;
}

.modal-body {
    padding: 13px;
}

.modal-content {
    -webkit-box-shadow: none;
    box-shadow: none; 
    border-radius: 3px;
}

.modal-header .close {
    font-size: 40px;
    line-height: 25px;
}

.video-container {
    position: relative;
    margin: 0 auto;
    text-align: center;
    max-width: 640px;
    margin-bottom: 30px;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    max-height: 360px;
}

.video-container .video-responsive {
    padding-bottom: 56.25%;
}
