/*
  Journal - Advanced Opencart Theme Framework
  Version 2.6.7
  Copyright (c) 2016 Digital Atelier
  http://journal.digital-atelier.com/
*/

/*input com botão de mostrar/ocultar senha*/
  .password-style{
    display: flex;
    position: relative;
    align-items: center;
  }
  .password-style button.btn-show-pass{
    position: absolute;
    cursor: pointer;
    right: 10px;
  }
/******************************
 SHOPPING CART
*******************************/
.cart-info .stock {
  color: red; }
.cart-info .name {
  max-width: 400px;
  text-align: left; }
  .cart-info .name a {
    font-weight: bold; }
.cart-info .image {
  text-align: center;
  max-width: 100px; }
  .cart-info .image img {
    margin: 5px 0;
    float: left;
    margin-left: 10px; }
.cart-info .quantity {
  min-width: 110px;
  text-align: center; }
  .cart-info .quantity .input-group {
    display: inline-block; }
    .cart-info .quantity .input-group input {
      margin-right: 5px;
      border-radius: 4px; }
    .cart-info .quantity .input-group .btn-primary {
      background-color: #428bca; }
      .cart-info .quantity .input-group .btn-primary:hover {
        background-color: #3071a9; }
    .cart-info .quantity .input-group .btn-danger {
      background-color: #EA2E49; }
      .cart-info .quantity .input-group .btn-danger:hover {
        background-color: #d01530; }
.cart-info .price, .cart-info .total {
  font-weight: bold; }
.cart-info table {
  overflow: hidden; }
.cart-info td {
  padding: 5px 10px 5px 5px;
  text-align: center; }
.cart-info thead td {
  height: 40px;
  font-weight: bold;
  border-bottom: none;
  font-size: 13px; }
.cart-info tbody td {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #E4E4E4; }
.cart-info tbody td.image {
  padding-left: 0; }
.cart-info tbody tr:last-of-type td {
  border-bottom: none; }

#content.sc-page .content p, #content.sc-page .action-area p {
  padding: 10px;
  font-size: 13px; }
#content.sc-page .content table.radio .highlight td {
  border-bottom: 1px solid;
  border-color: #f4f4f4; }
#content.sc-page .content table.radio .highlight:last-of-type td {
  border-bottom: none; }
#content.sc-page a + .text-danger {
  color: #EA2E49;
  background-color: transparent; }

.cart-module > div {
  display: none; }
  .cart-module > div form {
    padding-left: 10px; }
    .cart-module > div form input[type='text'] {
      max-width: 240px;
      margin: 20px 0; }
  .cart-module > div input[name='postcode'] {
    width: 100px;
    margin-left: 6px;
    margin-top: 5px; }

#shipping table {
  padding: 10px 0;
  width: 45%; }
  #shipping table td:first-of-type {
    font-weight: bold; }
#shipping select {
  width: 150px; }
#shipping .button {
  margin: 10px 0; }

.cart-total {
  overflow: auto;
  padding: 8px; }
  .cart-total table {
    float: right; }
  .cart-total td {
    padding: 4px;
    text-align: right; }

label {
  line-height: 2;
  font-size: 13px;
  position: relative; }

#total .right {
  font-size: 14px;
  width: 87%;
  font-weight: bold; }

.quantity input[type='text'] {
  width: 40px;
  text-align: center; }

.action-area {
  overflow: hidden; }
  .action-area h3 {
    padding: 10px 12px; }

.oc2 .action-area .panel-heading {
  padding: 0; }
  .oc2 .action-area .panel-heading .panel-title > a {
    padding: 10px;
    display: block; }
.oc2 .action-area .panel-group {
  margin-bottom: 0; }
.oc2 .action-area .panel-body label {
  display: inline-block;
  margin-bottom: 5px; }
.oc2 .action-area .panel-body .input-group input[type="text"] {
  min-width: 300px; }
.oc2 .action-area .panel-body .input-group .button {
  margin-left: 5px; }
.oc2 .action-area .form-group {
  clear: both;
  margin-top: 10px; }
  .oc2 .action-area .form-group label {
    min-width: 150px;
    float: left;
    margin-bottom: 0; }
  .oc2 .action-area .form-group input[type="text"] {
    max-width: 160px; }
.oc2 .checkout #accordion {
  overflow: hidden; }
.oc2 .checkout-content {
  background-color: transparent;
  padding: 0;
  display: block; }
  .oc2 .checkout-content .right .form-group {
    margin-bottom: 8px; }
  .oc2 .checkout-content p, .oc2 .checkout-content .radio {
    padding: 10px 0 0 0; }

.order-list .list td {
  text-align: center; }

.sc-page .buttons .pull-left {
  margin-bottom: 10px; }

/******************************
 CHECKOUT PAGE
*******************************/
.checkout {
  margin-bottom: 20px;
  overflow: hidden; }
  .checkout select {
    margin: 0 0 3px 0; }
  .checkout div:last-of-type .checkout-heading {
    border-bottom: none; }

