@charset "UTF-8";
.btn-primary:hover, .btn-primary:active, .btn-primary.active {
  background: #1793d0; }
.btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary[disabled].active, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, .btn-primary fieldset[disabled], fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
  background: #e9f6fd;
  color: #BBB; }

body {
  position: relative;
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  color: #0D0D0D;
  background-color: #FFF;
  font-size: 14px;
  line-height: 20px;
  width: 100%; }
  body:before {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100vh;
    background: black;
    opacity: 0;
    position: fixed;
    visibility: hidden;
    z-index: 3;
    -webkit-transition: 0.5s ease all 0s;
    -moz-transition: 0.5s ease all 0s;
    -ms-transition: 0.5s ease all 0s;
    transition: 0.5s ease all 0s; }

body.block-overflow {
  overflow: hidden; }

body.overlay:before {
  opacity: 0.3;
  visibility: visible;
  z-index: 1000; }

/* Classe que remove os paddings */
.no-gutter > [class*="col-"] {
  padding-right: 0;
  padding-left: 0; }

.no-gutter-edges > [class*="col-"]:first-of-type {
  padding-left: 0; }
.no-gutter-edges > [class*="col-"]:last-of-type {
  padding-right: 0; }

/* Classes helper */
.no-margin {
  margin: 0 !important; }

.pointer {
  cursor: pointer; }

#content .slick-slider .product-layout {
  clear: none !important; }
.slick-slider .product-layout .caption {
  min-height: 1px !important; }
.slick-slider .product-layout:last-of-type {
  margin-right: -1px; }
.slick-slider *:focus {
  outline: none; }

.form-small {
  margin-bottom: 0; }
  .form-small .form-control {
    font-size: 12px !important;
    height: 30px; }
  .form-small .btn {
    font-size: 11px;
    line-height: 15px; }

/* Override the bootstrap defaults */
h1,
p.copy-h1-style {
  font-size: 24px;
  color: #60bfed;
  font-weight: 500;
  margin: 0 0 30px;
  line-height: 1.1; }

h2 {
  font-size: 20px;
  font-weight: 600; }

h3 {
  font-size: 18px;
  margin: 0 0 15px;
  font-weight: bold; }
  h3.bordered-title {
    padding-bottom: 15px !important;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 15px !important; }

h4 {
  font-size: 15px;
  font-weight: bold;
  margin: 0 0 10px; }

h5 {
  font-size: 12px; }

h6 {
  font-size: 10.2px; }

a {
  color: #60bfed; }
  a:hover, a:focus, a:active {
    color: #32ade8;
    text-decoration: none; }

legend {
  font-size: 18px;
  padding: 7px 0; }

label {
  font-size: 14px;
  font-weight: normal;
  color: #0D0D0D; }

.form-group {
  margin-bottom: 30px; }

.form-group .loading {
  color: #60bfed; }

select.form-control,
textarea.form-control,
input[type="text"].form-control,
input[type="password"].form-control,
input[type="datetime"].form-control,
input[type="datetime-local"].form-control,
input[type="date"].form-control,
input[type="month"].form-control,
input[type="time"].form-control,
input[type="week"].form-control,
input[type="number"].form-control,
input[type="email"].form-control,
input[type="url"].form-control,
input[type="search"].form-control,
input[type="tel"].form-control,
input[type="color"].form-control,
.input-group input,
.input-group select,
.input-group .dropdown-menu,
.input-group .popover {
  font-size: 14px;
  border-radius: 0;
  color: #0D0D0D; }

.input-group .input-group-addon {
  font-size: 14px;
  height: 30px; }

.input-group-addon {
  border-radius: 0;
  color: #0D0D0D; }

/* Radio button e checkbox */
input[type="radio"],
input[type="checkbox"] {
  margin: 2px 3px -2px 0; }

.radio,
.checkbox {
  min-height: 18px; }

input[type="radio"],
.radio input[type="radio"],
.radio-inline input[type="radio"],
input[type="checkbox"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: relative;
  width: 13px;
  width: 16px \0;
  height: 13px;
  height: 16px \0;
  -webkit-appearance: none;
  background: white;
  border: 1px solid #dcdcdc;
  border: 1px solid transparent \0;
  border-radius: 1px; }

input[type="radio"]:focus,
.radio input[type="radio"]:focus,
.radio-inline input[type="radio"]:focus,
input[type="checkbox"]:focus,
.checkbox input[type="checkbox"]:focus,
.checkbox-inline input[type="checkbox"]:focus {
  border-color: #1273a2;
  outline: 0; }

input[type="radio"]:active,
.radio input[type="radio"]:active,
.radio-inline input[type="radio"]:active,
input[type="checkbox"]:active,
.checkbox input[type="checkbox"]:active,
.checkbox-inline input[type="checkbox"]:active {
  background-color: #ebebeb;
  border-color: #c6c6c6; }

input[type="radio"]:checked,
.radio input[type="radio"]:checked,
.radio-inline input[type="radio"]:checked,
input[type="checkbox"]:checked,
.checkbox input[type="checkbox"]:checked,
.checkbox-inline input[type="checkbox"]:checked {
  background: #fff; }

input[type="radio"],
.radio input[type="radio"],
.radio-inline input[type="radio"] {
  width: 15px;
  width: 18px \0;
  height: 15px;
  height: 18px \0;
  border-radius: 1em; }

input[type="radio"]:checked::after,
.radio input[type="radio"]:checked::after,
.radio-inline input[type="radio"]:checked::after {
  position: relative;
  top: 3px;
  left: 3px;
  display: block;
  width: 7px;
  height: 7px;
  content: "";
  background: #666;
  border-radius: 1em; }

input[type="checkbox"]:hover,
.checkbox input[type="checkbox"]:hover,
.checkbox-inline input[type="checkbox"]:hover {
  border-color: #c6c6c6;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: none \9; }

input[type="checkbox"]:checked::after,
.checkbox input[type="checkbox"]:checked::after,
.checkbox-inline input[type="checkbox"]:checked::after {
  position: absolute;
  top: -6px;
  left: -5px;
  display: block;
  content: url("../image/checkmark.png"); }

/* Tabela */
.table-responsive {
  border: 1px solid #c0c0c0;
  padding: 30px;
  margin-bottom: 15px; }
  .table-responsive table {
    border: none;
    margin-bottom: 0; }
  .table-responsive td {
    border: none !important;
    vertical-align: middle !important; }
    .table-responsive td:first-of-type {
      padding-left: 0; }
    .table-responsive td:last-of-type {
      padding-right: 0; }
  .table-responsive thead {
    font-weight: bold;
    font-size: 16px; }
    .table-responsive thead td {
      border-bottom: 1px solid #c0c0c0 !important; }
  .table-responsive tbody tr + tr {
    border-top: 1px solid #EEE !important; }

/* Mensagens de erro */
input span.text-danger,
select span.text-danger,
textarea span.text-danger {
  font-size: 11px;
  line-height: 100%; }

/* Input focus */
.form-control:focus {
  border-color: #49b6ea;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 2px rgba(96, 191, 237, 0.6);
  outline: 0; }

/* Fix some bootstrap issues */
span.hidden-xs,
span.hidden-sm,
span.hidden-md,
span.hidden-lg {
  display: inline; }

/* Cores de status personalizadas (para não sobrescrever o bootstrap) */
.texto-padrao {
  color: #0D0D0D; }

.texto-sucesso {
  color: #00B159; }

.texto-perigo {
  color: #de0f4c; }

.texto-aviso {
  color: #f8a91c; }

.texto-desativado {
  color: #BBB; }

.texto-info {
  color: #60bfed; }

@media (max-width: 767px) {
  .pull-right-not-xs,
  .pull-left-not-xs {
    float: none !important; }

  .pull-right-xs {
    float: right !important; }

  .pull-left-xs {
    float: left !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .pull-right-not-sm,
  .pull-left-not-sm {
    float: none !important; }

  .pull-right-sm {
    float: right !important; }

  .pull-left-sm {
    float: left !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .pull-right-not-md,
  .pull-left-not-md {
    float: none !important; }

  .pull-right-md {
    float: right !important; }

  .pull-left-md {
    float: left !important; } }
@media (min-width: 1200px) {
  .pull-right-not-lg,
  .pull-left-not-lg {
    float: none !important; }

  .pull-right-lg {
    float: right !important; }

  .pull-left-lg {
    float: left !important; } }
/* Grupo de botões para quantidade (com + e -) */
.group-quantidade .input-number {
  text-align: center; }
.group-quantidade .btn-number {
  padding: 0 8px !important;
  font-weight: normal; }
  .group-quantidade .btn-number, .group-quantidade .btn-number:hover, .group-quantidade .btn-number:disabled, .group-quantidade .btn-number:active, .group-quantidade .btn-number:focus {
    color: #0D0D0D !important; }

.form-horizontal .form-group {
  display: flex;
  align-items: center; }
  .form-horizontal .form-group .control-label {
    padding-top: 0; }

.nav-tabs {
  margin-bottom: 15px; }

div.required .control-label:after {
  content: " *";
  color: #dc4d40;
  font-weight: bold; }

/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: #1ba3e5;
  background-image: linear-gradient(to bottom, #60bfed, #a5dbf5);
  background-repeat: repeat-x; }

/* ========================== Cabeçalho =============================*/
header {
  position: relative;
  background-color: transparent;
  color: #60bfed;
  padding: 30px 0; }
  header a {
    color: #60bfed;
    transition: .3s ease all; }
    header a:hover, header a:focus, header a:active {
      color: #60bfed;
      text-decoration: none; }
  header .header-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  header .item-header {
    flex: 0 1 auto; }
    header .item-header.logo-wrapper {
      position: relative; }
      header .item-header.logo-wrapper #logo {
        max-width: 180px; }
    header .item-header.wishlist {
      margin-left: 25px;
      position: relative; }
      @media only screen and (max-width: 991px) {
        header .item-header.wishlist {
          display: none; } }
      header .item-header.wishlist #wishlist-total {
        display: flex;
        justify-content: space-between;
        align-items: center;
        color: #60bfed; }
        header .item-header.wishlist #wishlist-total p {
          font-size: 12px;
          color: #1f2040;
          margin: 0 0 0 10px;
          text-transform: uppercase; }
        header .item-header.wishlist #wishlist-total #wishlist-total-item {
          position: absolute;
          top: 6px;
          background-color: #199ad9;
          transform: translateY(-50%);
          border-radius: 50%;
          font-weight: normal;
          color: #FFF;
          min-width: 20px;
          min-height: 20px;
          line-height: 20px;
          font-size: 12px;
          left: 30px;
          display: flex;
          flex-wrap: wrap;
          align-items: center;
          justify-content: center; }
    header .item-header.redes-sociais a {
      color: #60bfed;
      transition: .3s ease all; }
      header .item-header.redes-sociais a:first-child {
        margin-right: 15px; }
      header .item-header.redes-sociais a:hover, header .item-header.redes-sociais a:active, header .item-header.redes-sociais a:focus {
        color: #32ade8; }
    header .item-header.search-wrapper {
      padding: 0;
      flex-grow: 1;
      margin: 0 50px; }
    header .item-header.account-wrapper {
      padding: 0;
      text-transform: uppercase;
      display: flex;
      align-items: center; }
      header .item-header.account-wrapper .account-icon {
        color: #60bfed;
        transition: .3s ease all; }
        header .item-header.account-wrapper .account-icon:hover, header .item-header.account-wrapper .account-icon:active, header .item-header.account-wrapper .account-icon:focus {
          color: #32ade8; }
      header .item-header.account-wrapper svg {
        max-height: 45px;
        margin-right: 10px;
        float: left;
        width: 100%;
        max-width: 45px; }
      header .item-header.account-wrapper .bold {
        font-weight: bold; }
      header .item-header.account-wrapper .item-item {
        float: left;
        height: 100%;
        line-height: 130%;
        font-size: 14px;
        margin-left: 10px;
        color: #1f2040; }
        header .item-header.account-wrapper .item-item a {
          color: #606060; }
          header .item-header.account-wrapper .item-item a:hover {
            color: #60bfed; }
    header .item-header.wishlist {
      margin: 0 30px; }

.text-revendedor {
  color: #60bfed;
  width: auto;
  float: left;
  display: inline-block;
  font-size: 16px;
  position: relative;
  bottom: 10px; }
  .text-revendedor a {
    color: #60bfed;
    transition: all 0.3s;
    width: auto;
    font-weight: 600;
    display: inline-block; }
    .text-revendedor a:hover {
      color: #60bfed;
      transition: all 0.3s; }

/* search */
#search {
  width: 100%;
  z-index: 1;
  /* Autocompletar da busca */ }
  #search .addon,
  #search input {
    border: none !important;
    -webkit-transition: 0.3s ease opacity 0.15s;
    -moz-transition: 0.3s ease opacity 0.15s;
    -ms-transition: 0.3s ease opacity 0.15s;
    transition: 0.3s ease opacity 0.15s; }
  #search .addon {
    background: #FFF; }
  #search .btn {
    color: #FFF;
    transition: .3s ease all; }
    #search .btn.icon-search {
      width: 40px;
      height: 40px;
      position: relative; }
      #search .btn.icon-search i {
        font-size: 25px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: #60bfed; }
    #search .btn:hover i, #search .btn:focus i, #search .btn:active i {
      color: #32ade8; }
  #search .input-group {
    border: 1px solid #c0c0c0;
    padding-right: 0;
    color: #000; }
    #search .input-group input {
      color: #0D0D0D;
      outline: 0;
      box-shadow: none;
      height: 40px;
      line-height: 20px;
      padding: 0 10px;
      border: none !important; }
      #search .input-group input::-webkit-input-placeholder, #search .input-group input::-moz-placeholder, #search .input-group input:-ms-input-placeholder, #search .input-group input:-moz-placeholder {
        color: #FFF;
        font-weight: normal; }
  #search .search-autocomplete {
    border: none;
    border-top: 1px solid #cccccc;
    width: 100%;
    left: 0 !important;
    top: 40px !important;
    margin: 0;
    border-radius: 0;
    padding: 0;
    overflow-y: auto; }
    #search .search-autocomplete::-webkit-scrollbar {
      width: 5px; }
    #search .search-autocomplete::-webkit-scrollbar-thumb {
      background: #ddd;
      border: 0 none transparent;
      border-radius: 0; }
    #search .search-autocomplete::-webkit-scrollbar-thumb:hover {
      background: #b1b1b1; }
    #search .search-autocomplete::-webkit-scrollbar-thumb:active {
      background: #6f6f6f; }
    #search .search-autocomplete::-webkit-scrollbar-track {
      background: transparent;
      border: 0 none transparent; }
    #search .search-autocomplete::-webkit-scrollbar-track:hover {
      background: transparent; }
    #search .search-autocomplete::-webkit-scrollbar-track:active {
      background: transparent; }
    #search .search-autocomplete > li {
      display: flex;
      align-items: center;
      cursor: pointer;
      padding: 15px;
      border-bottom: 1px solid #ddd;
      text-shadow: 0 1px 0 white;
      -webkit-transition: 0.3s ease all 0s;
      -moz-transition: 0.3s ease all 0s;
      -ms-transition: 0.3s ease all 0s;
      transition: 0.3s ease all 0s; }
      #search .search-autocomplete > li:last-of-type {
        border-bottom: none; }
      #search .search-autocomplete > li .image {
        margin-right: 15px; }
      #search .search-autocomplete > li .details p {
        margin: 0; }
        #search .search-autocomplete > li .details p.title {
          font-weight: 500;
          font-size: 16px;
          color: #0D0D0D;
          margin-bottom: 2px; }
        #search .search-autocomplete > li .details p.description {
          color: #888;
          font-size: 12px;
          line-height: 130%;
          margin-bottom: 4px; }
        #search .search-autocomplete > li .details p:not(.has-discount) .price, #search .search-autocomplete > li .details p.has-discount .discount {
          color: #60bfed;
          font-size: 15px;
          font-weight: bold; }
        #search .search-autocomplete > li .details p.has-discount .price {
          color: #707070;
          text-decoration: line-through;
          margin-right: 5px;
          font-size: 11px; }
      #search .search-autocomplete > li.hover, #search .search-autocomplete > li.active {
        background-color: #f0f0f0; }

#cart > .btn,
#quotation > .btn {
  background-color: transparent;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 140px; }
  #cart > .btn p,
  #quotation > .btn p {
    color: #606060;
    font-size: 12px;
    font-weight: normal;
    text-transform: uppercase;
    margin: 0 0 0 10px; }
    @media only screen and (max-width: 991px) {
      #cart > .btn p,
      #quotation > .btn p {
        display: none; } }
#cart.open > .btn,
#quotation.open > .btn {
  box-shadow: none;
  z-index: 1001; }
#cart .shopping-basket,
#quotation .shopping-basket {
  color: #FFF;
  transition: .3s ease all;
  font-size: 1.8em; }
  #cart .shopping-basket:hover, #cart .shopping-basket:active, #cart .shopping-basket:focus,
  #quotation .shopping-basket:hover,
  #quotation .shopping-basket:active,
  #quotation .shopping-basket:focus {
    color: #32ade8; }
#cart .shopping-quotation,
#quotation .shopping-quotation {
  color: #60bfed;
  transition: .3s ease all; }
  #cart .shopping-quotation:hover, #cart .shopping-quotation:active, #cart .shopping-quotation:focus,
  #quotation .shopping-quotation:hover,
  #quotation .shopping-quotation:active,
  #quotation .shopping-quotation:focus {
    color: #32ade8; }
#cart #cart-total,
#cart #quotation-total,
#quotation #cart-total,
#quotation #quotation-total {
  position: absolute;
  top: 6px;
  background-color: #1f2040;
  transform: translateY(-50%);
  border-radius: 50%;
  font-weight: normal;
  color: #FFF;
  min-width: 23px;
  min-height: 23px;
  height: 23px;
  width: 23px;
  line-height: 24px;
  font-size: 14px;
  left: 34px; }
#cart #cart-info,
#quotation #cart-info {
  margin-left: 10px;
  text-align: left;
  max-height: 28px; }
  #cart #cart-info span,
  #quotation #cart-info span {
    width: 100%;
    color: #FFF;
    float: left;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold; }
    #cart #cart-info span:last-of-type,
    #quotation #cart-info span:last-of-type {
      color: #FFF;
      font-weight: bold; }
#cart .dropdown-menu,
#quotation .dropdown-menu {
  background: white;
  color: #0D0D0D;
  box-shadow: 1px 2px 10px -3px rgba(0, 0, 0, 0.75);
  border-radius: 3px;
  border: none;
  min-height: 60px;
  min-width: 290px;
  width: 50vh;
  margin-top: 15px;
  z-index: 1001;
  font-size: 14px;
  padding: 10px; }
  #cart .dropdown-menu.scroll > li:first-child,
  #quotation .dropdown-menu.scroll > li:first-child {
    overflow-y: auto;
    padding-right: 5px; }
    #cart .dropdown-menu.scroll > li:first-child::-webkit-scrollbar,
    #quotation .dropdown-menu.scroll > li:first-child::-webkit-scrollbar {
      width: 5px; }
    #cart .dropdown-menu.scroll > li:first-child::-webkit-scrollbar-thumb,
    #quotation .dropdown-menu.scroll > li:first-child::-webkit-scrollbar-thumb {
      background: #ddd;
      border: 0 none transparent;
      border-radius: 0; }
    #cart .dropdown-menu.scroll > li:first-child::-webkit-scrollbar-thumb:hover,
    #quotation .dropdown-menu.scroll > li:first-child::-webkit-scrollbar-thumb:hover {
      background: #b1b1b1; }
    #cart .dropdown-menu.scroll > li:first-child::-webkit-scrollbar-thumb:active,
    #quotation .dropdown-menu.scroll > li:first-child::-webkit-scrollbar-thumb:active {
      background: #6f6f6f; }
    #cart .dropdown-menu.scroll > li:first-child::-webkit-scrollbar-track,
    #quotation .dropdown-menu.scroll > li:first-child::-webkit-scrollbar-track {
      background: transparent;
      border: 0 none transparent; }
    #cart .dropdown-menu.scroll > li:first-child::-webkit-scrollbar-track:hover,
    #quotation .dropdown-menu.scroll > li:first-child::-webkit-scrollbar-track:hover {
      background: transparent; }
    #cart .dropdown-menu.scroll > li:first-child::-webkit-scrollbar-track:active,
    #quotation .dropdown-menu.scroll > li:first-child::-webkit-scrollbar-track:active {
      background: transparent; }
  #cart .dropdown-menu.scroll > li:nth-of-type(2),
  #quotation .dropdown-menu.scroll > li:nth-of-type(2) {
    margin-top: 10px; }
  #cart .dropdown-menu:before,
  #quotation .dropdown-menu:before {
    content: "";
    position: absolute;
    top: -10px;
    right: 17px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid white; }
  #cart .dropdown-menu .products,
  #quotation .dropdown-menu .products {
    margin-bottom: 10px; }
    #cart .dropdown-menu .products a,
    #quotation .dropdown-menu .products a {
      color: #333;
      font-weight: bold; }
    #cart .dropdown-menu .products > tbody > tr > td,
    #quotation .dropdown-menu .products > tbody > tr > td {
      border-bottom: 1px solid #c0c0c0;
      border-top: none;
      height: 1px; }
    #cart .dropdown-menu .products .price-remove,
    #quotation .dropdown-menu .products .price-remove {
      display: flex;
      flex-direction: column;
      align-items: flex-end;
      justify-content: space-between;
      height: 100%; }
      #cart .dropdown-menu .products .price-remove .btn,
      #quotation .dropdown-menu .products .price-remove .btn {
        padding: 7.5px 12px; }
    #cart .dropdown-menu .products .price,
    #quotation .dropdown-menu .products .price {
      white-space: nowrap; }
    #cart .dropdown-menu .products .remove,
    #quotation .dropdown-menu .products .remove {
      vertical-align: bottom;
      padding-right: 0; }
      #cart .dropdown-menu .products .remove .fa,
      #quotation .dropdown-menu .products .remove .fa {
        color: #d01e20;
        font-size: 16px; }
    #cart .dropdown-menu .products .image,
    #quotation .dropdown-menu .products .image {
      width: 1px; }
      #cart .dropdown-menu .products .image img,
      #quotation .dropdown-menu .products .image img {
        min-width: 70px;
        min-height: 70px; }
  #cart .dropdown-menu .totals,
  #quotation .dropdown-menu .totals {
    border: none;
    font-size: 14px;
    margin-bottom: 10px; }
    #cart .dropdown-menu .totals td,
    #quotation .dropdown-menu .totals td {
      padding: 0 8px;
      padding-bottom: 3px;
      border: none; }
      #cart .dropdown-menu .totals td:last-of-type,
      #quotation .dropdown-menu .totals td:last-of-type {
        width: 1px;
        white-space: nowrap; }
  #cart .dropdown-menu td:last-of-type,
  #quotation .dropdown-menu td:last-of-type {
    padding-right: 0; }
  #cart .dropdown-menu td:first-of-type,
  #quotation .dropdown-menu td:first-of-type {
    padding-left: 0; }
  @media (max-width: 478px) {
    #cart .dropdown-menu li > div,
    #quotation .dropdown-menu li > div {
      min-width: 100%; } }
  #cart .dropdown-menu li > p,
  #quotation .dropdown-menu li > p {
    margin-top: 10px; }
  #cart .dropdown-menu .btn.comprar,
  #quotation .dropdown-menu .btn.comprar {
    width: 100%; }

