/**
  #1c55e0

  #eef5f9
*/

html {
  touch-action: auto;
}

body {
    background-color: #f7f7f7;
    /*background-color: #eef5f9;*/
    font-family: 'Nunito', sans-serif;
    font-size: 10pt;
    line-height: 1;
}

a:hover {
  text-decoration: none;
 }

.img-wrap {
  text-align: center;
  display: block; }
  .img-wrap img {
    max-width: 100%; }

.icon-wrap {
  text-align: center;
  display: inline-block; }

.price-wrap {
  letter-spacing: -0.7px; }

.content-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 2rem 2.3rem; }

/* =================  DEFINED VARIABLES =================== */
.icon-xs, .icon-sm, .icon-md, .icon-lg {
  display: inline-block;
  text-align: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0; }

.icon-xs {
  width: 32px;
  height: 32px;
  line-height: 32px !important;
  font-size: 16px; }

.icon-sm {
  width: 48px;
  height: 48px;
  line-height: 48px !important;
  font-size: 20px; }

.icon-md {
  width: 60px;
  height: 60px;
  line-height: 60px !important;
  font-size: 28px; }

.icon-lg {
  width: 96px;
  height: 96px;
  line-height: 96px !important;
  font-size: 42px; }

.img-xs, .img-sm, .img-md, .img-lg {
  -o-object-fit: cover;
     object-fit: cover;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0; }

.img-xs {
  width: 40px;
  height: 40px; }

.img-sm {
  width: 80px;
  height: 80px; }

.img-md {
  width: 140px;
  height: 140px; }

.img-lg {
  width: 250px;
  height: 250px; }