.checkout-heading {
  border-bottom: 1px solid;
  border-color: #333745;
  font-size: 13px;
  min-height: 35px;
  padding: 10px;
  clear: both; }

.checkout-heading a {
  float: right;
  margin-top: 1px;
  font-weight: normal;
  text-decoration: none; }

.checkout-content {
  padding: 0 0 15px 0;
  display: none;
  position: relative; }
  .checkout-content:after {
    content: "";
    display: table;
    clear: both; }
  .checkout-content table.radio td:first-child {
    width: 25px; }
  .checkout-content p {
    padding: 10px 0; }
  .checkout-content .left {
    float: left;
    width: 48%; }
  .checkout-content .right {
    float: right;
    width: 48%; }
  .checkout-content .left p:last-of-type {
    min-height: 92px; }
  .checkout-content .buttons {
    margin-bottom: 0;
    clear: both; }
    .checkout-content .buttons .right {
      width: 100%; }
  .checkout-content textarea {
    width: 100% !important;
    margin-top: 15px; }

#payment-address h2 {
  margin-bottom: 15px; }

.checkout-product .total {
  font-weight: bold; }
.checkout-product td {
  padding: 15px; }
.checkout-product thead td {
  font-weight: bold;
  padding: 13px; }
.checkout-product .name,
.checkout-product .model {
  text-align: left; }
.checkout-product .quantity,
.checkout-product .price,
.checkout-product .total {
  text-align: right; }
.checkout-product tbody td {
  border-bottom: 1px solid;
  border-color: #f4f4f4; }
.checkout-product tfoot td {
  text-align: right;
  padding: 6px 15px; }

.wait {
  position: absolute;
  padding-top: 12px;
  right: -10px;
  bottom: 30px; }

.newsletter-page table.form {
  padding-top: 0; }

.oc2 .oc-newsletter .form-horizontal .form-group > label {
  width: auto;
  padding-top: 10px; }
.oc2 .oc-newsletter .form-horizontal .form-group .radio-inline {
  width: auto; }
.oc2 .oc-newsletter .form-horizontal .form-group label + div {
  float: none;
  padding-top: 0; }

/******************************
 RETURNS
*******************************/
.returns > h1 + p {
  margin-bottom: 15px; }
.returns form h2, .returns form .content {
  margin-bottom: 15px; }
.returns .left {
  float: none; }
.returns .buttons .left {
  float: left; }

@media only screen and (max-width: 980px) {
  /*
  .product-list .product-thumb .product-details .button-group .cart .tecmicro-bola{
    width: 6%;
    padding: 0.5px 6px;
  }
  .product-grid .product-wrapper .product-details .cart .tecmicro-bola{
    width: 7%;
  }*/
  .return-product > div {
    width: 100%;
    display: block; }
    .return-product > div input {
      margin: 3px 0; }

  .return-detail > div {
    width: 100%;
    display: block; }

  .return-reason {
    margin-bottom: 20px; } }
/******************************
 SITEMAP
*******************************/
.sitemap-info {
  overflow: auto;
  padding-bottom: 20px; }
  .sitemap-info ul {
    margin: 0;
    padding: 0; }
    .sitemap-info ul li {
      list-style: none;
      padding: 2px;
      margin-bottom: 1px;
      font-weight: bold; }
  .sitemap-info > div {
    float: left;
    width: 50%;
    padding-left: 7px; }
    .sitemap-info > div > ul {
      padding: 10px 0 5px 15px; }
    .sitemap-info > div > ul > li ul {
      margin-left: 7px; }
      .sitemap-info > div > ul > li ul > li a {
        font-weight: normal; }
    .sitemap-info > div > ul > li > ul li:before {
      font-size: 12px; }
  .sitemap-info > div:first-of-type {
    padding-left: 0;
    padding-right: 10px; }

/******************************
BRANDS
*******************************/
.header-default-sticky .manufacturer-list a[id]:before, .header-slim-sticky .manufacturer-list a[id]:before {
  content: "";
  display: block;
  height: 120px;
  margin-top: -120px; }

.header-center-sticky .manufacturer-list a[id]:before {
  content: "";
  display: block;
  height: 150px;
  margin-top: -150px; }

.manufacturer-list:first-of-type {
  margin-top: 10px; }

.manufacturer-list {
  overflow: auto; }
  .manufacturer-list ul {
    float: left;
    width: 25%;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 10px; }

.manufacturer-heading {
  background: #5F6874;
  font-size: 15px;
  font-weight: bold;
  padding: 5px 8px;
  margin-bottom: 6px; }

.manufacturer-content {
  padding: 8px; }

.manufacturer-list ul {
  float: left;
  width: 25%;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 10px; }

/******************************
 CONTACT PAGE
*******************************/
.contact-page h2 {
  margin-bottom: 15px; }
.contact-page .buttons {
  margin-top: 15px; }
.contact-page .content b {
  margin-bottom: 5px;
  display: inline-block; }

.contact-info {
  overflow: auto; }

.contact-info > div > div {
  float: left;
  width: 48%;
  margin-bottom: 10px; }

.oc2 .contact-page h2 {
  margin-bottom: 15px; }
.oc2 .contact-page .fa {
  top: -1px;
  font-size: 16px; }
.oc2 .contact-page .col {
  float: left;
  width: 25%;
  padding-left: 15px; }
  .oc2 .contact-page .col strong {
    display: inline-block;
    margin-bottom: 5px; }
  .oc2 .contact-page .col:first-of-type {
    padding-left: 0; }
.oc2 .contact-page .col-sm-10 {
  width: 75%;
  margin-bottom: 5px; }
.oc2 .contact-page input[name='captcha'] {
  margin: 0; }
.oc2 .contact-page .panel-body {
  margin-bottom: 20px;
  overflow: hidden;
  background-color: transparent; }
.oc2 .img-thumbnail {
  max-width: 100%;
  height: auto; }
.oc2 address {
  margin-bottom: 20px; }

.route-account-return-add fieldset .radio label,
.route-account-return-add fieldset .radio-inline {
  width: 100% !important; }

/******************************
 SEARCH PAGE
*******************************/
#content.search-page .buttons + h2 {
  margin-bottom: 15px; }