#quotation i {
  font-size: 2.5em; }
#quotation #quotation-total {
  top: 3px;
  left: initial;
  right: -6px; }

/* ========================== Cabeçalho =============================*/
#top {
  width: 100%;
  background: #60bfed;
  border-bottom: 0;
  padding: 3px 0; }
  #top ul {
    margin: 0; }
    #top ul li {
      font-size: 12px;
      color: #FFF; }
      #top ul li span {
        width: 100%;
        float: left;
        font-weight: 600;
        color: #FFF; }
      #top ul li a {
        width: 100%;
        float: left;
        font-size: 14px;
        color: #FFF;
        transition: all 0.3s; }
        #top ul li a:hover {
          transition: all 0.3s;
          color: #000; }
          #top ul li a:hover i {
            color: #000; }
      #top ul li i {
        color: #FFF; }

.d-flex {
  display: flex; }

.align-items-center {
  align-items: center; }

.flex-wrap {
  flex-wrap: wrap; }

.justify-content-center {
  justify-content: center; }

.justify-content-flex-end {
  justify-content: flex-end; }

.justify-content-flex-start {
  justify-content: flex-start; }

.menuInformacoes a {
  font-size: 12px;
  color: #FFF;
  font-weight: 400;
  padding: 5px; }
  .menuInformacoes a:hover {
    transition: 0.3s;
    background-color: #60bfed;
    color: #FFF;
    padding: 5px; }

/* cart */
header {
  position: relative; }
  header:after {
    content: "";
    background-image: url("../image/bg-header.png");
    width: 100%;
    float: left;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -2;
    background-size: contain;
    background-repeat: repeat-x;
    background-position: center; }
  header:before {
    content: "";
    width: 100%;
    float: left;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
    background-color: #FFF; }
  header .header-wrapper #quotation {
    padding-left: 30px;
    margin-bottom: 1px; }
  header .header-wrapper.cart-wrapper {
    margin-right: 5px; }
  header .item-header.cart-wrapper {
    margin-left: 30px;
    padding: 0; }
  header #quotation .dropdown-menu:before {
    right: 15px; }

.diferenciais-wrapper {
  display: none; }

#menu-wrapper {
  background-color: #1f2040; }
  #menu-wrapper #menu {
    border: 0;
    border-radius: 0; }
    #menu-wrapper #menu .nav li + li:after {
      content: "";
      width: 1px;
      height: 16px;
      float: left;
      position: absolute;
      right: 0;
      top: 50%;
      transform: translate(0, -50%);
      z-index: -1;
      background-color: #a6a6a6; }
    #menu-wrapper #menu .nav li:last-child:after {
      display: none; }
    #menu-wrapper #menu .nav > li {
      position: relative;
      z-index: 1; }
      #menu-wrapper #menu .nav > li > a {
        position: relative;
        color: #FFF; }
        #menu-wrapper #menu .nav > li > a img {
          max-width: none;
          width: 26px;
          height: 26px;
          object-fit: cover;
          object-position: center;
          top: -2px;
          margin-right: 13px;
          position: relative; }
        #menu-wrapper #menu .nav > li > a:hover {
          background-color: #60bfed;
          color: #FFF; }
      #menu-wrapper #menu .nav > li.allproduct > a {
        font-weight: bold;
        background-color: #60bfed;
        color: #FFF;
        padding: 23px 18px; }
      #menu-wrapper #menu .nav > li.allproduct:hover {
        background-color: #1793d0; }
        #menu-wrapper #menu .nav > li.allproduct:hover > a {
          color: #FFF; }
      #menu-wrapper #menu .nav > li.outlet a {
        background-color: #60bfed;
        font-weight: bold;
        color: #FFF;
        padding: 23px 18px; }
        #menu-wrapper #menu .nav > li.outlet a:before {
          background: #cc3528;
          left: 30%;
          right: 30%; }
      #menu-wrapper #menu .nav > li.outlet:hover a {
        color: #FFF;
        background: #32ade8; }

#menu {
  min-height: 50px;
  margin: 0;
  text-transform: uppercase;
  border: none;
  position: relative;
  transition: all 0.3s; }
  #menu .collapse {
    padding: 0; }
  #menu .nav > li > a {
    min-height: 14px;
    font-size: 14px;
    font-weight: normal;
    line-height: 14px;
    color: #FFF;
    padding: 17.5px 20px;
    background-color: transparent;
    -webkit-transition: 0.3s ease all 0s;
    -moz-transition: 0.3s ease all 0s;
    -ms-transition: 0.3s ease all 0s;
    transition: 0.3s ease all 0s;
    text-transform: uppercase; }
    #menu .nav > li > a img.icone-categoria {
      /* Ícones das categorias */
      display: block;
      margin: auto;
      margin-bottom: 5px; }
  #menu .nav > li.outlet > a {
    padding-left: 25px; }
  #menu .nav > li > a:hover,
  #menu #menu .nav > li.open > a {
    color: #FFF; }
  #menu .dropdown-menu {
    padding: 15px 0;
    border: none;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    box-shadow: 1px 2px 10px -3px rgba(0, 0, 0, 0.75);
    /* Efeito de hover */
    display: block;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 100%;
    transform: translateY(-10px);
    transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s; }
    #menu .dropdown-menu .dropdown-inner {
      overflow-y: auto; }
      #menu .dropdown-menu .dropdown-inner::-webkit-scrollbar {
        width: 5px; }
      #menu .dropdown-menu .dropdown-inner::-webkit-scrollbar-thumb {
        background: #ddd;
        border: 0 none transparent;
        border-radius: 0; }
      #menu .dropdown-menu .dropdown-inner::-webkit-scrollbar-thumb:hover {
        background: #b1b1b1; }
      #menu .dropdown-menu .dropdown-inner::-webkit-scrollbar-thumb:active {
        background: #6f6f6f; }
      #menu .dropdown-menu .dropdown-inner::-webkit-scrollbar-track {
        background: transparent;
        border: 0 none transparent; }
      #menu .dropdown-menu .dropdown-inner::-webkit-scrollbar-track:hover {
        background: transparent; }
      #menu .dropdown-menu .dropdown-inner::-webkit-scrollbar-track:active {
        background: transparent; }
  #menu .dropdown:hover .dropdown-menu {
    display: block;
    visibility: visible;
    opacity: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s; }
  #menu .dropdown-inner {
    text-transform: none; }
    #menu .dropdown-inner .categorias {
      padding: 0;
      /* Padding será definido dentro do <a> */
      position: relative; }
      #menu .dropdown-inner .categorias.col-sm-6 > ul {
        overflow-y: scroll;
        -webkit-transition: 0.3s ease all 0s;
        -moz-transition: 0.3s ease all 0s;
        -ms-transition: 0.3s ease all 0s;
        transition: 0.3s ease all 0s; }
        #menu .dropdown-inner .categorias.col-sm-6 > ul::-webkit-scrollbar {
          width: 5px; }
        #menu .dropdown-inner .categorias.col-sm-6 > ul::-webkit-scrollbar-thumb {
          background: #ddd;
          border: 0 none transparent;
          border-radius: 0; }
        #menu .dropdown-inner .categorias.col-sm-6 > ul::-webkit-scrollbar-thumb:hover {
          background: #b1b1b1; }
        #menu .dropdown-inner .categorias.col-sm-6 > ul::-webkit-scrollbar-thumb:active {
          background: #6f6f6f; }
        #menu .dropdown-inner .categorias.col-sm-6 > ul::-webkit-scrollbar-track {
          background: transparent;
          border: 0 none transparent; }
        #menu .dropdown-inner .categorias.col-sm-6 > ul::-webkit-scrollbar-track:hover {
          background: transparent; }
        #menu .dropdown-inner .categorias.col-sm-6 > ul::-webkit-scrollbar-track:active {
          background: transparent; }
      #menu .dropdown-inner .categorias.col-sm-6 .see-all {
        position: absolute;
        width: 100%;
        bottom: 2px; }
      #menu .dropdown-inner .categorias.col-sm-12 {
        white-space: nowrap; }
      #menu .dropdown-inner .categorias .see-all {
        border-top: none;
        text-align: center;
        font-weight: bold;
        color: #60bfed;
        text-align: center;
        font-size: 14px;
        padding-bottom: 0;
        margin-bottom: 0; }
        #menu .dropdown-inner .categorias .see-all:hover {
          background: transparent;
          color: #32ade8; }
    #menu .dropdown-inner .categorias a {
      display: block;
      clear: both;
      font-size: 16px;
      line-height: 100%;
      padding: 5px 15px;
      margin-bottom: 2px;
      color: #32ade8;
      margin-left: 10px; }
      #menu .dropdown-inner .categorias a:hover {
        background: transparent;
        color: #0D0D0D; }
    #menu .dropdown-inner .categorias a.title {
      color: #0D0D0D;
      font-size: 15px;
      margin-bottom: 5px;
      margin-left: 0;
      white-space: nowrap; }
      #menu .dropdown-inner .categorias a.title:hover {
        color: #60bfed;
        background: transparent; }
    #menu .dropdown-inner .col-sm-3 {
      width: 100% !important; }
      #menu .dropdown-inner .col-sm-3.list-unstyled {
        overflow: hidden;
        float: left;
        margin-bottom: 10px; }
      #menu .dropdown-inner .col-sm-3.banner {
        border-left: 1px solid #c0c0c0; }
  #menu .see-all {
    display: block;
    margin-top: 0.5em;
    border-top: 1px solid #ddd;
    padding: 3px 20px;
    border-radius: 0 0 3px 3px;
    font-size: 12px;
    position: relative;
    bottom: 2px; }
    #menu .see-all:hover, #menu .see-all:focus {
      text-decoration: none;
      color: #ffffff;
      background-color: #1ba3e5;
      background-image: linear-gradient(to bottom, #60bfed, #a5dbf5);
      background-repeat: repeat-x; }
  #menu #category {
    float: left;
    padding-left: 15px;
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2); }
  #menu .btn-navbar {
    font-size: 15px;
    font-stretch: expanded;
    color: #fff;
    padding: 2px 18px;
    float: right;
    background-color: #1ba3e5;
    background-image: linear-gradient(to bottom, #60bfed, #a5dbf5);
    background-repeat: repeat-x;
    border-color: #60bfed #60bfed #1793d0; }
    #menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
      color: #ffffff;
      background-color: #60bfed; }
  @media (min-width: 768px) {
    #menu .dropdown:hover .dropdown-menu {
      display: block; } }
  @media (max-width: 767px) {
    #menu {
      border-radius: 4px; }
      #menu .dropdown-menu {
        margin-left: 0 !important;
        padding-bottom: 10px;
        background-color: rgba(0, 0, 0, 0.1); }
        #menu .dropdown-menu a:hover,
        #menu .dropdown-menu ul li a:hover {
          background: rgba(0, 0, 0, 0.1); }
      #menu .dropdown-inner {
        display: block; }
        #menu .dropdown-inner a {
          width: 100%;
          color: #fff; }
        #menu .dropdown-inner > ul.list-unstyled {
          display: block; }
      #menu .see-all {
        margin-top: 0;
        border: none;
        border-radius: 0;
        color: #fff; } }

#menuFixo {
  background: #FFF;
  height: 58px;
  padding: 10px 0;
  position: fixed;
  top: -58px;
  width: 100%;
  z-index: 10000;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.3s ease all 0s;
  -moz-transition: 0.3s ease all 0s;
  -ms-transition: 0.3s ease all 0s;
  transition: 0.3s ease all 0s; }
  #menuFixo .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%; }
    #menuFixo .container:before, #menuFixo .container:after {
      display: none; }
    #menuFixo .container .logo-wrapper {
      height: 100%; }
      #menuFixo .container .logo-wrapper a {
        height: 100%;
        width: auto;
        display: flex;
        align-items: center; }
      #menuFixo .container .logo-wrapper img {
        max-height: 100%;
        float: left; }
    #menuFixo .container .search-wrapper {
      flex-grow: 1;
      margin-bottom: 0;
      padding: 0 20px; }
      #menuFixo .container .search-wrapper #search input {
        height: 30px; }
      #menuFixo .container .search-wrapper #search .btn.icon-search {
        width: 40px;
        height: 30px; }
        #menuFixo .container .search-wrapper #search .btn.icon-search:before {
          height: 16px; }
        #menuFixo .container .search-wrapper #search .btn.icon-search i {
          font-size: 20px; }
    #menuFixo .container #quotation-wrapper {
      padding-left: 15px; }
    #menuFixo .container #cart-info span {
      font-size: 12px; }
    #menuFixo .container .cart-wrapper,
    #menuFixo .container .quotation-wrapper {
      padding-left: 10px;
      margin-bottom: 0;
      padding: 6px 5px 6px 10px; }
      #menuFixo .container .cart-wrapper #cart > .btn,
      #menuFixo .container .quotation-wrapper #cart > .btn {
        max-width: 142px; }
        #menuFixo .container .cart-wrapper #cart > .btn svg,
        #menuFixo .container .quotation-wrapper #cart > .btn svg {
          width: 35px; }
          #menuFixo .container .cart-wrapper #cart > .btn svg path,
          #menuFixo .container .quotation-wrapper #cart > .btn svg path {
            fill: #60bfed; }
      #menuFixo .container .cart-wrapper #cart,
      #menuFixo .container .cart-wrapper #quotation,
      #menuFixo .container .quotation-wrapper #cart,
      #menuFixo .container .quotation-wrapper #quotation {
        margin-top: 0; }
        #menuFixo .container .cart-wrapper #cart .fa-shopping-bag,
        #menuFixo .container .cart-wrapper #cart .shopping-quotation,
        #menuFixo .container .cart-wrapper #quotation .fa-shopping-bag,
        #menuFixo .container .cart-wrapper #quotation .shopping-quotation,
        #menuFixo .container .quotation-wrapper #cart .fa-shopping-bag,
        #menuFixo .container .quotation-wrapper #cart .shopping-quotation,
        #menuFixo .container .quotation-wrapper #quotation .fa-shopping-bag,
        #menuFixo .container .quotation-wrapper #quotation .shopping-quotation {
          font-size: 32px; }
        #menuFixo .container .cart-wrapper #cart #cart-total,
        #menuFixo .container .cart-wrapper #cart #quotation-total,
        #menuFixo .container .cart-wrapper #quotation #cart-total,
        #menuFixo .container .cart-wrapper #quotation #quotation-total,
        #menuFixo .container .quotation-wrapper #cart #cart-total,
        #menuFixo .container .quotation-wrapper #cart #quotation-total,
        #menuFixo .container .quotation-wrapper #quotation #cart-total,
        #menuFixo .container .quotation-wrapper #quotation #quotation-total {
          min-width: 20px;
          min-height: 20px;
          line-height: 16px;
          font-size: 11px;
          right: 43px;
          top: 9px;
          padding: 2px;
          left: 20px;
          width: 15px;
          height: 15px; }
    #menuFixo .container .quotation-wrapper #quotation .shopping-quotation {
      font-size: 28px; }
    #menuFixo .container .quotation-wrapper #quotation #quotation-total {
      top: 6px;
      left: 15px; }

#searchFixo {
  width: 100%;
  padding-bottom: 10px;
  z-index: 10000;
  -webkit-transition: 0.3s ease all 0s;
  -moz-transition: 0.3s ease all 0s;
  -ms-transition: 0.3s ease all 0s;
  transition: 0.3s ease all 0s; }
  #searchFixo .container {
    padding: 0; }
    #searchFixo .container .search-wrapper {
      flex-grow: 1;
      margin-bottom: 0;
      padding: 0 15px; }
      #searchFixo .container .search-wrapper #search {
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
        #searchFixo .container .search-wrapper #search .btn.icon-search {
          -webkit-transition: 0.3s ease opacity 0s;
          -moz-transition: 0.3s ease opacity 0s;
          -ms-transition: 0.3s ease opacity 0s;
          transition: 0.3s ease opacity 0s;
          height: 40px;
          width: 40px; }
          #searchFixo .container .search-wrapper #search .btn.icon-search svg {
            width: 100%;
            height: 100%; }
            #searchFixo .container .search-wrapper #search .btn.icon-search svg > * {
              fill: #60bfed; }
        #searchFixo .container .search-wrapper #search.open input {
          height: 40px; }
        #searchFixo .container .search-wrapper #search.open .input-group {
          background: #fff; }
    #searchFixo .container .cart-wrapper #cart,
    #searchFixo .container .cart-wrapper #quotation,
    #searchFixo .container .quotation-wrapper #cart,
    #searchFixo .container .quotation-wrapper #quotation {
      width: 35px; }

/* content */
#content {
  /* Carregando */ }
  #content .loading-icon {
    visibility: hidden;
    height: 0;
    opacity: 0;
    position: fixed;
    transition: 0.3s all, 0.3s z-index 0.3s;
    left: 50%;
    top: 50%;
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 82px;
    height: 68px;
    color: #60bfed;
    transform: translateY(-50%);
    z-index: 3; }
    #content .loading-icon .fa {
      font-size: 42px; }
    #content .loading-icon .texto {
      margin-top: 5px; }
  #content:before {
    content: "";
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    background: white;
    transition: 0.3s all;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0; }
  #content.loading:before {
    opacity: 0.8;
    z-index: 3;
    visibility: visible; }
  #content.loading .loading-icon {
    visibility: visible;
    opacity: 1;
    transform: translateX(-50%) translateY(-50%); }

/* footer */
#bg-footer {
  width: 100%;
  float: left;
  height: auto;
  position: relative;
  margin-top: 3px; }
  #bg-footer.lazy-bg-loaded:before {
    background-image: url("/catalog/view/theme/default/image/layout/bg-3.png"); }
  #bg-footer:before {
    content: "";
    position: absolute;
    z-index: -2;
    width: 100%;
    height: 100%;
    float: left;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    left: 0;
    right: 0;
    top: 0;
    background-attachment: fixed; }
  #bg-footer:after {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    float: left;
    background-color: rgba(31, 32, 64, 0.89);
    left: 0;
    right: 0;
    top: 0; }

