/***********
1. Fonts
***********/

/*@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700,900');*/

:root {
  --mainTransition: all 0.3s linear;
  --mainBlue: #0d5496;
}

body,
html {
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  height: 100%;
  display: flex;
  flex: 1;
  flex-direction: column;
  background-color: #fff;
}

.stack-menu li a,
.caminhoMenu li a {
  color: #505050 !important;
}

.no-padding {
  padding: 0;
}

.alert {
  width: 300px !important;
}

/****** header ******/

.header {
  position: fixed;
  width: 100%;
  z-index: 600;
  min-height: 150px;
  display: flex;
  flex-direction: column;
}

.navbar-brand {
  padding: 0;
  margin: 0;
  order: 3;
}

#navbarNavAltMarkup {
  order: 2;
}

.navbar-brand .logo img {
  /*width: 130px;*/
  width: 240px;
}

.navbar-brand .logo-small img {
  width: 140px;
}

nav.navbar {
  /*
    height: 100px;
    margin-top:50px;
    */
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  z-index: 601;
  flex: 1;
}

.navbar .navbar-nav a.nav-item {
  display: block;
  color: #242424;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 3px 20px;
}

.navbar .navbar-nav a.nav-item.active {
  border-bottom: 3px solid #3270c5;
}

.navbar-collapse .navbar-nav {
  padding: 10px 0px;
}

/*
.navbar .navbar-nav a::after{

content:'';
display:block;
width:0;
height:2px;
background:var(--mainBlue);
transition: all .3s ;

} 

.navbar .navbar-nav a:hover::after{ 
width:100%; 
}*/

.navbar .navbar-nav a.nav-item:hover {
  color: var(--mainBlue);
}

.transition {
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}

.top_navigation {
  width: 100%;
  /* 
    height    : 50px;*/
  background: #242424;
}

.top_nav_left {
  margin-top: 10px;
  margin-bottom: 10px;
  position: relative;
}

.newsletter {
  overflow: hidden;
  height: 100%;
  /* width   : 300px;*/
  position: relative;
  display: flex;
  align-items: center;
}

.newsletter span {
  position: relative;
  /* line-height           : 50px; */
  /* width                 : 200px; */
  /* border                : 1px solid white; */
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  height: 30px;
  padding: 8px 15px 8px 15px;
  text-transform: uppercase;
  outline: none;
  -moz-transition: border 0.2s ease;
  -o-transition: border 0.2s ease;
  -webkit-transition: border 0.2s ease;
  transition: border 0.2s ease;
  font-size: 10px;
  background-color: #9dc5de;
}

.newsletter button {
  position: relative;
  vertical-align: middle;
  /*z-index         : 999;  */
  border: none;
  background-color: #666;
  -moz-transition: background-color 0.3s ease, width 0.3s ease;
  -o-transition: background-color 0.3s ease, width 0.3s ease;
  -webkit-transition: background-color 0.3s ease, width 0.3s ease;
  transition: background-color 0.3s ease, width 0.3s ease;
  color: white;

  border-radius: 4px;
  text-transform: uppercase;

  text-align: center;
  cursor: pointer;
  font-size: 12px;
}

.newsletter button:hover {
  opacity: 0.8;
}

ul.acesso {
  display: flex;
  position: relative;
  min-width: 50px;
  text-align: center;
  vertical-align: middle;
}

ul.acesso li:not(:first-child) {
  padding-left: 25px;
}

ul.acesso a {
  color: #fff;
  font-weight: 400;
  line-height: 1.1em;
}

ul.acesso a:hover {
  text-decoration: none;
  opacity: 0.8;
}

.navbar_user {
  margin-left: 20px;
  order: 1;
}

.navbar_user li {
  display: flex;
  text-align: center;
  justify-content: flex-end;
  align-items: center;
}

.navbar_user li a,
.navbar_user li div.search-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 35px;
  height: 35px;
  color: #1e1e27;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.navbar_user li a:hover {
  color: #b5aec4;
}

.checkout a,
.wish a {
  /*background: #eceff6; */
  border-radius: 50%;
}

.checkout a:hover,
.wish a:hover {
  outline: none;
  border: none;
  text-decoration: none;
}

.checkout_items,
.wish_items {
  width: auto;
  top: -10px;
  left: 20px;
  position: absolute;
  min-width: 20px;
  height: 20px;
  background: #f09d51;
  padding: 0 5px;
  border-radius: 5px;
  font-size: 13px;
  color: #fff;
  /*   position       : absolute;
    top            : -10px;
    right          : -6px;
    width          : 20px;
    height         : 20px;
    background     : #f09d51;
    padding        : 0 5px;
    border-radius  : 50%;
    font-size      : 13px;
    color          : #fff; */
  /* 

    display        : -webkit-box;
    display        : -moz-box;
    display        : -ms-flexbox;
    display        : -webkit-flex;
    display        : flex;
    flex-direction : column;
    justify-content: center;
    align-items    : center;
    position       : absolute;
    top            : -9px;
    left           : 22px;
    width          : 20px;
    height         : 20px;
    border-radius  : 50%;
    background     : #fe4c50;
    font-size      : 12px;
    color          : #FFFFFF;*/
}