#content.search-page .content {
  margin: 15px 0;
  padding-bottom: 5px;
  overflow: hidden; }
  #content.search-page .content input[type="text"] {
    width: 265px; }
  #content.search-page .content input[type='checkbox'] {
    position: relative;
    top: 2px; }
  #content.search-page .content select {
    margin: 10px; }
  #content.search-page .content > div {
    float: left;
    position: relative; }
  #content.search-page .content .s-check {
    top: 7px; }

.oc2 #content.search-page {
  padding-bottom: 20px; }

.oc2.firefox #content.search-page .content select,
.oc2.win #content.search-page .content select {
  margin-top: 2px; }
.oc2.firefox #content.search-page .content input[type='checkbox'],
.oc2.win #content.search-page .content input[type='checkbox'] {
  position: relative;
  top: 2px; }

/******************************
 COMPARE
*******************************/
.compare-info img {
  max-width: 100% !important; }

/******************************
QUICK CHECKOUT
*******************************/
.one-page-checkout .heading-title {
  overflow: visible;
  white-space: normal;
  height: auto; }

.checkout-loading {
  opacity: 0.5;
  pointer-events: none; }

.journal-checkout {
  display: table;
  width: 100%;
  margin-bottom: 20px; }
  .journal-checkout .secondary-title {
    margin-bottom: 15px; }
  .journal-checkout .checkout-content {
    background: #f4f4f4;
    padding: 12px;
    display: block; }
    .journal-checkout .checkout-content .buttons {
      margin-top: 0; }
    .journal-checkout .checkout-content.checkout-login {
      display: none;
      margin-bottom: 18px; }
  .journal-checkout .login-box {
    margin-bottom: 18px;
    display: table;
    width: 100%; }
    .journal-checkout .login-box .radio {
      padding-top: 3px; }
  .journal-checkout .checkout-login .form-group {
    position: relative;
    overflow: visible !important;
    display: table;
    width: 100%; }
    .journal-checkout .checkout-login .form-group input + a {
      margin-top: 5px; }
    .journal-checkout .checkout-login .form-group:last-of-type {
      border-top-width: 1px;
      border-top-style: solid;
      border-color: #f4f4f4;
      margin-top: 12px;
      padding-top: 12px; }
  .journal-checkout .checkout-login .button {
    line-height: 34px; }
  .journal-checkout .left, .journal-checkout .right {
    width: 64%;
    float: left; }
  .journal-checkout .left {
    width: 36%;
    padding-right: 18px; }
    .journal-checkout .left .checkout-content span.error, .journal-checkout .left .checkout-content .text-danger {
      width: 100%; }
    .journal-checkout .left .checkout-content label {
      display: block;
      width: 100%;
      padding: 0 0 0 1px;
      line-height: 100%;
      margin-bottom: 3px; }
    .journal-checkout .left .checkout-content label + input,
    .journal-checkout .left .checkout-content label + div {
      width: 100%;
      float: none; }
    .journal-checkout .left #password {
      margin: 7px 0; }
    .journal-checkout .left .login-box .secondary-title {
      margin-bottom: 5px; }
    .journal-checkout .left .login-box .radio label {
      padding-bottom: 7px;
      border-bottom-width: 1px;
      border-bottom-style: solid;
      border-color: #f4f4f4; }
    .journal-checkout .left .login-box .radio:last-of-type label {
      border-bottom: 0;
      margin-bottom: 0;
      padding-bottom: 0; }
  .journal-checkout .right .checkout-content {
    margin-bottom: 18px; }
  .journal-checkout .right .confirm-section {
    margin-bottom: 0; }
  .journal-checkout .spw {
    margin-bottom: 18px;
    display: block;
    width: 100%; }
    .journal-checkout .spw > div {
      display: block;
      min-width: 49%; }
      .journal-checkout .spw > div .radio {
        padding: 3px 0 0 0;
        margin-bottom: 2px; }
        .journal-checkout .spw > div .radio label {
          padding-bottom: 6px;
          border-bottom: 1px;
          border-bottom-style: solid;
          border-color: #f4f4f4;
          display: block; }
        .journal-checkout .spw > div .radio:last-of-type label {
          border-bottom: 0;
          margin-bottom: 0;
          padding-bottom: 0; }
      .journal-checkout .spw > div .secondary-title {
        margin-bottom: 5px; }
      .journal-checkout .spw > div p {
        padding-top: 5px;
        margin-bottom: 0px; }
  .journal-checkout .confirm-order {
    border-top: 1px;
    border-top-style: solid;
    border-color: #f4f4f4;
    margin-top: 12px;
    padding-top: 12px; }
  .journal-checkout .confirm-section .secondary-title {
    margin-bottom: 0; }
  .journal-checkout .confirm-section textarea {
    margin-top: 10px; }
  .journal-checkout .confirm-section .radio {
    padding-top: 4px; }
  .journal-checkout .confirm-button {
    line-height: 34px; }
  .journal-checkout #payment-confirm-button .secondary-title {
    margin-top: 15px; }
  .journal-checkout #payment-confirm-button .buttons {
    display: none !important;
    cursor: not-allowed !important; }
    .journal-checkout #payment-confirm-button .buttons .btn {
      pointer-events: none !important; }
  .journal-checkout #payment-confirm-button fieldset legend {
    font-size: 14px;
    font-weight: bold;
    border-left-width: 0;
    border-right-width: 0;
    border-top-width: 0;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-color: #f4f4f4;
    width: 100%;
    margin-bottom: 12px;
    padding-bottom: 8px;
    padding-left: 0; }
  .journal-checkout #payment-confirm-button fieldset input[type='text'],
  .journal-checkout #payment-confirm-button fieldset input[type='email'],
  .journal-checkout #payment-confirm-button fieldset input[type='password'] {
    max-width: 280px; }
  .journal-checkout #payment-confirm-button fieldset #card-new label {
    width: 30%;
    line-height: 1.1;
    min-height: 40px; }
  .journal-checkout #payment-confirm-button fieldset #card-new label + div {
    width: 70%; }
  .journal-checkout .checkout-cart td {
    border-left-width: 0;
    border-right-width: 0;
    border-top-width: 0;
    border-bottom-width: 0; }
  .journal-checkout .checkout-cart thead td {
    text-align: center;
    border-top-width: 1px;
    border-style: solid;
    border-color: #f4f4f4;
    font-weight: normal; }
    .journal-checkout .checkout-cart thead td:first-of-type {
      border-left-width: 1px;
      border-style: solid;
      border-color: #f4f4f4; }
    .journal-checkout .checkout-cart thead td:last-of-type {
      border-right-width: 1px;
      border-style: solid;
      border-color: #f4f4f4; }
  .journal-checkout .checkout-cart tbody tr:first-of-type td {
    border-style: solid;
    border-color: #f4f4f4;
    border-top-width: 1px; }
  .journal-checkout .checkout-cart tbody td {
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-style: solid;
    border-color: #f4f4f4; }
    .journal-checkout .checkout-cart tbody td:first-of-type {
      border-left-width: 1px;
      border-style: solid;
      border-left-color: #f4f4f4; }
    .journal-checkout .checkout-cart tbody td.name {
      padding-right: 5px; }
  .journal-checkout .checkout-cart tbody .total {
    font-weight: normal; }
  .journal-checkout .checkout-cart tfoot td strong {
    font-weight: normal; }
  .journal-checkout .checkout-cart tfoot td:first-of-type {
    border-left-width: 1px;
    border-style: solid;
    border-color: #f4f4f4; }
  .journal-checkout .checkout-cart tfoot td:last-of-type {
    border-right-width: 1px;
    border-style: solid;
    border-color: #f4f4f4; }
  .journal-checkout .checkout-cart tfoot tr:first-of-type td {
    padding-top: 12px; }
  .journal-checkout .checkout-cart tfoot tr:last-of-type td {
    border-bottom-width: 1px;
    border-style: solid;
    border-color: #f4f4f4;
    padding-bottom: 12px; }
  .journal-checkout .checkout-cart td.quantity {
    text-align: center; }
    .journal-checkout .checkout-cart td.quantity input[type='text'] {
      margin-right: 4px;
      border-radius: 4px; }
    .journal-checkout .checkout-cart td.quantity .input-group {
      display: inline-block; }
      .journal-checkout .checkout-cart td.quantity .input-group input {
        position: relative;
        top: 3px; }
  .journal-checkout .checkout-cart td.price,
  .journal-checkout .checkout-cart td.total {
    text-align: center; }
  .journal-checkout .checkout-cart td.image {
    max-width: 70px;
    padding-left: 0;
    border-right: 0; }
    .journal-checkout .checkout-cart td.image img {
      margin-left: 10px;
      max-width: 100%;
      height: auto; }
  .journal-checkout .checkout-cart td.name {
    padding: 0;
    max-width: 155px;
    white-space: normal; }
    .journal-checkout .checkout-cart td.name a {
      font-size: 14px; }
  .journal-checkout input[type='text'],
  .journal-checkout input[type='email'],
  .journal-checkout input[type='password'],
  .journal-checkout input[type='tel'],
  .journal-checkout textarea {
    border-color: #ccc;
    box-shadow: none; }
  .journal-checkout .coupon-voucher {
    display: table;
    width: 100%; }
    .journal-checkout .coupon-voucher .panel-body {
      padding: 0;
      background-color: transparent;
      display: block;
      float: left;
      min-width: 50%;
      width: 100%; }
      .journal-checkout .coupon-voucher .panel-body label {
        display: none;
        margin-bottom: 4px; }
    .journal-checkout .coupon-voucher .panel-body:nth-of-type(1) {
      padding-right: 12px; }
    .journal-checkout .coupon-voucher .input-group {
      width: 100%; }
    .journal-checkout .coupon-voucher .input-group-btn, .journal-checkout .coupon-voucher input {
      display: inline-block;
      width: 46%;
      border-radius: 0; }
      .journal-checkout .coupon-voucher .input-group-btn .button, .journal-checkout .coupon-voucher input .button {
        width: 100%;
        line-height: 34px; }
    .journal-checkout .coupon-voucher input[type='text'] {
      width: 50%;
      max-width: 400px; }
    .journal-checkout .coupon-voucher .panel-body:nth-of-type(3) {
      padding-right: 12px;
      margin-top: 12px; }
  .journal-checkout select {
    margin-left: 0; }
  .journal-checkout .left select, .journal-checkout .section-left select {
    margin-top: 9px; }
  .journal-checkout #shipping-address {
    clear: both; }
  .journal-checkout .customer-group {
    padding-bottom: 7px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #f4f4f4;
    margin-bottom: 12px; }
    .journal-checkout .customer-group label.control-label {
      padding-top: 0 !important;
      padding-bottom: 10px !important;
      margin: 0 0 5px 0;
      border-bottom-width: 1px;
      border-bottom-style: solid;
      border-bottom-color: #f4f4f4;
      display: block;
      width: 100% !important;
      min-height: 100% !important; }
    .journal-checkout .customer-group div.radio {
      width: 100% !important;
      float: none !important;
      clear: both;
      padding-top: 0; }
      .journal-checkout .customer-group div.radio label {
        width: 100%;
        min-height: 100%;
        padding-top: 0 !important;
        float: none;
        margin-bottom: 0; }

.firefox .journal-checkout .coupon-voucher .button {
  line-height: 32px; }

.oc1 .journal-checkout fieldset {
  border: none;
  padding: 0;
  margin: 0; }
.oc1 .journal-checkout .required {
  color: inherit; }
  .oc1 .journal-checkout .required label {
    font-weight: normal; }
.oc1 .journal-checkout .form-group {
  clear: both;
  margin-bottom: 6px;
  overflow: hidden; }
.oc1 .journal-checkout .input-group .form-control {
  float: left;
  display: table-cell; }
.oc1 .journal-checkout .form-horizontal .form-group label {
  width: 25%;
  float: left;
  display: block;
  padding-top: 7px; }
.oc1 .journal-checkout .form-horizontal .form-group label + div {
  width: 75%;
  float: right; }
.oc1 .journal-checkout .required label:before {
  content: "* ";
  color: red;
  font-weight: bold;
  font-size: 16px;
  position: relative;
  top: 3px;
  margin-right: 3px; }

.oc2 .journal-checkout .checkout-cart td.quantity .input-group input {
  top: 0; }

.ie8 .journal-checkout .coupon-voucher .panel-body label, .ie9 .journal-checkout .coupon-voucher .panel-body label {
  display: block;
  margin-bottom: 4px; }

.payment-pagseguro,
.payment-skrill,
.payment-cod,
.payment-payza,
.payment-pp_standard,
.payment-pp_express,
.payment-coinbase,
.payment-stripe {
  display: none !important; }

.is-customer .journal-checkout .checkout-payment-form #payment-new,
.is-customer .journal-checkout .checkout-payment-form #shipping-new,
.is-customer .journal-checkout .checkout-shipping-form #payment-new,
.is-customer .journal-checkout .checkout-shipping-form #shipping-new {
  margin-top: 12px;
  padding-top: 12px;
  border-top-width: 1px;
  border-top-style: solid;
  border-color: #f4f4f4; }
.is-customer .journal-checkout .checkout-payment-form .secondary-title,
.is-customer .journal-checkout .checkout-shipping-form .secondary-title {
  margin-bottom: 7px; }
.is-customer .journal-checkout .checkout-payment-form form,
.is-customer .journal-checkout .checkout-shipping-form form {
  width: 100%; }
  .is-customer .journal-checkout .checkout-payment-form form > div > select,
  .is-customer .journal-checkout .checkout-shipping-form form > div > select {
    margin-left: 5px;
    margin-top: 5px;
    max-width: 95%; }
.is-customer .journal-checkout section.section-left .form-horizontal .form-group label[for="input-payment-country"],
.is-customer .journal-checkout section.section-left .form-horizontal .form-group label[for="input-payment-zone"],
.is-customer .journal-checkout section.section-left .form-horizontal .form-group label[for="input-shipping-country"],
.is-customer .journal-checkout section.section-left .form-horizontal .form-group label[for="input-shipping-country"] {
  padding-top: 7px; }
.is-customer .journal-checkout .left, .is-customer .journal-checkout .right {
  width: 100%; }
.is-customer .journal-checkout .left {
  display: none; }
.is-customer .journal-checkout section {
  width: 33.3333%;
  float: left; }
  .is-customer .journal-checkout section.section-right {
    padding-left: 18px;
    width: 66.6666%; }
  .is-customer .journal-checkout section.section-left .form-horizontal .form-group label {
    padding: 0 0 0 1px;
    line-height: 100%;
    margin-bottom: 3px; }
  .is-customer .journal-checkout section.section-left .form-horizontal .form-group {
    margin-bottom: 7px; }
  .is-customer .journal-checkout section.section-left .coupon-voucher {
    margin-bottom: 0; }
  .is-customer .journal-checkout section .spw {
    margin-bottom: 0; }
    .is-customer .journal-checkout section .spw > div {
      display: block;
      width: 100%; }

.oc2 .checkout-content .custom-field .radio {
  float: none;
  padding: 0; }

.journal-checkout .left .checkout-register .custom-field .radio label,
.journal-checkout .left .checkout-register .custom-field .checkbox label {
  width: auto;
  min-height: 100%;
  padding-top: 0 !important;
  float: none; }

@media only screen and (min-width: 980px) {
  /*.is-guest .spw > div:first-of-type {
    padding-right: 0;
    border-right-width: 0; }*/
  .is-guest .spw > div:last-of-type {
    border-left-width: 0; }
  .is-guest .spw .checkout-shipping-methods {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .is-guest .spw .checkout-payment-methods {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; } }
@media only screen and (min-width: 1100px) {
  .journal-checkout .left .checkout-register label,
  .journal-checkout .left .checkout-login label,
  .journal-checkout section.section-left .form-horizontal .form-group label,
  .oc1 .journal-checkout .form-horizontal .form-group label {
    width: 35%;
    min-height: 33px;
    padding-top: 10px !important;
    float: left; }

  .journal-checkout .customer-group label.control-label {
    padding-top: 0 !important; }

  .journal-checkout .left .checkout-register .checkbox label {
    width: 100%;
    min-height: 100%;
    padding: 0 0 5px 0; }

  .journal-checkout .left .checkout-register label + input,
  .journal-checkout .left .checkout-register label + div,
  .journal-checkout .left .checkout-login label + input,
  .journal-checkout section.section-left .form-horizontal .form-group label + input,
  .journal-checkout section.section-left .form-horizontal .form-group label + div,
  .oc1 .journal-checkout .form-horizontal .form-group label + div {
    width: 65%;
    float: right; }

  .journal-checkout .left .checkout-login label + input + a {
    position: relative;
    top: 5px; }

  .journal-checkout .checkout-cart tbody td.name {
    padding-left: 7px; } }
.mobile .journal-checkout .table-responsive, .tablet .journal-checkout .table-responsive {
  max-height: 100%; }
.input-group .input-group-btn{
    padding-left: 20px;
    max-width: 200px;
    padding-top: 1px;
}
.price .product-parcelamento, .caption .product-parcelamento{
  font-size: 12px;
  list-style: none;
}
.manufacturer_product_grid{
  min-height: 30px;
}
.popup-opcoes-parcelamento{
  width: 27%;
  display: none;/*inline-block*/
  padding: 2%;
  background: #FFF;
  border-radius: 8px;
  border: 1px solid #6e6e6e;
  margin-top: 4px;
  position: fixed;
  z-index: 99999999;
  box-shadow: 0 0 24px #000;
}
#fecha-popup-opcoes-parcelamento{
  float: right;
  border: 1px solid #e6e6e6;
  padding: 0 2%;
  border-radius: 4px;
}
.link-outras-formas-pagamento{
  margin-top: 5px;
}
.fieldset-list-parcelamento{
  border-top: 1px dashed #6e6e6e !important;
  border-bottom: 1px dashed #6e6e6e !important;
}
.fieldset-list-parcelamento .product-parcelamento{
  padding: 3px;
}
.product-grid .popup-opcoes-parcelamento{
  width: 45%;/*21*/
}
.popup-opcoes-parcelamento-modulos{
  width: 91% !important;
  left: 0;
  margin: 0;
}
.popup-opcoes-parcelamento h3{
  font-size: 14px;
}
@media only screen and (max-width: 980px) {
  .popup-opcoes-parcelamento-modulos{
    width: 92% !important;
  }
  #mobile-filter-tecmicro{
    display: block !important;
    padding: 5%;
    text-transform: uppercase;
    color: inherit;
    background-color: #FFF;
    border: 1px solid;
    border-color: inherit;
    margin-bottom: 10px;
    position: relative;
  }
  #mobile-filter-tecmicro ul {
    list-style: none;
  }
  /*
  .product-list .product-thumb .product-details .button-group .cart .tecmicro-bola{
    width: 6% !important;
    padding: 2.5px 5.5px !important;
  }*/
}
/*.jCarouselLite{
  height: 390px !important;
}
.jCarouselLite ul{
  top: 0;
  height: 615px;
}*/
.fa-sort-asc, .fa-sort-desc{
  font-size: 42px !important;
  left: 100% !important;
}
.popup-parcelamento-side-products{
  width: 14% !important;
  margin-top: -7% !important;
}
#product-gallery .owl-controls{
  display: block !important;
}
.side-prev, .side-next{
  width: 100% !important;
}
.carousel-cart{
  width: 89% !important;
  margin: 0 auto;
}
.comentarios-email-status{
  width: 50% !important;
  border: 1px solid #6e6e6e !important;
  border-top-left-radius: 10px !important;
  border-top-left-radius: 10px !important;
}
.popup-opcoes-parcelamento-modulos li{
  list-style: none;
  float: left;
  text-align: left;
  border-bottom: 1px dashed #6e6e6e;
  width: 100%;
  font-size: 12px;
}
.link-outras-formas-pagamento a{
  font-size: 13px;
}
@media only screen and (min-width: 1024px) {
  .product-grid .popup-opcoes-parcelamento{
    width: 21%;
  }
}
@media only screen and (max-width: 1024px) {
  /*.product-list .product-thumb .product-details .button-group .cart .tecmicro-bola, .cart .tecmicro-bola, .tecmicro-bola{
    width: 14% !important;/*3%
  } */
  .category-header-2 .popup-opcoes-parcelamento, .category-header-1 .popup-opcoes-parcelamento{
    width: 65% !important;
  }
  .category-header-2 .product-wrapper .product-details .button-group .wishlist, .category-header-1 .product-wrapper .product-details .button-group .wishlist{
    margin-top: 14% !important;
  }
  /*
  .product-page .custom-sections .box-content .product-grid .product-grid-item .product-wrapper .product-details .cart .tecmicro-bola{
    width: 24%;
  }*/
}
#mobile-filter-tecmicro{
  display: none;
}
.category-header-1 .row #content .product-grid, .category-header-1 .row #content .product-list, .category-header-1 .row #content .product-filter, .category-header-1 .row #content .pagination, .category-header-1 .heading-title, .category-header-1 .category-list, .category-header-1 #column-left .journal-sf{
display:none !important;
}
.comentarios-email-status{
  width: 50% !important;
}
.no-link-outras-formas-pagamento, .no-link-outras-formas-pagamento a{
  color: transparent !important;
  visibility: hidden;
}
.product-wrapper .product-details .button-group .wishlist, .product-details .wishlist{
  margin-top: 19% !important;
}
#product-gallery-left .carousel .jCarouselLite ul li{
  overflow: inherit !important;
}
.category-header-2 .product-wrapper .product-details .button-group .wishlist, .category-header-1 .product-wrapper .product-details .button-group .wishlist{
  margin-top: 7% !important;
}
.popup-opcoes-parcelamento li{
  font-size: 12px;
  list-style: none;
  font-weight: normal;
  text-align: left;
  border-bottom: 1px dashed #6e6e6e;
}
button.servico-tenho-interesse{
  background-color: #01ad7b;
  color: #FFF;
  padding: 4% 7%;
  border-radius: 10px;
  margin: 0 auto;
}
.product-list-item .product-thumb .product-details .caption button.servico-tenho-interesse{
  padding: 1% 2%;
}
.servico-tenho-interesse:hover{
  background: rgb(0, 139, 109);
}
.servico-tenho-interesse-produto{
  margin: 15px 0 !important;
  padding: 2% 5% !important;
}
.parcelamento-indisponivel{
  display: none;
  color: transparent;
}
.servico-tenho-interesse-modulo{
  margin-top: 30px !important;
  padding: 6% 13% !important;
}
.servico-aluguel{
  font-size: 19px;
  margin: 12px 0;
  font-weight: bold;
}
.custom-section-tenho-interesse{
  padding: 6% 10% !important;
}
.servico-tenho-interesse-carousel{
  margin-top: 36px !important;
  padding: 8% 15% !important;
}