footer {
  margin-top: 35px;
  color: #FFF; }
  footer hr {
    border-top: none;
    border-bottom: 1px solid #FFF; }
  footer a {
    color: #FFF;
    -webkit-transition: 0.3s ease all 0s;
    -moz-transition: 0.3s ease all 0s;
    -ms-transition: 0.3s ease all 0s;
    transition: 0.3s ease all 0s; }
    footer a:hover, footer a:active, footer a:focus {
      color: #60bfed; }
  footer h3 {
    color: #FFF; }
  footer ul > li {
    margin-bottom: 5px;
    /* Compensar o espaço do colchete */ }
    footer ul > li a.fa {
      margin-right: 5px;
      color: #FFF;
      text-align: center;
      padding: 16px;
      position: relative; }
      footer ul > li a.fa:before {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
      footer ul > li a.fa.fa-whatsapp {
        background: #25D366; }
        footer ul > li a.fa.fa-whatsapp:hover {
          background: #1da851; }
      footer ul > li a.fa.fa-facebook {
        background: #3b5998; }
        footer ul > li a.fa.fa-facebook:hover {
          background: #2d4373; }
      footer ul > li a.fa.fa-youtube-play {
        background: #f63948; }
        footer ul > li a.fa.fa-youtube-play:hover {
          background: #f10b1d; }
      footer ul > li a.fa.fa-instagram {
        background: #c5317e; }
        footer ul > li a.fa.fa-instagram:hover {
          background: #9c2764; }
    footer ul > li .fa {
      font-size: 19px;
      vertical-align: middle;
      color: #FFF; }
    footer ul > li span {
      vertical-align: middle;
      font-weight: bold;
      color: #FFF; }
    footer ul > li.efeito-colchetes a {
      margin-left: -7px; }
      footer ul > li.efeito-colchetes a:before {
        margin-right: 3px; }
  footer .links {
    padding-right: 40px; }
    footer .links .pagseguro-cartoes img {
      width: 100%;
      max-width: 350px; }
  footer .dados-empresa {
    padding-left: 40px;
    border-left: 1px solid #FFF;
    border-left: 1px solid #FFF; }
    footer .dados-empresa li {
      margin-bottom: 15px; }
    footer .dados-empresa li > p {
      padding-left: 30px;
      margin-bottom: 5px;
      color: #FFF;
      font-weight: 400; }
      footer .dados-empresa li > p:first-of-type {
        padding-left: 0;
        font-weight: 500; }
    footer .dados-empresa li > address {
      padding-left: 30px;
      margin-bottom: 5px; }
      footer .dados-empresa li > address p:first-of-type {
        margin-bottom: 0; }
    footer .dados-empresa .fa {
      width: 21px;
      font-size: 20px;
      margin-right: 5px; }

#disclaimer {
  font-size: 12px;
  line-height: 140%; }
  #disclaimer .row {
    border-top: 1px solid #FFF;
    padding-top: 30px;
    margin-top: 30px; }
  #disclaimer p {
    color: #FFF; }
  #disclaimer a > img {
    margin-top: 5px;
    max-height: 45px; }

/* alert */
.alert {
  position: static;
  z-index: 1;
  width: auto;
  left: auto;
  transform: none;
  border: none;
  border-radius: 0;
  box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.2);
  border-left: 4px solid transparent;
  animation-name: alert;
  animation-duration: 1s; }
  .alert.fixed {
    position: fixed;
    top: 15px;
    z-index: 1000;
    left: 50%;
    width: 1150px;
    transform: translateX(-50%); }
  .alert.fixed-menu {
    animation-name: alert-menu;
    top: 80px; }
  .alert.alert-danger {
    border-left-color: #d3080c; }
  .alert.alert-success {
    border-left-color: #278400; }
  .alert.alert-warning {
    border-left-color: #f90; }
  .alert.alert-info {
    border-left-color: #269abc; }

/* Animaçao */
@keyframes alert {
  0% {
    top: -60px;
    opacity: 0; }
  100% {
    top: 15px;
    opacity: 1; } }
@keyframes alert-menu {
  0% {
    top: -60px;
    opacity: 0; }
  100% {
    top: 80px;
    opacity: 1; } }
/* breadcrumb */
.breadcrumb {
  margin: 10px 0;
  padding: 0;
  background: transparent;
  border: none; }
  .breadcrumb i {
    font-size: 15px; }
  .breadcrumb > li {
    padding: 0 3px 0 0;
    position: relative;
    white-space: nowrap; }
    .breadcrumb > li a {
      color: #0D0D0D;
      font-size: 12px; }
    .breadcrumb > li + li:before {
      content: "";
      padding: 0; }
    .breadcrumb > li:last-of-type:after {
      content: ""; }
    .breadcrumb > li:after {
      content: "\f054";
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 9px;
      margin-left: 8px;
      color: #1f2040; }

.pagination {
  margin: 0; }

/* buttons */
.buttons {
  margin: 1em 0; }

.btn-xs {
  font-size: 9px; }

.btn-sm {
  font-size: 10.2px; }

.btn-lg {
  padding: 10px 16px;
  font-size: 15px; }

.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
  font-size: 12px; }

.btn-group > .btn-xs {
  font-size: 9px; }

.btn-group > .btn-sm {
  font-size: 10.2px; }

.btn-group > .btn-lg {
  font-size: 15px; }

.btn {
  padding: 7.5px 12px;
  font-size: 14px;
  border: 1px none #1f2040;
  border-radius: 0;
  font-weight: bold;
  outline: 0;
  -webkit-transition: 0.3s ease all 0s;
  -moz-transition: 0.3s ease all 0s;
  -ms-transition: 0.3s ease all 0s;
  transition: 0.3s ease all 0s; }
  .btn:hover, .btn:active, .btn.active, .btn.disabled, .btn[disabled], .btn:focus, .btn:active, .btn:focus:active {
    outline: 0; }

.btn-default {
  color: #60bfed;
  background-color: transparent;
  padding: 0; }
  .btn-default:hover, .btn-default:active, .btn-default.active, .btn-default.disabled, .btn-default[disabled], .btn-default:focus, .btn-default:active, .btn-default:focus:active {
    box-shadow: none;
    background-color: transparent;
    color: #60bfed; }

.btn-primary {
  color: #FFF;
  font-weight: bold;
  background-color: #60bfed; }
  .btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
    background-color: #56acd5; }
  .btn-primary:focus, .btn-primary:active, .btn-primary:focus:active {
    background-color: #488fb2 !important; }

.btn-warning {
  color: #ffffff;
  background-color: #faa732; }
  .btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
    background-color: #e1962d; }
  .btn-warning:focus, .btn-warning:active, .btn-warning:focus:active {
    background-color: #bc7d26 !important; }

.btn-danger {
  color: #ffffff;
  background-color: #da4f49; }
  .btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
    background-color: #c44742; }
  .btn-danger:focus, .btn-danger:active, .btn-danger:focus:active {
    background-color: #a43b37 !important; }

.btn-success {
  color: #ffffff;
  background-color: #5bb75b; }
  .btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
    background-color: #52a552; }
  .btn-success:focus, .btn-success:active, .btn-success:focus:active {
    background-color: #448944 !important; }

.btn-info {
  color: #ffffff;
  background-color: #df5c39; }
  .btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-color: #c95333; }
  .btn-info:focus, .btn-info:active, .btn-info:focus:active {
    background-color: #a7452b !important; }

.btn-link {
  border-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  color: #60bfed;
  border-radius: 0; }

.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  box-shadow: none; }

.btn-inverse {
  color: #ffffff;
  background-color: #363636; }
  .btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
    background-color: #313131; }
  .btn-inverse:focus, .btn-inverse:active, .btn-inverse:focus:active {
    background-color: #292929 !important; }

/* list group */
.list-group a {
  border: 1px solid #dddddd;
  color: #888888;
  padding: 8px 12px; }

.list-group a.active,
.list-group a.active:hover,
.list-group a:hover {
  color: #444444;
  background: #eeeeee;
  border: 1px solid #dddddd;
  text-shadow: 0 1px 0 #fff; }

/* carousel */
.carousel-caption {
  color: #ffffff;
  text-shadow: 0 1px 0 #000000; }

.carousel-control .icon-prev:before {
  content: "\f053";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.carousel-control .icon-next:before {
  content: "\f054";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.rating .fa-star {
  color: #FC0; }
  .rating .fa-star.estrela-vazia {
    color: #aaa; }
.rating span {
  font-size: 11px; }

.product-layout {
  transition: 0.3s; }

.product-thumb {
  width: 100%;
  float: left;
  position: relative;
  cursor: pointer;
  transition: .3s;
  padding-top: 0;
  margin-bottom: 2px;
  text-align: center;
  padding-bottom: 25px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  margin-top: 1px;
  border-radius: 5px;
  background-color: #ebebeb; }
  .product-thumb .desconto {
    background-color: #60bfed;
    color: #FFF;
    text-transform: uppercase;
    font-weight: bolder;
    font-size: 12px;
    width: auto;
    text-align: center;
    padding: 0 5px;
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 1;
    letter-spacing: 0.8px;
    cursor: default; }
  .product-thumb .image {
    text-align: center;
    margin-bottom: 12px;
    border-radius: 5px 5px 0 0; }
    .product-thumb .image a {
      display: block;
      overflow: hidden; }
      .product-thumb .image a img {
        margin: 0 auto;
        transition: 0.3s ease all; }
  .product-thumb .name {
    float: left;
    width: 100%;
    margin-bottom: 5px;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px; }
    .product-thumb .name a {
      color: #0D0D0D;
      transition: 0.3s ease all; }
      .product-thumb .name a h4 {
        font-weight: 400;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        height: 27px;
        margin: 0 auto;
        font-size: 18px;
        line-height: 1.5;
        overflow: hidden;
        text-overflow: ellipsis; }
  .product-thumb .rating {
    float: left;
    width: 100%;
    margin-bottom: 5px; }
  .product-thumb .price {
    width: 100%;
    float: left;
    margin: 0 0 5px 0;
    text-align: center; }
    .product-thumb .price span {
      width: 100%;
      float: left;
      line-height: 120%;
      font-size: 12px; }
      .product-thumb .price span span {
        font-size: 12px;
        font-weight: normal; }
    .product-thumb .price .old {
      font-size: 12px;
      color: #0D0D0D;
      text-decoration: line-through; }
    .product-thumb .price .new {
      font-size: 20px;
      font-weight: 900;
      color: #60bfed; }
  .product-thumb .parcelamento {
    width: 100%;
    float: left;
    font-size: 13px;
    color: #5a5a5a;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center; }
    .product-thumb .parcelamento p {
      font-size: 11px;
      margin: 0;
      line-height: 1.3;
      height: 14px;
      text-align: center; }
      @media only screen and (max-width: 480px) {
        .product-thumb .parcelamento p {
          height: 28px; } }
  .product-thumb .actions {
    width: 100%;
    float: left; }
    .product-thumb .actions button {
      width: 100%;
      border: none;
      display: inline-block;
      background-color: #60bfed;
      color: #fff;
      font-weight: bold;
      text-align: center;
      text-transform: uppercase; }
  .product-thumb .whish-add {
    width: auto;
    float: left;
    position: absolute;
    top: 15px;
    right: 15px;
    transform: translate(0, 0);
    opacity: 1;
    visibility: visible;
    transition: all 0.3s; }
    .product-thumb .whish-add i {
      transition: all 0.3s;
      font-size: 28px; }
      .product-thumb .whish-add i:hover {
        font-size: 35px;
        color: rgba(96, 191, 237, 0.5); }
    @media only screen and (max-width: 1199px) {
      .product-thumb .whish-add {
        opacity: 1;
        visibility: visible;
        transition: all 0.3s; } }
    .product-thumb .whish-add .whish-link {
      width: auto;
      float: left;
      cursor: pointer;
      border: 0;
      padding: 0;
      background-color: #FFF;
      color: #60bfed; }
  .product-thumb:hover .whish-add, .product-thumb:active .whish-add, .product-thumb:focus .whish-add {
    opacity: 1;
    visibility: visible;
    transition: all 0.3s; }
  .product-thumb:hover .image a img, .product-thumb:active .image a img, .product-thumb:focus .image a img {
    transform: scale(1.1); }
  .product-thumb:hover .name a, .product-thumb:active .name a, .product-thumb:focus .name a {
    color: #0D0D0D; }
  .product-thumb:hover .actions button, .product-thumb:active .actions button, .product-thumb:focus .actions button {
    background-color: #32ade8; }

.product-grid:not(.slick-slider) {
  margin-bottom: 30px; }

#module-ofertas-mes {
  margin-bottom: 35px; }
  #module-ofertas-mes .item {
    display: flex; }
    #module-ofertas-mes .item .contador {
      display: flex;
      justify-content: center;
      align-items: center;
      background-color: #000;
      border: 1px solid #000; }
      #module-ofertas-mes .item .contador div {
        padding: 0 15px;
        float: left; }
        #module-ofertas-mes .item .contador div p {
          line-height: 120%;
          text-align: center;
          font-size: 50px;
          color: #FFF; }
          #module-ofertas-mes .item .contador div p:last-child {
            font-size: 16px;
            margin-bottom: 0; }
    #module-ofertas-mes .item .produto {
      border: 1px solid #c0c0c0;
      padding: 20px 15px;
      position: relative; }
      #module-ofertas-mes .item .produto .image {
        text-align: center; }
        #module-ofertas-mes .item .produto .image .desconto {
          background-color: #60bfed;
          color: #FFF;
          text-transform: uppercase;
          font-weight: bolder;
          font-size: 12px;
          width: auto;
          text-align: center;
          padding: 0 5px;
          position: absolute;
          top: 15px;
          left: 10px;
          z-index: 1;
          letter-spacing: 0.8px;
          cursor: default; }
        #module-ofertas-mes .item .produto .image a {
          display: block;
          overflow: hidden; }
          #module-ofertas-mes .item .produto .image a img {
            margin: 0 auto;
            transition: 0.3s ease all; }
      #module-ofertas-mes .item .produto .row {
        display: flex;
        align-items: center; }
      #module-ofertas-mes .item .produto .name {
        float: left;
        width: 100%;
        text-align: left;
        margin-bottom: 20px; }
        #module-ofertas-mes .item .produto .name a {
          color: #1a1a1a;
          transition: 0.3s ease all; }
          #module-ofertas-mes .item .produto .name a h4 {
            font-size: 24px;
            margin: 0; }
      #module-ofertas-mes .item .produto .price {
        width: 100%;
        float: left;
        text-align: left;
        margin: 0; }
        #module-ofertas-mes .item .produto .price span {
          width: 100%;
          float: left;
          line-height: 120%; }
        #module-ofertas-mes .item .produto .price .old {
          font-size: 20px;
          color: #0D0D0D;
          text-decoration: line-through; }
        #module-ofertas-mes .item .produto .price .new {
          font-size: 60px;
          font-weight: 400;
          color: #1f2040; }
      #module-ofertas-mes .item .produto .parcelamento {
        width: 100%;
        float: left;
        text-align: left;
        font-size: 12px;
        color: #5a5a5a;
        margin-bottom: 10px; }
        #module-ofertas-mes .item .produto .parcelamento p {
          font-size: 12px;
          margin: 0; }
      #module-ofertas-mes .item .produto .actions {
        width: 100%;
        float: left;
        display: flex;
        align-items: center; }
        #module-ofertas-mes .item .produto .actions button {
          width: 100%;
          border: none;
          display: inline-block;
          background-color: #60bfed;
          color: #fff;
          font-weight: bold;
          text-align: center;
          text-transform: uppercase; }
  #module-ofertas-mes:hover .produto .image a img, #module-ofertas-mes:focus .produto .image a img, #module-ofertas-mes:active .produto .image a img {
    transform: scale(1.1); }
  #module-ofertas-mes:hover .produto .name a, #module-ofertas-mes:focus .produto .name a, #module-ofertas-mes:active .produto .name a {
    color: #000; }
  #module-ofertas-mes:hover .produto .actions button, #module-ofertas-mes:focus .produto .actions button, #module-ofertas-mes:active .produto .actions button {
    background-color: #32ade8; }

/* fixed colum left + content + right*/
@media (min-width: 768px) {
  #column-left .product-layout .col-md-3 {
    width: 100%; }

  #column-left + #content .product-layout .col-md-3 {
    width: 50%; }

  #column-left + #content + #column-right .product-layout .col-md-3 {
    width: 100%; }

  #content + #column-right .product-layout .col-md-3 {
    width: 100%; } }
/* fixed product layouts used in left and right columns */
#column-left .product-layout,
#column-right .product-layout {
  width: 100%; }

/* fixed mobile cart quantity input */
.input-group .form-control[name^="quantity"] {
  min-width: 50px;
  z-index: 0; }

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  background-image: none;
  background-color: #df5c39; }

/*======================================================================================*/
/* Alteraçoes Winsite */
/* Deixar container da home 100% para facilitar os itens fullwidth */
#home #content > div,
.fullwidth .fw-container {
  /* Dimensões do bootstrap */
  padding-left: 15px;
  padding-right: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 768px) {
    #home #content > div,
    .fullwidth .fw-container {
      width: 750px; } }
  @media (min-width: 992px) {
    #home #content > div,
    .fullwidth .fw-container {
      width: 970px; } }
  @media (min-width: 1200px) {
    #home #content > div,
    .fullwidth .fw-container {
      width: 1170px; } }

#home #content .fullwidth {
  float: left;
  width: 100%;
  padding: 0; }

#home #content.col-sm-12 {
  padding: 0; }

/* Slideshow home */
.boxfullslick {
  width: 100%;
  float: left;
  height: 400px;
  position: relative;
  overflow: hidden; }
  .boxfullslick a {
    outline: none !important; }

.fullslick {
  position: absolute;
  width: 1920px;
  left: 50%;
  transform: translateX(-50%); }
  @media only screen and (max-width: 1150px) {
    .fullslick {
      width: 155vw; } }

.slick-wrapper .slick-list {
  width: 100%; }
.slick-wrapper .item {
  outline: none; }
.slick-wrapper .item img {
  margin: auto; }
.slick-wrapper button.slick-prev:before,
.slick-wrapper button.slick-next:before {
  content: ""; }
.slick-wrapper .slick-arrow {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  outline: none; }
  .slick-wrapper .slick-arrow.slider-left {
    left: 0; }
  .slick-wrapper .slick-arrow.slider-right {
    right: 30px; }
  .slick-wrapper .slick-arrow i.fa {
    font-size: 4em;
    opacity: 0.5;
    -webkit-transition: 0.3s ease all 0s;
    -moz-transition: 0.3s ease all 0s;
    -ms-transition: 0.3s ease all 0s;
    transition: 0.3s ease all 0s; }
  .slick-wrapper .slick-arrow:hover i.fa {
    opacity: 1; }

.slideshow-wrapper .slider-nav-container {
  position: absolute;
  height: 100%; }
  @media only screen and (max-width: 768px) {
    .slideshow-wrapper .slider-nav-container {
      width: 100%; } }

.carousel-wrapper {
  position: relative; }
  .carousel-wrapper .carousel.slick-slider {
    margin-bottom: 0 !important; }
  .carousel-wrapper h3 {
    color: #0D0D0D;
    font-size: 25px;
    margin: 0 0 20px 0;
    text-align: left; }
    .carousel-wrapper h3 > span {
      position: relative;
      font-weight: 400; }
      .carousel-wrapper h3 > span span {
        color: #60bfed;
        font-weight: 900; }
  .carousel-wrapper img {
    transition: .3s; }
    .carousel-wrapper img:hover {
      transform: scale(1.1); }
  .carousel-wrapper .slick-arrow {
    color: rgba(96, 191, 237, 0.5);
    transition: 0.3s; }
    .carousel-wrapper .slick-arrow.slider-left {
      left: -45px; }
    .carousel-wrapper .slick-arrow.slider-right {
      right: -45px; }
    .carousel-wrapper .slick-arrow:hover {
      color: #60bfed; }

.well {
  border-radius: 0;
  background-color: #F6F6F6;
  border: 1px none #EEEEEE;
  margin-bottom: 30px;
  padding: 30px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2); }

/* Login */
.account-login .well h1 {
  margin-bottom: 15px; }
.account-login .well .btn {
  width: 100%; }
.account-login .well.login a.forgotten {
  font-size: 13px; }
.account-login .well.login .form-group {
  margin-bottom: 15px; }
.account-login .well.login .redes-sociais {
  margin: 0; }
.account-login .well.login .ou-separator {
  position: relative;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  margin: 15px 0;
  color: #aaa; }
  .account-login .well.login .ou-separator:before {
    content: "";
    width: 44%;
    left: 0;
    top: 50%;
    border-top: 1px solid #c0c0c0;
    position: absolute; }
  .account-login .well.login .ou-separator:after {
    content: "";
    width: 44%;
    right: 0;
    top: 50%;
    border-top: 1px solid #c0c0c0;
    position: absolute; }
.account-login .well.login .entre {
  display: flex;
  justify-content: center;
  align-items: center; }
.account-login .well.login .botoes-social .btn-social-icon {
  width: 32px;
  height: 32px;
  margin-right: 15px;
  /* Elementos com inline-block ficam com um espaço entre si */
  display: block;
  float: left; }
.account-login .well.login .texto {
  font-size: 18px; }
.account-login .well.register p {
  margin-bottom: 15px; }

.well .bordered-title {
  border-bottom-color: #c0c0c0; }

.table-carrinho {
  padding: 30px;
  border: 1px solid #c0c0c0; }
  .table-carrinho .table {
    border: none;
    margin: 0; }
  .table-carrinho thead {
    font-size: 16px;
    font-weight: bold; }
  .table-carrinho tbody tr:last-of-type td {
    border-bottom-width: 0 !important; }
  .table-carrinho tbody td {
    border-width: 1px 0 !important; }
    .table-carrinho tbody td:first-of-type {
      width: 1px; }
  .table-carrinho tbody a,
  .table-carrinho tbody small {
    display: block; }
  .table-carrinho tbody a {
    font-size: 14px;
    color: #666;
    line-height: 100%;
    font-weight: 500;
    margin-bottom: 5px; }
  .table-carrinho tbody small {
    font-size: 11px; }
  .table-carrinho tfoot {
    font-weight: bold; }
    .table-carrinho tfoot tr:first-of-type td {
      padding-top: 8px !important; }
    .table-carrinho tfoot tr:last-of-type {
      color: #60bfed;
      text-transform: uppercase; }
      .table-carrinho tfoot tr:last-of-type td {
        padding-bottom: 0 !important; }
    .table-carrinho tfoot td {
      padding: 0 0 5px !important; }
  .table-carrinho td {
    border: 0 solid #c0c0c0 !important; }
  .table-carrinho label {
    color: #666; }

/*------------- Minha conta --------------*/
ul.caixa-icone > li {
  margin-bottom: 30px; }
  ul.caixa-icone > li > a {
    display: block;
    border: 1px solid #c0c0c0;
    color: #0D0D0D; }
    ul.caixa-icone > li > a:hover i.fa {
      color: #32ade8;
      transform: scale(1.15); }
    ul.caixa-icone > li > a:hover .texto {
      color: #0a0a0a; }
    ul.caixa-icone > li > a i.fa {
      color: #60bfed; }
  ul.caixa-icone > li:last-of-type .icone i.fa {
    color: #60bfed; }
  ul.caixa-icone > li:last-of-type .icone:hover i.fa {
    color: #4d99be; }
ul.caixa-icone .icone {
  text-align: center;
  padding: 52px 0; }
  ul.caixa-icone .icone i.fa {
    font-size: 52px;
    transition: 0.3s all ease-out; }
ul.caixa-icone .texto {
  background: #EEEEEE;
  text-align: center;
  padding: 5px 0;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  transition: 0.3s all ease-out; }

.menu-conta {
  margin-top: 56px; }
  .menu-conta .list-group-item {
    border: 1px solid #c0c0c0 !important;
    background-color: #F6F6F6;
    padding: 12px 15px;
    text-shadow: none !important;
    font-weight: bold;
    color: #0D0D0D;
    transition: 0.3s all ease-out; }
    .menu-conta .list-group-item:first-child {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
    .menu-conta .list-group-item:last-child {
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0;
      color: #de0f4c; }
      .menu-conta .list-group-item:last-child:hover {
        color: #b20c3d; }
    .menu-conta .list-group-item:hover {
      background-color: #EEEEEE; }
    .menu-conta .list-group-item.active {
      background-color: #fff;
      color: #60bfed; }
    .menu-conta .list-group-item.active:hover {
      background-color: white;
      color: #60bfed; }

h1.tem-legenda {
  margin-bottom: 5px; }
  h1.tem-legenda + p {
    margin-bottom: 30px; }

.tem-banner .dropdown-inner .row {
  overflow-y: hidden; }

#content.header-com-legenda + #column-right .menu-conta {
  margin-top: 81px; }

/*------------ Caixa de endereços ----------- */
#enderecos {
  /* Específico do checkout */ }
  #enderecos #payment-existing .checkbox {
    margin-top: 25px; }
  #enderecos .buttons {
    margin-bottom: 0; }
  #enderecos .checkbox {
    margin: 0; }
  #enderecos .caixa-endereco-wrapper {
    position: relative;
    margin-bottom: 30px; }
  #enderecos input[type="radio"] {
    position: absolute;
    z-index: 1;
    opacity: 0; }
  #enderecos .caixa-endereco {
    position: relative;
    border: 1px solid #c0c0c0;
    border-radius: 0;
    cursor: pointer;
    padding: 16px;
    height: 200px;
    cursor: pointer;
    transition: 0.3s all; }
    #enderecos .caixa-endereco.novo-endereco {
      display: flex;
      flex-direction: column;
      text-align: center;
      justify-content: center;
      font-size: 11px;
      font-weight: bold;
      text-transform: uppercase;
      color: #4c4b4b;
      letter-spacing: 0.3px; }
      #enderecos .caixa-endereco.novo-endereco .circulo-mais .fa {
        font-size: 48px;
        color: #60bfed; }
      #enderecos .caixa-endereco.novo-endereco .texto-novo-endereco {
        font-size: 11px;
        font-weight: bold;
        text-transform: uppercase;
        color: #666;
        letter-spacing: 0.3px; }
  #enderecos .nome-endereco {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 5px;
    display: flex;
    align-items: flex-start; }
    #enderecos .nome-endereco .editar,
    #enderecos .nome-endereco .deletar {
      float: right;
      color: #999;
      transition: 0.3s all;
      margin-left: 5px; }
      #enderecos .nome-endereco .editar .fa,
      #enderecos .nome-endereco .deletar .fa {
        font-size: 17px; }
      #enderecos .nome-endereco .editar:hover,
      #enderecos .nome-endereco .deletar:hover {
        color: #6b6b6b; }
    #enderecos .nome-endereco .deletar {
      font-size: 12px; }
  #enderecos .detalhes-endereco p {
    margin-bottom: 0;
    line-height: 160%;
    font-size: 12px; }
  #enderecos .btn.selecionar-endereco {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 8px 0;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    color: #0D0D0D;
    background-color: #eeeeee; }
  #enderecos input[type="radio"]:checked + .caixa-endereco {
    border: 2px solid #60bfed;
    padding: 15px; }
    #enderecos input[type="radio"]:checked + .caixa-endereco .btn.selecionar-endereco {
      background-color: #60bfed;
      color: #FFF; }
  #enderecos #collapse-shipping-address {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #c0c0c0; }
  #enderecos #collapse-payment-address .caixa-endereco-wrapper:nth-last-of-type(3):nth-of-type(odd),
  #enderecos #collapse-payment-address .caixa-endereco-wrapper:nth-last-of-type(2),
  #enderecos #collapse-shipping-address .caixa-endereco-wrapper:nth-last-of-type(3):nth-of-type(odd),
  #enderecos #collapse-shipping-address .caixa-endereco-wrapper:nth-last-of-type(2) {
    /* e pega o último item */
    margin-bottom: 0 !important; }

/*------------ Lista de desejos -------------*/
.account-wishlist .item-carrinho {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #c0c0c0; }
  .account-wishlist .item-carrinho .imagem {
    margin-right: 20px; }
  .account-wishlist .item-carrinho .info-produto {
    flex: 1 0 auto;
    word-wrap: break-word;
    width: 50%; }
    .account-wishlist .item-carrinho .info-produto a {
      font-size: 16px;
      font-weight: bold;
      color: #0D0D0D;
      margin-bottom: 5px;
      display: block; }
    .account-wishlist .item-carrinho .info-produto p {
      margin: 0;
      font-size: 12px;
      line-height: 140%; }
  .account-wishlist .item-carrinho .controles {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between; }
    .account-wishlist .item-carrinho .controles .remover a {
      text-transform: lowercase;
      font-weight: bold;
      color: #BBB; }
      .account-wishlist .item-carrinho .controles .remover a i {
        font-size: 18px; }
    .account-wishlist .item-carrinho .controles .preco {
      margin-bottom: 12px;
      font-weight: bold;
      font-size: 18px;
      text-align: right; }
      .account-wishlist .item-carrinho .controles .preco p {
        margin: 0; }
      .account-wishlist .item-carrinho .controles .preco .preco-antigo {
        text-decoration: line-through;
        font-weight: normal;
        color: #3e3e3e;
        font-size: 13px;
        margin: 0;
        line-height: 120%; }
    .account-wishlist .item-carrinho .controles .btn {
      width: 150px;
      text-transform: uppercase; }

/* ----------- Listagem de pedidos ----------- */
.info-pedido {
  margin-bottom: 30px; }
  @media only screen and (min-width: 768px) {
    .info-pedido > .col-sm-12 {
      display: flex;
      align-items: stretch; } }
  .info-pedido .numero-pedido,
  .info-pedido .data-pedido {
    font-size: 11px; }
    .info-pedido .numero-pedido p,
    .info-pedido .data-pedido p {
      margin-bottom: 0; }
    .info-pedido .numero-pedido p.numero,
    .info-pedido .data-pedido p.numero {
      font-weight: bold;
      font-size: 26px;
      line-height: 100%; }
      .info-pedido .numero-pedido p.numero a,
      .info-pedido .numero-pedido p.numero a:hover,
      .info-pedido .data-pedido p.numero a,
      .info-pedido .data-pedido p.numero a:hover {
        color: #60bfed; }
  .info-pedido .status-pedido {
    margin: 10px 0;
    padding-top: 10px;
    border-top: 1px solid #c0c0c0;
    font-size: 16px;
    font-weight: bold; }
    .info-pedido .status-pedido .fa {
      font-size: 16px; }
    .info-pedido .status-pedido.texto-padrao .fa:before {
      content: "\f017"; }
    .info-pedido .status-pedido.texto-aviso .fa:before {
      content: "\f252"; }
    .info-pedido .status-pedido.texto-perigo .fa:before {
      content: "\f00d"; }
    .info-pedido .status-pedido.texto-sucesso .fa:before {
      content: "\f00c"; }
  .info-pedido .btn {
    text-transform: uppercase;
    letter-spacing: 0.2px;
    width: 100%; }
  .info-pedido .detalhes-pedido,
  .info-pedido .produtos-pedido {
    padding-top: 15px;
    padding-bottom: 15px;
    border: 1px solid #c0c0c0; }
  .info-pedido .produtos-pedido {
    border-left: none;
    display: flex;
    align-items: center;
    position: relative; }
    .info-pedido .produtos-pedido .wrapper-produtos {
      display: flex;
      align-items: center;
      overflow: hidden;
      flex: 1 0 100%; }
    .info-pedido .produtos-pedido .slick-track {
      margin: auto; }
    .info-pedido .produtos-pedido .slick-list {
      width: 100%; }
    .info-pedido .produtos-pedido a {
      outline: none !important; }
    .info-pedido .produtos-pedido a img {
      margin: auto; }
    .info-pedido .produtos-pedido .slider-left,
    .info-pedido .produtos-pedido .slider-right {
      position: absolute;
      cursor: pointer;
      transition: 0.3s all; }
      .info-pedido .produtos-pedido .slider-left.slick-disabled,
      .info-pedido .produtos-pedido .slider-right.slick-disabled {
        opacity: 0.5; }
    .info-pedido .produtos-pedido .slider-left {
      left: 15px; }
    .info-pedido .produtos-pedido .slider-right {
      right: 15px; }

/* ----------- Visualização do pedido ----------- */
.itens-pedido .controls-head {
  width: 95px; }
.itens-pedido .controls {
  display: flex;
  justify-content: space-between; }
  .itens-pedido .controls a {
    margin: 0;
    padding: 10px 12px;
    color: #fff; }
  .itens-pedido .controls .reorder {
    margin-right: 12px; }
.itens-pedido tbody tr {
  border-bottom: 1px solid #c0c0c0; }
.itens-pedido td {
  white-space: nowrap; }

.lista-detalhes p {
  margin-bottom: 2px; }

/*------------------ Carrinho ---------------*/
.carrinho .conteudo-carrinho table .td-thumb,
.quotation .conteudo-carrinho table .td-thumb {
  width: 1px; }
.carrinho .conteudo-carrinho .group-quantidade + a,
.quotation .conteudo-carrinho .group-quantidade + a {
  font-size: 11px;
  font-weight: 500;
  margin-top: 3px;
  color: #de0f4c;
  cursor: pointer; }
  .carrinho .conteudo-carrinho .group-quantidade + a:hover,
  .quotation .conteudo-carrinho .group-quantidade + a:hover {
    color: #ef1757; }
.carrinho .resumo-compra table tbody,
.quotation .resumo-compra table tbody {
  font-size: 12px; }
  .carrinho .resumo-compra table tbody > tr:last-of-type,
  .quotation .resumo-compra table tbody > tr:last-of-type {
    /* Total */
    padding-bottom: 10px;
    font-weight: bold;
    color: #60bfed;
    text-transform: uppercase;
    font-size: 14px; }
  .carrinho .resumo-compra table tbody > tr:first-of-type > td,
  .quotation .resumo-compra table tbody > tr:first-of-type > td {
    padding-top: 10px; }
  .carrinho .resumo-compra table tbody > tr:last-of-type > td,
  .quotation .resumo-compra table tbody > tr:last-of-type > td {
    padding-bottom: 10px; }
.carrinho .resumo-compra table tr,
.quotation .resumo-compra table tr {
  border-top: none !important; }
.carrinho .resumo-compra table td,
.quotation .resumo-compra table td {
  padding-top: 3px;
  padding-bottom: 3px; }
  .carrinho .resumo-compra table td:last-of-type,
  .quotation .resumo-compra table td:last-of-type {
    white-space: nowrap; }
.carrinho .resumo-compra .botao-comprar,
.quotation .resumo-compra .botao-comprar {
  margin-top: 5px; }
  .carrinho .resumo-compra .botao-comprar > a,
  .quotation .resumo-compra .botao-comprar > a {
    width: 100%;
    text-transform: uppercase; }
.carrinho .resumo-compra .table-responsive,
.quotation .resumo-compra .table-responsive {
  margin-bottom: 0; }
.carrinho form > .table-responsive,
.quotation form > .table-responsive {
  margin-bottom: 0; }
.carrinho .panel-group#accordion > .panel,
.quotation .panel-group#accordion > .panel {
  border-top: none;
  border-color: #c0c0c0; }
  .carrinho .panel-group#accordion > .panel, .carrinho .panel-group#accordion > .panel > .panel-heading,
  .quotation .panel-group#accordion > .panel,
  .quotation .panel-group#accordion > .panel > .panel-heading {
    border-radius: 0 0 0 0; }
.carrinho .panel-group#accordion .panel-heading,
.quotation .panel-group#accordion .panel-heading {
  padding-top: 12px;
  padding-bottom: 12px; }
  .carrinho .panel-group#accordion .panel-heading h4,
  .carrinho .panel-group#accordion .panel-heading .fa,
  .quotation .panel-group#accordion .panel-heading h4,
  .quotation .panel-group#accordion .panel-heading .fa {
    font-size: 14px; }
  .carrinho .panel-group#accordion .panel-heading,
  .carrinho .panel-group#accordion .panel-heading a,
  .quotation .panel-group#accordion .panel-heading,
  .quotation .panel-group#accordion .panel-heading a {
    color: #606060; }
.carrinho .panel-group#accordion .panel-body,
.quotation .panel-group#accordion .panel-body {
  border-top: none; }
.carrinho .panel-collapse .form-group,
.quotation .panel-collapse .form-group {
  margin-bottom: 0; }
.carrinho .panel-collapse .form-control,
.quotation .panel-collapse .form-control {
  font-size: 12px;
  height: 30px; }
.carrinho .panel-collapse .btn,
.quotation .panel-collapse .btn {
  font-size: 11px;
  text-transform: uppercase;
  line-height: 15px; }
.carrinho .continuar-comprando,
.quotation .continuar-comprando {
  margin-top: 5px; }
  .carrinho .continuar-comprando a,
  .quotation .continuar-comprando a {
    font-size: 11px;
    color: #0D0D0D; }

/* Modal escolher frete */
.selecione-frete {
  padding: 30px !important; }
  .selecione-frete .botoes-frete {
    display: flex;
    justify-content: space-between;
    margin-top: 15px; }

/* Setinhas do slick */
.product-showcase h3 {
  color: #0D0D0D;
  font-size: 32px;
  margin: 0 0 20px 0;
  text-align: center;
  font-weight: 400;
  position: relative; }
  .product-showcase h3 > span {
    position: relative; }
    .product-showcase h3 > span span {
      font-weight: 600;
      color: #60bfed; }
.product-showcase.product-slick {
  position: relative; }
  .product-showcase.product-slick .slick-controls .slider-left,
  .product-showcase.product-slick .slick-controls .slider-right {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: rgba(96, 191, 237, 0.5);
    transition: .3s ease all; }
    .product-showcase.product-slick .slick-controls .slider-left .fa,
    .product-showcase.product-slick .slick-controls .slider-right .fa {
      font-size: 80px; }
    .product-showcase.product-slick .slick-controls .slider-left:hover,
    .product-showcase.product-slick .slick-controls .slider-right:hover {
      color: #0e0f1e; }
  .product-showcase.product-slick .slick-controls .slider-right {
    right: -45px; }
  .product-showcase.product-slick .slick-controls .slider-left {
    left: -45px; }
  .product-showcase.product-slick .slick-list .product-layout {
    margin-bottom: 0;
    border: 0; }

#bg-servicos {
  position: relative; }
  #bg-servicos.lazy-bg-loaded:before {
    background-image: url("../image/layout/bg-servicos.jpeg"); }
  #bg-servicos:before {
    content: "";
    position: absolute;
    z-index: -2;
    background-attachment: fixed;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    float: left;
    background-position: 10%;
    left: 0;
    right: 0;
    top: 0; }
  #bg-servicos:after {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    float: left;
    background-color: rgba(96, 191, 237, 0.6);
    left: 0;
    right: 0;
    top: 0; }

#module-collection {
  padding: 30px 15px; }
  #module-collection .product-showcase h3 span {
    color: #FFF; }
    #module-collection .product-showcase h3 span span {
      color: #1f2040; }
  #module-collection .thumbnail {
    overflow: hidden; }
    @media only screen and (max-width: 768px) {
      #module-collection .thumbnail {
        margin-left: 15px;
        margin-right: 15px; } }
    #module-collection .thumbnail img {
      transition: 0.3s ease all; }
    #module-collection .thumbnail:hover img {
      transform: scale(1.1); }
  #module-collection .slick-dots li button:before {
    color: #FFF; }
  #module-collection .slick-dots li.slick-active button:before {
    color: #1f2040 !important; }

/* blog home */
#blog-home {
  background-color: #f2f2f2;
  padding: 40px 0 !important;
  margin-bottom: 40px; }
  #blog-home h4 {
    margin-bottom: 0;
    width: 100%;
    margin-top: 0;
    float: left;
    background-color: #FFF;
    padding: 15px;
    border-left: 1px solid #c0c0c0;
    border-bottom: 1px solid #c0c0c0;
    border-right: 1px solid #c0c0c0;
    height: 79px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-weight: normal; }
    #blog-home h4 a {
      color: #0D0D0D;
      transition: all 0.3s;
      width: 100%;
      float: left;
      text-align: center; }
      #blog-home h4 a:hover {
        color: #60bfed;
        transition: all 0.3s; }
  #blog-home .link-image {
    width: 100%;
    float: left;
    overflow: hidden; }
    #blog-home .link-image img {
      border: 1px solid #c0c0c0;
      border-bottom: 0;
      transition: all 0.3s; }
    #blog-home .link-image:hover img {
      transition: all 0.3s;
      transform: scale(1.08); }
  #blog-home .blog-item {
    position: relative; }
  @media only screen and (max-width: 478px) {
    #blog-home h3 {
      font-size: 23px; } }

