/* STYLE ACORESPRO */

.shop .listproducts .postproduct .trojkat_bg2
{
  position: absolute;
  margin: 0 auto;
  width: 260px;
  height: 230px;
  background-color: transparent;
  background-size: contain;
  background-repeat: no-repeat;
  border: inset 20px transparent;
  background-position: center center;
  -webkit-filter: grayscale(1);
  filter: none;
  z-index: 99;
  left: 4px;
  opacity: 0;
	transition:all 0.5s;
}

.postproduct.uptriangle:hover .trojkat_bg2
{
	transition:all 0.5s;
	opacity: 1!important;
	top: 25px;
	width: 300px;
	height: 260px;
	left: -16px;
}
.postproduct.downtriangle:hover .trojkat_bg2
{
	transition:all 0.5s;
	opacity: 1!important;
	top: 25px;
	width: 300px;
	height: 260px;
	left: -16px;
}

.postproduct.uptriangle:hover .trojkat_bg
{
	background-image:none!important;
}

.postproduct.downtriangle:hover .trojkat_bg
{
	background-image:none!important;
}

.btnmenu {
  width: 100%;
  float: left;
  /*margin-bottom: 20px;*/
  margin-bottom: 10px;
  font-size: 22px;
  text-align: center;
  text-decoration: none !important;
}

.btnmenu:hover {
  opacity: 0.6;
}

.waitredirect h2 {
  margin-bottom: 15px;
}

.waitredirect h2,
.waitredirect p {
  color: #ccc;
}

.waitredirect strong,
.waitredirect span {
  color: #009eff;
  font-weight: bold;
}

.waitredirect {
  float: left;
  width: 100%;
  position: relative;
  margin: 30px 0;
  color: #ccc;
  text-align: center;
}

.menu_lateral .searchdiv {
  display: none;
}

.menu_lateral .searchdiv,
.menu_lateral .searchdiv .inputsearch input {
  width: 100% !important;
}

.productspage .alertcustom {
  display: none !important;
}

.productspage .postproduct.downtriangle .add-favorites {
  /*top: 40px;*/
  top: 50px;
  left: 30px;
}

.productspage .postproduct.uptriangle .add-favorites {
    /*top: 40px;*/
    top: 55px;
    left: 45.8%;
}

.productspage .postproduct .add-favorites {
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 999;
    font-size: 20px;
    cursor: pointer;
    color: #000;
    width: unset;
    float: unset;
}