/******** card **************/

.card {
  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.35);
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.35);
  transition: all 0.2s linear;
  padding: 15px;
}

.card .image-holder {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 100px;
  width: 100px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
  border-radius: 50%;
  min-width: 100px;
}

.card .info {
  line-height: 1;
}

/******** search ************/

/* border-box */

.search-container *,
.search-container *:after,
.search-container *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* search bar focus */

.search-container *:focus {
  background: #fbfbfb;
  color: #333333;
  outline: 0;
}

/* search bar container */

.search-container {
  display: table;
  position: relative;
  width: 51px;
  text-align: center;
  vertical-align: middle;
  /* padding-top:25px; */
}

/* search icon button */

.search-icon-btn {
  display: flex;
  height: 35px;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 35px;
  z-index: 2;
  align-items: center;
  justify-content: flex-end;
  padding-right: 10px;
  margin: 0;
}

/* search bar input container */

.search-input {
  position: absolute;
  right: 0;
  z-index: 1;
}

/* search bar input */

.search-input input.search-bar {
  border: none;
  height: 35px;
  padding-right: 50px;
  width: 0px;
  border-radius: 20px;
}

.search-input input.search-bar:focus {
  /*.search-input input.search-bar{*/
  padding-left: 20px;
  border: 1px solid #cccccc !important;
  padding-right: 10px;
  width: 150px;
}

@media only screen and (min-width: 1350px) {
  .search-input input.search-bar {
    padding-left: 20px;
    border: 1px solid #cccccc !important;
    padding-right: 10px;
    width: 150px;
  }
}