/* Estilo caixas das páginas de info */
.box-bordered {
  border: 1px solid #c0c0c0;
  padding: 30px;
  margin-bottom: 30px; }

.no-bordered {
  padding: 0;
  border: 0; }

/*----------------- Home ---------------*/
body.common-home #banner-destaques {
  padding: 0 7.5px !important; }
  body.common-home #banner-destaques .item {
    overflow: hidden; }
    body.common-home #banner-destaques .item img {
      transition: 0.3s ease all; }
    body.common-home #banner-destaques .item:hover img {
      transform: scale(1.1); }
  @media only screen and (max-width: 768px) {
    body.common-home #banner-destaques .item {
      padding: 0 7.5px; }
      body.common-home #banner-destaques .item:nth-of-type(1), body.common-home #banner-destaques .item:nth-of-type(2) {
        margin-bottom: 15px; } }
body.common-home #banner-principal,
body.common-home #container-diferenciais,
body.common-home .banner-wrapper,
body.common-home #module-featured,
body.common-home #module-special,
body.common-home #module-special-counter,
body.common-home #module-latest,
body.common-home #module-bestseller {
  margin-bottom: 30px !important; }

/*------------ Mega Filter PRO ---------*/
.mfilter-box .mfilter-content {
  border: none; }
.mfilter-box .mfilter-filter-item {
  margin-bottom: 15px; }
.mfilter-box .mfilter-heading {
  color: #60bfed;
  font-size: 16px;
  font-weight: 500; }
  .mfilter-box .mfilter-heading .mfilter-heading-text {
    width: auto; }
  .mfilter-box .mfilter-heading .mfilter-head-icon {
    margin-top: 5px;
    font-size: 5px;
    color: #60bfed; }
    .mfilter-box .mfilter-heading .mfilter-head-icon .fa {
      font-size: 17px; }
  .mfilter-box .mfilter-heading.mfilter-collapsed .mfilter-head-icon {
    margin-right: 5px;
    margin-top: 5px !important; }
.mfilter-box .mfilter-heading-content {
  border: none;
  padding: 0 3px 15px 0; }
.mfilter-box .mfilter-opts-container {
  border-top: none;
  padding: 0 0 15px 0; }
.mfilter-box #mfilter-opts-search_button {
  background-color: #60bfed !important; }
.mfilter-box #mfilter-opts-price-min,
.mfilter-box #mfilter-opts-price-max {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-bottom: 5px; }
.mfilter-box .mfilter-slider-slider,
.mfilter-box #mfilter-price-slider {
  background: #9a9a9a !important;
  border-radius: 5px !important;
  margin: 10px 0 0 5px !important; }
.mfilter-box .mfilter-slider-slider .ui-slider-handle,
.mfilter-box #mfilter-price-slider .ui-slider-handle {
  left: 0;
  background: #f2f2f2 !important;
  border-radius: 50%;
  width: 15px !important;
  height: 15px !important;
  margin-top: 3px;
  margin-left: -10px !important;
  box-shadow: 1px 1px 6px -2px rgba(0, 0, 0, 0.6); }
.mfilter-box .mfilter-slider-slider .ui-slider-range,
.mfilter-box #mfilter-price-slider .ui-slider-range {
  background: #60bfed !important; }