.loaderui {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 50px;
  height: 50px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  margin:auto;
  left:0;
  right:0;
  top:0;
  bottom:0;
  position:absolute;
  z-index: 2;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.divfiltros .bt-clearfilters {
  display: none;
  position: relative;
  margin-top: 15px;
  float: right;
  color: #19e65c;
  text-decoration: none;
}

.divfiltros .bt-clearfilters:hover {
  opacity: 0.7;
}

.product-stock.ullist {
  height: auto !important;
}

.divfiltros .closefiltros:hover {
  opacity: 0.6;
}

.divfiltros .closefiltros {
  position: relative;
  background-color: transparent;
  border: 0;
  display: inline-block;
  font-size: 50px;
  color: #fff;
  cursor: pointer;
}

.divfiltros .minihead {
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}

.divfiltros .minihead img {
  height: 40px;
  position: relative;
  top: 5px;
  right: 18px;
  float: right;
}

.bt-submit-filtros:hover {
  background-color: #fff;
  color: #545454;
}

.bt-submit-filtros {
  border: 1px solid #fff;
  color: #fff;
  background-color: transparent;
  padding: 5px 20px;
  position: absolute;
  border-radius: 30px;
  bottom: 22px;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-size: 18px;
  width: 180px;
  cursor: pointer;
  transition-duration: 0.2s;
}

.divfiltros hr {
  float: left;
  width: 100%;
  position: relative;
  border-top: 1px solid #979797;
  margin-top: 10px;
  margin-bottom: 20px;
}

.divfiltros .ullist ul.subitems {
  margin: 0;
  padding: 0;
  display: none;
  float: left;
  width: 100%;
  position: relative;
  background-color: #626262;
  list-style: none;
}

.divfiltros .ullist ul.subitems li {
  border-bottom: 1px solid #575756;
  padding: 0 10px;
}

.divfiltros .ullist ul.subitems li:last-child {
  border-bottom: 0 !important;
}

.divfiltros .ullist ul.subitems li a {
  border: 0 !important;
  padding: 5px 0;
}

.divfiltros .ullist li {
  float: left;
  width: 100%;
  position: relative;
}

.divfiltros .ullist li a {
  color: #fff !important;
  text-decoration: none;
  transition-duration: 0.2s;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 100;
  float: left;
  width: 100%;
  padding: 10px 0;
  border-bottom: 1px solid #626262;
}

.divfiltros .ullist li.has-child>a:after {
    position: absolute;
    top: 50%;
    content: "+";
    right: 0;
    font-size: 24px;
    z-index: 5;
    margin-top: -14px;
    color: #fff;
}

.divfiltros .ullist li:last-child a {
  border-bottom: 0;
}

.divfiltros .ullist li:hover a img {
  filter: invert(51%) sepia(39%) saturate(6861%) hue-rotate(181deg) brightness(105%) contrast(105%);
}

.divfiltros .ullist li:hover > a,
.divfiltros .ullist li.active a {
  color: #009eff !important;
}

.divfiltros .ullist li.has-child:hover > a {
  color: #009eff;
}

.divfiltros .ullist li.has-child:hover > a:after {
  content: '';
}

.divfiltros .ullist li.has-child:hover > ul {
  display: block;
}

.divfiltros .ullist {
  float: left;
  width: 100%;
  position: relative;
  margin: 0 0 40px 0;
  padding: 0;
  list-style: none;
  height: auto;
  overflow-x: auto;
}

.vertical-nav .ullistfilters {
  float: left;
  width: 100%;
  position: relative;
  margin: 0 0 25px 0;
  padding: 0 0 10px 0;
  list-style: none;
  height: auto;
  overflow-x: auto;
  border-bottom: 1px solid #7e7e7e;
  max-height: 130px;
}

.vertical-nav .ullistfilters:last-child {
  border-bottom: 0 !important;
}

.vertical-nav .ullistfilters li {
  float: left;
  width: 100%;
  position: relative;
}

.vertical-nav .ullistfilters li a {
  color: #8F8F8F !important;
  text-decoration: none;
  transition-duration: 0.2s;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 100;
  float: left;
  width: 100%;
  font-family: "Futura BK" !important;
}

.vertical-nav .ullistfilters li:hover a,
.vertical-nav .ullistfilters li.active a {
  color: #fff !important;
}

.vertical-nav .ullistfilters li.active a:after {
  content: 'x';
  position: absolute;
  right: 0;
  text-transform: initial;
  border: 1px solid;
  border-radius: 50%;
  height: 15px;
  width: 15px;
  text-align: center;
  top: 0;
  bottom: 0;
  margin: auto;
  line-height: 12px;
  font-size: 10px;
}

.divfiltros {
  z-index: 999999;
  display: none;
  float: left;
  left: 0;
  width: 300px;
  border-right: 1px solid #282828;
  height: 100svh;
  background-color: rgb(87 87 86 / 95%);
  color: #ccc;
  top: 0;
  bottom: 0;
  position: fixed;
  padding: 20px;
  overflow-x: auto;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
}

.divfiltros .menutitle {
  float: left;
  width: 100%;
  position: relative;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}

.vertical-nav .menutitlefilter {
  float: left;
  width: 100%;
  position: relative;
  color: #FFFFFFA1;
  font-size: 20px;
  margin-bottom: 10px;
  font-family: "Futura BK" !important;
}

.divfiltros .ftitle i,
.divfiltros .ftitle svg {
  font-size: 14px;
}

.divfiltros .ftitle {
  float: left;
    width: 100%;
    position: relative;
    color: #009eff;
    font-size: 18px;
    margin-bottom: 5px;
    cursor: pointer;
}

body.page-products {
  background-image: url('images/bg-produtos.jpg');
  background-repeat: repeat;
  background-size: contain;
}

.shop.productspage {
  padding-right: 15px;
  padding-left: 15px;
}

.bt-filtros img {
  width: 30px;
}

.bt-filtros {
  position: relative;
  margin-right: 15px;
  cursor: pointer;
}

.bt-filtros img:hover {
  opacity: 0.6;
}

.imgerror h1 {
  font-size: 130px;
}

.imgerror {
  color: #ccc;
}

.cartable .product-thumbnail span {
  position: relative;
  margin-top: 10px;
  display: block;
}

.cartable .imgtriangle {
  margin-left: -20px !important;
}

.popup_cart .imgtriangle,
.cartable .imgtriangle,
.searchlist ul li .imgtriangle {
    filter: url(#round);
    float: left;
    transition-duration: 0.4s;
    margin-left: 0;
    margin-right: 15px;
}

.searchlist ul li .imgtriangle {
  margin-left: -15px
}

.simg .imgtriangle {
  filter: url(#round);
  float: left;
  transition-duration: 0.4s;
}

.popup_cart .bg-img-cart,
.cartable .bg-img-cart,
.searchlist ul li .bg-img-cart {
  float: left;
  max-width: 6.875rem;
  width: 6.875rem;
  height: 100px;
  background-color: #fff;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  clip-path: polygon(100% 0%, 0% 50%, 100% 100%);
  margin-top: -18px;
  margin-bottom: -18px;
}

.searchlist ul li .title {
  position: relative;
  margin-top: 18px;
  float: left;
}

#favoritos .shop {
  padding-left: 45px;
}

#favoritos .shop .listproducts .postproduct,
.shop.productspage .listproducts .postproduct {
  margin-bottom: 85px;
}

.shop .listproducts .postproduct.uptriangle .bt-delfavorito {
  top: 38px;
  left: 45.5%;
}

.shop .listproducts .postproduct.downtriangle .bt-delfavorito {
  top: 29px;
  left: 10px;
}

.page-header h3 {
  color: #d3d3d3;
}

.page-header {
  border-bottom: 1px solid #585858;
}

.getsugeridos .shop .listproducts {
  margin-bottom: 0 !important;
}

.shop .slick-track {
  min-width: 100%;
}

.shop .slick-list {
  height: auto;
}

.shop .homeprev,
.marcas .mprev {
  left: -45px;
}

.shop .homenext,
.marcas .mnext {
  right: -45px;
}

.shop .homeprev,
.shop .homenext,
.marcas .mnext,
.marcas .mprev {
  background: transparent !important;
  width: 50px;
  height: 50px;
  color: #009eff;
  font-size: 40px;
  z-index: 1;
  border-radius: 20px;
}

.shop .listproducts.pcarousel,
.marcas .listmarcas {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
}

.shop .listproducts.slick-initialized,
.marcas .listmarcas.slick-initialized {
  visibility: visible;
  opacity: 1;
}

.shop .listproducts .postproduct.uptriangle {
  /*padding-top: 10px;*/
  padding-top: 34px;
}

.shop .listproducts .postproduct.uptriangle .imgtriangle {
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

.shop .listproducts .postproduct.downtriangle .imgtriangle {
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
}

.shop .listproducts .postproduct {
  float: left;
  width: 260px;
  height: auto;
  text-align: center;
  transition-duration: 0.2s;
  position: relative;
}

.shop .listproducts .postproduct .imgtriangle {
  filter:url(#round);
  overflow:hidden;
  transition-duration: 0.4s;
}

.shop .listproducts .postproduct.uptriangle .titlecat {
  margin-top: 5px;
}

.shop .listproducts .postproduct.downtriangle .titlecat {
  margin-bottom: 5px;
}

.shop .listproducts .postproduct .titlecat {
  color: #999;
  position: relative;
  font-size: 14px;
  height: 50px;
  display: table;
  width: 100%;
}

.shop .listproducts .postproduct .titlecat > p {
    display: table-cell;
    vertical-align: middle;
}

/*.shop .listproducts .postproduct:nth-child(n+2) {
  margin-left: -85px;
}*/

.shop .listproducts .postproduct {
  margin-right: -85px;
}

.shop .listproducts .postproduct .trojkat_bg {
  position: relative;
  margin: 0 auto;
  /*width: 210px;
  height: 190px;*/
  width: 260px;
  height: 230px;
  background-color: #fff;
  background-size: contain;
  background-repeat: no-repeat;
  border: inset 20px transparent;
  background-position: center center;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.shop .listproducts .postproduct .imgtriangle:hover .trojkat_bg {
	-webkit-filter: unset;
  filter: unset;
}

.shop .listproducts .postproduct .trojkat_bg:hover  {
  -webkit-filter: unset;
  filter: unset;
}

.shop .listproducts .postproduct.uptriangle .trojkat_bg {
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}

.shop .listproducts .postproduct.downtriangle .trojkat_bg {
  clip-path: polygon(0% 0%, 50% 100%, 100% 0%);
}

.shop .listproducts {
  float: left;
  width: 100%;
  position: relative;
  height: auto;
  margin-bottom: 45px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.shop:last-child .listproducts {
    margin-bottom: 0 !important;
}

.imgcat {
  width: 100%;
  height: 100%;
}
.menushow {
  position: fixed;
  left:0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  background-color: rgb(0 0 0 / 85%);
  z-index: 99999;
}

.menu_lateral .logo {
  float: left;
  width: 100%;
  position: relative;
  text-align: center;
  margin-bottom: 30px;
}

.menu_lateral .logo img {
  width: 180px;
}

.menu_lateral .logo img:hover {
  opacity: 0.7;
}

.menu_lateral {
  display: none;
  padding: 20px;
  position: fixed;
  top: 0;
  left: 0;
  width: 300px;
  height: 100vh;
  background-color: #00b3ff;
  z-index: 999999;
  -webkit-box-shadow: 3px 0px 5px 0px rgb(22 223 99 / 26%);
  -moz-box-shadow: 3px 0px 5px 0px rgba(22,223,99,0.26);
  box-shadow: 3px 0px 5px 0px rgb(22 223 99 / 26%);
}

.menu_lateral .closemenu {
  position: absolute;
    right: -10px;
    font-size: 25px;
    top: 10px;
    color: #282828;
    border: 1px solid #00b3ff;
    border-radius: 100%;
    cursor: pointer;
    transition-duration: 0.2s;
}

.menu_lateral .closemenu:hover {
  color: #8b2f2f;
}

.menu_lateral .header_menus {
  float: left;
  width: 100%;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}

.menu_lateral .header_menus li a {
  float: left;
  width: 100%;
  position: relative;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  transition-duration: 0.2s;
  font-size: 13px;
}

.menu_lateral .header_menus li a:hover i,
.menu_lateral .header_menus li a:hover svg {
  opacity: 1;
  margin-right: 5px;
}

.menu_lateral .header_menus li a i,
.menu_lateral .header_menus li a svg {
  margin-right: 0px;
  opacity: 0;
  transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  -ms-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -webkit-transition: all 250ms ease-out;
}

.menu_lateral .header_menus li a:hover {
  opacity: 0.7;
}

.menu_lateral .header_menus li {
  float: left;
  width: 100%;
  position: relative;
  color: #fff;
  margin-bottom: 10px;
}

.menu_lateral .header_menus li:last-child {
  margin: 0 !important;
}

.burgerfixe {
  width: 40px;
  float: left;
  height: 50px;
  margin-right: 20px;
  cursor: pointer;
  transition-duration: 0.2s;
}

/*.burgerfixe:hover {
  opacity: 0.7;
}*/

.burgerfixe .linha:before {
  content: '';
  position: absolute;
  height: 4px;
  top: -12px;
  background-color: #fff;
  border-radius: 6px;
  width: 100%;
  transition-duration: 0.2s;
}

.burgerfixe:hover .linha:before,
.burgerfixe.active .linha:before {
  background-color: #0098ff !important;
}

.burgerfixe:hover .linha:after,
.burgerfixe.active .linha:after {
  background-color: #12d66d !important;
}

.burgerfixe:hover .linha:after,
.burgerfixe.active .linha:after {
  width: 100%;
}

.burgerfixe .linha:after {
  content: '';
  position: absolute;
  height: 4px;
  bottom: -12px;
  background-color: #fff;
  border-radius: 6px;
  width: 50%;
  transition-duration: 0.2s;
}

.burgerfixe .linha {
  height: 4px;
  background-color: #fff;
  border-radius: 6px;
  width: 100%;
  position: relative;
  top: 23px;
}

.bt-viewproduct a {
  float: left;
  width: 100%;
  position: relative;
  padding: 10px 0;
  background-color: #6dcbf1;
  border: 0;
  color: #fff;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.bt-viewproduct {
  float: left;
    width: 100%;
    padding: 0 20px;
    margin: 10px 0;
}

#slick_products {
    height: 400px;
}

.divcouponcode {
  float: left;
  width: 100%;
  position: relative;
  margin-top: 15px;
  display: none;
}

.del-promocode:hover {
  opacity: 0.7;
}

.del-promocode {
  color: red !important;
  text-decoration: none !important;
}

.alertyo .alert {
  margin-bottom: 10px;
}

input#apply_coupon {
  background-color: transparent;
    border: 1px solid #00a6ff;
    color: #ccc;
    padding: 11px 20px;
    margin: 0;
    border-radius: 20px;
}

.bt-applycoupon:hover,
.bt-squareblue:hover {
  opacity: 0.7;
}

.bt-applycoupon {
  background-color: #00a6ff;
  color: #fff;
  padding: 12px 20px;
  border: 0;
  text-decoration: none;
  border-radius: 20px;
}

.bt-squareblue {
  background-color: #00a6ff;
  color: #fff !important;
  padding: 15px 20px;
  border: 0;
  text-decoration: none !important;
  border-radius: 20px;
}

.cartable .tablefooter .col6 {
  float: left;
  width: 50%;
  position: relative;
}

.cartable .tablefooter {
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}

.report-chart {
  float: left;
  width: 100%;
  position: relative;
  margin-top: 20px;
}

.report-chart li {
  display: inline-block;
  margin-right: 10px;
}

.report-chart li .circle {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-right:5px;
  background-color: #ccc;
  display: inline-block;
}

.report-chart li .titleproduct {
  display: inline-block;
  color: #000;
  font-weight: 500;
  position: relative;
  top: -4px;
}

.estatisticas_nrencomendas hr,
.estatisticas_produtosmaisencomendados hr {
  margin-top: 10px !important;
}

.estatisticas_nrencomendas h4 strong,
.estatisticas_produtosmaisencomendados h4 strong {
  color: #009eff;
}

.estatisticas_nrencomendas,
.estatisticas_produtosmaisencomendados {
  float: left;
  width: 100%;
  position: relative;
  margin-top: 10px;
}

.sercontactado {
  margin-bottom: 5px;
}

#favoritos .shop .row {
  margin-right: -15px !important;
}

.alert {
  margin-bottom: 0;
}

.bt-delfavorito:hover {
  color: red;
}

.bt-delfavorito {
  position: absolute;
  top: 27px;
  right: 15px;
  z-index: 9;
  font-size: 20px;
  cursor: pointer;
  color: #000;
}

.add-favorites:hover i,
.add-favorites:hover svg,
.add-favorites.active i,
.add-favorites.active svg {
  color: red !important;
}

.add-favorites {
  float: left;
  width: auto;
  position: relative;
  margin-top: 10px;
  font-size: 24px;
  color: #ccc !important;
  text-decoration: none !important;
}

@keyframes spinning {
    from { transform: rotate(0deg) }
    to { transform: rotate(360deg) }
  }
  .spin {
    animation-name: spinning;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    /* linear | ease | ease-in | ease-out | ease-in-out */
    animation-timing-function: linear;
  }

select:disabled {
  cursor: no-drop;
}

.creditodisponivel {
  float: left;
  width: 100%;
  position: relative;
  background: #12d66d;
  padding: 10px;
  margin-bottom: 20px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

#credito table {
  color: #ccc;
}

.creditodisponivel span {
    display: block;
    font-size: 26px;
    margin-top: 4px;
    font-weight: 500;
}

.listmoradas .panel {
  margin-bottom: 10px;
  margin-top: -2px;
}

.bt-redye {
  background-color: #d9534f;
  color: #fff;
  padding: 7px 25px;
  border: 0;
  text-decoration: none;
  border-radius: 30px;
}

.bt-redye:hover {
  opacity: 0.7;
}

.listmoradas .FORM_updatemorada {
  float: left;
  width: 100%;
  position: relative;
  margin-top: 10px;
}

.listmoradas .accordion {
  background-color: #2a2a2a;
  color: #ccc;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.listmoradas .accordion.active, .accordion:hover {
  background-color: #2a2a2a;
}

.listmoradas .accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.listmoradas .accordion.active:after {
  content: "\2212";
}

.listmoradas .panel {
  padding: 0 18px;
  background-color: #2a2a2a;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.listmoradas {
  float: left;
  width: 100%;
  position: relative;
  margin-top: 20px;
}

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.btn-dark:hover {
  color: #fff;
  opacity: 0.7;
}

.formactions {
  display: none;
  float: left;
  width: 100%;
  position: relative;
  margin-top: 10px;
}

.divtitlepersonalizado {
  float: left;
  width: 100%;
  position: relative;
  background-color: black;
  color: #fff;
}

.divtitlepersonalizado p {
  padding: 10px;
  background-color: #767676;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  float: left;
  margin-left: 10px;
}

.divtitlepersonalizado .bt_add {
    float: right;
    position: relative;
    text-align: right;
    color: #fff;
    padding: 10px;
    overflow: hidden;
    list-style: none;
    white-space: nowrap;
    cursor: pointer;
}

.divtitlepersonalizado .bt_add i {
  font-size: 20px;
  color: #0978ad;
  top: 3px;
  position: relative;
}

.divtitlepersonalizado .bt_add span {
  text-transform: uppercase;
  font-weight: 500;
  opacity: 0;
  max-width: 0;
  transition: max-width 1s ease-out .1s, opacity 1s ease-out .1s;
  display: inline-block;
}

.divtitlepersonalizado .bt_add:hover span {
  opacity: 1;
  max-width: 150px;
  transition: max-width 1s ease-out .1s, opacity 1s ease-out .1s, color .2s;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
  vertical-align: middle;
}

@media print {
  a[href]:after {
    content: none !important;
  }
  .cartbts {
    display: none !important;
  }
}

.listiconscart {
  float: right;
  width: 100%;
  text-align: right;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 20px;
}

.listiconscart li {
  display: inline-block;
  margin: 0 2px;
  cursor: pointer;
}

.listiconscart li:hover img {
  opacity: 0.7;
}

.listiconscart li:last-child {
  margin-right: 0 !important;
}

select.autosaveshipping {
  float: left;
  width: 100%;
  margin-bottom: 10px;
  padding: 3px;
}

.autosaveshipping {
  display: none;
  float: left;
}

.shipping-methods li {
  font-size: 12px;
  color: #afafaf;
  font-weight: normal !important;
}

.shipping-methods li input {
  margin-right: 10px;
}

.shipping-methods {
  float: left;
  width: 100%;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 10px;
}

.resume_cart table th {
  /*border-right: 1px solid #484848;*/
  vertical-align: middle !important;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
  /*border-top: 1px solid #484848;*/
  border-top: 1px solid transparent;
}

.resume_cart table td {
  font-size: 20px;
  font-weight: 500;
}

.colorchange th,
.colorchange td {
  color: #13d969;
  border-top: 1px solid #484848 !important;
  font-size: 20px;
  font-weight: 500;
}


.resume_cart {
  float: right;
  width: 400px;
  position: relative;
}

/*.popup_cart .getcart ul.mini-cart li.mini_cart_item:hover .remove_from_cart_button {
  opacity: 1;
  visibility: visible;
}

.popup_cart .getcart ul.mini-cart li.mini_cart_item .remove_from_cart_button:hover {
  color: red;
}*/

.popup_cart .getcart .global_footeractions {
  position: absolute;
  bottom: 0;
}

.popup_cart .getcart .mini-cart__buttons.buttons .button:not(.checkout) {
    display: inline-block;
    background-color: transparent;
    color: #008bff;
    border: 1px solid #008bff;
    margin-right: 0.75rem;
}

.popup_cart .getcart .mini-cart__buttons.buttons .button:hover {
    opacity:0.7;
}

.popup_cart .getcart .mini-cart__buttons.buttons .button {
    flex: 1;
    background-color: #008bff;
    padding: 10px 0;
    margin-bottom: 1rem;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 1.38px;
    border-width: 1px;
    color: #fff;
    text-decoration: none;
    border-radius: 20px;
}

.popup_cart .getcart .mini-cart__buttons.buttons {
    padding: 0;
    display: flex;
    text-align: center;
    margin: 0;
    float: left;
    width: 100%;
}

.popup_cart .getcart .mini-cart__total.total span:not(.woocommerce-Price-amount) {
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 5px;
}

.popup_cart .getcart .mini-cart__total.total {
    font-size: 1rem;
    line-height: 1.1875rem;
    padding: 1.5rem 0;
    border-bottom: 1px solid;
    border-color: #cacaca;
    margin-bottom: 1.5rem;
    float: left;
    width: 100%;
}

.popup_cart .getcart .mini-cart__total.total strong {
    text-transform: uppercase;
}

.popup_cart .getcart .mini-cart__total.total .woocommerce-Price-amount {
    float: right;
    font-weight: bold;
}

.popup_cart .getcart .product_list_widget li img {
  float: left;
    max-width: 5.875rem;
    height: 80px;
    margin-left: -6.875rem;
    object-fit: contain;
    object-position: center center;
    background-color: #fff;
}

.popup_cart .getcart ul.mini-cart li.mini_cart_item a {
    font-size: 0.875rem;
    padding: 0;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 500;
    color: #00b0ff;
}

.popup_cart .getcart ul.mini-cart li.mini_cart_item a:not(.remove) {
    white-space: inherit;
    padding-right: 1.875rem;
    line-height: 1.125rem;
    margin-bottom: 3px;
}

.popup_cart .getcart ul.mini-cart li.mini_cart_item a.remove {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 3px;
    right: 0;
    font-size: 16px;
    z-index: 99;
    transition: all 0.3s ease-in-out;
}
.popup_cart .getcart ul.mini-cart li.mini_cart_item a {
    font-size: 0.875rem;
    padding: 0;
    text-transform: uppercase;
}
.popup_cart .getcart .product_list_widget li > a:first-child {
    margin-bottom: 0.25rem;
}
.popup_cart .getcart .product_list_widget li > a {
    display: block;
    font-size: 0.875rem;
}

.popup_cart .getcart ul.mini-cart li.mini_cart_item:last-child {
    border: none;
}
.popup_cart .getcart ul.mini-cart li.mini_cart_item {
    display: block;
    width: 100%;
    padding-bottom: 1rem;
}

.popup_cart .getcart ul.mini-cart li.mini_cart_item .delpcart {
  background-color: transparent;
  border: 1px solid #808080;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  font-size: 10px;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  transition-duration: 0.2s;
}

.popup_cart .getcart ul.mini-cart li.mini_cart_item .delpcart:hover {
  background-color: #808080;
}

.popup_cart .getcart .product_list_widget li {
    min-height: 5.875rem;
    margin: 1rem 0;
    position: relative;
}

.popup_cart ul.mini-cart {
  float: left;
    width: 100%;
    min-height: 50vh;
    max-height: 50vh;
    overflow-y: scroll;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 0;
}

.popup_cart .force-update-popupcart {
  float: right;
  display: none;
  background-color: Transparent;
  border: 0;
}

.popup_cart .force-update-popupcart:hover {
  opacity: 0.7;
}

.popup_cart .getcart {
  float: left;
  width: 100%;
  position: relative;
  height: 90vh;
  padding-top: 28px;
}

.popup_cart .titleui {
  float: left;
  text-transform: uppercase;
  text-align: center;
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: normal;
  color: #00b0ff;
}

.popup_cart {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #2a2a2a;
  color: #ccc;
  z-index: 9999;
  min-height: 100vh;
  width: 400px;
  -webkit-box-shadow: -1px 0px 12px -2px rgb(173 173 173 / 31%);
  -moz-box-shadow: -1px 0px 12px -2px rgb(173 173 173 / 31%);
  box-shadow: -1px 0px 12px -2px rgb(173 173 173 / 31%);
  padding: 30px 20px;
  display: none;
}

.popup_cart .closecart {
  position: absolute;
    left: -19px;
    color: #fff;
    background-color: #000;
    padding: 15px 5px;
    top: 45%;
    cursor: pointer;
}

.popup_cart .closecart:hover {
  opacity: 0.6;
}

.popup_sugeridos .shop .prev {
  left: 0;
}

.popup_sugeridos .shop .next {
  right: 0;
}

.popup_sugeridos .shop .slick-arrow {
  background-color: #92c949;
  color: #fff;
  top: 45%;
  height: 25px;
  z-index: 1;
}

.popup_sugeridos .shop .slick-arrow:hover {
  opacity: 0.7;
}

.popup_sugeridos .shop .productlist {
  margin-top: 0 !important;
}

.popup_sugeridos .shop .row {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.popup_sugeridos .getsugeridos {
  float: left;
  width: 100%;
  position: relative;
  height: auto;
}

.popup_sugeridos .closesugeridos {
  position: absolute;
  left: 20px;
  width: 60px;
  text-align: center;
  color: #fff;
  background-color: #000;
  padding: 7px 3px;
  top: -28px;
  cursor: pointer;
}

.popup_sugeridos .closesugeridos:hover {
  opacity: 0.6;
}

.popup_sugeridos .titleui {
  float: left;
  text-transform: uppercase;
  text-align: center;
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: normal;
  color: #00b0ff;
}

.popup_sugeridos {
  position: fixed;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #282828;
  z-index: 99;
  min-height: 345px;
  width: 100%;
  -webkit-box-shadow: -1px 0px 12px -2px rgb(173 173 173 / 48%);
  -moz-box-shadow: -1px 0px 12px -2px rgb(173 173 173 / 48%);
  box-shadow: -1px 0px 12px -2px rgb(173 173 173 / 48%);
  padding: 30px 20px;
  display: none;
}

.rating-review-select-page .star-rating {
  unicode-bidi: bidi-override;
  direction: rtl;
}

.client-rating a,
.star-rating a {
  color: #d7d7d7;
}

.client-rating a.active {
  color: #d7da00;
}

.rating-review-select-page .star-rating a.active,
.rating-review-select-page .star-rating a:hover,
.rating-review-select-page .star-rating a:hover ~ a {
  color: #d7da00;
}

.mb-5, .my-5 {
    margin-bottom: 3rem!important;
}

.list-group-item {
  background-color: #2a2a2a;
    border: 1px solid #2a2a2a;
}

.list-group-item .mic-info a {
  color: #00b0ff;
}

.bg-white.rounded.shadow-sm {
  float: left;
  padding: 15px;
  width: 100%;
  border: 1px solid #6c6c6c;
  color: #fff;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
}

.rating-review-select-page h5,
.list-ratings-and-reviews h5 {
  font-size: 1.25rem;
}

.rating-review-select-page .mb-4,
.rating-review-select-page .my-4 {
    margin-bottom: 1.5rem!important;
}

.stockinfo.instock {
  color: #07c407;
}

.stockinfo.outofstock {
  color: #e7b94b;
}

.stockinfo {
  float: left;
  width: 100%;
  position: relative;
  font-size: 12px;
  margin-bottom: 20px;
}

.smallinfo {
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 10px;
  border-bottom: 1px solid #585858;
  text-transform: capitalize;
}

.single-product .listsmallitens {
  float: left;
  width: 100%;
  position: relative;
  margin-top: 10px !important;
  padding: 0;
  margin: 0;
  list-style: none;
}

.single-product .listsmallitens li {
  display: inline-block;
  color: #ccc;
  font-size: 10px;
  text-transform: uppercase;
}

.single-product .listsmallitens li span {
  color: #00b0ff;
}

.single-product .listsmallitens li:first-child:before {
  content: '';
  margin: 0;
}

.single-product .listsmallitens li:before {
  content: '|';
  margin: 0 7px;
}

.nav > li > a:focus,
.nav > li > a:hover {
    text-decoration: none;
    background-color: #2a2a2a;
    color: #fff !important;
    border: 1px solid #2a2a2a;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
  background-color: #767676;
  font-weight: bold;
  border: 0;
  color: #ccc;
}

.nav-tabs>li a.active {
    color: #ccc;
    font-weight: bold;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
    background-color: #767676;
}

.nav-tabs {
  border-bottom: 0 !important;
}

.single-product .nav-tabs>li a {
  color: #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.single-product .nav-tabs {
  float: left;
  width: 100%;
  position: relative;
  margin-top: 35px;
}

.single-product .tab-content {
    float: left;
    width: 100%;
    position: relative;
    margin-top: 0;
    background-color: #767676;
    padding: 20px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.noproductsfound {
  float: left;
  width: 100%;
  position: relative;
  padding: 15px;
  margin-bottom: 0;
  border: 1px solid transparent;
  border-radius: 4px;
  color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.symbol_sale {
  position: absolute;
    left: -65px;
    padding: 0 55px;
    top: 20px;
    width: 200px;
    height: 33px;
    line-height: 33px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    color: #fff !important;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: #92c949;
    z-index: 2;
}

.alert.msgsuccess {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.loja .alert.alert-success {
  position: fixed;
  top: 100px;
  right: 15px;
  width: 233px;
}

.shop .productlist .product .FORM_addtocart .input-group-btn .qtyplus {
  float: left;
  width: 100%;
  border-radius: 0;
  border: 0;
  background-color: #6dcbf1;
  color: #fff;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  height: 22.5px;
  text-align: center;
  line-height: 2px;
  font-size: 20px;
}

.shop .productlist .product .FORM_addtocart .form-control.qty {
  float: left;
    width: 100%;
    border-radius: 0;
    border: 0;
    background-color: #6dcbf1;
    color: #fff;
    border-left: 2px solid #fff;
    height: 22.5px;
    text-align: center;
    padding: 0;
}

.shop .productlist .product .FORM_addtocart .bt-action {
  float: left;
  width: 80%;
  position: relative;
}

.shop .productlist .product .FORM_addtocart .quantity {
  float: left;
  width: 20%;
  position: relative;
}

.shop .productlist .product .FORM_addtocart .bt-addtocart {
  float: left;
  width: 100%;
  position: relative;
  padding: 10px 0;
  background-color: #6dcbf1;
  border: 0;
  color: #fff;
}

.shop .productlist .product .FORM_addtocart {
  float: left;
  width: 100%;
  padding: 0 20px;
  margin: 10px 0;
}

.productlist {
  background-color: #e8f3f7;
}

.bt-black {
  background-color: #000;
  border: 0;
  color: #fff;
  font-weight: 500;
  padding: 8px 20px;
  margin: 0 5px;
  border-radius: 20px;
}

.bt-default {
  background-color: #237dbc;
    border: 0;
    color: #fff;
    font-weight: 500;
    padding: 8px 20px;
    margin: 0 5px;
    border-radius: 20px;
}

.bt-default:hover,
.bt-black:hover {
  opacity: 0.7;
}

.FORM_register .step2 {
  display: none;
}

nav.breadcrumbs {
    float: left;
    position: relative;
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
}

nav.breadcrumbs .alink.current,
nav.breadcrumbs .no-click.current/*, nav.breadcrumbs .alink:hover*/ {
    color: #237dbc;
}
nav.breadcrumbs a {
    color: #ccc;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px;
    cursor: context-menu;
}

nav.breadcrumbs .divider {
    color: #ccc;
    font-size: 14px;
}

nav.breadcrumbs a {
    color: #ccc;
    text-transform: uppercase;
}

.ordiv {
  float: left;
    width: 100%;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    color: #b1b1b1;
    margin: 10px 0;
}

/*.social-login .social-btn {
  display: inline-block;
  font-weight: 100;
  color: white;
  font-size: 0.9rem;
  border:0;
  text-decoration: none;
  padding: 4px 20px;
}*/

.social-login .social-btn img {
  height: 30px;
  margin-right: 10px;
}

.social-login .social-btn {
  width: 400px;
  margin: 0 auto;
  display: block;
  text-decoration: none;
  color: white;
  padding: 8px;
  border: 0;
  border-radius: 30px;
  background-color: #2893ff;
}

.social-login .social-btn:first-child {
  margin-bottom: 15px;
}

.social-login .social-btn:hover {
  opacity: 0.6;
}

.social-login {
  float: left;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

/*.cart-info {
  background-color: #202020;
}*/

.info-product .FORM_desejosercontactado {
  float: left;
  width: 100%;
  position: relative;
  margin-top: 20px;
  display: none;
}

.info-product .FORM_desejosercontactado button[type="submit"] {
  background-color: transparent;
  border: 1px solid #92c949;
  color: #92c949;
  padding: 10px 20px;
}

.info-product .FORM_desejosercontactado button[type="submit"]:hover {
  opacity: 0.6;
}

.info-product .stock {
  float: left;
  width: 100%;
  position: relative;
  margin: 10px 0;
}

.info-product .stock.esgotado {
  color: red;
}

.info-product .stock:before {
  content: '▪ ';
}

.imgerror p {
  font-size: 30px;
  margin-top: 30px;
  font-weight: 500;
  text-transform: uppercase;
}

.imgerror img {
  width: 50%;
}

.imgerror {
  float: left;
    width: 100%;
    position: relative;
    margin: 0 auto;
    text-align: center;
    margin-top: 30px;
}

.single-page,
.single-page .description {
  float: left;
  width: 100%;
  position: relative;
  color: #ccc;
}

.single-page .title {
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}

.single-page .description {
  text-align: justify;
}

.table-responsive {
  float: left;
  width: 100%;
  position: relative;
}

.menu-mobile {
  float: left;
  width: 100%;
  position: relative;
  background-color: #fff;
  display: none;
}

header .menu-mobile .navigation {
  float: left;
  width: 100%;
}

header .menu-mobile .navigation > .item-nav {
  float: left;
  display: block;
  width: calc(100%/2);
  margin: 0 0 20px 0;
  text-align: center;
}

.box-dark {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgb(0 0 0 / 74%);
}

.hamburger {
  display: none;
}

.shop .row {
  margin-right: 0 !important;
}

.iconadmin {
  position: fixed;
    top: 50%;
    right: 0;
    z-index: 99;
    background-color: #fff;
    padding: 10px;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
    font-size: 20px;
    cursor: pointer;
}

.iconadmin:hover {
  background-color: #000;
}

.iconadmin:hover a {
  float:left;
  color: #fff;
}

.iconadmin a {
  color: #000;
}

.searchlist ul {
  float: left;
  width: 100%;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.searchlist ul li {
  float: left;
  width: calc(100%/3);
  position: relative;
  margin-bottom: 10px;
  padding-right: 10px;
}

#favoritos .searchlist ul li {
  width: 100% !important;
}

.searchlist ul li a {
  border: 1px solid #1bec54;
  float: left;
  width: 100%;
  position: relative;
  padding: 5px;
  color: #1bec54;
  text-decoration: none;
  font-size: 14px;
}

.searchlist ul li a:hover {
  border: 1px solid #009eff;
  color: #009eff;
}

.searchlist {
  float: left;
  width: 100%;
  position: relative;
  margin-top: 20px;
}

.section-search,
.section-orders {
  float: left;
  width: 100%;
  position: relative;
  margin: 20px 0;
}

.section-search .pagetitle,
.section-orders .pagetitle {
    float: left;
    width: 100%;
    font-weight: 500;
    position: relative;
    color: #ccc;
}

.section-search .pagetitle span {
  font-weight: normal;
  color: #a0a0a0;
  text-transform: initial;
}

.searchdiv .closesearch {
  float: left;
  width: 5%;
  position: relative;
  text-align: center;
}

.searchdiv .closesearch button {
  font-size: 40px;
  background-color: transparent;
  border: 0;
  position: relative;
  margin-top: 18px;
}

.searchdiv .closesearch button:hover {
  opacity: 0.6;
}

.searchdiv .inputsearch i,
.searchdiv .inputsearch svg {
  color: #fff;
  font-size: 26px;
  display: inline-block;
  margin-right: 20px;
  top: 4px;
  position: relative;
}

.searchdiv .inputsearch {
  float: left;
  width: 100%;
  position: relative;
  text-align: center;
  margin-top: 7px;
}

.searchdiv .inputsearch input {
  width: 400px;
    height: auto;
    border: 0;
    background-color: #fff;
    padding: 5px 0px;
    font-size: 16px;
    color: #525252;
    border-radius: 20px;
    text-align: center;
}

.searchdiv {
  float: left;
  width:70%;
  position: relative;
}

.smallp {
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 15px;
  font-size: 12px;
}

.recoverybox {
  display: none;
}

.smalltext {
  float: left;
    width: 100%;
    font-size: 10px;
    position: relative;
    color: #ccc;
}

.input-content input[type="text"]:disabled,
.input-content input[type="email"]:disabled,
.input-content input[type="password"]:disabled,
.input-content input[type="number"]:disabled {
  background-color: #e6e6e6;
  cursor: no-drop;
}

.page-clientarea .tipo_conta .rank,
.page-clientarea .credito .val {
  color: #18e35f;
}

.page-clientarea a {
  color: #009eff;
}

.page-clientarea .tipo_conta,
.page-clientarea .credito {
  float: left;
  width: 100%;
  position: relative;
  font-weight: 500;
}

.page-clientarea .welcome {
  float: left;
  width: 100%;
  position: relative;
  font-weight: 400;
  margin-bottom: 10px;
}

.page-clientarea .conteudo-nav,
.page-clientarea .conteudo-nav .divnav {
  float: left;
  width: 100%;
  position: relative;
  color: #fff;
}

.page-clientarea .conteudo-nav .divnav {
display: none;
  transition-duration: 0.3s;
  background-color: #767676;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius:10px;
  border-top-right-radius: 10px;
  padding: 20px;
}

.page-clientarea .conteudo-nav .divnav.active {
  display: block;
}

.page-clientarea .tabssecs {
  float: left;
  width: 100%;
  position: relative;
}

.page-clientarea .navclient {
  border-top-right-radius: 10px;
  float: left;
  width: auto;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  /*background-color: #525252;*/
}

.page-clientarea .navclient li.linav.active,
.page-clientarea .navclient li.linav:hover {
  background-color: #767676;
  z-index: 2;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.page-clientarea .navclient li.linav:not(.active):hover span {
  display: initial;
}

.page-clientarea .navclient li.linav i,
.page-clientarea .navclient li.linav svg {
  font-size: 24px;
}

.page-clientarea .navclient li.linav:not(.active) span {
  display: none;
}

/*.page-clientarea .navclient li.linav:not(.active):before {
  content: "";
  background-color: #525252;
  height: 50px;
  width: 8px;
  position: Absolute;
  top: 0;
  right: 0;
  border-top-right-radius: 10px;
}*/

.page-clientarea .navclient li.linav span {
  margin-right: 10px;
}

.page-clientarea .navclient li.linav {
  border-top-right-radius: 10px;
 border-right: 2px solid #262624;
 float: right;
 width: auto;
 position: relative;
 background-color: #525252;
 border-bottom: 1px solid #525252;
 padding: 10px 15px;
padding-right: 15px;
 padding-left: 15px;
 color: #fff;
 font-weight: 500;
 transition-duration: 0.2s;
 cursor: pointer;
 margin-right: -10px;
 /*box-shadow: 1px 0px 15px -4px #000;*/
 position: relative;
 padding-right: 20px;
 padding-left: 20px;
}

.page-clientarea {
  float: left;
  width: 100%;
  position: relative;
}

.divpayment,
.orderproducts,
.dadosfaturacao {
  float: left;
  width: 100%;
  position: relative;
  margin: 30px 0;
}

.divpayment .title,
.orderproducts .title,
.dadosfaturacao .title {
  float: left;
  width: 100%;
  /*border-bottom: 1px solid #585858;*/
  padding-bottom: 5px;
  font-weight: 500;
  font-size: 18px;
  color: #009eff;
}

.table>thead>tr>th {
  border-bottom: 0;
}

.paymenttable thead th {
  background: #00a6ff;
  color: #fff;
}

.paymenttable tbody td {
  background: #2a2a2a;
  color: #ccc;
}

.divpayment .smalltext {
  float: left;
  width: 100%;
  position: relative;
  font-size: 10px;
  color: #9c9c9c;
}

.infofaturacao {
  float: left;
  width: 100%;
  position: relative;
  padding: 10px;
  background: #2a2a2a;
  text-transform: capitalize;
  font-size: 11px;
  color: #ccc;
}

.vieworder .thanks {
  float: left;
    width: 100%;
    position: relative;
    margin-bottom: 20px;
    color: #d3d3d3;
    text-align: center;
}

.vieworder {
  float: left;
  width: 100%;
  position: relative;
  margin: 50px 0;
}

ul.resumeorder {
  float: left;
    width: 100%;
    text-align: center;
    position: relative;
    margin: 0 0 20px 0;
    padding: 0;
    list-style: none;
}

ul.resumeorder li {
  display: inline-block;
  position: relative;
  margin-right: 5px;
    border: 1px solid #484848;
    padding: 10px;
    color: #ccc;
    background-color: #2a2a2a;
}

.privacy {
  color: #ccc;
}

.privacy a {
  color: #009eff;
}

ul.resumeorder li strong {
  display: block;
  color: #16df63;
}

.payments-method {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  color: #ccc;
}

.payments-method .opayment {
  padding: 0 2px;
  width: 50%;
  float: left;
}

.payments-method .opayment label {
  background-color: #2a2a2a;
  padding: 15px;
  width: 100%;
  cursor: pointer;
  border: 1px solid #2a2a2a;
}

.payments-method .opayment label img {
  height: 50px;
}

.payments-method .opayment label:hover,
.payments-method .opayment label.active {
  border: 1px solid #009eff;
}

.payments-method .opayment label > input {
  display: none;
}

.payments-method .smalltext {
  display: inline-block;
  float: unset;
  width: auto;
}

.payments-method .title {
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 16px;
}

.payments-method span {
  font-weight: normal;
}

.tablecheckout thead th {
  background-color: #282828;
  color: #fff;
  font-weight: 500;
  font-size: 15px;
  padding: 15px;
  border-bottom: 0 !important;
}

.tablecheckout {
  color: #ccc;
  /*background-color: #2a2a2a;*/
}

.loadingresume {
  position: relative;
  height: 450px;
  width: 100%;
  background: #fff;
}

.loadingresume img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 272px;
  width: 480px;
  margin: auto;
}

.msgforastock {
  display: block;
  margin-top: 0 !important;
  font-size: 10px;
  color: #a5a5a5;
  font-weight: normal;
  color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
    float: left;
    padding: 4px 10px;
    border-radius: 6px;
}

.alert {
  position: relative;
  float: left;
  width: 100%;
}

.oldprice {
  text-decoration: line-through;
  color: #ccc;
  font-size: 12px;
}

.autentication.register {
  height: auto !important;
  width: 800px;
}

.input-content label {
  color: #a0a0a0;
  font-weight: normal;
}

.required {
  color: red;
}

.a_de_logins {
  float: left;
  width: 100%;
  text-align: center;
  color: #fff;
}

.a_de_logins:hover {
  color: #fff;
  opacity: 0.7;
}

.autentication .boxlogin .bt-createaccount {
  background-color: #000;
  border: 0;
  float: left;
  width: 100%;
  color: #fff;
  padding: 12px 20px;
  font-weight: 500;
  text-decoration: none;
}

.autentication .boxlogin .bt-register {
  background-color: #000;
  color: #fff;
  padding: 12px 20px;
  font-weight: 500;
  text-decoration: none;
  border-radius: 20px;
}

.autentication .boxlogin .bt-action {
  text-align: center;
}

.autentication .boxlogin .bt-login {
  background-color: #237dbc;
  border: 0;
  color: #fff;
  font-weight: 500;
  padding: 8px 20px;
  border-radius: 20px;
}

.autentication .boxlogin .bt-login:hover,
.autentication .boxlogin .bt-register:hover,
.autentication .boxlogin .bt-createaccount:hover {
  opacity: 0.7;
}

/* Checkbox STYLE */
.container-check {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-weight: normal;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.container-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #fff;
  border: 2px solid #dcdcdc;
}

.container-check:hover input ~ .checkmark {
  background-color: #dcdcdc;
}

.container-check input:checked ~ .checkmark {
  background-color: #2196F3;
  border: 2px solid #2196F3;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.container-check input:checked ~ .checkmark:after {
  display: block;
}

.container-check .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* Checkbox STYLE */

.input-content {
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 15px;
}

.input-content input[type="text"],
.input-content input[type="email"],
.input-content input[type="password"],
.input-content input[type="number"],
.input-content textarea {
  float: left;
  width: 100%;
  padding: 7px 10px;
  border: 2px solid #dcdcdc;
  border-radius: 20px;
  color: #6a6a6a;
}

.input-content select {
  float: left;
  width: 100%;
  padding: 7px;
  border: 2px solid #dcdcdc;
  border-radius: 20px;
  color: #6a6a6a;
}

.autentication .boxlogin h3 {
  float: left;
  width: 100%;
  position: relative;
  font-weight: bold;
  margin-bottom: 15px;
  color: #ccc;
}

.autentication .boxlogin {
  float: left;
  width: 100%;
  height: auto;
  border-radius: 6px;
  padding: 30px;
  background-color: #2a2a2a;
  -webkit-box-shadow: -2px 2px 7px 0px rgba(0,0,0,0.44);
  -moz-box-shadow: -2px 2px 7px 0px rgba(0,0,0,0.44);
  box-shadow: -2px 2px 7px 0px rgba(0,0,0,0.44);
}

.autentication .title {
  float: left;
  width: 100%;
  text-align: center;
  font-weight: bold;
  color: #d3d3d3;
  margin-bottom: 20px;
}

.autentication {
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 400px;
  /*height: 450px;*/
  height: auto;
}

.bt-updatecart:disabled {
  cursor: no-drop;
}

.bt-updatecart:hover,
.bt-updatecart:disabled {
  opacity: 0.6;
}

.bt-updatecart {
  background-color: transparent;
  border: 1px solid #00a6ff;
  color: #00a6ff;
  padding: 10px 20px;
  border-radius: 20px;
}

.bt-greenye:hover {
  opacity: 0.7;
  color: #fff;
  text-decoration: none;
}

.bt-greenye {
  background: rgb(0,175,153);
  background: linear-gradient(90deg, rgba(0,175,153,1) 0%, rgba(0,175,153,1) 0%, rgba(34,250,70,1) 100%);
  text-shadow: 1px 1px 2px rgb(0 0 0 / 37%);
  color: #fff;
  padding: 7px 25px;
  border: 0;
  border-radius: 30px;
  text-decoration: none;
}

.cartbts {
  text-align: right;
}

.cartable table td.product-price,
.cartable table td.product-subtotal,
.cartable table td.product-total {
  font-weight: 500;
}

.cartable table td.product-price,
.cartable table td.product-quantity,
.cartable table td.product-total,
.cartable table td.product-subtotal {
  /*border-left: 1px solid #484848;*/
  text-align: center;
}

.cartable table th.product-price,
.cartable table th.product-quantity,
.cartable table th.product-subtotal,
.cartable table th.product-total {
  text-align: center;
}

.cartable table .product-thumbnail a {
  color: #00b0ff;
  text-decoration: none;
  font-weight: 500;
}

.cartable table .product-thumbnail img {
  width: 100px;
  height: 100px;
  object-fit: contain;
  object-position: center center;
  margin-right: 20px;
}

.cartable table .product-remove .delpcart {
  background: transparent;
  border: 0;
  color: #808080;
}

.cartable table .product-remove .delpcart:hover {
  opacity: 0.6;
}

.cartable table {
  float: left;
  width: 100%;
  position: relative;
  color: #ccc;
}

.cartable table>thead>tr>th {
  border-bottom: 1px solid #cccccc;
}

.cartable table>tbody>tr>td {
  vertical-align: middle;
}

#slick_products {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
}

#slick_products.slick-initialized {
  visibility: visible;
  opacity: 1;
}

.shop .slick-arrow img {
  width: 70px;
}

.shop .prev {
  left: -86px;
}

.shop .next {
  right: -60px;
}

.shop .slick-arrow {
  position: absolute;
  border: 0;
  top: 40%;
  background: transparent;
}

.marcas .slick-arrow {
  position: absolute;
  border: 0;
  top: 36%;
  background: transparent;
}

.products-related .titleui {
  font-weight: 500;
  font-size: 18px;
  float: left;
  width: 100%;
  margin-bottom: 15px;
  color: #00b0ff;
}

.products-related {
  float: left;
  width: 100%;
  position: relative;
  margin-top: 50px;
}

.single-product .info-product .bt-addtocart:hover {
  opacity: 0.8;
}

.single-product .info-product .bt-addtocart {
  background: #41bd52;
  /*background: linear-gradient(90deg, rgba(0,175,153,1) 0%, rgba(0,175,153,1) 0%, rgba(34,250,70,1) 100%);*/
  text-shadow: 1px 1px 2px rgb(0 0 0 / 22%);
  color: #fff;
  padding: 5px 25px;
  border: 0;
  border-radius: 30px;
}

.bt-action {
  float: left;
  width: 100%;
  position: relative;
}

.single-product .info-product .bt-action {
  margin-top: 20px;
  margin-bottom: 10px;
}

.single-product .info-product .quantity input,
.cartable table .quantity input,
.popup_cart .getcart ul.mini-cart li.mini_cart_item .quantity input {
  border: 0;
  background-color: transparent;
  box-shadow: unset;
  text-align: center;
  color: #ccc;
  width: 50px;
}

#infogeral .desc {
  color: #fff;
}

.single-product .info-product .quantity .btn,
.cartable table .quantity .btn,
.popup_cart .getcart ul.mini-cart li.mini_cart_item .quantity .btn {
  background-color: transparent;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  padding: 0;
  color: #ccc;
  border: 1px solid #fff;
  font-size: 25px;
  line-height: 20px;
}

.single-product .info-product .quantity .btn:hover,
.cartable table .quantity .btn:hover,
.popup_cart .getcart ul.mini-cart li.mini_cart_item .quantity .btn:hover {
  background-color: #fff;
  color:#3c3c3b;
}

.cartable table .quantity,
.popup_cart .getcart ul.mini-cart li.mini_cart_item .quantity {
  width: 100px;
  border: 0;
  margin: 0 auto;
}

.single-product .info-product .quantity {
  float: left;
  width: 100px;
  margin-left: 30px;
}

/* Esconder Setinhas do input Number */
/* Chrome, Safari, Edge, Opera */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
/* Esconder Setinhas do input Number */

.single-product .info-product .price .ivanotification {
  color: #b5b5b5;
  font-size: 12px;
}

.single-product .info-product .price p {
  font-size: 34px;
  font-weight: bold;
  display: inline-block;
  color: #12d66d;
}

.single-product .info-product .price {
  float: left;
  width: auto;
  position: relative;
  margin-top: 0;
}

.single-product .info-product .desc {
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 60px;
}

.single-product .info-product .title {
  font-weight: bold;
  float: left;
  width: 100%;
  margin-bottom: 20px;
  color: #00b0ff;
}

.single-product .info-product {
  float: left;
  width: 100%;
  position: relative;
  color: #ccc;
}

/*SCROOL BAR*/
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

::-webkit-scrollbar-thumb {
    background-color: #000;
    border-radius: 0px;
}
/*FIM SCROOL BAR*/

.single-product .slickgallery .simg.lefttriangle .bgimgtriangle {
  clip-path: polygon(100% 0%, 0% 50%, 100% 100%);
}

.single-product .slickgallery .simg.righttriangle .bgimgtriangle {
  clip-path: polygon(0% 0%, 0% 100%, 100% 50%);
}

.single-product .slickgallery .simg {
  position: relative;
  float: left;
  cursor: pointer;
  width: 100%;
  overflow: hidden;
}

.single-product .slickgallery .simg:nth-child(n+2) {
  margin-top: -20px;
}

.single-product .slickgallery .simg .bgimgtriangle {
  float: left;
  max-width: 11.875rem;
  width: 11.875rem;
  height: 160px;
  background-color: #fff;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.single-product .slickgallery {
  float: left;
  width: 20%;
  position: relative;
  border-left: 0 !important;
  height: auto;
  max-height: 575px;
  padding: 6px 0;
  overflow-y: auto;
}

.single-product .imgmainproduct {
  float: left;
  width: 75%;
  position: relative;
  margin-left: 2%;
  height: 550px;
}

.single-product .imgmainproduct img {
  position: absolute;
    top: 30px;
   left: 0;
    z-index: 1;
    width: 100%;
    height: 400px;
    object-fit: contain;
    object-position: center center;
    /*mix-blend-mode: multiply;*/
}

.single-product .box-mainimg {
  filter: url(#round2);
  width: 100%;
  height: 550px;
  float: left;
  transition-duration: 0.4s;
}

.single-product .box-mainimg .imgtriangle {
  float: left;
    /* max-width: 5.875rem; */
    width: 80%;
    height: 100%;
    background-color: #fff;
    clip-path: polygon(0% 0%, 0% 100%, 100% 50%);
}

/* .single-product .box-mainimg img {
  float: left;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}

.single-product .box-mainimg {
  float: left;
  width: 80%;
  border: 1px solid #565656;
  height: 400px;
  -webkit-box-shadow: -9px 9px 22px -5px rgb(195 195 195 / 35%);
  -moz-box-shadow: -9px 9px 22px -5px rgb(154 154 154 / 35%);
  box-shadow: -9px 9px 22px -5px rgb(154 154 154 / 35%);
}*/

.single-product {
  float: left;
  width: 100%;
  position: relative;
}

.breadcrumbs .separator {
  color: #ccc;
  margin: 0 5px;
}

.breadcrumbs .navigation.current {
  color: #009eff;
  font-weight: bold;
  text-decoration: none;
}

.breadcrumbs .navigation {
  color: #ccc;
}

.breadcrumbs .historyback {
  width: 40px;
  margin-right: 15px;
}

.breadcrumbs .historyback:hover {
  opacity: 0.7;
}

.breadcrumbs {
  float: left;
  width: 100%;
  position: relative;
  margin: 10px 0;
}

footer .topfooter .info.mail span {
  top: 11px;
}

footer .topfooter .info img.icon-store,
footer .topfooter .info img.icon-phone,
footer .topfooter .info img.icon-mail {
  top: 8px;
}

footer .topfooter .info {
  float: left;
  width: 100%;
  position: relative;
  margin-top: 20px;
}

footer .topfooter .info img {
  width: 30px;
  float: left;
  position: relative;
  margin-right: 10px;
}

footer .topfooter .info span a {
  color: #fff;
}

footer .topfooter .info span {
  color: #fff;
  font-weight: 500;
  position: relative;
}

footer .topfooter .info span {
  color: #fff;
}

footer .topfooter {
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 10px;
}

footer .topfooter .socialicons {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}

.limparcart {
  color: #ccc;
  font-size: 16px;
  text-transform: uppercase;
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  float: right;
}

.limparcart i,
.limparcart svg {
  color: #ccc;
  font-size: 24px;
  margin-left: 10px;
}

#print_table {
  float: left;
  width: 100%;
  position: relative;
}

.showcoupondiv {
  cursor: pointer;
}

.cartcoupon input#apply_coupon {
  width: 100%;
}

.cartcoupon .bt-applycoupon {
  position: absolute;
  top: 0;
  right: 0;
}

footer .topfooter .socialicons li {
  display: inline-block;
  margin-right: 10px;
}

footer .topfooter .socialicons li:last-child {
  margin-right: 0 !important;
}

footer .topfooter .socialicons li img:hover {
  opacity: 0.7;
}

footer .topfooter .socialicons li a {
  display: block;
  color: #fff;
  font-size: 22px;
  text-align: center;
  transition: 0.5s;
  border-radius: 6px;
}

footer .topfooter .socialicons li a:hover {
  color: #009eff;
}

.displayflexcenter {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

footer .topfooter .footer_menus {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}

footer .topfooter .footer_menus li {
  display: inline-block;
  margin: 0 7px;
}

footer .topfooter .footer_menus li a {
  color: #989898;
}

footer .topfooter .footer_menus li a:hover {
  color: #009eff;
}

footer .topfooter .footer_menus li:last-child {
  margin-right: 0 !important;
}

footer .topfooter .socialicons li img {
  width: 25px;
}

footer .bottomfooter p,
footer .bottomfooter a {
  color: #009eff;
  font-weight: 500;
}

footer .bottomfooter {
  float: left;
  width: 100%;
  position: relative;
  border-top: 1px solid #009eff;
  padding-top: 5px;
}

footer {
  float: left;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #282828;
  border-top: 1px solid #525252;
  padding: 10px 0;
  z-index: 9;
}

.pborder:hover {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.22);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.22);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.22);
  border: 1px solid #77a635;
}

.pborder {
    border: 1px solid #cecece;
    float: left;
    padding: 7px;
    transition-duration: 0.2s;
}

.custom-pagination div {
  text-align: center;
}

.custom-pagination {
  float: left;
  width: 100%;
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}

.custom-pagination span.disabled {
  cursor: no-drop !important;
}

.custom-pagination a,
.custom-pagination span {
  color: #ccc;
  /*float: left;*/
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color .3s;
  cursor: pointer;
}

.custom-pagination a.active,
.custom-pagination span.current {
  background-color: #282828;
  color: #989898;
  font-weight: 500;
}

.custom-pagination a:hover:not(.active),
.custom-pagination span:hover:not(.current) {
  background-color: #282828;
  color: #989898;
}

.shop .productlist .product .title a {
  text-decoration: none;
  color: #000;
}

.shop .productlist .product .title p {
  font-size: 16px;
  font-weight: 500;
}

.shop .productlist .product .price {
  margin: 10px 0;
  height: 21px;
}

.shop .productlist .product .price  p {
  font-size: 20px;
  color: #afafaf;
}

.shop .productlist .product .title,
.shop .productlist .product .price {
  float: left;
  width: 100%;
  position: relative;
  text-align: center;
}

.shop .productlist .product .title {
  height: 70px;
  display: table;
  line-height: 20px;
}

.shop .productlist .product .title a {
  display: table-cell;
  vertical-align: middle;
}

.shop .productlist .product .img img {
  float: left;
  width: 100%;
  position: relative;
  height: 165px;
  object-fit: contain;
  object-position: center center;
}

.shop .productlist .product .img {
  width: 100%;
  position: relative;
  float: left;
  text-align: center;
}

.shop .productlist .product {
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  min-height: 353px;
  margin-bottom: 15px;
  background-color: #fff;
  padding: 5px;
  border: 1px solid #fff;
  overflow: hidden;
}

.shop .productlist .product.incart {
  border: 1px solid #6dcbf1 !important;
}

.shop .productlist {
  float: left;
  width: 100%;
  position: relative;
  padding-top: 15px;
}

.shop_sidebar .product-categories ul.children.openul {
    display: block !important;
}

.shop_sidebar .product-categories ul.children {
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
    list-style: none;
    display: none;
}

.shop_sidebar .product-categories ul.children > .subcat-item:hover {
  background-color: #c3dfeb;
}

.shop_sidebar .product-categories ul.children > .subcat-item a {
  text-decoration: none;
  color: #000;
  font-weight: 500;
}

.shop_sidebar .product-categories ul.children > .subcat-item {
  float:left;
  width: 100%;
  position: relative;
  background-color: #f5f9fc;
  margin-bottom: 5px;
  padding: 10px 25px;
  cursor: pointer;
}

.shop_sidebar .product-categories > .cat-item.cat-parent:after {
  position: absolute;
  top: 8px;
  content: "+";
  right: 15px;
  font-size: 24px;
  z-index: 5;
  color: #868686;
}

.shop_sidebar .product-categories > .cat-item.cat-parent.clicked:after {
  content: "-";
}

.shop_sidebar .product-categories > .cat-item:hover,
.shop_sidebar .product-categories > .cat-item.clicked,
.shop_sidebar .product-categories ul.children > .subcat-item.clicked {
  background-color: #c3dfeb;
}

.shop_sidebar .product-categories > .cat-item a {
  text-decoration: none;
  color: #000;
  font-weight: 500;
}

.shop_sidebar .product-categories > .cat-item {
  float:left;
  width: 100%;
  position: relative;
  background-color: #e8f3f7;
  margin-bottom: 5px;
  padding: 10px 15px;
  cursor: pointer;
}

.shop_sidebar .product-categories {
  float: left;
  width: 100%;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}

.shop .shop_sidebar {
  float: left;
  width: 100%;
  position: relative;
  height: auto;
}

.shop {
  float: left;
  width: 100%;
  position: relative;
}

.custom-select {
  position: relative;
  font-family: Arial;
  display: inline-block;
  margin-left: 5px;
}

.custom-select select {
  display: none; /*hide original SELECT element:*/
}

/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #d3d3d3 transparent transparent transparent;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #d3d3d3 transparent;
  top: 7px;
}

/*style the items (options), including the selected item:*/
.select-items div,.select-selected {
  color: #d3d3d3;
  padding: 3px 10px;
  cursor: pointer;
  user-select: none;
  width: auto;
  text-align: left;
}

/*style items (options):*/
.select-items {
  position: absolute;
  background-color: rgb(40 40 40 / 81%);
  top: 100%;
  left: 0;
  right: 0;
  z-index: 9999;
}

/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgb(40 40 40 / 91%);
}