/* transition effect */
.search-input input.search-bar,
.search-icon-btn {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

/* hover on search bar container */

.search-container:hover > .search-input input.search-bar {
  padding-left: 20px;
  padding-right: 10px;
  width: 200px;
  border: 1px solid #cccccc !important;
}

/* slider */

.carousel-inner .carousel-item img {
  margin-top: 150px;
  width: 100vw;
  max-height: 65vh;
}

.carousel-inner .carousel-item img.margin-none {
  margin-top: 0px !important;
}

/******** shuffle section ************/

.my-shuffle-container {
  margin: 50px 0;
}

.filter-stuff {
  display: flex;
  margin-top: 50px;
  margin-bottom: 50px;
}

.searchLeft {
  flex: 1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.filter-groups {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.filter-sort {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.btn-group .btn {
  margin: 5px;
  padding: 5px 20px;
}

.btn-group:after,
.btn-group:before {
  content: " ";
  display: table;
}

.btn-group:after {
  clear: both;
}

.btn-group .btn {
  float: left;
  border-radius: 0;
}

.btn-group .btn:first-child {
  border-radius: 3px 0 0 3px;
}

.btn-group .btn:not(:first-child) {
  margin-left: -1px;
}

.btn-group .btn:last-child {
  border-radius: 0 3px 3px 0;
}

.btn-group label.btn input[type="radio"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/*
.btn {
    display: inline-block;
    padding: .75em .8em;
    text-align: center;
    border-radius: 3px;
    border: 1px solid #34495e;
    color: #34495e;
    font-size: 1rem;
    background-color: rgba(52, 73, 94, 0);
    transition: .2s ease-out;
    cursor: pointer;
    -webkit-appearance: none;

}

.btn:focus {
    background-color: white;
    border-color: #0A56AC;
    color: #0A56AC;
    box-shadow:none;
}

.btn.active, .btn:active {
    background-color: white;
    border-color: #0A56AC;
    color: #0A56AC;
}

.btn:focus.active {
    background-color: white;
    border-color: #0A56AC;
    color: #0A56AC;
}

.btn:disabled {
    cursor: not-allowed;
    opacity: .7;
    color: #34495e;
    background-color: rgba(52, 73, 94, 0);
}
*/

.btn--primary {
  color: black;
  border-color: transparent;
  background-color: rgba(52, 152, 219, 0);
  font-weight: 500;
}

/*.btn--primary:focus {
     box-shadow: 0 0 0 2px rgba(52, 152, 219, 0.4);
}*/

.btn--primary.active,
.btn--primary:active {
  background-color: white;
  color: black;
  /*  background-color: white;
    border-color        : #0A56AC;
    color               : #0A56AC;*/
}

/*.btn--primary:focus.active {
    /*box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3), 0 0 0 2px rgba(52, 152, 219, 0.4);
}
*/

.btn--primary:disabled {
  color: #3498db;
  background-color: rgba(52, 152, 219, 0);
}

.picture-item__inner img {
  max-width: 100%;
}

/******* favoritos section *********/

#section-favoritos {
  flex: 1;
}

/******** promo section ************/

/*
#aa-promo {
float: left;
display: inline;
width: 100%;
}
#aa-promo .aa-promo-area {
display: inline;
float: left;
padding: 30px 0;
width: 100%;
}
#aa-promo .aa-promo-area .aa-promo-left {
display: inline;
float: left;
width: 100%;
height: 400px;
overflow: hidden;
}
#aa-promo .aa-promo-area .aa-promo-left .aa-prom-content {
top: 40% !important;
}
#aa-promo .aa-promo-area .aa-promo-middle {
display: inline;
float: left;
width: 100%;
height: 400px;
background-color: #ddd;
}
#aa-promo .aa-promo-area .aa-promo-right {
display: inline;
float: left;
width: 100%;
height: 400px;
}
#aa-promo .aa-promo-area .aa-promo-right .aa-single-promo-right {
width: 50%;
height: 50%;
float: left;
}
#aa-promo .aa-promo-area .aa-promo-banner {
width: 100%;
height: 100%;
position: relative;
overflow: hidden;
-moz-transform: translateZ(0);
-o-transform: translateZ(0);
-ms-transform: translateZ(0);
-webkit-transform: translateZ(0);
transform: translateZ(0);
}
#aa-promo .aa-promo-area .aa-promo-banner:before {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
/* background: rgba(255, 255, 255, 0.6);*/

/*  background: rgba(0, 0, 0, 0.2);
border-radius: 100%;
-moz-transform: scale(0);
-o-transform: scale(0);
-ms-transform: scale(0);
-webkit-transform: scale(0);
transform: scale(0);
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
#aa-promo .aa-promo-area .aa-promo-banner:hover img {
height: 120%;
width: 120%;
margin-left: -10%;
margin-top: -10%;
}
#aa-promo .aa-promo-area .aa-promo-banner:hover:before {
-moz-transform: scale(2);
-o-transform: scale(2);
-ms-transform: scale(2);
-webkit-transform: scale(2);
transform: scale(2);
}
#aa-promo .aa-promo-area .aa-promo-banner img {
width: 100%;
height: 100%;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
#aa-promo .aa-promo-area .aa-promo-banner .aa-prom-content {
position: absolute;
left: 0;
top: 35%;
right: 0;
width: 100%;
text-align: center;
z-index: 99;
}
#aa-promo .aa-promo-area .aa-promo-banner .aa-prom-content span {
background-color: #FFF;
padding: 5px 10px;  
}
#aa-promo .aa-promo-area .aa-promo-banner .aa-prom-content h4 {
color: #fff;
font-size: 30px;
font-weight: bold;
text-transform: uppercase;
}
#aa-promo .aa-promo-area .aa-promo-banner .aa-prom-content h4 a {
color: #fff !important;
text-decoration: none;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}*/

.slider-text-holder {
  position: absolute;
  bottom: 10vh;
}

/* --------------- Cart ---------------- */

.cart-overlay {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  transition: var(--mainTransition);
  background: rgba(50, 112, 197, 0.5);
  z-index: 2;
  visibility: hidden;
  z-index: 602;
}

.cart {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: scroll;
  z-index: 3;
  background: rgba(231, 226, 221, 0.8);
  padding: 1.5rem;
  transition: var(--mainTransition);
  transform: translateX(100%);
  overflow-x: hidden;
}

.showCart {
  transform: translateX(0);
}

.transparentBcg {
  visibility: visible;
}

@media screen and (min-width: 768px) {
  .cart {
    width: 480px;
    min-width: 450px;
  }
}

.close-cart {
  font-size: 1.7rem;
  cursor: pointer;
}

.cart h2 {
  text-transform: capitalize;
  text-align: center;
  letter-spacing: var(--mainSpacing);
  margin-bottom: 2rem;
}

/*---------- Cart Item -------------------- */

.cart-item {
  display: grid;
  align-items: center;
  grid-template-columns: auto 1fr auto;
  grid-column-gap: 0.5rem;
  margin: 0.7rem 0;
  background-color: #f3f7fb;
  padding: 10px;
  position: relative;
  border-radius: 3px;
}

.cart-item img {
  width: 65px;
  /*height  : 65px;*/
  object-fit: cover;
}

.cart-item h4 {
  font-size: 0.85rem;
  text-transform: capitalize;
  letter-spacing: var(--mainSpacing);
}

.cart-item h5 {
  margin: 0.5rem 0;
  letter-spacing: var(--mainSpacing);
}

.item-amount {
  text-align: center;
}

.item-quant span {
  padding: 0px 5px;
}

.remove-item {
  color: grey;
  cursor: pointer;
}

.btn-item-quant {
  border: 1px solid #dee2e6;
  border-radius: 50%;
  font-size: 0.7em;
  background-color: transparent;
  height: 23px;
  width: 23px;
  padding: 0px 6px;
}

.btn-item-quant:active,
.btn-item-quant:focus {
  outline: none !important;
}

.btn-item-remove {
  background-color: transparent;
  border: 0px !important;
  margin-bottom: 3px;
  font-size: 0.7em;
  position: absolute;
  top: 5px;
  right: 3px;
}

.btn-item-remove:hover {
  opacity: 0.5;
}

.btn-item-quant:hover {
  background-color: rgba(152, 183, 226, 0.3);
}

.btn-item-remove:active,
.btn-item-remove:focus {
  outline: none !important;
}

.fa-chevron-up,
.fa-chevron-down {
  color: var(--primaryColor);
  cursor: pointer;
}

/*---------- End of Cart Item -------------------- */

.cart-footer {
  margin-top: 2rem;
  letter-spacing: var(--mainSpacing);
  text-align: center;
}

.cart-footer h3 {
  text-transform: capitalize;
  margin-bottom: 1rem;
}

.cart-icon {
  cursor: pointer;
  font-size: 1.2rem;
  color: #ffa400;
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}

.btn-black {
  background: transparent;
  text-transform: capitalize;
  font-size: 0.8rem !important;
  color: #232528;
  border-radius: 0 !important;
  border: 0.1rem solid #232528 !important;
}

.btn-black:hover {
  background: #232528 !important;
  color: #f3f3f3 !important;
}

/* --------------- End of Cart ---------------- */

/************* loja ***************/

.lojaSection,
.carrinhoSection,
.pesquisaSection {
  padding-top: 200px;
}

/*.pesquisaSection { 
   /* min-height:70%;
    height:100%;
  min-height:700px;
}
*/

.detalhesSection {
  padding-top: 200px;
  padding-bottom: 100px;
}

/*.detalhesSection{
  /*  min-height: 70vh;
}
*/

.carrinhoSection {
  padding-bottom: 100px;
}

.grey-style {
  background: #f9f9f9 none repeat scroll 0 0;
}

.border-grey-style {
  border-color: #eaecee;
  border-style: solid;
  border-width: 1px;
}

.categoriasLoja {
  /*  height:680px;*/
  /* border: 1px solid #efefef;*/
  /*box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.19);*/
  /*padding:  0px 0 20px 10px; */
  margin-bottom: 15px;
}

.categoriasLoja .titleCategorias {
  background: #114171;
  color: #ffffff;
  position: relative;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
  cursor: pointer;
  width: 100%;
  margin: 0;
}

.categoriasLoja .titleCategorias h1 {
  color: #ffffff;
  padding: 15px 20px;
  position: relative;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
  cursor: pointer;
  margin: 0;
}

.banner-div {
  margin-bottom: 10px;
}

.banner-div img {
  max-width: 100%;
  height: 100%;
}

.slider-div {
  margin-bottom: 10px;
  height: 60px;
}

.products-div {
  position: relative;
  /*height:400px;*/
}

/***** slider banner ***/

.carousel-wrap {
  width: 100%;
  position: relative;
}

/* fix blank or flashing items on carousel */

.owl-carousel .item {
  position: relative;
  z-index: 100;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.owl-nav > div {
  position: absolute;
  top: 50%;
  color: rgba(0, 0, 0, 0.7);
  transform: translatey(-50%);
}

.owl-nav i {
  font-size: 35px;
}

.owl-nav .owl-prev {
  left: 10px;
}

.owl-nav .owl-next {
  right: 10px;
}

/****** slider marcas ***********/

.owl-two {
  margin-bottom: 100px;
}

.owl-two .owl-item img {
  height: 100%;
  object-fit: cover;
}

.slide:hover,
.itemSlider:hover {
  cursor: pointer;
}

/*=========================================
loja left menu
==========================================*/

li {
  display: block;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*=========================================
loja left menu 2
==========================================*/
.submenu {
  list-style: none;
  padding: 0;
  margin: 0;
}

#cssmenu {
  padding: 0;
  margin: 0;
  border: 0;
  line-height: 1;
}

.colum_left h3 {
  font-size: 1.2em;
  color: #fff;
  padding: 8px;
  background: #383838;
  text-transform: uppercase;
  font-family: "ambleregular";
  margin: 0 auto;
}

#cssmenu ul,
#cssmenu ul li,
#cssmenu ul ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#cssmenu ul {
  position: relative;
  /*z-index: 597;*/
  float: left;
}

#cssmenu ul li {
  float: left;
  min-height: 1px;
  line-height: 1em;
  vertical-align: middle;
  position: relative;
}

#cssmenu ul li.hover,
#cssmenu ul li:hover {
  position: relative;
  /*z-index: 599;*/
  cursor: default;
}

#cssmenu ul ul {
  visibility: visible;
  position: relative;
  /*top     : 100%;
    left      : 0px;
    z-index   : 598;*/
  width: 100%;
}

#cssmenu ul ul li {
  float: none;
}