.mfilter-box .mfilter-tb-as-td {
  border-top: none;
  padding-top: 6px;
  padding-bottom: 6px; }
.mfilter-box .mfilter-tb-as-tr:first-of-type .mfilter-tb-as-td {
  padding-top: 0; }
.mfilter-box .mfilter-iscroll > .scroll-element.scroll-y {
  width: 5px; }
.mfilter-box .mfilter-counter {
  background: #60bfed !important; }
  .mfilter-box .mfilter-counter:after {
    border-right-color: #60bfed !important; }
  .mfilter-box .mfilter-counter.mfilter-close {
    background: url(./mf/images/icons.png?v8) no-repeat 0 0 !important; }
.mfilter-box .mfilter-content > ul + .mfilter-button.mfilter-button-bottom {
  border-top: none;
  padding: 0; }
  .mfilter-box .mfilter-content > ul + .mfilter-button.mfilter-button-bottom a {
    width: 100%; }
    @media screen and (max-width: 768px) {
      .mfilter-box .mfilter-content > ul + .mfilter-button.mfilter-button-bottom a {
        width: 50%; } }
  .mfilter-box .mfilter-content > ul + .mfilter-button.mfilter-button-bottom .mfilter-button-filter {
    color: #fff;
    background-color: #60bfed;
    border: 1px solid #60bfed;
    display: none; }
    @media screen and (max-width: 768px) {
      .mfilter-box .mfilter-content > ul + .mfilter-button.mfilter-button-bottom .mfilter-button-filter {
        display: block; } }
  .mfilter-box .mfilter-content > ul + .mfilter-button.mfilter-button-bottom .mfilter-button-reset {
    background-color: #60bfed;
    color: #FFF;
    border: 1px solid #60bfed; }
  .mfilter-box .mfilter-content > ul + .mfilter-button.mfilter-button-bottom .mfilter-button-filter,
  .mfilter-box .mfilter-content > ul + .mfilter-button.mfilter-button-bottom .mfilter-button-reset {
    font-size: 14px;
    margin-left: 0;
    font-weight: 500;
    padding: 7px; }
    .mfilter-box .mfilter-content > ul + .mfilter-button.mfilter-button-bottom .mfilter-button-filter:hover,
    .mfilter-box .mfilter-content > ul + .mfilter-button.mfilter-button-bottom .mfilter-button-reset:hover {
      background-color: #0e0f1e;
      cursor: pointer;
      color: #fff; }
    .mfilter-box .mfilter-content > ul + .mfilter-button.mfilter-button-bottom .mfilter-button-filter i,
    .mfilter-box .mfilter-content > ul + .mfilter-button.mfilter-button-bottom .mfilter-button-reset i {
      margin-left: 10px; }
  .mfilter-box .mfilter-content > ul + .mfilter-button.mfilter-button-bottom .mfilter-reset-icon {
    margin-right: 5px; }
.mfilter-box .mfilter-filter-item .mfilter-options {
  padding: 0 8px; }
.mfilter-box .mfilter-filter-item .mfilter-iscroll .mfilter-options {
  padding-right: 10px; }

#filtros .row {
  float: right; }

#menu-filtros {
  width: 100%;
  float: left;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background-color: #fafafa;
  padding: 10px 0 12px 0;
  margin-bottom: -25px;
  display: none; }
  #menu-filtros a,
  #menu-filtros #menu-filtros i {
    font-size: 14px;
    color: #000; }
  #menu-filtros i {
    margin-right: 5px; }

#ordenar,
#filtrar {
  width: 50%;
  float: left;
  padding: 0;
  text-align: center;
  font-size: 14px;
  color: #000; }

#ordenar {
  border-right: 1px solid #ccc; }

#showOrdenar .text-right {
  text-align: left;
  margin: 0; }
#showOrdenar select {
  width: 100%;
  margin-bottom: 5px; }

@media only screen and (max-width: 960px) {
  #lhc_status_container {
    position: fixed !important;
    right: 0 !important;
    bottom: 0 !important;
    top: auto !important;
    left: auto !important;
    margin-bottom: 0 !important; } }
.mfilter-counter {
  background: #60bfed;
  color: #ffffff; }
  .mfilter-counter:after {
    border-right-color: #60bfed; }

.mfilter-direction-rtl .mfilter-counter:after {
  left: 100%;
  right: auto;
  border-right-color: transparent;
  border-left-color: #60bfed; }

.mfilter-search #mfilter-opts-search_button {
  background-color: #60bfed; }

.mfilter-free-button {
  background-color: #60bfed;
  border-color: #60bfed; }

.mfilter-box-1 .mfilter-counter {
  background: #60bfed;
  color: #ffffff; }

.mfilter-box-1 .mfilter-counter:after {
  border-right-color: #60bfed; }

.mfilter-box-1.mfilter-direction-rtl .mfilter-counter:after {
  left: 100%;
  right: auto;
  border-right-color: transparent;
  border-left-color: #60bfed; }

.mfilter-box-1 .mfilter-price-inputs {
  display: flex;
  flex-direction: column; }

.mfilter-box-1 .mfilter-content .mfilter-filter-item .mfilter-opts-container #mfilter-opts-price-min,
.mfilter-content .mfilter-filter-item .mfilter-opts-container #mfilter-opts-price-max {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-bottom: 5px; }

.mfilter-free-button {
  margin: 15px 0 0 228px;
  border-color: #60bfed;
  background-color: #60bfed;
  border-radius: 0 5px 5px 0; }

.mfilter-free-container {
  top: 42px;
  z-index: 9999; }

.mfilter-box-1 .mfilter-search #mfilter-opts-search_button {
  background-color: #60bfed; }

.mfilter-box-1 .mfilter-free-button {
  background-color: #60bfed;
  border-color: #60bfed; }

.mfilter-free-container {
  height: 100vh; }

/*------------ Página do produto --------------*/
.visualizar-produto {
  /* Quantidade */ }
  .visualizar-produto .etiquetas {
    margin-top: 10px; }
  .visualizar-produto .titulo h2 {
    float: left;
    font-size: 24px;
    color: #60bfed;
    margin: 0 0 5px 0;
    font-weight: bold;
    line-height: 1.1; }
  .visualizar-produto .subtitulo .marca {
    margin-right: 12px; }
  .visualizar-produto .subtitulo .marca a {
    font-weight: 500;
    color: #60bfed; }
    .visualizar-produto .subtitulo .marca a:hover {
      color: #0e0f1e; }
  .visualizar-produto .subtitulo .classificacao a {
    font-size: 13px;
    color: #0D0D0D; }
    .visualizar-produto .subtitulo .classificacao a, .visualizar-produto .subtitulo .classificacao a:focus {
      text-decoration: none; }
  .visualizar-produto .subtitulo .rating {
    margin-right: 5px; }
  .visualizar-produto .subtitulo + hr {
    margin: 10px 0; }
  .visualizar-produto hr {
    border-color: #c0c0c0;
    margin: 15px 0; }
  .visualizar-produto .dados-produto hr {
    border-color: #dadada; }
  .visualizar-produto .dados-produto #product .form-group {
    margin-bottom: 0; }
  .visualizar-produto .row.detalhes-produto {
    margin-top: 30px; }
  .visualizar-produto .precos p,
  .visualizar-produto .adicional-precos p {
    margin: 0; }
  .visualizar-produto .adicional-precos hr:first-of-type {
    display: none; }
  .visualizar-produto .precos .price-old {
    font-size: 12px;
    line-height: 100%;
    color: #4c4c4c; }
    .visualizar-produto .precos .price-old span {
      text-decoration: line-through; }
  .visualizar-produto .precos .price-new {
    font-size: 32px;
    font-weight: bold;
    line-height: 150%;
    color: #60bfed; }
  .visualizar-produto .precos .a-partir {
    font-size: 12px;
    line-height: 100%;
    color: #999; }
  .visualizar-produto #button-medidas {
    margin-top: 5px;
    line-height: 24px; }
    .visualizar-produto #button-medidas .icone-medidas {
      float: left;
      margin-right: 5px;
      width: 24px;
      height: 24px; }
      .visualizar-produto #button-medidas .icone-medidas svg {
        fill: white;
        width: 100%;
        height: 100%; }
  .visualizar-produto #calcular-frete .panel {
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 0;
    display: flex;
    align-items: center; }
    .visualizar-produto #calcular-frete .panel .row {
      padding: 0;
      display: flex;
      align-items: center; }
    .visualizar-produto #calcular-frete .panel button {
      background-color: #60bfed; }
      .visualizar-produto #calcular-frete .panel button:hover, .visualizar-produto #calcular-frete .panel button:active {
        border-top: none;
        box-shadow: none;
        cursor: default; }
  .visualizar-produto #calcular-frete .panel-heading {
    border: none;
    padding: 0; }
    .visualizar-produto #calcular-frete .panel-heading .btn {
      padding: 0;
      width: 100%;
      border-radius: 0;
      color: #000;
      background: transparent;
      font-size: 16px;
      font-weight: 400; }
      .visualizar-produto #calcular-frete .panel-heading .btn:focus {
        box-shadow: none; }
      .visualizar-produto #calcular-frete .panel-heading .btn .fa {
        transition: 0.3s all;
        transform: rotate(-90deg); }
      .visualizar-produto #calcular-frete .panel-heading .btn.collapsed .fa {
        transform: rotate(0deg); }
    .visualizar-produto #calcular-frete .panel-heading .icone-frete {
      width: 23px;
      height: 22px;
      float: left; }
      .visualizar-produto #calcular-frete .panel-heading .icone-frete svg {
        width: 100%;
        height: 100%;
        fill: #60bfed; }
  .visualizar-produto #calcular-frete .panel-body {
    padding: 0; }
    .visualizar-produto #calcular-frete .panel-body hr {
      border-color: #c0c0c0;
      margin: 20px 0; }
    .visualizar-produto #calcular-frete .panel-body #fretes table {
      font-size: 12px;
      margin: 0; }
      .visualizar-produto #calcular-frete .panel-body #fretes table tr:first-of-type td {
        padding-top: 8px; }
      .visualizar-produto #calcular-frete .panel-body #fretes table tr:last-of-type td {
        padding-bottom: 0; }
      .visualizar-produto #calcular-frete .panel-body #fretes table td {
        padding-left: 0;
        padding-right: 0;
        border: none; }
        .visualizar-produto #calcular-frete .panel-body #fretes table td.preco {
          font-weight: bold;
          white-space: nowrap; }
    .visualizar-produto #calcular-frete .panel-body .btn {
      text-transform: uppercase; }
  .visualizar-produto .wrapper-opcoes .alert {
    margin-top: 10px;
    margin-bottom: 0;
    padding: 5px; }
  .visualizar-produto .wrapper-opcoes .form-group > label {
    font-weight: 500; }
  .visualizar-produto .wrapper-opcoes .form-group .checkbox:last-of-type {
    margin-bottom: 0; }
  .visualizar-produto .wrapper-opcoes .option-image-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-left: -5px; }
  .visualizar-produto .wrapper-opcoes .option-image .label-option-image {
    cursor: pointer;
    margin-left: 5px; }
    .visualizar-produto .wrapper-opcoes .option-image .label-option-image input[type="radio"] {
      visibility: hidden;
      position: absolute; }
      .visualizar-produto .wrapper-opcoes .option-image .label-option-image input[type="radio"]:checked + .cor-img:before {
        visibility: visible;
        opacity: 1; }
      .visualizar-produto .wrapper-opcoes .option-image .label-option-image input[type="radio"]:checked + .cor-img:after {
        visibility: visible;
        bottom: -2px;
        opacity: 1; }
    .visualizar-produto .wrapper-opcoes .option-image .label-option-image .cor-img {
      position: relative;
      box-shadow: 1px 1px 5px -1px rgba(0, 0, 0, 0.35);
      border: none; }
      .visualizar-produto .wrapper-opcoes .option-image .label-option-image .cor-img:before {
        content: "";
        border: 2px solid #168dc6;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        transition: 0.2s;
        opacity: 0;
        visibility: hidden; }
      .visualizar-produto .wrapper-opcoes .option-image .label-option-image .cor-img:after {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\f00c";
        position: absolute;
        background-color: #60bfed;
        color: white;
        bottom: -5px;
        right: -2px;
        border-radius: 50%;
        font-size: 9px;
        padding: 2px;
        transition: 0.3s all;
        opacity: 0;
        visibility: hidden; }
  .visualizar-produto .wrapper-opcoes .label-option-vazio {
    height: 0;
    width: 24px;
    margin-bottom: 0; }
  .visualizar-produto .group-quantidade > .input-group-btn {
    border: 1px solid #c0c0c0;
    background-color: #f9f9f9;
    z-index: 0; }
    .visualizar-produto .group-quantidade > .input-group-btn.group-minus {
      border-right: none; }
      .visualizar-produto .group-quantidade > .input-group-btn.group-minus:hover {
        background-color: #eae5e5; }
    .visualizar-produto .group-quantidade > .input-group-btn.group-plus {
      border-left: none; }
      .visualizar-produto .group-quantidade > .input-group-btn.group-plus:hover {
        background-color: #eae5e5; }
    .visualizar-produto .group-quantidade > .input-group-btn button {
      width: 24px; }
  .visualizar-produto .group-quantidade input {
    border: 1px solid #c0c0c0; }
  .visualizar-produto .quantidade-wrapper {
    padding-right: 0; }
  @media only screen and (min-width: 768px) {
    .visualizar-produto .comprar-wrapper:not(.ata) {
      padding-left: 30px; } }
  .visualizar-produto .comprar-wrapper .btn {
    text-transform: uppercase; }
    .visualizar-produto .comprar-wrapper .btn:hover {
      background-color: #bce4f7; }
  .visualizar-produto .lista-desejos-wrapper.col-lg-6 .btn {
    margin-top: 15px; }
  .visualizar-produto .lista-desejos-wrapper .btn {
    font-weight: normal;
    background-color: #dddddd; }
    .visualizar-produto .lista-desejos-wrapper .btn:hover, .visualizar-produto .lista-desejos-wrapper .btn:active, .visualizar-produto .lista-desejos-wrapper .btn:focus {
      box-shadow: none;
      background-color: #CCCCCC;
      color: #000; }
  .visualizar-produto .vendedor-whatsapp .btn {
    font-weight: normal;
    margin-top: 15px;
    background-color: white;
    color: #25D366;
    transition: .3s ease all;
    border: 1px solid #25D366; }
    .visualizar-produto .vendedor-whatsapp .btn:hover, .visualizar-produto .vendedor-whatsapp .btn:active, .visualizar-produto .vendedor-whatsapp .btn:focus {
      border-color: #1da851;
      color: #1da851; }
  .visualizar-produto #caracteristicas-produto {
    margin-bottom: 20px; }
    .visualizar-produto #caracteristicas-produto .item {
      float: left;
      color: #000;
      font-weight: 400; }
    .visualizar-produto #caracteristicas-produto .item + .item {
      margin-left: 15px;
      padding-left: 15px;
      border-left: 1px solid #000; }
    .visualizar-produto #caracteristicas-produto .icone {
      display: block;
      float: left;
      width: 21px;
      height: 21px; }
      .visualizar-produto #caracteristicas-produto .icone svg {
        max-width: 100%;
        max-height: 100%;
        fill: #60bfed; }
  .visualizar-produto #descricao-produto *:last-child {
    margin-bottom: 0; }
  .visualizar-produto #descricao-produto p.etiquetas a.etiqueta {
    border-radius: 12px;
    padding: 3px 9px;
    margin-left: 3px;
    background-color: #60bfed;
    transition: all 0.3s; }
    .visualizar-produto #descricao-produto p.etiquetas a.etiqueta:hover {
      background-color: #60bfed;
      transition: all 0.3s; }
  .visualizar-produto #descricao-produto .ns-row,
  .visualizar-produto #descricao-produto #product-technical-features-text,
  .visualizar-produto #descricao-produto #product-technical-features {
    max-width: 100%; }
  .visualizar-produto #descricao-produto img, .visualizar-produto #descricao-produto iframe, .visualizar-produto #descricao-produto table {
    max-width: 100%; }
  .visualizar-produto #comentarios-produto .nota-produto span.nota input[type="radio"] {
    display: none; }
  .visualizar-produto #comentarios-produto .nota-produto span.nota label {
    transition: 0.05s all;
    color: #fc0;
    cursor: pointer;
    margin-bottom: 0; }
    .visualizar-produto #comentarios-produto .nota-produto span.nota label:after {
      content: "\f005";
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
  .visualizar-produto #comentarios-produto .nota-produto span.nota.checked ~ .nota label {
    color: #0D0D0D; }
  .visualizar-produto #comentarios-produto .table thead {
    background-color: #efefef; }
  .visualizar-produto #comentarios-produto .table tbody {
    background-color: #fafafa; }
    .visualizar-produto #comentarios-produto .table tbody td {
      border: none; }
      .visualizar-produto #comentarios-produto .table tbody td p:last-of-type {
        margin-bottom: 0; }
  .visualizar-produto #comentarios-produto .table > tbody > tr > td, .visualizar-produto #comentarios-produto .table > tbody > tr > th, .visualizar-produto #comentarios-produto .table > tfoot > tr > td, .visualizar-produto #comentarios-produto .table > tfoot > tr > th, .visualizar-produto #comentarios-produto .table > thead > tr > td, .visualizar-produto #comentarios-produto .table > thead > tr > th {
    padding: 8px 12px; }
  .visualizar-produto #comentarios-produto .modal-content {
    margin-top: 70px; }
  .visualizar-produto .classificacao .rating .fa-star {
    font-size: 15px; }
    .visualizar-produto .classificacao .rating .fa-star.estrela-vazia {
      color: #999; }

.thumbnails {
  overflow: auto;
  clear: both;
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative; }
  .thumbnails .desconto {
    background-color: #60bfed;
    color: #FFF;
    text-transform: uppercase;
    font-weight: bolder;
    font-size: 12px;
    width: auto;
    text-align: center;
    padding: 0 5px;
    position: absolute;
    top: 15px;
    left: 10px;
    z-index: 1;
    letter-spacing: 0.8px;
    cursor: default; }
  .thumbnails .thumb-principal > a {
    /* Thumbnail principal */
    position: relative;
    padding: 0;
    margin-bottom: 0;
    border-radius: 0;
    border-color: #c0c0c0; }
    .thumbnails .thumb-principal > a:after {
      content: "\f1ce";
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      animation: fa-spin 2s infinite linear;
      font-size: 36px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateX(-50%) translateY(-50%);
      color: white;
      visibility: hidden;
      opacity: 0;
      transition: 0.3s all; }
    .thumbnails .thumb-principal > a.loading:after {
      visibility: visible;
      opacity: 0.85;
      text-shadow: 0 0 5px rgba(0, 0, 0, 0.5); }
  .thumbnails > img {
    width: 100%; }
  .thumbnails .image-additional {
    width: 100%;
    float: left;
    overflow: hidden;
    border: 1px solid #c0c0c0;
    border-top: none;
    padding: 8px; }
    .thumbnails .image-additional .item {
      float: left; }
    .thumbnails .image-additional a {
      display: block;
      padding: 5px;
      border: none; }
      .thumbnails .image-additional a + a {
        margin-left: 15px; }
    .thumbnails .image-additional .slick-arrow {
      width: auto;
      height: auto;
      padding: 3px !important;
      background-color: #60bfed;
      z-index: 1; }
      .thumbnails .image-additional .slick-arrow:before {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 22px;
        line-height: 18px;
        opacity: 1;
        color: white; }
      .thumbnails .image-additional .slick-arrow.slick-prev {
        left: 0; }
        .thumbnails .image-additional .slick-arrow.slick-prev:before {
          content: "\f104"; }
      .thumbnails .image-additional .slick-arrow.slick-next {
        right: 0; }
        .thumbnails .image-additional .slick-arrow.slick-next:before {
          content: "\f105"; }
      .thumbnails .image-additional .slick-arrow.slick-disabled {
        opacity: 0.5; }
  .thumbnails .thumbnail {
    margin-bottom: 0;
    outline: 0; }
    .thumbnails .thumbnail:focus {
      outline: none; }

/*------------ Compartilhar ------------*/
.share-wrapper {
  float: left;
  width: 30px;
  height: 30px;
  position: relative;
  margin-left: 15px; }

.share {
  position: absolute;
  z-index: 3;
  transition: 0.3s ease-in-out;
  cursor: pointer;
  /* Responsivo */ }
  .share .icone {
    float: right;
    background-color: rgba(34, 34, 34, 0.4);
    padding: 7px;
    border-radius: 50%;
    position: relative;
    z-index: 2;
    transition: 0.3s ease-in-out; }
    .share .icone img {
      display: block;
      width: 16px;
      position: relative;
      left: -1px; }
  .share .items {
    position: absolute;
    height: 30px;
    width: 0;
    left: 100%;
    background-color: rgba(34, 34, 34, 0.4);
    z-index: -1;
    padding: 2px 0;
    border-radius: 0 25px 25px 0;
    justify-content: space-around;
    align-items: center;
    transition: 0.3s ease-in-out;
    overflow: hidden; }
    .share .items.flex {
      display: flex;
      justify-content: space-between;
      align-items: stretch; }
    .share .items a {
      width: 26px;
      border-radius: 50%;
      float: left;
      transition: 0.3s ease-in-out; }
      .share .items a.facebook {
        background-color: #3b5998; }
      .share .items a.twitter {
        background-color: #69aaf3; }
      .share .items a.whatsapp {
        background-color: #77ba1f; }
      .share .items a > img {
        width: 70%;
        height: 100%;
        margin: auto;
        display: block; }
  .share.open .icone {
    border-radius: 50% 0 0 50%; }
  .share:not(.open) .icone {
    transition-delay: 0.2s; }
  .share.open .items {
    width: 100px;
    padding: 2px 5px; }
  @media screen and (min-width: 768px) {
    .share:hover .icone {
      border-radius: 50% 0 0 50%; }
    .share:not(:hover) .icone {
      transition-delay: 0.2s; }
    .share:hover .items {
      transition-delay: 0.2s;
      width: 100px;
      padding: 2px 5px; }
      .share:hover .items a:hover {
        transform: rotate(360deg); } }

/* ----------- Página de cadastro -----------*/
.account-register .botoes-social {
  margin-left: 10px; }
  .account-register .botoes-social .btn-social-icon {
    border-radius: 50%;
    width: 24px;
    height: 24px;
    line-height: 24px;
    display: inline-block;
    text-align: center;
    color: white; }
    .account-register .botoes-social .btn-social-icon.btn-facebook {
      background-color: #3b5998; }
    .account-register .botoes-social .btn-social-icon.btn-twitter {
      background-color: #55acee; }
.account-register fieldset legend {
  color: #0D0D0D; }
.account-register .rodape-cadastro {
  margin-bottom: 0; }
  .account-register .rodape-cadastro .btn {
    width: 100%; }
  .account-register .rodape-cadastro .disclaimer {
    font-size: 11px;
    text-align: justify;
    bottom: 0; }

/* Box-toggle: elemento com dois inputs, estilo toggle button (usado no cadastro para pessoa física/jurídica) */
.box-toggle {
  display: flex;
  justify-content: center; }
  .box-toggle .box-toggle-opt-wrapper {
    position: relative;
    float: left; }
    .box-toggle .box-toggle-opt-wrapper > input[type="radio"] {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      opacity: 0;
      z-index: 1;
      margin: 0;
      padding: 0;
      border: none;
      cursor: pointer; }
      .box-toggle .box-toggle-opt-wrapper > input[type="radio"]:checked + .box-toggle-opt {
        background-color: #60bfed;
        border: 2px solid #60bfed;
        color: white; }
    .box-toggle .box-toggle-opt-wrapper .box-toggle-opt {
      padding: 5px 15px;
      background-color: #FFF;
      border: 2px solid #60bfed;
      color: #60bfed;
      font-weight: bold;
      transition: 0.15s all ease-out; }
    .box-toggle .box-toggle-opt-wrapper + .box-toggle-opt-wrapper .box-toggle-opt {
      border-left: none !important; }

/* ================== Listagens de produtos =================== */
.cabecalho-listagem {
  margin-bottom: 30px;
  padding-top: 3px;
  /* Estilo do botão "Pesquisar" na página de busca de produtos (product/search) */ }
  .cabecalho-listagem > .row {
    display: flex;
    align-items: center;
    justify-content: flex-start; }
  .cabecalho-listagem h1 {
    margin-bottom: 0; }
  .cabecalho-listagem > div {
    flex: 1 1 0; }
  .cabecalho-listagem .filtros-wrapper .form-group {
    display: flex;
    align-items: center;
    margin-bottom: 0; }
    .cabecalho-listagem .filtros-wrapper .form-group > label {
      margin-right: 15px;
      margin-bottom: 0;
      white-space: nowrap;
      font-size: 13px; }
    .cabecalho-listagem .filtros-wrapper .form-group select.form-control {
      font-size: 11px; }
    .cabecalho-listagem .filtros-wrapper .form-group .form-control {
      height: 24px;
      padding: 3px 9px;
      width: 70%; }
  .cabecalho-listagem #button-search {
    display: block;
    width: 100%; }

.pagination-wrapper {
  display: flex;
  align-items: center; }

/* ================== Estilo paginador ================= */
ul.pagination {
  display: block; }
  ul.pagination li {
    display: inline-block; }
    ul.pagination li.active > span {
      transition: 0.15s all;
      background-color: #60bfed;
      border-color: #60bfed;
      border-radius: 3px;
      margin: 2px;
      padding: 4px 9px; }
    ul.pagination li > a {
      color: #60bfed;
      transition: 0.15s all;
      border: none;
      border-radius: 3px;
      margin: 2px;
      padding: 4px 9px; }

/* ================== Paginas intitucionais ================== */
body[class^="information-information"] #content img {
  max-width: 100%; }

/* ================== Pagina de mapa do site ================== */
body.information-sitemap #content ul {
  list-style: none; }
body.information-sitemap #content div > ul {
  padding-left: 0;
  font-weight: bold;
  text-transform: uppercase; }
  body.information-sitemap #content div > ul a {
    color: #17172f; }
  body.information-sitemap #content div > ul > li {
    margin-bottom: 10px; }
  body.information-sitemap #content div > ul > li > ul > li {
    margin-bottom: 5px; }
    body.information-sitemap #content div > ul > li > ul > li:last-child {
      margin-bottom: 0; }
  body.information-sitemap #content div > ul > li > ul {
    font-weight: normal;
    text-transform: none;
    border-left: 2px solid #1f2040;
    margin-left: 1px;
    padding-left: 25px; }
    body.information-sitemap #content div > ul > li > ul a {
      color: #1f2040; }
    body.information-sitemap #content div > ul > li > ul > li > ul {
      font-weight: 100; }
      body.information-sitemap #content div > ul > li > ul > li > ul a {
        color: #494949; }