.MsoListParagraph {
  text-indent: 0 !important;
}

.homeuptitle {
  float: left;
  width: 100%;
  position: relative;
  margin: 20px 0;
  text-align: center;
}

.homeuptitle .controlist {
  float: left;
  width: 100%;
  position: relative;
  text-align: right;
}

.homeuptitle .controlist p {
  display: inline-block;
  color: #989898;
  font-weight: 500;
}

.homeuptitle .pagetitle {
  float: left;
  width: 100%;
  font-weight: 500;
  position: relative;
  color: #d3d3d3;
}

.slideshow .next {
  right: 40px;
}

.slideshow .prev {
  left: 40px;
}

.slideshow .slick-arrow {
  border: 0;
  background-color: transparent;
  color: #fff;
  position: absolute;
  z-index: 1;
  top: 40%;
}

.slideshow .sliderstart {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
}

.slideshow .sliderstart.slick-initialized {
  visibility: visible;
  opacity: 1;
}

.slideshow {
  position: relative;
  float: left;
  width: 100%;
  height: 600px;
  background-color: #cccccc;
}

.slideshow .sliderstart {
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
}

.slide-item {
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

header + .content {
  padding-top: 79px;
  padding-bottom: 20px;
}

header .navigation > .item-nav:hover a,
header .navigation > .item-nav:hover img {
  opacity: 0.8;
}

header .navigation > .item-nav a {
  text-decoration: none;
}

header .navigation > .item-nav .textmenu {
  color: #000;
  font-weight: 500;
  margin-right: 10px;
}

.langselect span {
  margin-right: 5px;
  cursor: pointer;
  color: #d3d3d3;
  font-weight: 500;
}

.langselect span:first-child:after {
  content: '|';
  margin-left: 8px;
  color: #d3d3d3;
}

.langselect span.active,
.langselect span:hover {
  color: #fff;
}

.langselect span:last-child {
  margin-right: 0 !important;
}

.langselect {
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: -4px;
}

header {
  float: left;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 12px 0px;
  z-index: 9999;
  /*background-color: #282828;*/
  background-color: #3c3c3a;
}

header.fixedheader {
  border-bottom: 1px solid #525252;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.22);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.22);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.22);
}

header .navigation {
  float: right;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 12px
}

header .navigation > .item-nav .countcart {
  position: absolute;
    width: 15px;
    height: 15px;
    background-color: #0096ff;
    color: #fff;
    border-radius: 100%;
    text-align: center;
    font-size: 8px;
    line-height: 14px;
    top: -3px;
    right: -3px;
}

header .navigation > .item-nav {
  margin:0 10px;
  display: inline-block;
  cursor: pointer;
  position: relative;
}

header .navigation > .item-nav i,
header .navigation > .item-nav svg {
  color: #fff;
  font-size: 26px;
}

header .navigation > .item-nav:first-child {
  margin-left: 0 !important;
}

header .navigation > .item-nav:last-child {
  margin-right: 0 !important;
}

header .navigation > .item-nav img {
  width: 25px;
}

header .navigation > .item-nav img:hover {
  opacity: 0.7;
}

header .logo {
  float: left;
  width: 15%;
  position: relative;
}

header .logo .logomobile {
  display: none;
}

header .logo img {
  width: 180px;
  position: relative;
  margin-top: 4px;
}

header .otherside {
  float: left;
  width: 15%;
  position: relative;
}

button {
  -webkit-appearance: inherit;
}

.dheight {
    position: relative;
    height: 180px;
    float: left;
    width: 100%;
}

html, body {
  font-family: "Futura" !important;
  font-size: 14px;
  color: #000;
  font-weight: 100;
  line-height: 25px;
  background: #3c3c3b;
  overflow-x: hidden;
  height: auto;
  position: relative;
  margin: 0;
}

p {
  margin: 0;
  padding: 0;
}

*, ::after, ::before {
    box-sizing: border-box;
}

.h1, .h2, .h3, h1, h2, h3 {
  margin: 0;
}

textarea, input, button, img, div, a {
  outline: none !important;
}


/* FONTS */
@font-face {
  font-family: 'Futura BK';
  src: url("assets/fonts/Futura/Futura-Book-font.ttf");
  src: url("assets/fonts/Futura/Futura-Book-font.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Futura';
  src: url("assets/fonts/Futura/futura-light-bt.ttf");
  src: url("assets/fonts/Futura/futura-light-bt.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'Futura';
  src: url("assets/fonts/Futura/Futura-Light-font.ttf");
  src: url("assets/fonts/Futura/Futura-Light-font.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Futura';
  src: url("assets/fonts/Futura/Futura-Light-Italic-font.ttf");
  src: url("assets/fonts/Futura/Futura-Light-Italic-font.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'Futura';
  src: url("assets/fonts/Futura/futur.ttf");
  src: url("assets/fonts/Futura/futur.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Futura';
  src: url("assets/fonts/Futura/futura-medium-bt.ttf");
  src: url("assets/fonts/Futura/futura-medium-bt.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Futura';
  src: url("assets/fonts/Futura/Futura-Medium-Italic-font.ttf");
  src: url("assets/fonts/Futura/Futura-Medium-Italic-font.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'Futura';
  src: url("assets/fonts/Futura/Futura-Bold-font.ttf");
  src: url("assets/fonts/Futura/Futura-Bold-font.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Futura';
  src: url("assets/fonts/Futura/Futura-Bold-Italic-font.ttf");
  src: url("assets/fonts/Futura/Futura-Bold-Italic-font.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: 'Roboto';
  src: url("assets/fonts/Roboto/Roboto-Light.eot");
  src: url("assets/fonts/Roboto/Roboto-Light.eot?#iefix") format("embedded-opentype"), url("assets/fonts/Roboto/Roboto-Light.woff2") format("woff2"), url("assets/fonts/Roboto/Roboto-Light.woff") format("woff"), url("assets/fonts/Roboto/Roboto-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url("assets/fonts/Roboto/Roboto-Bold.eot");
  src: url("assets/fonts/Roboto/Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("assets/fonts/Roboto/Roboto-Bold.woff2") format("woff2"), url("assets/fonts/Roboto/Roboto-Bold.woff") format("woff"), url("assets/fonts/Roboto/Roboto-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url("assets/fonts/Roboto/Roboto-Medium.eot");
  src: url("assets/fonts/Roboto/Roboto-Medium.eot?#iefix") format("embedded-opentype"), url("assets/fonts/Roboto/Roboto-Medium.woff2") format("woff2"), url("assets/fonts/Roboto/Roboto-Medium.woff") format("woff"), url("assets/fonts/Roboto/Roboto-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url("assets/fonts/Roboto/Roboto-Regular.eot");
  src: url("assets/fonts/Roboto/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("assets/fonts/Roboto/Roboto-Regular.woff2") format("woff2"), url("assets/fonts/Roboto/Roboto-Regular.woff") format("woff"), url("assets/fonts/Roboto/Roboto-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url("assets/fonts/Roboto/Roboto-Black.eot");
  src: url("assets/fonts/Roboto/Roboto-Black.eot?#iefix") format("embedded-opentype"), url("assets/fonts/Roboto/Roboto-Black.woff2") format("woff2"), url("assets/fonts/Roboto/Roboto-Black.woff") format("woff"), url("assets/fonts/Roboto/Roboto-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}

.logos2020 {
  float: left;
  width: 100%;
  position: relative;
  text-align: right;
  margin: 10px 0;
}

.logos2020 img {
  max-width: 400px;
  width: 100%;
}

.age-control.ac-overlay {
    position: fixed;
    float: left;
    width: 100%;
    height: 100vh;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgb(0 0 0 / 85%);
    z-index: 99999999;
    cursor: wait;
}

.age-control.ac-container {
  width: 450px;
  position: fixed;
  padding: 25px;
  background: #282828;
  border: 1px solid #009eff;
  opacity: 0;
  text-align: center;
  border-radius: 4px;
  box-shadow: 0px 0px 5px #000;
  font-weight: normal;
  top: 0;
  left: 0;
  right: 0;
  height: 245px;
  bottom: 0;
  opacity: 1;
  margin: auto;
}

.age-control.ac-container h2, .age-control.ac-container h1 {
    box-sizing: border-box;
    margin: 0 0 20px 0;
    font-size: 20px;
    padding-bottom: 11px;
    color: #fff;
    text-transform: uppercase;
}

.age-control.ac-container p {
  box-sizing: border-box;
  margin: 0;
  font-size: 20px;
  padding-bottom: 11px;
  color: #fff;
  text-transform: uppercase;
}

img {
  max-width: 100%;
}

.age-control.ac-container .logo {
  margin-bottom: 20px;
}

.age-control.ac-container .logo img {
  height: 48px;
}

.age-control.ac-container .btn-no,
.age-control.ac-container .btn-reentry {
  background-color: #009eff;
  text-shadow: 1px 1px 2px rgb(0 0 0 / 37%);
  color: #fff;
  padding: 7px 25px;
  border: 0;
  border-radius: 30px;
  text-decoration: none;
}

.age-control.ac-container .btn-no:hover,
.age-control.ac-container .btn-reentry:hover {
  opacity: 0.7;
  color: #fff;
}

.marcas {
  float: left;
  width: 100%;
  position: relative;
  margin-top: 35px;
}

.marcas .logo {
  text-align: center;
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 10px;
}

.marcas .logo img {
  width: 100px;
  height: 100px;
  display: initial;
  transition-duration: 0.2s;
  object-fit: contain;
  object-position: center center;
}

.marcas .linkmarca:hover .logo img {
  opacity: 0.6;
}

.marcas .linkmarca:hover .marca_nome {
  color: #009eff;
}

.marcas .marca_nome {
  float: left;
  width: 100%;
  position: relative;
  text-align: center;
  color: #999;
  transition-duration: 0.2s;
  font-weight: 100;
}

.section_marcas {
  float: left;
  width: 100%;
  position: relative;
  background-color: transparent;
  padding: 20px 0;
  margin-top: 60px;
}

.p_preco_porkilolitro {
  color: #b5b5b5;
  font-size: 10px;
  margin-top: -12px;
  margin-left: 0px;
  position: relative;
  /*float: left;
  width: 100%;*/
}

.cookie-notice {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgb(0 158 255 / 82%);
  color: #fff;
  padding: 15px;
  border-top: 1px solid #009eff;
  font-size: 16px;
  text-align: center;
}

.cookie-notice .bt-accept-cookie {
  background-color: #000;
  border: 0;
  padding: 5px 10px;
  margin-left: 10px;
  transition-duration: 0.2s;
  z-index: 9999999;
}

.cookie-notice .bt-accept-cookie:hover {
  opacity: 0.8;
}

.showpw,
.hidepw {
  position: absolute;
  top: 45px;
  right: 10px;
  color: #237dbc;
  cursor: pointer;
  z-index: 99;
}

.popup_cart .getcart ul.mini-cart li.mini_cart_item .quantity {
  float: left;
  width: 100px;
  margin-top: 5px;
}

.popup_cart .getcart ul.mini-cart li.mini_cart_item .priceqty {
  position: relative;
  margin-left: 10px;
  top: 6px;
}

.popup_cart .getcart ul.mini-cart li.mini_cart_item .quantity input {
  height: 25px;
}

.popup_cart .getcart ul.mini-cart li.mini_cart_item .quantity .btn {
  padding: 0;
}

.section-orders .autentication {
  top: 50px;
  width: 500px;
}

.FORM_followorders p.desc {
  float: left;
  width: 100%;
  position: relative;
  text-align: center;
  text-transform: initial;
  margin-bottom:10px;
  color: #ccc;
}

.infofolloworder {
  float: left;
  width: 100%;
  position: relative;
  margin: 30px 0;
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}

.badge-primary {
    color: #fff;
    background-color: #007bff;
}

.badge-info {
    color: #fff;
    background-color: #17a2b8;
}

.badge-danger {
    color: #fff;
    background-color: #dc3545;
}

.badge-success {
    color: #fff;
    background-color: #28a745;
}

.share-buttons {
  float: left;
  width: 100%;
  position: relative;
  margin-top: 5px;
}

.share-buttons .tip {
	position: relative;
  display: inline-block;
  top: 0;
  color: #ccc;
}

.share-buttons .tip:after {
  content: "";
  width: 30px;
  height: 1px;
  position: relative;
  display: inline-block;
  margin: 0 0 0 8px;
  background-color: #838383;
  top: -3px;
}

.share-buttons .share-window {
  display: inline;
  margin-left: 8px;
}

.share-buttons .trigger {
  display: inline-block;
}

.share-buttons .trigger a {
  display: block;
  height: 30px;
  width: 30px;
  padding: 6px;
	font-size: 14px;
	text-align: center;
	cursor: pointer;
  border: 1px solid;
  color: #ccc;
  border-radius: 50%;
}

.share-buttons .trigger i {
	font-size: 14px;
	line-height: 40px;
}

.share-buttons .trigger a:hover {
  color: #1bec54;
	border-color: #1bec54;
}

.share-buttons .trigger.share-btn i {
  margin: 0 5px 0 0;
}

.alert-naoencontrou p {
  font-size: 18px;
  color: #d3d3d3;
  background-color: rgb(40 40 40 / 91%);
  padding: 15px;
  border: 1px solid transparent;
  border-radius: 4px;
  width: 600px;
  margin: 0 auto;
}

.alert-naoencontrou a {
  font-weight: bold;
}

.divfiltros .ullist li a .cat-img {
  height: 30px;
  margin-right: 10px;
  filter: brightness(0) invert(1);
}

.formcontact {
  float: left;
  width: 100%;
  height: auto;
  border-radius: 6px;
  padding: 30px;
  background-color: #2a2a2a;
  -webkit-box-shadow: -2px 2px 7px 0px rgb(0 0 0 / 44%);
  -moz-box-shadow: -2px 2px 7px 0px rgba(0,0,0,0.44);
  box-shadow: -2px 2px 7px 0px rgb(0 0 0 / 44%);
}

.formcontact .title,
.formcontact .desc {
  text-align: center;
}

.formcontact .title {
  margin-bottom: 5px;
}

.formcontact .desc {
  margin-bottom: 20px;
}

.formcontact .bt-submit {
  background-color: #237dbc;
  border: 0;
  color: #fff;
  font-weight: 500;
  padding: 8px 20px;
  border-radius: 20px;
}

.formcontact .bt-submit:hover {
  opacity: 0.8;
}

.single-page .description iframe {
  float: left;
  width: 100%;
  position: relative;
}

.custom_filterby {
  width: 164px;
  float: right;
}

.page-clientarea .input-content label {
  color: #fff;
}

.btn-primary {
  border-radius: 30px;
}

.new_autentication {
  float: left;
  width: 100%;
  position: relative;
  text-align: center;
  margin: 60px 0px 0 0;
}

.new_autentication .boxlogin {
  width: 400px;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 40px;
}

.bt-lg {
  padding: 10px 30px;
  font-size: 18px;
}

.new_autentication .boxlogin:after {
  content: '';
  border-top: 1px solid #646464;
  width: 100%;
  float: left;
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px;
}

.new_autentication .boxlogin:before {
  content: '';
  border-bottom: 1px solid #646464;
  width: 100%;
  float: left;
  position: relative;
  margin-bottom: 30px;
}

.new_autentication form > i,
.new_autentication form > svg {
  font-size: 50px;
  color: #fff;
  margin-bottom: 30px;
}

.new_autentication .FORM_login .bt-action {
  margin-top: 15px;
}

.bt-login.bt-circle-white {
  padding: 10px 70px;
  font-size: 16px;
}

.bt-circle-white {
  background-color: transparent;
  color: #fff;
  color: #fff;
  padding: 7px 25px;
  border: 1px solid #fff;
  border-radius: 30px;
  text-decoration: none;
  transition-duration: 0.2s;
}

.bt-circle-white:hover {
  background-color: #fff;
  color: #3c3c3b;
}

.new_autentication .smallp {
  color: #fff;
}

.bt-cart img {
  width: auto !important;
  margin-top: -12px;
}

.iconacondicionamento {
  position: absolute;
  top: 0;
  font-size: 24px;
  right: 10px;
  color: #ccc;
  z-index: 99;
}

.alert-naoencontrou {
  position: relative;
  float: left;
  width: 100%;
  margin-top: 20px;
}

.anothermenubt {
  position: relative;
  width: 100%;
  margin-top: auto;
}

.bt-bestsellers,
.bt-bestsellers:hover {
  /*color: #337ab7;*/
  font-size: 16px;
}

.bt-promos,
.bt-promos:hover {
  /*color: #5cb85c;*/
  font-size: 16px;
}

.bt-news,
.bt-news:hover {
  /*color: #31b0d5;*/
  font-size: 16px;
}

.mapiframe {
  margin-top: 30px;
}

.mapiframe,
.mapiframe iframe {
  float: left;
  width: 100%;
  position:relative;
}

.container-fluid {
  padding-right: 45px;
  padding-left: 45px;
}


.vertical-nav {
  min-width: 20rem;
  width: 20rem;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #545454;
  transition: all 0.4s;
  overflow-x: auto;
  z-index: 99;
}

.vertical-nav > form {
  width: 100%;
  position: relative;
  padding: 100px 20px 170px 20px;
}

.btshowfilters {
  position: fixed;
  right: 0;
  top: 10rem;
  z-index: 999;
  background-color: #545454;
  padding: 10px;
  border: 0;
  color: #d3d3d3;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  transition: all 0.4s;
  display: none;
}

.page-content {
  width: calc(100% - 20rem);
  margin-left: 20rem;
  transition: all 0.4s;
}

#sidebar.active {
  margin-left: -20rem;
}

#content.active {
  width: 100%;
  margin: 0;
}

.single-product .slickgallery.mobhorizontal .simg {
  display: contents;
}

ul.mini-cart.updateprogress li:before {
  content: '';
  position: absolute;
  top: -15px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgb(0 0 0 / 53%);
  width: 100%;
  z-index: 9;
}