#cssmenu ul ul ul {
  top: -2px;
  right: 0;
}

#cssmenu ul li:hover > ul {
  visibility: visible;
}

#cssmenu ul ul {
  top: 0px;
  /*left: 99%;*/
}

#cssmenu ul li {
  float: none;
}

#cssmenu ul ul {
  margin-top: 1px;
}

#cssmenu ul ul li {
  font-weight: normal;
}

/* Custom CSS Styles */

#cssmenu {
  /*width: 200px;*/
  background: #fff;
  font-family: "Oxygen Mono", Tahoma, Arial, sans-serif !important;
  zoom: 1;
  font-size: 12px;
}

/*#cssmenu:before {
    content: '';
    display: block;
}

#cssmenu:after {
    content: '';
    display: table;
    clear: both;
}*/

/*.border-class {
    border: 1px solid rgba(0, 0, 0, 0.10);	
}*/

/*#cssmenu a {
    display: block;
    padding: 13px 20px;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    color: #9C9C9C;

}

#cssmenu a .glyphicon,
#cssmenu a .fa {
    color: #bee5eb;
    /*C6C51B*/
/*}

#cssmenu ul li:hover > a {
    color: #fff;
}

#cssmenu > ul {
    /*width: 200px;
    width: 100%;
}

#cssmenu ul ul {
    /*width: 200px;
    width: 100%;
}

#cssmenu > ul > li > a {
    color: #9C9C9C !important;
}

#cssmenu > ul > li > a:hover {
    color: #ffffff ;
    background: none;

}
/*

#cssmenu > ul > li a:hover,
#cssmenu > ul > li:hover a {
    /*background: #1b9bff;
    background: #4eb1ff;
}

#cssmenu li {
    position: relative;
}

#cssmenu ul ul li.first {
    -webkit-border-radius: 0 3px 0 0;
    -moz-border-radius: 0 3px 0 0;
    border-radius: 0 3px 0 0;
}

#cssmenu ul ul li.last {
    -webkit-border-radius: 0 0 3px 0;
    -moz-border-radius: 0 0 3px 0;
    border-radius: 0 0 3px 0;
    border-bottom: 0;
}

#cssmenu ul ul {
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}

#cssmenu ul ul {
    border: 1px solid #68C3DE;
}

#cssmenu ul ul a {
    font-size: 12px;
    color: #ffffff;
}

#cssmenu ul ul a:hover {
    color: #ffffff;

}

#cssmenu ul ul li {
    border-bottom: 1px solid #68C3DE;
}

#cssmenu ul ul li:hover > a {
    background: #68C3DE;
    color: #ffffff;
}
*/