/* ================== Menu responsivo ================== */
#menuResponsivo {
  position: fixed;
  left: 0;
  top: 0;
  height: 110vh;
  width: 230px;
  background-color: #FFF;
  z-index: 100001;
  left: -230px;
  border: 0;
  -webkit-transition: 0.3s ease all 0s;
  -moz-transition: 0.3s ease all 0s;
  -ms-transition: 0.3s ease all 0s;
  transition: 0.3s ease all 0s; }
  #menuResponsivo a {
    color: #3c3c3c; }
  #menuResponsivo #categoriasSubmenu > li a {
    color: #0D0D0D; }
  #menuResponsivo.open {
    left: 0; }
  #menuResponsivo .topo {
    padding: 20px;
    background-color: #FFF;
    border-bottom: 1px solid #60bfed;
    text-align: center; }
    #menuResponsivo .topo .logo-wrapper {
      width: 125px;
      margin: 0 auto; }
  #menuResponsivo .corpo {
    overflow-x: hidden;
    overflow-y: auto; }
    #menuResponsivo .corpo::-webkit-scrollbar {
      width: 5px; }
    #menuResponsivo .corpo::-webkit-scrollbar-thumb {
      background: #60bfed;
      border: 0 none transparent;
      border-radius: 0; }
    #menuResponsivo .corpo::-webkit-scrollbar-thumb:hover {
      background: #4d99be; }
    #menuResponsivo .corpo::-webkit-scrollbar-thumb:active {
      background: #306077; }
    #menuResponsivo .corpo::-webkit-scrollbar-track {
      background: transparent;
      border: 0 none transparent; }
    #menuResponsivo .corpo::-webkit-scrollbar-track:hover {
      background: transparent; }
    #menuResponsivo .corpo::-webkit-scrollbar-track:active {
      background: transparent; }
  #menuResponsivo .navbar-nav {
    margin: 5px 0; }
  #menuResponsivo hr {
    border-color: #60bfed;
    margin: 10px 0; }
  #menuResponsivo .menu-responsivo-icons {
    width: 20px;
    height: 20px;
    float: left;
    margin-right: 18px;
    background-repeat: no-repeat;
    background-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"); }
    #menuResponsivo .menu-responsivo-icons.lazy-bg-loaded.menu-responsivo-home {
      background-image: url("../image/layout/menu-responsivo/home.svg"); }
    #menuResponsivo .menu-responsivo-icons.lazy-bg-loaded.menu-responsivo-conta {
      background-image: url("../image/layout/menu-responsivo/conta.svg"); }
    #menuResponsivo .menu-responsivo-icons.lazy-bg-loaded.menu-responsivo-produto {
      background-image: url("../image/layout/menu-responsivo/produto.svg"); }
    #menuResponsivo .menu-responsivo-icons.lazy-bg-loaded.menu-responsivo-categoria {
      background-image: url("../image/layout/menu-responsivo/categoria.svg"); }
    #menuResponsivo .menu-responsivo-icons.lazy-bg-loaded.menu-responsivo-pedido {
      background-image: url("../image/layout/menu-responsivo/pedido.svg"); }
    #menuResponsivo .menu-responsivo-icons.lazy-bg-loaded.menu-responsivo-outlet {
      background-image: url("../image/layout/menu-responsivo/outlet.svg"); }
    #menuResponsivo .menu-responsivo-icons.lazy-bg-loaded.menu-responsivo-desejo {
      background-image: url("../image/layout/menu-responsivo/desejo.svg"); }
  #menuResponsivo .nav > li > a:focus, #menuResponsivo .nav > li > a:hover {
    background-color: #FFF; }
  #menuResponsivo #categoriasSubmenu {
    margin: 0;
    background-color: #f2f2f2; }
    #menuResponsivo #categoriasSubmenu > li a {
      padding-left: 20px; }
    #menuResponsivo #categoriasSubmenu > li.child a {
      padding-left: 30px; }
  #menuResponsivo .dropdown > a i {
    -webkit-transition: 0.3s ease all 0s;
    -moz-transition: 0.3s ease all 0s;
    -ms-transition: 0.3s ease all 0s;
    transition: 0.3s ease all 0s; }
  #menuResponsivo .dropdown > a[aria-expanded="true"] i {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg); }

.menu-responsivo-button {
  cursor: pointer; }

/* ===================== Contato ===================== */
.contact-map .row > div {
  margin-bottom: 15px; }
  .contact-map .row > div p {
    margin-bottom: 3px; }

/* ===================== Newsletter - Home ===================== */
body.checkout-checkout #newsletters {
  display: none; }

#newsletters {
  border-bottom: 1px solid #FFF;
  float: left;
  color: #FFF;
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-top: 30px; }
  #newsletters .row {
    display: flex;
    align-items: center;
    padding-bottom: 30px; }
    #newsletters .row .col-sm-8 .col-sm-4 {
      display: flex;
      justify-content: flex-end; }
  #newsletters h2 {
    color: #FFF;
    font-size: 29px;
    text-transform: uppercase;
    margin: 0;
    line-height: normal; }
  #newsletters p {
    font-size: 15px;
    line-height: 120%;
    margin: 0;
    font-weight: 400;
    color: #FFF; }
  #newsletters .form-group {
    display: flex;
    margin: 0;
    position: relative;
    width: 100%;
    justify-content: flex-end; }
    #newsletters .form-group.hasError input {
      border: 1px solid #de0f4c;
      background-color: white; }
    #newsletters .form-group .error {
      position: absolute;
      top: 100%;
      margin: 0;
      font-size: 12px;
      color: #ffffff;
      background-color: #de0f4c;
      padding: 2px 5px; }
  #newsletters input {
    padding: 7px 15px;
    border: 1px solid #c0c0c0;
    border-right: 0;
    height: auto;
    background: #FFF;
    color: #1f2040; }
    #newsletters input::placeholder {
      color: black;
      font-style: italic;
      font-size: 15px; }
  #newsletters button {
    background: #60bfed;
    color: #FFF;
    text-transform: uppercase;
    padding: 7px 20px;
    font-weight: bold;
    font-size: 18px;
    transition: .3s; }
    #newsletters button:hover {
      border: none;
      color: #FFF;
      background-color: #1273a2; }

/*------------ Efeitos CSS -------------*/
/* Effect 1: Brackets */
.efeito-colchetes a::before, .efeito-colchetes a::after {
  display: inline-block;
  opacity: 0;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
  -moz-transition: -moz-transform 0.3s, opacity 0.2s;
  transition: transform 0.3s, opacity 0.2s; }
.efeito-colchetes a::before {
  margin-right: 0px;
  content: '[';
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  transform: translateX(20px); }
.efeito-colchetes a::after {
  margin-left: 3px;
  content: ']';
  -webkit-transform: translateX(-20px);
  -moz-transform: translateX(-20px);
  transform: translateX(-20px); }
.efeito-colchetes a:hover::before,
.efeito-colchetes a:hover::after,
.efeito-colchetes a:focus::before,
.efeito-colchetes a:focus::after {
  opacity: 1;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  transform: translateX(0px); }

/*------------ Linguagem ---------------*/
#top .pull-right li:last-of-type {
  margin-left: 2px; }
#top .list-inline {
  display: flex;
  align-items: center;
  align-self: center; }
  #top .list-inline .telefone-contato a {
    color: #1f2040;
    font-size: 15px; }
  #top .list-inline .btn {
    padding: 0;
    line-height: initial;
    text-decoration: none;
    outline: none; }
    #top .list-inline .btn:hover, #top .list-inline .btn:after {
      box-shadow: none;
      text-decoration: none;
      outline: none; }
#top .dropdown-menu {
  background-color: white; }
  #top .dropdown-menu .language-select {
    color: #0D0D0D;
    text-align: left;
    font-weight: normal; }
    #top .dropdown-menu .language-select:hover {
      font-weight: bold; }
  #top .dropdown-menu li {
    margin: 5px; }
    #top .dropdown-menu li:first-of-type {
      padding-left: 3px; }
    #top .dropdown-menu li:last-of-type {
      margin-left: 5px;
      margin-right: 0; }

#comment {
  background-color: #EEE;
  padding: 20px;
  border-left: 3px solid #60bfed;
  margin-top: 30px;
  margin-bottom: 30px; }
  #comment button {
    background-color: #60bfed;
    transition: all 0.3s; }
    #comment button:hover {
      background-color: #60bfed;
      transition: all 0.3s; }
  #comment .close {
    background-color: transparent; }
    #comment .close:hover {
      background-color: transparent; }

.text-bold {
  font-weight: bold; }

.icon-button {
  border-radius: 6rem;
  cursor: pointer;
  display: inline-block;
  font-size: 6rem;
  height: 6rem;
  line-height: 6.3rem;
  margin: 0 5px;
  position: relative;
  text-align: center;
  user-select: none;
  width: 6rem; }
  .icon-button .fa {
    font-size: 35px; }
  .icon-button i {
    background: none;
    color: white;
    height: 6rem;
    left: 2px;
    line-height: 6.3rem;
    position: absolute;
    top: 2px;
    transition: all 0.3s;
    width: 6rem;
    z-index: 10; }
  .icon-button span {
    border-radius: 0;
    display: block;
    height: 0;
    left: 50%;
    margin: 0;
    position: absolute;
    top: 50%;
    transition: all 0.3s;
    width: 0; }
  .icon-button:hover span {
    width: 6rem;
    height: 6rem;
    border-radius: 6rem;
    margin: -2.8rem; }
  .icon-button .fa-twitter,
  .icon-button .fa-facebook,
  .icon-button .fa-instagram {
    color: white; }
  .icon-button:hover .fa-twitter, .icon-button:hover .fa-facebook, .icon-button:hover .fa-instagram {
    color: #60bfed; }

.twitter span,
.facebook span,
.twitter span {
  background-color: white; }

#product .table-responsive {
  overflow: auto;
  height: 200px;
  border: none;
  padding: 0;
  margin: 0; }
  #product .table-responsive td {
    padding: 5px; }
#product table#atacado tbody tr td {
  width: auto; }
  #product table#atacado tbody tr td .form-group {
    max-width: 92px; }
    #product table#atacado tbody tr td .form-group input {
      max-width: 80px;
      padding: 6px; }
  #product table#atacado tbody tr td .help-block {
    font-size: 12px;
    margin-bottom: 0; }
  #product table#atacado tbody tr td:last-of-type {
    font-weight: bold; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .visualizar-produto #calcular-frete .panel {
    display: block; }
    .visualizar-produto #calcular-frete .panel .row {
      display: block; } }
#form-upload .form-group {
  margin-bottom: 0; }

form#form-review {
  padding: 0 15px;
  margin-top: 15px; }

.social {
  position: fixed;
  top: 50%;
  perspective: 1000px;
  z-index: 2;
  margin: 0;
  padding: 0;
  right: 0;
  transform: translateY(-50%); }
  @media only screen and (max-width: 425px) {
    .social {
      display: none; } }
  .social li {
    list-style: none;
    height: auto; }
    .social li a {
      display: block;
      height: 40px;
      width: 40px;
      background: #60bfed;
      font: normal normal normal 16px/20px "FontAwesome", "Source Sans Pro", Helvetica, Arial, sans-serif;
      color: #fff;
      -webkit-font-smoothing: antialiased;
      padding: 10px;
      text-decoration: none;
      text-align: center;
      transition: background 0.5s ease 0.3ms; }
      .social li a.fa-whatsapp {
        background: #25D366; }
        .social li a.fa-whatsapp span {
          background-color: #25D366; }
          .social li a.fa-whatsapp span:after {
            border-left: 10px solid #25D366; }
        .social li a.fa-whatsapp:hover {
          background: #1da851; }
      .social li a.fa-facebook {
        background: #3b5998; }
        .social li a.fa-facebook span {
          background-color: #3b5998; }
          .social li a.fa-facebook span:after {
            border-left: 10px solid #3b5998; }
        .social li a.fa-facebook:hover {
          background: #2d4373; }
      .social li a.fa-youtube-play {
        background: #f63948; }
        .social li a.fa-youtube-play span {
          background-color: #f63948; }
          .social li a.fa-youtube-play span:after {
            border-left: 10px solid #f63948; }
        .social li a.fa-youtube-play:hover {
          background: #f10b1d; }
      .social li a.fa-instagram {
        background: #c5317e; }
        .social li a.fa-instagram span {
          background-color: #c5317e; }
          .social li a.fa-instagram span:after {
            border-left: 10px solid #c5317e; }
        .social li a.fa-instagram:hover {
          background: #9c2764; }
      .social li a span {
        width: 100px;
        float: left;
        text-align: center;
        color: #fff;
        margin: -7px -140px;
        padding: 7px;
        transform-origin: 0;
        visibility: hidden;
        opacity: 0;
        transform: rotateY(45deg);
        border-radius: 5px;
        transition: all 0.5s ease 0.3ms; }
        .social li a span:after {
          content: "";
          display: block;
          width: 0;
          height: 0;
          position: absolute;
          right: -20px;
          top: 7px;
          border-right: 10px solid transparent;
          border-bottom: 10px solid transparent;
          border-top: 10px solid transparent; }
      .social li a:hover span {
        visibility: visible;
        opacity: 1;
        transform: rotateY(0); }
    .social li:last-child a {
      border-radius: 0 0 0 5px;
      border-bottom: none; }
    .social li:first-child a {
      border-radius: 5px 0 0 0;
      border-left: none; }

.banner-wrapper .item {
  overflow: hidden; }
  .banner-wrapper .item img {
    transition: all 0.3s; }
  .banner-wrapper .item img:hover {
    transform: scale(1.05); }
  .banner-wrapper .item a:hover img {
    transform: scale(1.05); }
  @media only screen and (max-width: 480px) {
    .banner-wrapper .item ~ .item {
      margin-top: 20px; } }

img.lazy {
  background-color: #F0F0F0; }

#module-special-counter .slick-dots {
  bottom: -40px; }
#module-special-counter .item {
  display: flex;
  flex-wrap: wrap; }
  #module-special-counter .item .contador {
    position: absolute;
    bottom: 0px;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    background-color: #60bfed;
    padding: 5px 5px;
    width: 100%; }
    #module-special-counter .item .contador div {
      float: left;
      margin-left: 5px; }
      #module-special-counter .item .contador div p {
        line-height: 120%;
        text-align: center;
        font-size: 16px;
        font-weight: bold;
        color: #FFF;
        margin: 0; }
        #module-special-counter .item .contador div p:last-child {
          font-weight: normal;
          font-size: 9px; }
  #module-special-counter .item .produto {
    padding: 0;
    position: relative;
    border-radius: 5px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    background-color: #f7f7f7;
    margin-bottom: 2px;
    margin-top: 2px; }
    #module-special-counter .item .produto .desconto {
      background-color: #60bfed;
      color: #FFF;
      text-transform: uppercase;
      font-weight: bolder;
      font-size: 12px;
      width: auto;
      text-align: center;
      padding: 0 5px;
      position: absolute;
      top: 15px;
      right: 15px;
      z-index: 1;
      letter-spacing: 0.8px;
      cursor: default; }
    #module-special-counter .item .produto .image {
      position: relative;
      text-align: center;
      margin-bottom: 12px;
      border-radius: 5px 5px 0 0; }
      #module-special-counter .item .produto .image a {
        display: block;
        overflow: hidden;
        border-radius: 5px 5px 0 0; }
        #module-special-counter .item .produto .image a img {
          margin: 0 auto;
          transition: 0.3s ease all;
          border-radius: 5px 5px 0 0; }
    #module-special-counter .item .produto .name {
      float: left;
      width: 100%;
      margin-bottom: 5px;
      text-align: center;
      padding-left: 10px;
      padding-right: 10px; }
      #module-special-counter .item .produto .name a {
        color: #0D0D0D;
        transition: 0.3s ease all; }
        #module-special-counter .item .produto .name a h4 {
          font-weight: normal;
          display: -webkit-box;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          height: 45px;
          margin: 0 auto;
          font-size: 15px;
          line-height: 1.5;
          overflow: hidden;
          text-overflow: ellipsis; }
    #module-special-counter .item .produto .price {
      width: 100%;
      float: left;
      margin: 5px 0;
      padding-left: 10px;
      padding-right: 10px;
      text-align: center; }
      #module-special-counter .item .produto .price span {
        width: 100%;
        float: left;
        line-height: 120%; }
        #module-special-counter .item .produto .price span span {
          font-size: 12px;
          font-weight: normal; }
      #module-special-counter .item .produto .price .old {
        font-size: 12px;
        color: #0D0D0D;
        text-decoration: line-through; }
      #module-special-counter .item .produto .price .new {
        font-size: 20px;
        font-weight: 900;
        color: #60bfed; }
    #module-special-counter .item .produto .parcelamento {
      width: 100%;
      float: left;
      font-size: 13px;
      color: #5a5a5a;
      margin-bottom: 10px;
      font-weight: 400;
      padding-left: 10px;
      padding-right: 10px;
      text-align: center; }
      #module-special-counter .item .produto .parcelamento p {
        font-size: 11px;
        margin: 0; }
    #module-special-counter .item .produto .actions {
      width: 100%;
      float: left; }
      #module-special-counter .item .produto .actions button {
        width: 100%;
        border: none;
        display: inline-block;
        background-color: #60bfed;
        color: #fff;
        font-weight: bold;
        text-align: center;
        text-transform: uppercase; }
  #module-special-counter .item:hover .produto, #module-special-counter .item:focus .produto, #module-special-counter .item:active .produto {
    transition: all 0.3s; }
    #module-special-counter .item:hover .produto .image a img, #module-special-counter .item:focus .produto .image a img, #module-special-counter .item:active .produto .image a img {
      transform: scale(1.1); }
    #module-special-counter .item:hover .produto .name a, #module-special-counter .item:focus .produto .name a, #module-special-counter .item:active .produto .name a {
      color: #0D0D0D; }
    #module-special-counter .item:hover .produto .actions button, #module-special-counter .item:focus .produto .actions button, #module-special-counter .item:active .produto .actions button {
      background-color: #32ade8; }