.tecmicro-bola{

    display: inline-block !important;
    }
    /*
    width: 10%;
    background-color: #BA2871;
    padding: 1%;
    border-radius: 25px;
}
.tecmicro-bola a{
    color: #FFF;
}*/
.product-wrapper .product-details .button-group .wishlist, .product-details .wishlist{
    margin-top: 11%;
}
/*
.product-list .product-thumb .product-details .button-group .cart .tecmicro-bola{
    width: 9% !important;
    padding: 0.5px 7px;
}*/
.cart span{
  width: 100%;
}
.product-grid-item .product-thumb .product-details .caption .manufacturer_product_list, .product-list-item .product-thumb .product-details .caption .manufacturer_product_grid, .product-list-item .product-wrapper .product-details .manufacturer_product_grid{
    display: none;
}
#input-quantity{
  padding: 9px;
}
input#input-quantity{
  padding: 3px !important;
}
.product-grid-item .cart .button{
  vertical-align: inherit;
}
.product-grid-item .product-wrapper .product-details .cart .button-cart-text, .button-cart-text{
    display: block !important;
}


.custom-sections-redondo .box-content .product-grid .product-grid-item .product-wrapper .product-details{
    display: none !important;
}
.custom-sections-redondo .box-content .product-grid{
  height: 180px !important;
}
.custom-sections-redondo .box-content .product-grid .product-grid-item .product-wrapper .image, .custom-sections-redondo .box-content .product-grid .product-grid-item .product-wrapper .image a, .custom-sections-redondo .box-content .product-grid .product-grid-item .product-wrapper{
  border-radius: 80px !important;
}
.product-list .product-thumb .product-details .caption .button-group .wishlist, .product-list .product-thumb .product-details .caption .button-group .compare{
  margin-top: 0 !important;
}
.product-list .product-thumb .product-details .caption .cart{
  width: 24%;
}
.product-list .product-thumb .product-details .caption .cart .button{
  float: right;
}