/************* produtos***********/

.imageProduto {
  background-size: contain;
  background-position: center center;
  max-width: 100%;
  height: 150px;
  background-repeat: no-repeat;
  object-fit: contain;
}

.imageProdutoPesquisa {
  background-size: cover;
  background-position: center center;
  max-width: 100%;
  height: auto;
  background-repeat: no-repeat;
}
.imageProdutoDetalhes {
  background-size: contain;
  background-position: center center;
  max-width: 100%;
  min-height: 200px;
  height: auto;
  background-repeat: no-repeat;
  width: 100%;
}

.sinle-product-item:hover {
  /*  -webkit-transform : scale(1.2);
    transform         : scale(1.2); */
  -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: 0.5s;
  transition: 0.5s;
}

.product-brand {
  color: rgba(0, 0, 0, 0.5) !important;
  font-size: 12px;
  text-align: center;
}

.product-name span {
  color: #222222;
  display: block;
  font-size: 14px;
  font-weight: 600;
  overflow: hidden;
  padding: 0;
  /*text-transform: capitalize;*/
  text-align: center;
  /*height        : 30px;*/
}

.price {
  /*color: #e64545;*/
  color: #358adf;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

.price-box {
  text-align: center;
}

.product-thumb,
.sinle-product-item {
  position: relative;
  overflow: hidden;
}

.sinle-product-item {
  cursor: pointer;
}
.buy-now-btn {
  outline: none;
  border: none;
  font-weight: bold;
  border-radius: 2px;
  cursor: pointer;
  font-size: 1rem;
}
.btn-orange {
  background: #ff6900 !important;
  color: white !important;
  font-weight: 400 !important;
  margin:0 !important;
}
.btn-azul {
  background: #358adf !important;
  color: white !important;
  font-weight: 400 !important; margin:0 !important;
}
.btn-azul:hover {
  opacity: 0.8;
}
.bag-btn {
  background: rgba(78, 177, 255, 1);
/* 
  font-weight: bold; */
  border-radius: 2px;
  cursor: pointer;
 /*  font-size: 1rem; */
  color: #fff;

  outline: none;
  border: none;
}
.view-btn,
.lista-btn,
.btn-next-img,
.btn-back-img {
  position: absolute;
  bottom: 0;
  left: 25%;
  background: rgba(78, 177, 255, 1);

  letter-spacing: 0.1rem;
  font-weight: bold;
  transform: translateY(100%);
  cursor: pointer;
  font-size: 0.9rem;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;

  outline: none;
  border: none;
}

.btn-back-img {
  left: 4%;
  transition: all 0.1s linear;
  background: #0000001c;
  /*background: #FF7878 ;*/
}

.view-btn {
  left: 24%;
  transition: all 0.1s linear;
  background: rgba(195, 42, 163, 1);
  /*background: #FF7878 ;*/
}

.bag-btn {
  /* left         : 43%; */
  transition: all 0.2s linear;
  /* background: #E6302F;*/
}

.btn-next-img {
  left: 82%;
  transition: all 0.2s linear;
  background: #0000001c;
}

.lista-btn {
  left: 62%;
  transition: all 0.3s linear;
  /* background: #9B1915;*/
  background: #e6302f;
}

.bag-btn:hover i,
.view-btn:hover i,
.lista-btn:hover i,
.btn-back-img:hover i,
.btn-next-img:hover i {
  opacity: 0.8;
  outline: none;
  border: none;
}

.bag-btn i,
.view-btn i,
.lista-btn i,
.btn-back-img i,
.btn-next-img i {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  /* background-color:black; */
  padding-left: 1.5px;
}

.sinle-product-item:hover .bag-btn,
.sinle-product-item:hover .btn-back-img,
.sinle-product-item:hover .view-btn,
.sinle-product-item:hover .lista-btn,
.sinle-product-item:hover .btn-next-img {
  /* transform: translateY(-160%); */
}

.sinle-product-item {
  /* padding: 20px 5px; */
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;

  transition: all 0.25s cubic-bezier(0.31, -0.105, 0.43, 1.6);
  /* box-shadow: 0 2px 1px -1px rgba(0,0,0,.2), 0 1px 1px 0 rgba(0,0,0,.14), 0 1px 3px 0 rgba(0,0,0,.12);*/
}

/*
.product-options{
text-align: center;
}
.product-options a{
color: rgba(0,0,0,.54)!important;
padding:5px;
}
*/

/*********** contato section ************/
/*
#message,
#name,
#email {
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.35);
    box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.35);
}*/

.table-distritos .d-table-row:nth-of-type(even) {
  background-color: #57a8ff2b;
}

.table-distritos .d-table-cell {
  border-bottom: 1px solid #57a8ff2b;
}

.table-distritos div div {
  font-size: 13px;
}

.sixth-section {
  background-image: url(../img/sixth-section-bg.png);
  background-size: cover;
  width: 100%;
  background-repeat: no-repeat;
}

.sixth-section input {
  padding-left: 15px;
  font-size: 13px;
  color: #7a7a7a;
  border: 1px solid #eee;
  outline: none;
  height: 44px;
  border-radius: 22px;
  width: 100%;
  margin-bottom: 30px;
}

.sixth-section textarea {
  border-radius: 22px;
  border: 1px solid #eee;
  padding: 15px;
  font-size: 13px;
  color: #7a7a7a;
  outline: none;
  margin-bottom: 25px;
  height: 180px;
  max-height: 250px;
  width: 100%;
  max-width: 100%;
  max-height: 240px;
  display: inline-block;
}

.sixth-section button {
  text-decoration: none;
  padding: 10px 18px;
  display: inline-block;
  border-radius: 24px;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 700;
  background-color: #57a8ff;
  /*background-color: #415b90;*/
  color: #fff;
  letter-spacing: 1px;
  border: none;
}

.sixth-section button:hover {
  color: #fff;
  background-color: #22304d;
  transition: all 0.3s;
}

.sixth-section .right-info {
  margin-left: 20px;
}

.sixth-section .right-info ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.sixth-section .right-info ul li {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: #57a8ff;
  margin-bottom: 20px;
}

.sixth-section .right-info ul li a {
  text-decoration: none;
  color: #57a8ff;
}

.sixth-section .right-info ul li i {
  margin-right: 15px;
  display: inline-block;
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  color: #57a8ff;
  border-radius: 50%;
  border: 1px solid #57a8ff;
  font-size: 18px;
}

/*********** about ************/

.about_right {
  width: 100%;
}

.about_right p {
  padding: 20px;
}

.about_right img {
  height: auto;
  max-width: 50%;
  display: flex;
  margin: 0 auto;
}

/************ login register *************/

.modal-reacel {
  max-width: 400px;
}

.modal-reacel.modalPolitica {
  max-width: 800px;
}

.modal-reacel .modal-content {
  padding: 20px;
  border-radius: 5px;
  border: none;
}

.modal-reacel .modal-header {
  border-bottom: none;
  position: relative;
  justify-content: center;
}

.modal-reacel .close {
  position: absolute;
  top: -10px;
  right: -10px;
}

.modal-reacel h4 {
  color: #636363;
  text-align: center;
  font-size: 26px;
  margin-top: 0;
}

.modal-reacel .modal-content {
  color: #555555;
  border-radius: 1px;
  margin-bottom: 15px;
  background: #fff;
  border: 1px solid #f3f3f3;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  padding: 25px;
}

.modal-reacel .modal-header {
  padding-top: 0px;
  padding-bottom: 0px;
}

.modal-reacel label {
  font-weight: normal;
  font-size: 1em;
}

.modal-reacel .form-control {
  min-height: 38px;
  box-shadow: none !important;
  border-width: 0 0 1px 0;
  border-radius: 0;
}

.modal-reacel .form-control:focus {
  border-color: #ccc;
}

.modal-reacel .input-group {
  align-items: center;
}

.input-group .chosen-container {
  flex: 1;
}

.modal-reacel .input-group-addon {
  text-align: center;
  background: none;
  border-width: 0 0 1px 0;
  padding-right: 5px;
  border-radius: 0;
  margin-top: 8px;
}

.modal-reacel .btn {
  font-size: 16px;
  font-weight: bold;
  background: #666;
  border-radius: 3px;
  border: none;
  min-width: 140px;
  outline: none !important;
  color: white;
}

.modal-reacel .btn:hover,
.modal-reacel .btn:focus {
  opacity: 0.8;
}

.modal-reacel .hint-text {
  text-align: center;
  padding-top: 5px;
  font-size: 13px;
}

.modal-reacel .modal-footer {
  color: #999;
  border-color: #dee4e7;
  text-align: center;
  margin: 0 -25px -25px;
  font-size: 13px;
  justify-content: center;
}

.modal-reacel a {
  color: #fff;
  text-decoration: underline;
}

.modal-reacel a:hover {
  text-decoration: none;
}

.modal-reacel a {
  color: #3270c5;
  text-decoration: none;
}

.modal-reacel a:hover {
  text-decoration: underline;
}

/*
.modal-reacel .fa {
    font-size: 21px;
}
*/

.trigger-btn {
  display: inline-block;
  margin: 100px auto;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #ffffff;
  background-color: #3270c5;
}

/********* footer************/

.site-footer {
  background-color: #26272b;
  padding: 45px 0 20px;
  font-size: 15px;
  line-height: 24px;
  color: #737373;
}

.site-footer hr {
  border-top-color: #bbb;
  opacity: 0.5;
}

.site-footer hr.small {
  margin: 20px 0;
}

.site-footer h6 {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 5px;
  letter-spacing: 2px;
}

.site-footer a {
  color: #737373;
}

.site-footer a:hover {
  color: #3366cc;
  text-decoration: none;
}

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

.footer-links li {
  display: block;
}

.footer-links a {
  color: #737373;
  transition: 0.2s all linear;
}

.footer-links a i {
  padding-right: 4px;
  font-size: 14px;
}

.footer-links a:active,
.footer-links a:focus,
.footer-links a:hover {
  color: #3366cc;
  text-decoration: none;
  padding-left: 10px;
}

.footer-links.inline li {
  display: inline-block;
}

.site-footer .social-icons {
  text-align: right;
}

.site-footer .social-icons a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-left: 6px;
  margin-right: 0;
  border-radius: 100%;
  background-color: #33353d;
}