textarea {
  resize: none;
  height: 100%; }

#poup-up-users {
  display: inline-block;
  padding: 0;
  overflow: hidden; }
  #poup-up-users .btn-close {
    color: #60bfed;
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 26px;
    z-index: 999; }
    #poup-up-users .btn-close:hover {
      color: rgba(204, 4, 4, 0.8); }

.poup-up-whatsapp {
  background-color: #FFF;
  padding: 0 25px; }
  .poup-up-whatsapp .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center; }
  .poup-up-whatsapp .title-content {
    color: #60bfed;
    text-align: center;
    position: relative;
    margin-bottom: 50px;
    margin-top: 37px;
    font-size: 25px; }
    .poup-up-whatsapp .title-content:after {
      content: "";
      position: absolute;
      left: 50%;
      transform: translate(-50%, 0);
      width: 25px;
      height: 2px;
      background-color: #60bfed;
      top: 45px; }
  .poup-up-whatsapp .card-title {
    width: 100%;
    float: left;
    position: relative; }
    .poup-up-whatsapp .card-title:after {
      content: "";
      position: absolute;
      left: 50%;
      transform: translate(-50%, 0);
      width: 25px;
      height: 2px;
      background-color: #60bfed; }
  .poup-up-whatsapp .card-user {
    width: auto;
    float: left; }
    .poup-up-whatsapp .card-user img {
      width: 130px;
      height: 130px;
      border-radius: 50%;
      object-fit: cover;
      object-position: top;
      float: left;
      box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2); }
  .poup-up-whatsapp h3 {
    color: #60bfed;
    text-align: center;
    width: 100%;
    margin-top: 15px;
    font-size: 20px;
    position: relative;
    margin-bottom: 5px; }
  .poup-up-whatsapp .group-user {
    width: 100%;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    border: 1px solid #dcdcdc;
    padding: 20px 0;
    margin-bottom: 30px;
    cursor: pointer;
    transition: 0.3s;
    background-color: rgba(232, 232, 232, 0.8); }
    .poup-up-whatsapp .group-user:hover {
      transition: 0.3s;
      background-color: rgba(161, 33, 98, 0.07);
      border: 1px solid #60bfed; }
    .poup-up-whatsapp .group-user span {
      width: 100%;
      float: left;
      text-align: center;
      color: #60bfed;
      margin-top: 17px;
      margin-bottom: 9px;
      font-size: 12px;
      text-transform: uppercase;
      font-weight: 600; }
    .poup-up-whatsapp .group-user .button-whatsapp a {
      color: #fff;
      background-color: #4dc247;
      padding: 10px;
      width: auto;
      float: right;
      border-radius: 10px;
      font-size: 14px;
      cursor: pointer;
      font-weight: 600; }
      .poup-up-whatsapp .group-user .button-whatsapp a i {
        font-weight: 600; }
      .poup-up-whatsapp .group-user .button-whatsapp a:hover {
        background-color: #37b531;
        transition: 0.3s; }

#button_pay {
  background-color: #60bfed !important;
  transition: 0.3s;
  border: 1px solid #60bfed !important; }
  #button_pay:hover {
    background-color: #32ade8 !important;
    border: 1px solid #32ade8 !important; }

h3.bordered-title {
  color: #60bfed; }

.header-reduzido-center {
  align-items: center !important; }

.content-featured {
  width: 100% !important;
  float: left; }

.flex-wrap {
  flex-wrap: wrap !important; }

.form-horizontal.form-receita .form-group .control-label {
  margin-bottom: 5px;
  width: 100%;
  text-align: left; }

.mb-15 {
  margin-bottom: 15px; }

.form-horizontal.form-receita .form-group {
  margin: 0;
  margin-bottom: 15px; }

@media only screen and (max-width: 767px) {
  .form-horizontal.form-receita {
    width: 100%; }
    .form-horizontal.form-receita div.pull-right.mb-15 {
      width: 100%; }
      .form-horizontal.form-receita div.pull-right.mb-15 input.btn-primary {
        width: 100%; } }
.content-item-receita .title-receita {
  position: relative;
  margin-bottom: 50px; }
  .content-item-receita .title-receita:after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 2px;
    background-color: #60bfed;
    top: 40px; }
    @media only screen and (max-width: 624px) {
      .content-item-receita .title-receita:after {
        top: 70px; } }
    @media only screen and (max-width: 357px) {
      .content-item-receita .title-receita:after {
        top: 95px; } }
.content-item-receita .pr-50 {
  padding-right: 50px; }
  @media only screen and (max-width: 767px) {
    .content-item-receita .pr-50 {
      padding-right: 15px; } }
.content-item-receita .imagem-explicativo {
  width: 100%;
  float: left;
  margin-bottom: 25px;
  margin-top: 7px; }
  .content-item-receita .imagem-explicativo img {
    width: 100%;
    float: left; }
.content-item-receita .duvidas-explicativo {
  width: 100%;
  float: left; }
  @media only screen and (max-width: 767px) {
    .content-item-receita .duvidas-explicativo {
      border-bottom: 1px solid #60bfed;
      margin-bottom: 15px; } }
  .content-item-receita .duvidas-explicativo .title-explicativo {
    color: #FFF;
    width: 100%;
    float: left;
    text-align: center;
    background-color: #60bfed;
    font-weight: 500;
    padding: 11px 5px;
    margin-bottom: 20px;
    font-size: 20px; }
  @media only screen and (max-width: 1199px) {
    .content-item-receita .duvidas-explicativo .item-duvidas {
      margin-bottom: 15px;
      width: 100%;
      float: left; } }
  .content-item-receita .duvidas-explicativo .item-duvidas .subtitle {
    font-size: 11px;
    width: 100%;
    float: left;
    text-transform: uppercase;
    text-align: center;
    font-weight: 500;
    line-height: normal; }
    @media only screen and (max-width: 767px) {
      .content-item-receita .duvidas-explicativo .item-duvidas .subtitle {
        font-size: 10px; } }
  .content-item-receita .duvidas-explicativo .item-duvidas a {
    width: 100%;
    text-align: center;
    font-weight: 500;
    float: left;
    font-size: 16px; }
    @media only screen and (max-width: 767px) {
      .content-item-receita .duvidas-explicativo .item-duvidas a {
        font-size: 14px; } }
    .content-item-receita .duvidas-explicativo .item-duvidas a .fa {
      font-size: 20px;
      color: #1f2040; }

.pl-0-i {
  padding-left: 0 !important; }

#marcas {
  border: 1px solid #89c97f;
  margin-top: 15px;
  margin-bottom: 30px; }
  @media only screen and (max-width: 991px) {
    #marcas .slick-arrow {
      top: 65%; }
    #marcas img {
      width: 100%; } }
  #marcas .wrap-marcas-title .title-item {
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 0; }
    #marcas .wrap-marcas-title .title-item span {
      background-color: #ffffff;
      padding: 0 25px;
      font-weight: 500;
      font-size: 24px;
      position: relative;
      top: -15px; }
      @media only screen and (max-width: 991px) {
        #marcas .wrap-marcas-title .title-item span {
          font-size: 18px;
          top: -25px;
          width: 100%;
          float: left;
          padding: 0; } }

.table-responsive thead td, .table-carrinho td {
  color: #606060;
  font-weight: 500; }

.bg-content-simulate {
  width: 100%;
  float: left;
  position: relative; }
  .bg-content-simulate .content-image {
    width: 100%;
    float: left;
    z-index: 1; }
    .bg-content-simulate .content-image img {
      width: 100%;
      float: left;
      height: 250px;
      object-fit: cover;
      object-position: center; }
      @media only screen and (max-width: 991px) {
        .bg-content-simulate .content-image img {
          height: 165px; } }
  .bg-content-simulate .filter-image {
    position: absolute;
    z-index: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4); }
  .bg-content-simulate .frase-image {
    width: 100%;
    float: left;
    position: absolute;
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center; }
    .bg-content-simulate .frase-image .frase-item {
      width: 100%;
      float: left;
      margin-bottom: 0;
      color: #FFF;
      position: relative;
      font-size: 40px; }
      @media only screen and (max-width: 991px) {
        .bg-content-simulate .frase-image .frase-item {
          font-size: 25px; }
          .bg-content-simulate .frase-image .frase-item:after {
            width: 40px;
            bottom: -20px; } }
      .bg-content-simulate .frase-image .frase-item:after {
        content: '';
        position: absolute;
        background-color: #60bfed;
        width: 50px;
        height: 3px;
        display: block;
        bottom: -15px;
        left: 47%;
        transform: translate(0, -50%); }

.bg-text-simulate {
  width: 100%;
  float: left;
  margin-bottom: 30px; }
  @media only screen and (max-width: 991px) {
    .bg-text-simulate {
      margin-bottom: 25px; } }
  .bg-text-simulate p, .bg-text-simulate h5 {
    margin-bottom: 0;
    font-size: 16px;
    border-left: 3px solid #60bfed;
    padding-left: 15px;
    background-color: #ececec;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    line-height: 170%;
    color: #606060; }
    @media only screen and (max-width: 991px) {
      .bg-text-simulate p, .bg-text-simulate h5 {
        text-align: justify; } }
  .bg-text-simulate h5 {
    font-size: 18px;
    margin: 0; }
    .bg-text-simulate h5 span {
      color: #60bfed; }

.form-simulate {
  width: 100%;
  float: left; }
  .form-simulate .title-info {
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #606060; }
    @media only screen and (max-width: 991px) {
      .form-simulate .title-info {
        font-size: 16px;
        line-height: 130%; } }
    .form-simulate .title-info i {
      color: #60bfed;
      margin-right: 5px; }
  @media only screen and (max-width: 991px) {
    .form-simulate div.pull-right.mb-15 {
      width: 100%; }
      .form-simulate div.pull-right.mb-15 button {
        width: 100%;
        float: left; } }

.tutorial-simulate {
  display: flex;
  align-items: center; }
  .tutorial-simulate a {
    padding-left: 10px;
    font-size: 24px; }

.poup-simulate .title-info {
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #606060; }
  @media only screen and (max-width: 991px) {
    .poup-simulate .title-info {
      font-size: 16px;
      line-height: 130%; } }
  .poup-simulate .title-info i {
    color: #60bfed;
    margin-right: 5px; }
.poup-simulate p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 170%;
  color: #606060; }
  @media only screen and (max-width: 991px) {
    .poup-simulate p {
      text-align: justify; } }

.result-simulate {
  width: 100%;
  float: left; }
  .result-simulate .title-result {
    width: 100%;
    float: left; }
    .result-simulate .title-result h4 {
      color: #606060;
      font-size: 20px;
      margin-bottom: 30px;
      line-height: normal; }
      @media only screen and (max-width: 991px) {
        .result-simulate .title-result h4 {
          font-size: 18px;
          margin-bottom: 25px; } }
  .result-simulate .result-content-simulate {
    width: 100%;
    float: left; }
    .result-simulate .result-content-simulate .result-content-item {
      width: 100%;
      float: left;
      border: 1px solid #ccc;
      padding: 15px;
      margin-bottom: 15px; }
      .result-simulate .result-content-simulate .result-content-item:last-child {
        margin-bottom: 25px; }
      .result-simulate .result-content-simulate .result-content-item .title-item {
        width: 100%;
        float: left;
        color: #606060;
        font-weight: 500;
        font-size: 18px;
        text-transform: uppercase;
        margin-bottom: 10px; }
        @media only screen and (max-width: 991px) {
          .result-simulate .result-content-simulate .result-content-item .title-item {
            font-size: 16px; } }
      .result-simulate .result-content-simulate .result-content-item .value-item {
        width: 100%;
        float: left;
        font-size: 16px;
        color: #60bfed;
        font-weight: 500;
        text-align: center;
        margin-bottom: 10px; }
        .result-simulate .result-content-simulate .result-content-item .value-item.anual {
          color: #36bd07; }
        .result-simulate .result-content-simulate .result-content-item .value-item.especificacao {
          color: #606060;
          font-weight: 400;
          font-size: 16px; }
          @media only screen and (max-width: 991px) {
            .result-simulate .result-content-simulate .result-content-item .value-item.especificacao {
              font-size: 14px; } }
          .result-simulate .result-content-simulate .result-content-item .value-item.especificacao span {
            color: #60bfed; }
            .result-simulate .result-content-simulate .result-content-item .value-item.especificacao span.anual {
              color: #36bd07;
              font-size: 22px;
              font-weight: 500; }
        .result-simulate .result-content-simulate .result-content-item .value-item:last-child {
          margin-bottom: 0; }
      @media only screen and (max-width: 991px) {
        .result-simulate .result-content-simulate .result-content-item .btn.btn-primary {
          width: 100%;
          margin-bottom: 15px; }
          .result-simulate .result-content-simulate .result-content-item .btn.btn-primary:last-child {
            margin-bottom: 0; } }
      .result-simulate .result-content-simulate .result-content-item .values-especificacao {
        width: 100%;
        float: left;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center; }
        .result-simulate .result-content-simulate .result-content-item .values-especificacao:after {
          content: "";
          background-color: #60bfed;
          height: 3px;
          position: absolute;
          left: 28%;
          transform: translate(0, 0);
          width: 44%;
          top: 29px; }
          @media only screen and (max-width: 1199px) {
            .result-simulate .result-content-simulate .result-content-item .values-especificacao:after {
              width: 56%;
              left: 22%; } }
          @media only screen and (max-width: 767px) {
            .result-simulate .result-content-simulate .result-content-item .values-especificacao:after {
              width: 73%;
              left: 14%; } }
          @media only screen and (max-width: 657px) {
            .result-simulate .result-content-simulate .result-content-item .values-especificacao:after {
              width: 66%;
              left: 17%; } }
          @media only screen and (max-width: 580px) {
            .result-simulate .result-content-simulate .result-content-item .values-especificacao:after {
              width: 85%;
              left: 30px; } }
          @media only screen and (max-width: 410px) {
            .result-simulate .result-content-simulate .result-content-item .values-especificacao:after {
              width: 79%; } }
        .result-simulate .result-content-simulate .result-content-item .values-especificacao .circle-content {
          display: flex;
          width: 100%;
          float: left;
          justify-content: space-between;
          max-width: 800px; }
          @media only screen and (max-width: 767px) {
            .result-simulate .result-content-simulate .result-content-item .values-especificacao .circle-content {
              max-width: 100%; } }
          @media only screen and (max-width: 580px) {
            .result-simulate .result-content-simulate .result-content-item .values-especificacao .circle-content #price-max, .result-simulate .result-content-simulate .result-content-item .values-especificacao .circle-content #price-min {
              position: relative; }
            .result-simulate .result-content-simulate .result-content-item .values-especificacao .circle-content #price-max span {
              position: absolute;
              right: 0;
              margin: 0;
              top: -5px; }
            .result-simulate .result-content-simulate .result-content-item .values-especificacao .circle-content #price-min span {
              position: absolute;
              left: 0;
              margin: 0;
              top: -5px; } }
          .result-simulate .result-content-simulate .result-content-item .values-especificacao .circle-content .value-min, .result-simulate .result-content-simulate .result-content-item .values-especificacao .circle-content .value-max {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            align-items: center;
            position: relative;
            width: 300px;
            margin-bottom: 30px;
            margin-top: 15px; }
            @media only screen and (max-width: 767px) {
              .result-simulate .result-content-simulate .result-content-item .values-especificacao .circle-content .value-min, .result-simulate .result-content-simulate .result-content-item .values-especificacao .circle-content .value-max {
                width: 180px; } }
            @media only screen and (max-width: 580px) {
              .result-simulate .result-content-simulate .result-content-item .values-especificacao .circle-content .value-min, .result-simulate .result-content-simulate .result-content-item .values-especificacao .circle-content .value-max {
                width: 70px; } }
            .result-simulate .result-content-simulate .result-content-item .values-especificacao .circle-content .value-min span, .result-simulate .result-content-simulate .result-content-item .values-especificacao .circle-content .value-max span {
              margin-top: 10px;
              white-space: nowrap; }
          .result-simulate .result-content-simulate .result-content-item .values-especificacao .circle-content i {
            color: #60bfed;
            font-size: 30px; }

.wrap-group-button-result {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.btn-green {
  background-color: #36bd07; }
  .btn-green:hover {
    background-color: #268707 !important;
    transition: 0.3s; }

/*Altura do banner abaixo dos diferenciais*/
div#banner-abaixo-dos-diferenciais, div#banner-abaixo-do-destaque-paralax {
  margin-bottom: 30px; }

#banner-abaixo-do-destaque-paralax .slick-list.draggable {
  border: 8px solid #fff; }

#banner-abaixo-do-destaque-paralax .slick-track {
  overflow: hidden; }

#banner-abaixo-do-destaque-paralax .slick-track img {
  max-width: 100%;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

#banner-abaixo-do-destaque-paralax .slick-track img:hover {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  cursor: pointer; }

#module-instagram {
  color: #0D0D0D;
  margin-bottom: -30px; }
  #module-instagram .col-sm-12 {
    display: flex;
    justify-content: center; }
    #module-instagram .col-sm-12 h3 {
      width: auto;
      float: left;
      font-size: 25px;
      text-align: center;
      margin: 0;
      border-left: 1px solid #60bfed;
      border-top: 1px solid #60bfed;
      border-right: 1px solid #60bfed;
      padding: 10px; }
      #module-instagram .col-sm-12 h3 a {
        font-size: 30px;
        color: #60bfed;
        font-weight: 400; }
  #module-instagram .xtt-instafeed {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    overflow-x: hidden;
    background-color: #1f2040; }
  #module-instagram .xtt-instafeed__list {
    padding-inline-start: 0;
    list-style-type: none;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100vw;
    margin: 0; }
  @media (min-width: 768px) {
    #module-instagram .xtt-instafeed__list {
      display: flex;
      flex-wrap: nowrap; } }
  #module-instagram .xtt-instafeed__photo {
    display: flex; }
  #module-instagram .xtt-instafeed__photo a {
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center; }
    #module-instagram .xtt-instafeed__photo a:hover img {
      transform: scale(1.1); }
  @media (min-width: 768px) {
    #module-instagram .xtt-instafeed__photo a {
      height: calc(100vw / 8); } }
  #module-instagram .xtt-instafeed__photo a img {
    width: 100%;
    height: auto;
    transition: .3s; }
  #module-instagram .xtt-instafeed__photo:nth-child(n+7) {
    display: none; }
  @media (min-width: 768px) {
    #module-instagram .xtt-instafeed__photo:nth-child(n+7) {
      display: flex; } }
  @media (min-width: 768px) {
    #module-instagram .xtt-instafeed__photo {
      width: calc(100vw / 8);
      height: calc(100vw / 4); }
    #module-instagram .xtt-instafeed__photo:nth-child(even) {
      align-items: flex-end; } }