.category-header-2 .esgotado-text{
    display: none !important;
}

@media only screen and (max-width: 768px) {
  .category-header-2 .product-wrapper .product-details .button-group .wishlist, .category-header-1 .product-wrapper .product-details .button-group .wishlist{
    margin-top: 14% !important;
  }
  
  
}
.product-grid-item .product-wrapper .product-details .manufacturer_product_list{
  display: none;
}
/*
.product-page .custom-sections .box-content .product-grid .product-grid-item .product-wrapper .product-details .cart .tecmicro-bola{
  width: 24%;
}*/
html.webkit.chrome.chrome51.linux.journal-desktop.is-admin.is-guest.skin-100.responsive-layout.extended-layout.header-center.header-center-sticky.backface.product-grid-second-image.product-list-second-image.hide-cart.product-page.product-page-10509.layout-2.route-product-product.oc2.side-blocks-active.csstransforms.csstransforms3d.csstransitions{
  float: none;
}
/*
.carousel-product .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .product-grid-item .product-wrapper .product-details .carousel-cart .tecmicro-bola{
  width: 16%;
}*/
.product-list .product-list-item .product-thumb .product-details .caption .button-group .cart .servico-tenho-interesse{
  padding: 6% 5%;
  font-weight: bold;
}
.product-grid .product-grid-item .product-thumb .image .quickview-button a, .product-list .product-list-item .product-thumb .image .quickview-button a, .product-grid-item .product-wrapper .image .quickview-button a{
  display: inline-flex;
}
.option-cart-button{
  width: 100%;
}
.cart.cart-quantity-checkout{
  width: 100%;
}
.cart .button{
  display: inline-flex;
}
.sc-page .heading-title .button{
  float: right;
}
.sc-page .action-area .panel-group .sc-coupon .collapse .panel-body .input-group .input-group-btn, .sc-page .action-area .panel-group .sc-voucher .collapse .panel-body .input-group .input-group-btn{
  padding-left: 0;
}
.sc-page .heading-title .btn{
  margin-top: 0.3%;
}
.sc-page .table tbody tr .quantity .input-group .cart input{
  display: inline-block;
  margin: 0;
}
#frase-produto-servico{
    text-transform: uppercase;
    font-size: 15px;
    color: #6e6e6e;
    font-weight: bold;
}
.button-tenho-interesse{
  width: 100%;
}
/*.minimiza_super_filter{
    width: 8%;
    display: inline-block;
    float: right;
}
Retirado pois foi transformado na div inteira para melhor efeito de clicar.
*/
.minimiza_super_filter a {
    position: absolute;
    top: 0;
    display: block;
    right: 5px;
}
.journal-sf .box-heading a{
  color: #FFF;
}
a.sf-reset.hint--top.sf-icon{
  margin-top: 3px;
}
i.sf-reset-icon{
  float: left;
  width: 1%;
}
/*#nao-sei-meu-cep{
  display: none;
}*/
.tecmicro-opcao-imagem-selecionada span#opcaoNome{
  vertical-align: top;
  margin: 0 auto;
}
img.img-thumbnail.sem-qtd{
  opacity: 0.4 !important;
}
/*.jCarouselLite{
  overflow: visible !important;
}*/
.journal-carousel>.carousel{
  max-height: 365px;
}
#pagamento_boleto .valor_vista_boleto, .valor_vista_boleto{
    color: #2fa138;
    font-size: 17px;
    font-weight: 500;
    display: block;
    padding-top: 2%;
}
.fb_login_bt, .fb_account_bt {
  background-color: #6d84b4;
  color:#FFF;
  transition: all ease-in-out 0.4s;
 }
 .fb_login_bt {
  margin-top:25px !important;
 }
 .fb_login_bt:hover, .fb_account_bt:hover {
  background-color:#3b5998;
  color:#FFF;
  cursor: pointer;
 }
 .side-bottom, .side-top{
  float: left;
  width: 0;
  z-index: 99 !important;
}
.jCarouselLite{
  height: 400px !important;
}