.copyright-text {
  margin: 0;
}

@media (max-width: 991px) {
  .site-footer [class^="col-"] {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .sixth-section .right-info {
    margin-left: 0 !important;
  }

  .site-footer {
    padding-bottom: 0;
  }

  .site-footer .copyright-text,
  .site-footer .social-icons {
    text-align: center;
  }

  .livro-reclamacoes {
    text-align: center;
  }
}

.social-icons {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.social-icons li {
  display: inline-block;
  margin-bottom: 4px;
}

.social-icons li.title {
  margin-right: 15px;
  text-transform: uppercase;
  color: #96a2b2;
  font-weight: 700;
  font-size: 13px;
}

.social-icons a {
  background-color: #eceeef;
  color: #818a91;
  font-size: 16px;
  display: inline-block;
  line-height: 44px;
  width: 44px;
  height: 44px;
  text-align: center;
  margin-right: 8px;
  border-radius: 100%;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.social-icons a:active,
.social-icons a:focus,
.social-icons a:hover {
  color: #fff;
  background-color: #29aafe;
}

.social-icons.size-sm a {
  line-height: 34px;
  height: 34px;
  width: 34px;
  font-size: 14px;
}

.social-icons a.facebook:hover {
  background-color: #3b5998;
}

.social-icons a.twitter:hover {
  background-color: #00aced;
}

.social-icons a.linkedin:hover {
  background-color: #007bb6;
}

.social-icons a.dribbble:hover {
  background-color: #ea4c89;
}

@media (max-width: 767px) {
  .social-icons li.title {
    display: block;
    margin-right: 0;
    font-weight: 600;
  }
}

.center {
  text-align: center;
}

.pagination {
  margin: auto;
}

.pagination li {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color 0.3s;
  border: 1px solid #ddd;
  margin: 0 4px;
}

.pagination a.active {
  background-color: #4caf50;
  color: white;
  border: 1px solid #4caf50;
}

.loadingImage {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.loadingImage img {
  max-height: 100%;
  max-width: 100%;
}

.loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1250;
  /*valor anterior -> 900*/
  text-align: center;
  vertical-align: middle;
  background: url("../images/page-loader.gif") 50% 50% no-repeat
    rgba(0, 0, 0, 0.1);
  background-size: 150px 150px;

  display: none;
}

.pagination a:hover:not(.active) {
  background-color: #ddd;
}

/*detalhes produto*/

.priceDetail {
  font-size: 20px;
  color: #777474;
}

.button {
  background-color: #fff;
  border-color: #dbdbdb;
  border-width: 1px;
  color: #363636;
  cursor: pointer;
  justify-content: center;
  padding-bottom: 0.4em;
  padding-left: 0.75em;
  padding-right: 0.75em;
  padding-top: 0.4em;
  text-align: center;
  white-space: nowrap;
  margin-right: 10px;
  transition: 0.2s all linear;
}

.buy-button {
  background: #ff6900;
  color: white;
  border-color: #ff6900;
  border-width: 1px;
}

.buy-button:hover,
.buy-button:active,
.buy-button:focus {
  color: white;
  opacity: 0.9;
  transform: scale(1.1);
}

.favoritosBtn:hover {
  opacity: 0.9;
  transform: scale(1.1);
}

.botoes {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

/**/

.logoFooter {
  margin-top: 10px;
  height: 100px;
}

footer a.logoFooter img {
  width: 100%;
  max-width: 100px;
}

.iconsRedeSocial {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pointer {
  cursor: pointer;
}

.artigosBtn {
  cursor: pointer;
}

.stack-menu__link-active {
  background-color: #519ae22e;
}

.min-height-40em {
  min-height: 40em;
}

.sticky {
  position: fixed;
  top: 10px;
  right: 18px;
  margin: 0;
  width: calc(33.33% - 25px);
}

.abs {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: calc(33.33% - 20px);
}

/* esconde todos e mostra so um
@media (max-width: 768px) {
    .carousel-detalhes .carousel-inner .carousel-item > div {
        display: none;
    }
    .carousel-detalhes .carousel-inner .carousel-item > div:first-child {
        display: block;
    }
}

.carousel-detalhes .carousel-inner .carousel-item.active,
.carousel-detalhes .carousel-inner .carousel-item-next,
.carousel-detalhes .carousel-inner .carousel-item-prev {
    display: flex;
    /*transform: translateX(100%);
}


/* display 1 
@media only screen and (max-width: 576px){
    .carousel-detalhes .carousel-inner .carousel-item-right.active,
    .carousel-detalhes .carousel-inner .carousel-item-next {
      transform: translateX(50%);
    }
    
    .carousel-detalhes .carousel-inner .carousel-item-left.active, 
    .carousel-detalhes .carousel-inner .carousel-item-prev {
      transform: translateX(-50%);
    }
}


 display 4 
@media only screen and (max-width: 1220px) and (min-width: 992px){
    .carousel-detalhes .carousel-inner .carousel-item-right.active,
    .carousel-detalhes .carousel-inner .carousel-item-next {
      transform: translateX(25%);
    }
    
    .carousel-detalhes .carousel-inner .carousel-item-left.active, 
    .carousel-detalhes .carousel-inner .carousel-item-prev {
      transform: translateX(-25%);
    }
}

.carousel-detalhes .carousel-inner .carousel-item-right,
.carousel-detalhes .carousel-inner .carousel-item-left{ 
  transform: translateX(0);
}*/

@media (max-width: 768px) {
  .carousel-detalhes .carousel-inner .carousel-item > div {
    display: none;
  }

  .carousel-detalhes .carousel-inner .carousel-item > div:first-child {
    display: block;
  }
}

.carousel-detalhes .carousel-inner .carousel-item.active,
.carousel-detalhes .carousel-inner .carousel-item-next,
.carousel-detalhes .carousel-inner .carousel-item-prev {
  display: flex;
}

/* display 3 */
@media (min-width: 768px) {
  .carousel-detalhes .carousel-inner .carousel-item-right.active,
  .carousel-detalhes .carousel-inner .carousel-item-next {
    transform: translateX(33.333%);
  }

  .carousel-detalhes .carousel-inner .carousel-item-left.active,
  .carousel-detalhes .carousel-inner .carousel-item-prev {
    transform: translateX(-33.333%);
  }
}

.carousel-detalhes .carousel-inner .carousel-item-right,
.carousel-detalhes .carousel-inner .carousel-item-left {
  transform: translateX(0);
}

.heigth-28rem {
  height: 28rem;
}

.form-control-custom {
  padding: 2px;
  width: 53px;
  height: 29px;
}

.nk-cookie-banner {
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: 999;
  border-radius: 0px;
  display: none;
}

.filtro-produtos {
  background-color: #114171;
  color: #fff;
  border-radius: 3px;
}

/* Loader para as imagens*/
.spinner {
  width: 40px;
  height: 40px;
  margin: 100px auto;
  background-color: #333;

  border-radius: 100%;
  -webkit-animation: sk-scaleout 1s infinite ease-in-out;
  animation: sk-scaleout 1s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }

  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}

@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.number-input {
  display: flex;
}

input.itensCarrinho {
  width: 40px;
  border: solid 1px lightgrey;
  border-radius: 0;
  text-align: center;
  height: 26px;
}

.spinnerCarrinho {
  border: solid 1px lightgrey;
  width: 20px;
  padding: 0px;
  margin: -6px;
  height: 26px;
}

.spinnerCarrinho:hover {
  background: lightgrey;
}

.spinnerCarrinho:first-child {
  border-radius: 3px 0 0 3px;
}

.spinnerCarrinho:last-child {
  border-radius: 0 3px 3px 0;
}

.desconto {
  text-decoration: line-through;
  color: #9d8c8c;
  text-decoration-color: #f34747;
}

#popup {
  position: fixed;
  width: 220px;
  height: 160px;
  background: #666; /* #004A98; */
  left: calc(50% - 110px);
  top: 50%;
  border-radius: 5px;
  padding: 50px 0;
  /*  margin: calc(); */
  /* width/2 + padding-left */
  margin-top: -150px;
  /* height/2 + padding-top */
  text-align: center;
  box-shadow: 0 0 10px 0 #000;
  z-index: 999;
}
#popup a {
  color: white;
}

#close {
  position: absolute;
  background: white;
  color: black;
  right: -15px;
  top: -15px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 8px;
  font-weight: bold;
  font-family: "Arial Black", Arial, sans-serif;
  cursor: pointer;
  box-shadow: 0 0 10px 0 #000;
  z-index: 999;
}