@media (min-width: 1024px) {
  #module-special-counter img.lazy, #module-featured img.lazy, #module-special img.lazy, #module-latest img.lazy, #module-bestseller img.lazy, #produtos-relacionados img.lazy, .product-thumb img.lazy, .module-products-category img.lazy {
    width: 360px;
    height: 240px; }

  #carrossel-parceiros img.lazy {
    width: 300px;
    height: 200px; }

  #module-collection img.lazy, .information-collection img.lazy {
    width: 360px;
    height: 200px; }

  #blog-home img.lazy {
    width: 360px;
    height: 200px; }

  #disclaimer img.lazy {
    width: 66px;
    height: 45px; }

  footer img.lazy {
    width: 210px;
    height: 140px; }

  .visualizar-produto .thumb-principal img.lazy {
    width: 450px;
    height: 270px; }
  .visualizar-produto .image-additional img.lazy {
    width: 78px;
    height: 56px; } }
#button-cart {
  background-color: #1f2040;
  font-weight: bold;
  text-transform: uppercase; }
  #button-cart:hover, #button-cart:active, #button-cart.active, #button-cart:focus {
    background-color: #0e0f1e; }

#button-cart, .botao-comprar a, #finalizar-entrega, #button-confirm, #cart .btn.comprar {
  background-color: #28b84f;
  font-weight: bold;
  text-transform: uppercase; }
  #button-cart:hover, #button-cart:active, #button-cart.active, #button-cart:focus, .botao-comprar a:hover, .botao-comprar a:active, .botao-comprar a.active, .botao-comprar a:focus, #finalizar-entrega:hover, #finalizar-entrega:active, #finalizar-entrega.active, #finalizar-entrega:focus, #button-confirm:hover, #button-confirm:active, #button-confirm.active, #button-confirm:focus, #cart .btn.comprar:hover, #cart .btn.comprar:active, #cart .btn.comprar.active, #cart .btn.comprar:focus {
    background-color: #21a044; }

#maintenance {
  padding: 100px 0; }

#home #content #banner-principal.fullwidth {
  margin-bottom: 0 !important; }

/*Responsivo Produtos*/
@media only screen and (max-width: 769px) {
  #banner-categoria.banner-wrapper {
    margin-bottom: 30px !important; }
    #banner-categoria.banner-wrapper a {
      width: 100%;
      float: left; }
      #banner-categoria.banner-wrapper a img {
        width: 100%;
        float: left; }

  #module-featured .slider-left, #module-featured .slider-right, #module-bestseller .slider-left, #module-bestseller .slider-right, #module-special .slider-left, #module-special .slider-right, #module-special-counter .slider-left, #module-special-counter .slider-right, #module-featured .slider-left, #module-featured .slider-right, #carrossel-marcas .slider-nav-button.slider-left, #carrossel-marcas .slider-nav-button.slider-right, #module-latest .slider-left, #module-latest .slider-right {
    display: none; }

  #module-featured.container, #module-featured.container {
    margin-bottom: 50px; } }
/*Correção de alinhamento */
header.reduzido .item-header.logo-wrapper img {
  max-width: 170px; }

.whatsapp-chat {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 225px;
  z-index: 2;
  position: fixed;
  bottom: 30px;
  right: 10px;
  background-color: #25D366;
  border-radius: 12px;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  padding: 10px;
  color: #0D0D0D;
  transition: .3s ease all; }
  @media (max-width: 768px) {
    .whatsapp-chat {
      bottom: 10px;
      width: 60px;
      height: 60px;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 50%; }
      .whatsapp-chat i {
        padding: 5px; } }
  .whatsapp-chat i.fa-whatsapp {
    transition: .3s ease all;
    color: #FFF;
    margin-right: 10px; }
    @media (max-width: 768px) {
      .whatsapp-chat i.fa-whatsapp {
        margin-right: 0; } }
  .whatsapp-chat p {
    font-size: 12px;
    transition: all 0.3s;
    color: #0D0D0D;
    margin: 0; }
    @media (max-width: 768px) {
      .whatsapp-chat p {
        display: none; } }
    .whatsapp-chat p strong {
      font-size: 14px;
      transition: all 0.3s;
      color: #0D0D0D;
      font-weight: 500; }
  .whatsapp-chat:hover p {
    color: #FFF;
    transition: all 0.3s; }
    .whatsapp-chat:hover p strong {
      color: #FFF;
      transition: all 0.3s; }

@media only screen and (max-width: 768px) {
  #pesquisa-pneu {
    background-color: #565656; } }
#pesquisa-pneu .container {
  position: relative; }
  #pesquisa-pneu .container form {
    position: absolute;
    top: 48px;
    left: 30px;
    width: 300px;
    padding: 20px 20px 112px 20px;
    background-color: #565656;
    box-shadow: 0 1pt 12pt rgba(0, 0, 0, 0.15);
    background-image: url("../image/layout/bg_filtro.png");
    background-position: center bottom;
    background-repeat: no-repeat; }
    @media only screen and (max-width: 1024px) {
      #pesquisa-pneu .container form {
        top: 0; } }
    @media only screen and (max-width: 768px) {
      #pesquisa-pneu .container form {
        position: relative;
        left: 0;
        width: 100%;
        float: left;
        box-shadow: none; } }
    #pesquisa-pneu .container form legend {
      text-align: center;
      font-weight: bold;
      text-transform: uppercase;
      color: #FFF;
      border-color: #FFF; }
      @media only screen and (max-width: 768px) {
        #pesquisa-pneu .container form legend {
          text-align: left; } }
    #pesquisa-pneu .container form .form-group {
      margin-bottom: 15px; }

#call-to-action {
  padding: 40px 0 !important;
  margin: 0 0 30px 0;
  background-color: #565656; }
  @media only screen and (max-width: 425px) {
    #call-to-action {
      padding: 30px 0 !important; } }
  #call-to-action .title {
    text-transform: uppercase;
    color: #FFF; }
  #call-to-action .description {
    color: #FFF;
    margin: 0; }
  #call-to-action .action {
    float: left;
    border: 1px solid #FFF;
    padding: 20px;
    color: #FFF;
    transition: 0.3s ease all;
    margin-top: -3px; }
    @media only screen and (max-width: 425px) {
      #call-to-action .action {
        margin-top: 30px; } }
    #call-to-action .action:hover {
      background-color: #60bfed;
      border-color: #60bfed; }
  @media only screen and (max-width: 425px) {
    #call-to-action .col-sm-6:first-child img {
      margin-bottom: 20px; } }

#carrossel-marcas {
  background-color: #ffffff;
  padding: 40px 0 !important; }
  #carrossel-marcas .slider-left, #carrossel-marcas .slider-right {
    top: 46%; }
  #carrossel-marcas img {
    transition: 0.3s ease all; }
    #carrossel-marcas img:hover {
      transform: scale(1.1); }

body:not(.common-home) #content {
  margin-bottom: 20px; }

@media only screen and (max-width: 1024px) {
  body.common-home .slider-left, body.common-home .slider-right {
    display: none; } }
.slick-dots li button:before {
  font-size: 14px !important; }

.slick-dots li.slick-active button:before {
  color: #60bfed !important; }

#product .wrapper-opcoes .row-opcoes .checkbox {
  display: block;
  width: 100%;
  float: left; }
  #product .wrapper-opcoes .row-opcoes .checkbox label {
    white-space: nowrap; }

.bg-module-latest {
  width: 100% !important;
  float: left;
  background-color: #1f2040;
  padding: 40px 0 0 0 !important;
  margin-bottom: 30px !important;
  position: relative; }
  .bg-module-latest #module-latest {
    margin-bottom: 0 !important; }

.bg-module-special {
  width: 100% !important;
  float: left;
  padding: 30px 0 34px 0 !important;
  position: relative;
  margin-bottom: 34px;
  margin-top: 3px; }
  .bg-module-special .product-showcase.product-slick .slick-controls .slider-left, .bg-module-special .product-showcase.product-slick .slick-controls .slider-right {
    top: 50%;
    color: rgba(255, 255, 255, 0.5); }
    .bg-module-special .product-showcase.product-slick .slick-controls .slider-left:hover, .bg-module-special .product-showcase.product-slick .slick-controls .slider-right:hover {
      color: #60bfed; }
  .bg-module-special .product-thumb {
    background-color: #60bfed; }
  .bg-module-special .product-showcase h3 {
    color: #FFF; }
    .bg-module-special .product-showcase h3 > span span {
      color: #FFF; }
  @media only screen and (max-width: 1199px) {
    .bg-module-special {
      padding-bottom: 7px !important; } }
  .bg-module-special #module-special-counter .item .contador {
    background-color: #60bfed; }
  .bg-module-special:after {
    content: "";
    position: absolute;
    width: 100%;
    float: left;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background-image: url("/catalog/view/theme/default/image/layout/bg-1.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
  .bg-module-special:before {
    content: "";
    position: absolute;
    width: 100%;
    float: left;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -2; }

body.common-home #module-special, body #produtos-relacionados {
  margin-bottom: 0 !important; }
  @media only screen and (max-width: 1199px) {
    body.common-home #module-special, body #produtos-relacionados {
      padding-bottom: 40px; }
      body.common-home #module-special .slick-dots, body #produtos-relacionados .slick-dots {
        bottom: -45px; }
        body.common-home #module-special .slick-dots button:before, body #produtos-relacionados .slick-dots button:before {
          color: #0D0D0D; } }

.wrap-clubearmas {
  width: 100%;
  float: left; }
  .wrap-clubearmas .d-flex-order {
    display: flex;
    flex-wrap: wrap; }
  .wrap-clubearmas .pd-0 {
    padding: 0; }
  .wrap-clubearmas .order-responsive-1 {
    order: 2; }
    @media only screen and (max-width: 1199px) {
      .wrap-clubearmas .order-responsive-1 {
        order: 1; } }
  .wrap-clubearmas .order-responsive-2 {
    order: 1; }
    @media only screen and (max-width: 1199px) {
      .wrap-clubearmas .order-responsive-2 {
        order: 2; } }
  .wrap-clubearmas .mbb-50 {
    margin-bottom: 50px; }
  @media only screen and (max-width: 1199px) {
    .wrap-clubearmas .flex-wrap-resonsive {
      flex-wrap: wrap; }
      .wrap-clubearmas .flex-wrap-resonsive img {
        margin-top: 15px; } }
  .wrap-clubearmas .wrap-item-clubetiro-logo {
    width: 100%;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 30px; }
    @media only screen and (max-width: 1199px) {
      .wrap-clubearmas .wrap-item-clubetiro-logo {
        justify-content: center; } }
    .wrap-clubearmas .wrap-item-clubetiro-logo img {
      width: 280px; }
  .wrap-clubearmas .wrap-item-clubetiro {
    width: 100%;
    float: left;
    padding-top: 40px;
    border-top: 1px solid #ccc; }
    .wrap-clubearmas .wrap-item-clubetiro .clubetiro-text {
      width: 100%;
      float: left;
      display: flex;
      flex-wrap: nowrap;
      align-items: center; }
      @media only screen and (max-width: 1199px) {
        .wrap-clubearmas .wrap-item-clubetiro .clubetiro-text {
          margin-bottom: 30px; } }
      @media only screen and (max-width: 480px) {
        .wrap-clubearmas .wrap-item-clubetiro .clubetiro-text {
          flex-wrap: wrap;
          justify-content: center;
          align-items: center; } }
      .wrap-clubearmas .wrap-item-clubetiro .clubetiro-text .icon-item {
        width: 100px;
        float: left; }
        .wrap-clubearmas .wrap-item-clubetiro .clubetiro-text .icon-item img {
          width: 100%;
          float: left; }
          @media only screen and (max-width: 1199px) {
            .wrap-clubearmas .wrap-item-clubetiro .clubetiro-text .icon-item img {
              margin-top: 0; } }
          @media only screen and (max-width: 480px) {
            .wrap-clubearmas .wrap-item-clubetiro .clubetiro-text .icon-item img {
              margin-bottom: 30px; } }
      .wrap-clubearmas .wrap-item-clubetiro .clubetiro-text .text-item {
        width: 100%;
        float: left;
        padding-left: 15px; }
        .wrap-clubearmas .wrap-item-clubetiro .clubetiro-text .text-item h3 {
          color: #42393a;
          font-size: 25px; }
          @media only screen and (max-width: 1199px) {
            .wrap-clubearmas .wrap-item-clubetiro .clubetiro-text .text-item h3 {
              margin-bottom: 5px; } }
        .wrap-clubearmas .wrap-item-clubetiro .clubetiro-text .text-item p {
          margin-bottom: 0;
          font-size: 16px;
          line-height: 170%;
          color: #42393a; }
    .wrap-clubearmas .wrap-item-clubetiro .clubetiro-image {
      width: 100%;
      float: left; }
      @media only screen and (max-width: 1199px) {
        .wrap-clubearmas .wrap-item-clubetiro .clubetiro-image {
          border-bottom: 1px solid #ccc;
          padding-bottom: 60px; } }
      .wrap-clubearmas .wrap-item-clubetiro .clubetiro-image img {
        width: 100%;
        float: left;
        height: 330px;
        object-fit: cover;
        object-position: center;
        border-radius: 15px;
        box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2); }
        @media only screen and (max-width: 480px) {
          .wrap-clubearmas .wrap-item-clubetiro .clubetiro-image img {
            height: auto; } }

@media only screen and (max-width: 1199px) {
  body.common-home #module-featured, body.common-home #module-latest, body.common-home #module-bestseller {
    padding-bottom: 15px; }
    body.common-home #module-featured .slick-dots, body.common-home #module-latest .slick-dots, body.common-home #module-bestseller .slick-dots {
      bottom: -45px; } }

#banner-triplo .item:last-child .slick-list {
  margin-bottom: 0 !important; }

.description-default {
  width: 100%;
  float: left;
  margin-top: 15px; }
  .description-default h1, .description-default h2, .description-default h3, .description-default h4, .description-default h5, .description-default h6 {
    margin: 0;
    font-weight: 400;
    margin-bottom: 15px;
    color: #0D0D0D;
    line-height: 130%; }
  .description-default h1 {
    font-size: 35px !important; }
  .description-default h2 {
    font-size: 31px !important; }
  .description-default h3 {
    font-size: 28px !important; }
  .description-default h4 {
    font-size: 24px !important; }
  .description-default h5 {
    font-size: 20px !important; }
  .description-default h6 {
    font-size: 18px; }
  .description-default p {
    font-size: 16px !important;
    line-height: 170% !important;
    margin: 0 !important;
    margin-bottom: 15px !important;
    width: 100%;
    float: left; }
    .description-default p span {
      margin-bottom: 15px !important;
      font-size: 16px !important; }
      .description-default p span:last-child {
        margin-bottom: 0 !important; }
  .description-default li {
    font-size: 16px !important;
    margin-bottom: 15px !important; }
    .description-default li:last-child {
      margin-bottom: 0 !important; }
  .description-default blockquote {
    border-left: 3px solid #60bfed;
    width: 100%;
    float: left;
    padding: 15px !important;
    margin: 0;
    margin-bottom: 15px !important;
    background-color: #efefef; }
  .description-default img {
    width: 100% !important;
    float: left;
    height: auto; }
  .description-default iframe {
    width: 100% !important;
    float: left; }
  .description-default a {
    color: #60bfed;
    transition: all 0.3s;
    font-size: 16px !important; }
    .description-default a:hover {
      color: #60bfed;
      transition: all 0.3s; }

.module-products-category, #module-reviews {
  margin-bottom: 60px; }

#module-reviews .thumbnail {
  margin-bottom: 0; }
  #module-reviews .thumbnail .avatar {
    margin: 0 auto 10px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #c0c0c0;
    background-color: #c0c0c0;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    color: #FFF; }
  #module-reviews .thumbnail h3 {
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 27px;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis; }
  #module-reviews .thumbnail p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 63px;
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis; }

.product-layout .product-thumb span[class="old"][style="text-decoration: none;"] {
  height: 14px; }
.product-layout .product-thumb .price span span {
  height: 0;
  position: relative;
  top: -2px;
  font-weight: 600; }

.d-block {
  display: block; }

.d-none {
  display: none; }

#banner-duplo {
  margin-top: 3px; }

.cc-color-override--1360619034 .cc-highlight .cc-btn:first-child {
  color: #FFF !important; }

.cc-color-override--1360619034.cc-window {
  background-color: #60bfed !important; }

.cc-color-override--1360619034 .cc-btn {
  color: #60bfed !important; }

.cc-color-override--1360619034.cc-revoke {
  background-color: #60bfed !important; }

#module-featured .product-showcase.product-slick .slick-controls .slider-left, #module-featured .product-showcase.product-slick .slick-controls .slider-right, #module-bestseller .product-showcase.product-slick .slick-controls .slider-left, #module-bestseller .product-showcase.product-slick .slick-controls .slider-right, #module-special .product-showcase.product-slick .slick-controls .slider-left, #module-special .product-showcase.product-slick .slick-controls .slider-right, #module-special-counter .product-showcase.product-slick .slick-controls .slider-left, #module-special-counter .product-showcase.product-slick .slick-controls .slider-right {
  top: 250px; }

#carrossel-parceiros {
  margin-bottom: 25px; }
  #carrossel-parceiros img {
    margin: 0 auto; }

#banner-secundario, #banner-duplo {
  border-radius: 8px; }
  #banner-secundario .slick-list.draggable, #banner-duplo .slick-list.draggable {
    border-radius: 8px; }
  #banner-secundario img, #banner-duplo img {
    width: 100%;
    float: left;
    border-radius: 8px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    margin-bottom: 2px; }

.module-products-category .see-more {
  margin: 15px auto 0 auto; }

#back-top-seta a, .cc-animate.cc-revoke.cc-bottom {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2); }

.modal-content {
  top: 35px; }

.w-100 {
  width: 100%; }

.mtt-15 {
  margin-top: 15px; }

button[data-target="#tamanhosconversaoModal"] {
  margin-top: 10px;
  line-height: 24px; }
  @media only screen and (max-width: 1199px) {
    button[data-target="#tamanhosconversaoModal"] {
      width: 100%;
      white-space: normal; } }

.ask-content h3 {
  color: #1f2040;
  padding: 15px;
  background-color: #d9d9d9;
  margin-bottom: 0; }
.ask-content .collapse {
  border-top: 1px solid #bfbfbf;
  padding: 15px;
  margin-bottom: 15px;
  background-color: #f3f3f3; }

.title-table-medida {
  position: sticky;
  top: 0;
  position: -webkit-sticky;
  background-color: #FFF;
  padding: 10px 0 10px 0;
  margin-bottom: 0; }
  @media only screen and (max-width: 1199px) {
    .title-table-medida {
      height: 45px;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      font-size: 16px; } }

.subtitle-table-medida {
  position: sticky;
  top: 38px;
  position: -webkit-sticky;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.07), 0 1px 1px -2px rgba(0, 0, 0, 0.07), 0 1px 5px 0 rgba(0, 0, 0, 0.05); }
  @media only screen and (max-width: 1199px) {
    .subtitle-table-medida {
      top: 43px; } }

.table-height-medida {
  height: auto !important;
  max-height: 385px;
  margin-bottom: 30px !important;
  border: 1px solid #dfdfdf !important; }
  .table-height-medida:last-child {
    padding-bottom: 0 !important;
    border-bottom: 0 !important;
    margin-bottom: 0 !important; }

.btn-modal-medida .icone-medidas {
  float: left;
  margin-right: 5px;
  width: 24px;
  height: 24px; }
  .btn-modal-medida .icone-medidas svg {
    fill: white;
    width: 100%;
    height: 100%; }

.text-medidas-tutorial {
  margin-bottom: 0;
  margin-top: 22px !important;
  width: 100%;
  float: left; }

.youtube.slick-slide.youtube {
  height: 450px !important; }
.youtube.slick-slide iframe {
  width: 100% !important;
  float: left !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  height: 1085px !important; }

header .item-header.cart-wrapper #cart button svg {
  width: 45px; }
  header .item-header.cart-wrapper #cart button svg path {
    fill: #60bfed; }
header .item-header.account-wrapper .account-icon svg {
  width: 50px; }
  header .item-header.account-wrapper .account-icon svg path {
    fill: #60bfed; }

#descricao-produto p {
  font-weight: 400;
  line-height: 170%; }
  #descricao-produto p b, #descricao-produto p strong {
    display: inline;
    font-weight: bold; }
#descricao-produto h1, #descricao-produto h2, #descricao-produto h3, #descricao-produto h4, #descricao-produto h5, #descricao-produto h6 {
  margin-top: 0 !important;
  color: #60bfed !important;
  font-weight: 800 !important;
  margin-bottom: 15px !important;
  line-height: 110% !important; }
#descricao-produto h1 {
  font-size: 26px; }
#descricao-produto h2 {
  font-size: 24px; }
#descricao-produto h3 {
  font-size: 22px; }
#descricao-produto h4 {
  font-size: 20px; }
#descricao-produto h5 {
  font-size: 18px; }
#descricao-produto h6 {
  font-size: 16px; }
#descricao-produto ul li {
  font-weight: 400; }

.month-product {
  font-size: 18px;
  display: inline;
  margin-left: 0; }

.form-control {
  font-weight: normal; }

#comentarios-produto table {
  margin-top: 15px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2); }
#comentarios-produto thead {
  background-color: #FFF !important;
  border-bottom: 1px solid #DDD !important; }
  #comentarios-produto thead td {
    color: #60bfed; }
#comentarios-produto tbody {
  background-color: #fafafa; }
  #comentarios-produto tbody td {
    font-weight: normal !important; }

#popupenter {
  background-color: #fff !important;
  padding-top: 39px; }

.price-color {
  color: #60bfed;
  font-weight: 600; }

/*# sourceMappingURL=stylesheet.css.map */