.center-xy {
  top: 50%;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.center-y {
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

.center-x {
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }

.vh-100 {
  height: 100vh; }

.overflow-h {
  overflow: hidden; }

.flip-h {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1); }

.opacity {
  opacity: .5; }

[class*="hover-"] {
  -webkit-transition: .5s;
  transition: .5s; }

.hover-bg:hover {
  background: #3167eb;
  /* For browsers that do not support gradients */
  /* For Safari 5.1 to 6.0 */
  /* For Opera 11.1 to 12.0 */
  /* For Firefox 3.6 to 15 */
  background: -webkit-gradient(linear, left top, right bottom, from(#3167eb), to(#3167eb));
  background: linear-gradient(to bottom right, #3167eb, #3167eb);
  /* Standard syntax */
  -webkit-transition: .5s;
  transition: .5s; }

.hover-zoom:hover {
  -webkit-transition: .5s;
  transition: .5s;
  -webkit-transform: scaleX(1);
          transform: scaleX(1); }

/* ============== spacing ============== */
.padding-y {
  padding-top: 40px;
  padding-bottom: 40px; }

.padding-top {
  padding-top: 40px; }

.padding-bottom {
  padding-bottom: 40px; }

.padding-y-lg {
  padding-top: 80px;
  padding-bottom: 80px; }

.padding-top-lg {
  padding-top: 80px; }

.padding-bottom-lg {
  padding-bottom: 80px; }

.padding-y-sm {
  padding-top: 20px;
  padding-bottom: 20px; }

.padding-top-sm {
  padding-top: 20px; }

.padding-bottom-sm {
  padding-bottom: 20px; }

.relative {
  position: relative; }

.absolute {
  position: absolute; }

var {
  font-style: normal; }

figure {
  margin-bottom: 0; }

.form-noborder input, .form-noborder select, .form-noborder .btn {
  border: 0; }
.form-noborder select.form-control-lg:not([size]):not([multiple]) {
  height: 2.875rem; }

/* all clearfix */
article:after,
.form-group:after {
  display: block;
  clear: both;
  content: ""; }

/* -------------------- small grid gutter --------------------- */
.row-sm {
  margin-right: -7px;
  margin-left: -7px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.row-sm > [class^="col"] {
  padding-left: 7px;
  padding-right: 7px; }

.bg {
  background-color: #f8f9fa; }

.bg-white {
  background-color: #fff; }

.bg-orange {
  background-color: #ff9017; }

.bg-green {
  background-color: #00b517; }

.bg-blue {
  background-color: #3167eb; }

.bg-red {
  background-color: #fa3434; }

.bg-gradient-blue {
  background: rgba(33, 37, 41, 0.4);
  /* For browsers that do not support gradients */
  /* For Safari 5.1 to 6.0 */
  /* For Opera 11.1 to 12.0 */
  /* For Firefox 3.6 to 15 */
  background: -webkit-gradient(linear, left top, right bottom, from(rgba(49, 103, 235, 0.9)), to(rgba(33, 37, 41, 0.4)));
  background: linear-gradient(to bottom right, rgba(49, 103, 235, 0.9), rgba(33, 37, 41, 0.4));
  /* Standard syntax */
  -webkit-transition: .5s;
  transition: .5s; }

.bg-gradient-green {
  background: rgba(33, 37, 41, 0.4);
  /* For browsers that do not support gradients */
  /* For Safari 5.1 to 6.0 */
  /* For Opera 11.1 to 12.0 */
  /* For Firefox 3.6 to 15 */
  background: -webkit-gradient(linear, left top, right bottom, from(rgba(0, 181, 23, 0.9)), to(rgba(33, 37, 41, 0.4)));
  background: linear-gradient(to bottom right, rgba(0, 181, 23, 0.9), rgba(33, 37, 41, 0.4));
  /* Standard syntax */
  -webkit-transition: .5s;
  transition: .5s; }

.bg-gradient-orange {
  background: rgba(33, 37, 41, 0.4);
  /* For browsers that do not support gradients */
  /* For Safari 5.1 to 6.0 */
  /* For Opera 11.1 to 12.0 */
  /* For Firefox 3.6 to 15 */
  background: -webkit-gradient(linear, left top, right bottom, from(rgba(255, 144, 23, 0.9)), to(rgba(33, 37, 41, 0.4)));
  background: linear-gradient(to bottom right, rgba(255, 144, 23, 0.9), rgba(33, 37, 41, 0.4));
  /* Standard syntax */
  -webkit-transition: .5s;
  transition: .5s; }

.bg-gradient-red {
  background: rgba(33, 37, 41, 0.4);
  /* For browsers that do not support gradients */
  /* For Safari 5.1 to 6.0 */
  /* For Opera 11.1 to 12.0 */
  /* For Firefox 3.6 to 15 */
  background: -webkit-gradient(linear, left top, right bottom, from(rgba(250, 52, 52, 0.9)), to(rgba(33, 37, 41, 0.4)));
  background: linear-gradient(to bottom right, rgba(250, 52, 52, 0.9), rgba(33, 37, 41, 0.4));
  /* Standard syntax */
  -webkit-transition: .5s;
  transition: .5s; }

.bg-gradient-pink {
  background: rgba(33, 37, 41, 0.4);
  /* For browsers that do not support gradients */
  /* For Safari 5.1 to 6.0 */
  /* For Opera 11.1 to 12.0 */
  /* For Firefox 3.6 to 15 */
  background: -webkit-gradient(linear, left top, right bottom, from(rgba(232, 62, 140, 0.9)), to(rgba(33, 37, 41, 0.4)));
  background: linear-gradient(to bottom right, rgba(232, 62, 140, 0.9), rgba(33, 37, 41, 0.4));
  /* Standard syntax */
  -webkit-transition: .5s;
  transition: .5s; }

.bg-pattern {
  background-image: url(../images/banners/bg-pattern.svg), linear-gradient(135deg, #3167eb, #545454);
  background-size: cover, auto;
  background-repeat: no-repeat, repeat;
  background-position: 0px 0px, 50% 50%; }

.bg-img {
  overflow: hidden;
  background-color: #ddd;
  background-image: linear-gradient(135deg, rgba(49, 103, 235, 0.8), rgba(84, 84, 84, 0.9)), url("../images/banners/bg-cpu.jpg");
  background-position: 0px 0px, 50% 50%;
  background-size: auto  cover; }

.overlay-gradient {
  position: relative; }
  .overlay-gradient:before {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .6;
    -webkit-transition: .5s;
    transition: .5s;
    background: aqua;
    /* For browsers that do not support gradients */
    /* For Safari 5.1 to 6.0 */
    /* For Opera 11.1 to 12.0 */
    /* For Firefox 3.6 to 15 */
    background: -webkit-gradient(linear, left top, right bottom, from(#3167eb), to(aqua));
    background: linear-gradient(to bottom right, #3167eb, aqua);
    /* Standard syntax */ }
  .overlay-gradient:hover:before {
    opacity: .9; }

/* --------------------- titles ---------------------- */
.section-heading {
  margin-bottom: 20px;
  margin-top: 15px; }

.section-title {
  color: #212529; }

.title-text {
  margin-top: 30px;
  margin-bottom: 10px;
  font-weight: bold;
  color: #212529; }

.title-page {
  color: #212529; }

.b {
  font-weight: 600; }

.white {
  color: #fff; }

.dark {
  color: #212529; }

.black {
  color: #000; }

p:last-child {
  margin-bottom: 0; }

/* ==================  title helpers ================ */
.rtl {
  direction: rtl; }

.ltr {
  direction: ltr; }

/* ================== SECTIONS =================== */
/* ================== header main ==================  */
.header-top-light .nav-link {
  color: #969696; 
}
  .header-top-light .nav-link:hover {
    color: #212529; 
  }

.header-main {
  position: relative;
  padding-top: 1rem;
  padding-bottom: 1rem; }

.brand-wrap .logo, .navbar-brand .logo {
  margin-right: 7px;
  max-height: 42px;
  display: inline-block; }

.navbar-main .nav-link {
  font-weight: 500; 
  text-transform: uppercase;
}
  .navbar-main .nav-link:hover {
    color: #ddd; 
  }

  .navbar-main .nav-link:focus {
    color: #ddd;
}

.widget-header {
  display: inline-block;
  vertical-align: middle;
  position: relative; }
  .widget-header a {
    color: #343a40; }
    .widget-header a:hover {
      color: #3167eb; }
  .widget-header i {
    color: #969696; }
  .widget-header form {
    min-width: 280px; }
  .widget-header .title {
    display: block; }
    .widget-header .notify {
        position: absolute;
        top: 26px;
        right: 26px;
    }
  .widget-header:hover i {
    color: #3167eb; }

/* desktop only */
/* desktop only .end */
/* ================ SECTION-FOOTER ==================  */
.section-footer ul li {
  margin-bottom: 5px; }
.section-footer ul a {
  color: inherit; }
    .section-footer ul a:hover {
        text-decoration: underline;
    }
.section-footer .logo-footer {
  height: 40px; }
.section-footer .title {
  font-weight: 600;
  margin-bottom: 16px; }

.footer-bottom {
    padding-top: 9px;
    padding-bottom: 18px;
}

.footer-copyright {
  padding-top: 20px;
  padding-bottom: 20px; }

/* ================== COMPONENTS =================== */
/* ================ OWL SLIDER BANNER ================ */
.slider-banner-owl .owl-nav .owl-prev, .slider-banner-owl .owl-nav .owl-next {
  padding: 16px 7px;
  color: #FFF;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  z-index: 9;
  position: absolute; }
.slider-banner-owl .owl-nav .owl-prev {
  left: 0; }
.slider-banner-owl .owl-nav .owl-next {
  right: 0; }
.slider-banner-owl .item-slide img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

.slider-banner-slick .slick-prev, .slider-banner-slick .slick-next {
  padding: 18px 7px;
  color: #FFF;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  z-index: 9;
  position: absolute; }
  .slider-banner-slick .slick-prev:before, .slider-banner-slick .slick-next:before {
    display: none; }
.slider-banner-slick .slick-prev {
  left: 0; }
.slider-banner-slick .slick-next {
  right: 0; }
.slider-banner-slick .item-slide img {
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

.btn-facebook {
  background-color: #405D9D;
  color: #fff; }
  .btn-facebook:hover {
    color: #fff; }

.btn-instagram {
  background-color: #E52D27;
  color: #fff; }
  .btn-instagram:hover {
    color: #fff; }

.btn-youtube {
  background-color: #C8046C;
  color: #fff; }
  .btn-youtube:hover {
    color: #fff; }

.btn-twitter {
  background-color: #42AEEC;
  color: #fff; }
  .btn-twitter:hover {
    color: #fff; }

.btn-google {
  background-color: #ff7575;
  color: #fff; }
  .btn-google:hover {
    color: #fff; }

.btn-icon {
  width: calc(1.5em + 0.9rem + 2px);
  text-align: center;
  padding-left: 0;
  padding-right: 0; }
  .btn-icon i {
    line-height: 1; }

.btn-light {
  background-color: #fff;
  border-color: #e4e4e4; }
  .btn-light i {
    color: #969696; }
  .btn-light:hover {
    background-color: #fff;
    border-color: #989898; }

.btn .text + i {
  margin-left: 10px; }
.btn i + .text {
  margin-left: 10px; }

.itemside {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }
  .itemside .aside {
    position: relative;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  .itemside .info {
    padding-left: 15px;
    padding-right: 7px; }
  .itemside p {
    margin-bottom: 0; }
  .itemside .title {
    display: block;
    margin-bottom: 5px;
    color: #212529; }
  .itemside a.title:hover {
    color: #3167eb; }

a.itemside {
  color: initial; }

.items-bordered-wrap .itemside:not(:last-child) {
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 10px;
  margin-bottom: 10px; }

.itemlist {
  padding: 20px;
  border-bottom: 1px solid #eee; }

.list-inline {
  margin-bottom: 0; }

.list-inline-item {
  vertical-align: middle; }

/* --------- description list --------*/
dl[class="row"] {
  margin-bottom: 0; }

[class*="dlist-"] {
  margin-bottom: 5px; }
  [class*="dlist-"] dd {
    margin-bottom: 0; }

.dlist-inline dt, .dlist-inline dd {
  display: inline-block; }

.dlist-align {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .dlist-align dt {
    width: 120px;
    word-wrap: break-word;
    font-weight: normal; }
  .dlist-align dd {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }

/* -------------------- list.row--------------------- */
ul.row, ul.row-sm {
  list-style: none;
  padding: 0; }

/* ================= lists ================= */
[class*="list-"] li:after {
  visibility: hidden;
  display: block;
  content: "";
  overflow: hidden;
  height: 0;
  clear: both; }

.list-icon {
  list-style: none;
  padding-left: 0; }
  .list-icon li {
    margin-bottom: 7px;
    position: relative;
    padding-left: 30px; }
  .list-icon .icon {
    width: 22px;
    margin-right: 15px;
    vertical-align: middle;
    text-align: center;
    color: #545454;
    position: absolute;
    top: 3px;
    left: 0; }
  .list-icon span {
    vertical-align: middle; }

.list-bullet {
  list-style: none;
  padding-left: 0; }

.list-bullet li {
  margin-bottom: 5px;
  position: relative;
  padding-left: 15px; }

.list-bullet li::before {
  content: " ";
  position: absolute;
  top: 8px;
  left: 0;
  width: 7px;
  border-radius: 100%;
  height: 7px;
  background: #ced4da; }

.list-check {
  padding-left: 0;
  list-style: none; }
  .list-check > li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 7px; }
  .list-check > li::before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 12px;
    color: #00b517;
    position: absolute;
    top: 2px;
    left: 0;
    content: "\f00c"; }

.list-normal {
  list-style: none;
  padding-left: 0; }
  .list-normal li {
    padding-left: 1em;
    margin-bottom: 7px; }
  .list-normal li:before {
    content: "\2022";
    color: #3167eb;
    display: inline-block;
    width: 1em;
    margin-left: -1em; }

.list-menu {
  list-style: none;
  margin: 0;
  padding-left: 0; }
  .list-menu li {
    margin-bottom: 5px; }
  .list-menu a {
    color: #343a40; }
    .list-menu a:hover {
      color: #3167eb; }


/* Novo Menu com sublink */

    .dropdown-submenu {
        background-color: #fff;
        color: black;
        padding: 5px;
        font-size: 16px;
        border: none;
    }

    .dropdown-submenu {
        position: relative;
        display: inline-block;
    }

    .dropdown-content {
        display: none;
        position: relative;
        background: rgba(0, 0, 0, 0.0);
        min-width: 160px;        
        z-index: 1;
        height: auto; 
        transition: height 250ms ease-out 0s;
    }

    .dropdown-content a {
        color: #999;
        padding: 5px 16px;
        margin: 6px 0px;
        text-decoration: none;
        display: block;
        font: 12.5px Nunito, sans-serif;
    }

    .dropdown-content a:hover {
        background: rgba(0, 0, 0, 0.0);
        color: #343a40;
    }

    .dropdown-submenu:hover .dropdown-content {
        display: block;
    }

    .dropdown-submenu:hover .dropbtn {
        background-color: #3e8e41;
    }


/*****************************/


.cols-two {
  -webkit-column-count: 2;
          column-count: 2; }

.cols-three {
  -webkit-column-count: 3;
          column-count: 3; }

.cols-four {
  -webkit-column-count: 4;
          column-count: 4; }

/* IF CARD IS LINKED */
a[class*='card'] {
  color: initial; }
  a[class*='card']:hover .title {
    color: #3167eb; }

/* BASE STYLE FOR PRODUCT ITEM */
[class*='card-product'] a.title {
  color: #212529;
  display: block; }
  [class*='card-product'] a.title:hover {
    color: #3167eb; }
[class*='card-product'] .badge {
  top: 10px;
  left: 10px;
  position: absolute; }
[class*='card-product'] p {
  margin-bottom: 0; }
[class*='card-product'] .img-wrap {
  overflow: hidden;
  position: relative; }
  [class*='card-product'] .img-wrap img {
    height: 100%;
    max-width: 100%;
    width: auto;
    display: inline-block;
    -o-object-fit: cover;
       object-fit: cover; }

/* GRID STYLE PRODUCT ITEM */
.card-product-grid {
  margin-bottom: 20px; }
  .card-product-grid .img-wrap {
    border-radius: 0.2rem 0.2rem 0 0;
    height: 192px; }
  .card-product-grid .info-wrap {
    overflow: hidden;
    padding: 18px 20px; }
  .card-product-grid .bottom-wrap {
    padding: 18px;
    border-top: 1px solid #e4e4e4; }
  .card-product-grid .topbar {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
    left: 0;
    text-align: initial;
    padding: 10px 15px; }
    .card-product-grid .topbar a {
      color: #ccc; }
      .card-product-grid .topbar a:hover {
        color: #3167eb; }
  .card-product-grid .fix-height {
    height: 80px;
    overflow: hidden; }
  .card-product-grid .btn-overlay {
    -webkit-transition: .5s;
    transition: .5s;
    opacity: 0;
    left: 0;
    bottom: 0;
    color: #fff;
    width: 100%;
    padding: 5px 0;
    text-align: center;
    position: absolute;
    background: rgba(0, 0, 0, 0.5); }
  .card-product-grid:hover .btn-overlay {
    opacity: 1; }
  .card-product-grid:hover {
    -webkit-box-shadow: 0 4px 15px rgba(153, 153, 153, 0.3);
            box-shadow: 0 4px 15px rgba(153, 153, 153, 0.3);
    -webkit-transition: .3s;
    transition: .3s; }

.item-slide .card-product-grid {
  margin-bottom: 0; }

/* LARGE LIST STYLE PRODUCT ITEM */
.card-product-list {
  margin-bottom: 20px; }
  .card-product-list .img-wrap {
    height: 220px;
    border-radius: 0.37rem 0 0 0.37rem; }
  .card-product-list .info-main {
    padding: 1.5rem 1rem; }
  .card-product-list .info-aside {
    padding: 1.5rem 1rem;
    border-left: 1px solid #e4e4e4;
    height: 100%; }

.card-sm .img-wrap {
  height: 160px; }

.card-lg .img-wrap {
  height: 280px; }

.card-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: hidden;
  background-color: #fff;
  background-size: cover;
  background-position: center center;
  border-radius: 0.37rem; }
  .card-banner .card-body {
    background-size: cover;
    position: relative;
    z-index: 10; }
  .card-banner .caption {
    background-color: rgba(0, 0, 0, 0.65);
    z-index: 10;
    padding: 1.25rem;
    color: #fff; }
  .card-banner .caption.bottom {
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%; }
  .card-banner .caption.top {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%; }
  .card-banner .caption.left {
    top: 0;
    left: 0;
    bottom: 0;
    position: absolute; }
  .card-banner .text-bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    padding: 7px 20px;
    padding-top: 30px;
    border-radius: 0 0 0.37rem 0.37rem;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    color: #fff; }
  .card-banner .img-bg {
    position: absolute;
    right: 0;
    bottom: 0;
    mix-blend-mode: multiply;
    max-width: 100%; }

.card .img-wrap {
  overflow: hidden; }

.icontext {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  vertical-align: middle; }
  .icontext p {
    margin-bottom: 0; }
  .icontext .text {
    width: 100%;
    line-height: 1.2;
    color: #212529; }
  .icontext .icon {
    position: relative;
    margin-right: 10px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0; }
  .icontext .title {
    display: block;
    margin-bottom: 0; }

.tag {
  display: inline-block;
  padding: 3px 7px;
  background: #f2f2f2;
  border: 1px solid #eee;
  border-radius: 3px;
  margin-top: 4px;
  margin-right: 2px;
  font-size: 85%; }

.item-logo {
  margin-bottom: 20px;
  text-align: center; }
  .item-logo img {
    max-height: 65px; }

.notify {
  position: absolute;
  top: -4px;
  right: -10px;
  display: inline-block;
  padding: .25em .6em;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  border-radius: 3rem;
  color: #fff;
 }

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

.price-old {
  color: #969696;
  margin-left: 3px;
  font-size: 85%; }

.icon-control {
  margin-top: 5px;
  float: right;
  font-size: 80%; }

.card-header .title {
  margin-bottom: 0;
  line-height: 1.5; }

.filter-group {
  border-bottom: 1px solid #e4e4e4; }
  .filter-group .card-header {
    border-bottom: 0; }
  .filter-group:last-child {
    border-bottom: 0; }

/* ====================== block ==================== */
.box {
  padding: 20px;
  background: #fff;
  border-radius: 0.37rem;
  border: 1px solid #e4e4e4; }
  .box img {
    max-width: 100%; }

/* ================= RATINGS ============== */
.label-rating {
  margin-left: 7px;
  display: inline-block;
  vertical-align: middle; }

/* rating-list */
.rating-stars {
  display: inline-block;
  vertical-align: middle;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  white-space: nowrap;
  clear: both; }
  .rating-stars i {
    font-size: 14px;
    color: #ccc;
    display: inline; }
  .rating-stars li {
    display: block;
    text-overflow: clip;
    white-space: nowrap;
    z-index: 1; }
  .rating-stars li.stars-active {
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden; }
    .rating-stars li.stars-active i {
      color: orange; }

/* ================= TRACKING ============== */
.tracking-wrap {
  position: relative;
  background-color: #ddd;
  height: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  margin-top: 50px; }
  .tracking-wrap .step {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: 25%;
    margin-top: -18px;
    text-align: center;
    position: relative; }
  .tracking-wrap .step::before {
    height: 7px;
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    top: 18px; }
  .tracking-wrap .icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: relative;
    border-radius: 100%;
    background: #ddd; }
  .tracking-wrap .text {
    display: block;
    margin-top: 7px; }
  .tracking-wrap .step.active .icon {
    background: #3167eb;
    color: #fff; }
  .tracking-wrap .step.active .text {
    font-weight: 400;
    color: #000; }
  .tracking-wrap .step.active:before {
    background: #3167eb; }

.menu-category {
  margin: 0;
  padding: 0; }
  .menu-category li {
    position: relative;
    display: block;
    border-bottom: 1px solid #e4e4e4; }
  .menu-category li:last-child {
    border-bottom: 0; }
  .menu-category a {
    color: #212529; }
  .menu-category > li > a {
    display: block;
    padding: 10px 18px; }
  .menu-category .submenu {
    display: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
            box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
    z-index: 20;
    position: absolute;
    left: 100%;
    top: 0;
    width: 250px;
    background: #fff; }
    .menu-category .submenu li {
      list-style: none; }
    .menu-category .submenu li a {
      padding: 10px 16px;
      display: block; }
  .menu-category li:hover {
    background: #f8f9fa;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
  .menu-category li:hover .submenu {
    display: block;
    margin-left: 0px; }
  .menu-category .has-submenu > a:after {
    content: "\203A";
    font-size: 24px;
    color: #999;
    line-height: 18px;
    font-weight: bold;
    float: right; }

.form-inline input[type='number'] {
  max-width: 100px; }

.input-spinner {
  width: 120px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle; }
  .input-spinner input.form-control {
    text-align: center;
    width: 96px;
    -ms-flex-preferred-size: 46px;
        flex-basis: 46px;
    border-color: #e4e4e4;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0; }
  .input-spinner .btn {
    width: 36px;
    text-align: center; }

.checkbox-btn {
  position: relative; }
  .checkbox-btn input {
    position: absolute;
    z-index: -1;
    opacity: 0; }
  .checkbox-btn input:checked ~ .btn {
    border-color: #3167eb;
    background-color: #3167eb;
    color: #fff; }

/* ================== PAGES =================== */
/* ================ PAGES HEADER ================== */
.section-pagetop {
    padding: 15px 0;
    background: #fff;
}

/* ================== PAGE DETAILS ==================  */
.gallery-wrap .img-big-wrap {
  margin-bottom: 10px;
  border-radius: 0.37rem;
  overflow: hidden;
  background-color: #fff; }
  .gallery-wrap .img-big-wrap a {
    text-align: center;
    display: block; }
  .gallery-wrap .img-big-wrap img {
    height: 450px;
    width: auto;
    display: inline-block;
    cursor: -webkit-zoom-in;
    cursor: zoom-in; }
.gallery-wrap .thumbs-wrap {
  text-align: center;
  margin-bottom: 20px; }
  .gallery-wrap .thumbs-wrap .item-thumb {
    width: 60px;
    height: 60px;
    border: 1px solid #ddd;
    border-radius: 6px;
    margin: 3px;
    display: inline-block;
    overflow: hidden; }
  .gallery-wrap .thumbs-wrap img {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 4px;
    cursor: -webkit-zoom-in;
    cursor: zoom-in; }
    .gallery-wrap .thumbs-wrap img:hover {
      -webkit-filter: brightness(1.1);
              filter: brightness(1.1);
      cursor: -webkit-zoom-in;
      cursor: zoom-in; }

.item-option-select {
  margin-bottom: 1rem;
  display: inline-block;
  margin-right: 15px; }
  .item-option-select .btn {
    min-width: 80px; }

/* ================ PAGES HEADER ================== */
/* ====================== shopping-cart ==================== */
.table-shopping-cart.table td, .table-shopping-cart.table th {
  padding-left: 1.25rem;
  padding-right: 1.25rem; }
.table-shopping-cart .price-wrap {
  line-height: 1.2; }
.table-shopping-cart .price {
  font-weight: bold;
  margin-right: 5px;
  display: block; }

/**
 ***********************************************************************
 */
.card {
  box-shadow: 1px 1px 14px #ddd;
}

.card:hover {
  box-shadow: 1px 1px 16px #ccc;
  /* border: 0.5px solid #ccc; */
}

.bg_blue {
  background-color: #1c55e0;
}

.bg_blue .nav-link {  
  color: #fff;
}

footer {
  color: #fff !important;
}

footer .title {
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
}

.produto_detalhes {
  padding: 12px 16px;
}

.bloco_produtos .card {
  /*min-height: 315px;*/
}

.bloco_produto_detalhes .card {
  /*min-height: 300px !important;*/
}
.descricao-produto-lista {
    /*line-height: 12.9px;*/
    height: 51px;
    display: block;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
    .descricao-produto-lista a {
        outline: none;
    }
.lista_produtos_carrinho,
.lista_produtos_carrinho [class*="col-"],
.lista_produtos_carrinho .img-wrap {
  height: auto;
  min-height: 120px;
}

.lista_produtos_carrinho .img-wrap img {
  max-height: 100px;
}

.menu_conta_topo.show {
  left: auto !important;
  right: -20px !important;
}

.centraliza {
  display: block;
  margin: 0 auto;
}

.megamenu {
  position: static;
}

.roudend_box {
  border-radius: 6px !important;
}

.megamenu .dropdown-menu {
  background: none;
  border: none;
  width: 100%;
}

.megamenu .nav-link {
  color: #999;
  text-transform: capitalize;
}

#main_nav ul.navbar-nav > li > a {
  color: #FFF !important;
}

.megamenu:hover .nav-link:hover {
  color: #444;
}

.navbar-toggler {
  border: 2px solid #fff
}

.top22 {
  margin-top: 22px;
}

.top35 {
  margin-top: 35px;
}

.ajusta_btn_check {
  display: inline-block;
  width: 0px;
  margin-top: 6px;
}

.icon_slide {
  border: 1px solid #aaa;
  border-radius: 50%;
  font-size: 20pt;
  padding: 8px 14px;
  color: #aaa;
}

.icon_slide > .fa {
  position: relative;
  top: 0px;
  right: 2px;
}

.modal-body.carrinho {
  padding-bottom: 0px;
}

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 1);
    border-color: rgba(255, 255, 255, 1);
    padding: 3px;
}

.bottom12 {
  margin-bottom: 12px;
}

.input-group.w-100 .ui-input-text {
  display: block;
  width: 92%;
} 

.input-group.w-100.forms88 .ui-input-text {
  width: 87.8%;
}

.input-group.w-100.forms75 .ui-input-text {
  width: 74.8%;
}

div.ui-loader.ui-loader-default {
  display: none !important;
}

@media(max-width: 1200px) {
  .input-group.w-100.forms88 .ui-input-text {
    width: 83.8%;
  }
  
  .input-group.w-100.forms75 .ui-input-text {
    width: 66.8%;
  }
}

@media(max-width: 797px) {
  .menu_conta_topo.show {
    right: 6px !important;
  }

  .icon_slide {
    border: none;
    background-color: #ccc;
    border-radius: 50%;
    font-size: 16pt;
    padding: 8px 14px;
    color: #fff;
  }

  .icon_slide > .fa {
    position: relative;
    top: 1px;
    right: 3px;
  }

  .lista_produtos_carrinho {
    padding: 10px 20px;
  }
  
  .lista_produtos_carrinho, .lista_produtos_carrinho [class*="col-"], .lista_produtos_carrinho .img-wrap {
    height: auto;
    min-height: auto;
  }

  .input-group.w-100 .ui-input-text {
    width: 85%;
  } 

  .input-group.w-100.forms88 .ui-input-text {
    width: 83.8%;
  }
  
  .input-group.w-100.forms75 .ui-input-text {
    width: 69.8%;
  }
}

@media(max-width: 699px) {
  .input-group.w-100.forms88 .ui-input-text,
  .input-group.w-100.forms75 .ui-input-text {
    width: 88.8%;
  }
}

@media(max-width: 599px) {
  .input-group.w-100.forms88 .ui-input-text,
  .input-group.w-100.forms75 .ui-input-text {
    width: 88.8%;
  }
}

@media(max-width: 499px) {
  .input-group.w-100.forms88 .ui-input-text,
  .input-group.w-100.forms75 .ui-input-text {
    width: 86.8%;
  }
}

@media(max-width: 399px) {
  .input-group.w-100.forms88 .ui-input-text,
  .input-group.w-100.forms75 .ui-input-text {
    width: 83.8%;
  }
    .rodapeCreditos {
        margin-bottom: 40px !important;
    }
}

@media(max-width: 320px) {
  .input-group.w-100 .ui-input-text {
    width: 80%;
  } 

  .input-group.w-100.forms88 .ui-input-text,
  .input-group.w-100.forms75 .ui-input-text {
    width: 77.8%;
  } 
}
.bloco-resultado-produtos {
    min-height: 400px;
}

@media all and (min-width: 992px) and (max-width: 1199px) {
    .btn-lg-block {
        width: 100% !important;
        display: block !important;
    }
}

@media all and (min-width: 768px) and (max-width: 991px) {
    .btn-md-block {
        width: 100% !important;
        display: block !important;
    }
}

@media all and (min-width: 576px) and (max-width: 767px) {
    .btn-sm-block {
        width: 100% !important;
        display: block !important;
    }
}

@media all and (max-width: 575px) {
    .btn-xs-block {
        width: 100% !important;
        display: block !important;
        margin-bottom:10px; 
    }
}
.tabela-itens-carrinho-desktop {
    min-height: 282px;
}
.linhaTextoNormal {
    line-height:normal !important;
}

.btn_input_md {
    color: #aaa !important;
    position: relative;
    left: -44px;
}

.btn_input_lg {
    color: #aaa !important;
    position: relative;
    left: -52px;
    z-index: 10 !important;
    border: 1px solid #ccc;
    border-left: 0px;
    box-shadow: none;
    background-color: #fff;
}

    .btn_input_lg:hover, .btn_input_lg:active, .btn_input_lg:focus, .btn_input_lg:visited, .btn_input_lg:focus-within {
        border: 1px solid #ccc;
        border-left: 0px;
        box-shadow: none;
        background-color: #fff !important;
    }

.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle,
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
    border-color: #ccc;
    border-left: none;
    outline: none;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(228, 228, 228, 0);
    box-shadow: 0 0 0 0.2rem rgba(228, 228, 228, 0);
}

.input-group .input_btn {
    border-top-right-radius: 0.45rem !important;
    border-bottom-right-radius: 0.45rem !important;
}

.ti_icon_md {
    font-size: 2.4em;
}

.ti_icon_sm {
    font-size: 2em;
}

.ti_icon_md.ti_blue {
    color: #1c55e0;
}

.ti_icon_md.ti_white {
    color: #fff;
}

.ti_icon_sm.ti_blue,
.ti_icon_sm.ti_blue:focus,
.ti_icon_sm.ti_blue:active {
    color: #1c55e0;
}

.ti_icon_sm.ti_white,
.ti_icon_sm.ti_white:hover,
.ti_icon_sm.ti_white:focus {
    color: #fff !important;
}

.btn_icon_ti {
    border: 2px solid transparent;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    padding-top: 6px;
    background-color: transparent;
}

.btn_block {
    display: inline-block;
    width: 36%;
}
@media(max-width: 1199px) {
    .btn_block {
      width: 30%;
    }
  }
  
  @media(max-width: 991px) {
    .btn_icon_ti {
      padding-top: 8px;
    }
    
    .widget-header .notify {
      position: absolute;
      top: 24px;
      right: 24px;
      color: #1c55e0;
    }
  
    .menu_conta_topo.show {
      left: -124px !important;
    }
  }
  
  @media(max-width: 797px) {
    .menu_conta_topo.show {
      right: 6px !important;
    }
  
    .icon_slide {
      border: none;
      background-color: #ccc;
      border-radius: 50%;
      font-size: 16pt;
      padding: 8px 14px;
      color: #fff;
    }
  
    .icon_slide > .fa {
      position: relative;
      top: 1px;
      right: 3px;
    }
  }
.input-group-search-mobile {
    background: #fff;
    border-left: none;
    border-top-color: #ced4da;
    border-right-color: #ced4da;
    border-bottom-color: #ced4da;
    color: #aaa !important;
    font-size: 20px;
}
.header-busca {
    margin-top: 16px;
    margin-bottom: 9px;
}
@media print {
    body {
        visibility: hidden;
    }
    .imprimirConteudo {
        visibility: visible;
        position: fixed;
        top: 0;
        left: 0;
    }
    .naoImprimir {
        visibility: hidden;
    }
}
.descricaoItemMenuDepartamento {
    text-transform: uppercase;
    font-size: 12.5px
}
.iconeItemMenuDepartamento {
    font-size: 11px;
}
.input_search {
    font-size: 12.5pt !important;
    height:51.19px !important;
    /*height: calc(1.5em + 2rem + 2px) !important;*/
}
.input_search::placeholder {
    color: #969696 !important;
}

.btn_search {
    font-size: 1rem !important;
    height: calc(1.5em + 2rem + 2px);
}
.nav-menu-departamento{
    min-height:46px;
}
.logo-ren-footer {
    max-height: 26px;
    margin-right: 13px;
    margin-top:5px;
}
.logo-aciara-footer {
    width: 76px !important;
}
.logosCartoesCheckout img{
    padding:5px;
}
.nav-link {
    padding: 0.7rem 1rem !important;
}
.maxwidth-100-pc {
    max-width: 100% !important;
}
.busca-sem-resultado-img {
    width: 254px !important;
    margin-bottom: 27px;
}
.busca-sem-resultado {
    padding: 65px 0 65px 0;
}
.img-detalhe-produto {
    padding: 14px;
}
.img-lista-produto {
    padding: 10px;
}
.inputQtdDesabilitado {
    background: #fff !important;
}
.info-home-semproduto {
    height: 289px;
    padding-top: 100px;
    margin: 19px 0 19px 0;
}
.divCadastroDesabilitada{
    opacity: 0.4;
}
.estilo-banner0 {
    margin-top: 19px;
}
    .estilo-banner0 .container-interno-banner {
        box-shadow: 1px 1px 14px #ddd;
    }
    .estilo-banner0 .item {
        background: transparent !important;
    }
.estilo-banner1 {
    margin-top: 0;
}
.nome-empresa-top-mobile {
    color: #fff !important;
    font-size: 14.5px;
    font-weight:bold;
}
.preco-promocao {
    font-weight: normal;
    font-size: 10.8px;
    text-decoration: line-through;
    color: #848484;
}
.preco-promocao-destaque {
    font-weight: normal;
    font-size: 16.2px;
    text-decoration: line-through;
    color: #848484;
    margin-top: 15px;
}

.regua-navegacao {
    font-size: 12.5px;
    height: 48px;
    background: #fff;
    position: fixed;
    bottom: 0;
    z-index: 101;
    width: 100%;
    left: 0;
    -moz-transition: all .25s ease-in-out,.25s;
    -o-transition: all .25s ease-in-out,.25s;
    -webkit-transition: all .25s ease-in-out,.25s;
    transition: all .25s ease-in-out,.25s;
    color: #666 !important;
    text-decoration: none !important;
    padding-top: 10px;
}

    .regua-navegacao, .regua-navegacao *, .regua-user-container, .regua-user-container * {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

        .regua-navegacao:before {
            content: "";
            display: block;
            position: absolute;
            top: -4px;
            left: 0;
            height: 4px;
            width: 100%;
            background-color: transparent;
            background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2hpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDozRjgwOURERDI2MjA2ODExODA4M0MyOEFERDQxQjgxOCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpCNDk4NkE4NDRBODAxMUU1OTI4REM3MUFFMkE5MDAwNyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpCNDk4NkE4MzRBODAxMUU1OTI4REM3MUFFMkE5MDAwNyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChNYWNpbnRvc2gpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6M0Y4MDlEREQyNjIwNjgxMTgwODNDMjhBREQ0MUI4MTgiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6M0Y4MDlEREQyNjIwNjgxMTgwODNDMjhBREQ0MUI4MTgiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5ptDZuAAAAHUlEQVR42mJiIACYCClgIaQIpICZkAKWAVYAEGAAGAkAMrRqLKsAAAAASUVORK5CYII=);
            background-repeat: repeat-x;
            background-size: 4px 4px;
        }

        .regua-navegacao i {
            padding-bottom: 2px;
        }

        .regua-navegacao a {
            color: #717171 !important;
        }
.barra-horario-atendimento {
    border-bottom: 1px solid rgba(0,0,0,.1);
}

.mgt-4{
    margin-top:4px;
}

.mgb-12 {
    margin-bottom: 12px;
}

.header-card-item-destaque {
    padding: 14px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    border-radius: 0.37rem 0.37rem 0 0;
}

.titulo-bloco-destaque-produto {
    font-size: 24px;
    font-weight: 600;
    border-radius: 0.37rem;
    margin-top: 20px;
    margin-bottom: 20px;
}