@import url(https://fonts.googleapis.com/css?family=Comfortaa:400,700);@charset "UTF-8";

html,
body {
  margin: 0;
  padding: 0px;
  position: relative;
  height: 100%;
  font-size: 14px;
}

body {
  font-family: 'Comfortaa', cursive;
}

a {
  text-decoration: none;
  color: #f18d3b;
}

.pwidth {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0px 20px;
  position: relative;
}

.clear {
  clear: both;
}

input {
  font-family: 'Comfortaa', cursive;
  font-size: 10px;
}

textarea {
  font-family: 'Comfortaa', cursive;
  font-size: 10px;
}

h1 {
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  color: #f18d3b;
  text-align: center;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

button {
  font-family: 'Comfortaa', cursive;
}

#loader {
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 9999;
  background: #fff;
}

.sk-folding-cube {
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
  width: 40px;
  height: 40px;
  position: absolute;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.sk-folding-cube .sk-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f18d3b;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
  animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
  transform: scale(1.1) rotateZ(90deg);
}

.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
  transform: scale(1.1) rotateZ(180deg);
}

.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
  transform: scale(1.1) rotateZ(270deg);
}

.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

@-webkit-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }

  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }

  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}

@keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }

  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }

  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}

@-webkit-keyframes padding-b {
  0% {
    margin-top: 2.5px;
    padding: 6px 0px;
  }

  50% {
    padding: 11px 5px;
    margin-top: 0px;
  }

  100% {
    margin-top: 2.5px;
    padding: 6px 0px;
  }
}

@keyframes padding-b {
  0% {
    margin-top: 2.5px;
    padding: 6px 0px;
  }

  50% {
    padding: 11px 5px;
    margin-top: 0px;
  }

  100% {
    margin-top: 2.5px;
    padding: 6px 0px;
  }
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0px;
  z-index: 99;
}

.whitehead {
  height: 60px;
  position: relative;
  background: #fff;
}

.headersize {
  height: 85px;
}

.homehead {
  height: 50px;
}

.headerbk {
  position: absolute;
  top: 59px;
  left: 0px;
  right: 0px;
  z-index: 10;
}

.headerbk img {
  width: 100%;
  display: block;
}

.mobilebutton {
  display: none;
}

.logo {
  position: absolute;
  left: 20px;
  top: 10px;
}

.menu {
  width: 685px;
  margin: 0 auto;
  padding-top: 18px;
}

.menu a {
  color: #9b9b9b;
  padding: 10px 5px;
  border-top: 3px solid #fff;
  display: inline-block;
  font-weight: 700;
}

.menu ul li:hover {
  border-bottom: 2px solid #9b9b9b;
}

.menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
}

.menu ul li {
  float: left;
  text-transform: uppercase;
  margin: 0 15px;
}

.menu .mactive {
  border-bottom: 2px solid #f18d3b;
}

.iconsright {
  position: absolute;
  right: 20px;
  top: 21px;
  width: 74px;
}

.icononhead {
  float: left;
  position: relative;
}

.icononhead:last-child {
  display: none;
}

#count-cart {
  position: absolute;
  min-width: 10px;
  text-align: center;
  top: -4px;
  right: -4px;
  font-size: 10px;
  background: #f18d3b;
  color: #fff;
  border-radius: 10px;
  padding: 0px 2px;
  cursor: pointer;
}

.icon-search {
  cursor: pointer;
}

.iconsright span {
  display: inline-block;
  margin: 5px;
}

#mobilebox {
  display: none;
  width: 0%;
  overflow-x: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 99999;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: #f18d3b;
}

#mobilebox .closebox {
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 20px;
}

#openloginbox {
  cursor: pointer;
}

#loginbox {
  display: none;
  background: #fff;
  border-radius: 7px;
  -webkit-box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.14);
          box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.14);
  width: 180px;
  position: absolute;
  top: 33px;
  z-index: 99;
  right: -40px;
  padding: 15px 0px;
}

.toiconarrow {
  position: absolute;
  width: 30px;
  height: 16px;
  background: url(/images/arrowicon.svg?4ec6b934fefb808d786b2cd5fc658690) no-repeat;
  top: -14px;
  right: 44px;
}

.bemvindo {
  color: #9b9b9b;
  width: 150px;
  margin: 10px auto;
  text-align: center;
}

.headbutton {
  width: 150px;
  margin: 10px auto;
  -webkit-box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.14);
          box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.14);
  border-radius: 8px;
  text-align: center;
}

.headbutton a {
  display: block;
  padding: 10px;
  font-size: 15px;
  color: #000;
}

#searchbox {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 99;
  bottom: 0px;
  display: none;
}

.blurclass {
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}

.searchboxcontent {
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.boxinsearch {
  width: 500px;
  -webkit-box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.14);
          box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.14);
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.7);
  padding: 0 15px;
  border-radius: 5px;
}

.orangeline {
  height: 6px;
  background: #f18d3b;
}

.grayline {
  height: 6px;
  background: #9B9B9B;
}

.boxinsearch:hover .grayline {
  background: #f18d3b;
}

.inputsearchbox {
  margin-top: 20px;
}

.listtags {
  text-align: center;
}

.tag {
  background-color: #ffffff;
  -webkit-box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.14);
          box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.14);
  display: inline-block;
  margin: 10px;
  border-radius: 5px;
}

.tag a {
  color: #555555;
  padding: 5px;
  display: block;
}

.tag a:hover {
  -webkit-box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.3);
}

.formsearch {
  margin-top: 10px;
  position: relative;
  padding-bottom: 15px;
}

.formsearch input {
  width: calc(100% - 40px);
  padding-left: 40px;
  border-radius: 5px;
  height: 35px;
  background: transparent;
  -webkit-box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.14);
          box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.14);
  border: 0;
}

.formsearch input:focus {
  -webkit-box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.3);
}

.inputsearchbox button {
  position: absolute;
  cursor: pointer;
  -webkit-box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.14);
          box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.14);
  background: #fff;
  border-radius: 5px;
  border: none;
  height: 37px;
  width: 35px;
}

.inputsearchbox button:hover {
  -webkit-box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.8);
          box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.8);
}

#documentcontent {
  position: relative;
  padding-bottom: 320px;
  min-height: calc(100% - 320px);
}

#banner {
  width: 100%;
}

#banner .owl-nav .owl-prev {
  left: 15px;
  position: absolute;
  font-size: 18px;
}

#banner .owl-nav .owl-next {
  right: 15px;
  position: absolute;
  font-size: 18px;
}

#banner img {
  width: 100%;
  display: block;
}

.bslider {
  position: relative;
}

.bannertext {
  position: absolute;
  right: 30%;
  background: #f18d3b;
  top: 50%;
  color: #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 25px;
  border-radius: 100%;
  text-align: center;
  width: 200px;
  height: 200px;
  display: table-cell;
  vertical-align: middle;
}

.bannertitle {
  font-size: 20px;
  margin-bottom: 16px;
  text-transform: uppercase;
  padding-top: 50px;
}

.banneretxt {
  font-size: 11px;
}

.storemenu {
  text-transform: uppercase;
  font-size: 9px;
  position: relative;
  height: 95px;
  background: #f18d3b;
  z-index: 9;
  width: 100%;
}

.menubk {
  position: absolute;
  bottom: 94px;
  left: 0px;
  right: 0px;
  width: 100%;
  overflow: hidden;
}

.menubk img {
  width: 105%;
  display: block;
  margin-left: -2%;
}

.menubkb {
  position: absolute;
  top: 94px;
  left: 0px;
  right: 0px;
  width: 100%;
  overflow: hidden;
}

.menubkb img {
  width: 105%;
  display: block;
}

.storemenu a {
  color: #fff;
}

.storemenu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
  position: relative;
  z-index: 1;
}

.storemenu ul li {
  display: inline-block;
  margin: 27px 15px;
}

.iconcategory {
  margin-bottom: 9px;
}

.menufixed {
  position: fixed;
  top: 75px;
}

.extendsmobile {
  display: none;
}

.productshighlights {
  margin: 120px auto;
  max-width: 1024px;
  -webkit-box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.14);
          box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.14);
  width: 100%;
  z-index: 2;
  background: #fff;
  position: relative;
}

.highlightstitle {
  -webkit-box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.14);
          box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.14);
  color: #676767;
  text-align: center;
  text-transform: uppercase;
  padding: 10px;
}

.highlightstitle h2 {
  font-size: 27px;
  padding: 0;
  margin: 0;
}

.czone {
  padding: 0 30px;
}

#highlitghtscarousel {
  margin-top: 20px;
}

a .product {
  color: #000;
}

.product {
  position: relative;
  width: 200px;
  height: 275px;
  cursor: pointer;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  padding: 10px;
}

.product:hover {
  -webkit-box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.14);
          box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.14);
}

.pimage {
  width: 150px;
  height: 150px;
  background: rgba(0, 0, 0, 0.3);
  margin: 10px auto 20px auto;
}

.pimage img {
  width: 100%;
}

.tocart {
  float: right;
  font-size: 10px;
  background: #f2f2f2;
  border-radius: 20px;
  padding-right: 5px;
  position: relative;
  /* */
  display: none;
}

.tocarttext {
  float: right;
  margin-right: 5px;
  padding: 13px 0px;
}

.pnames {
  height: 51px;
  border-bottom: 1px solid #fff;
}

.quantity {
  float: right;
  position: relative;
  min-width: 15px;
  text-align: center;
  padding: 13px 0px;
  margin-right: 5px;
}

.quantity button {
  position: absolute;
  border: 0;
  background: 0;
  color: #717171;
  margin: 0px;
  cursor: pointer;
  width: 25px;
  text-align: center;
  font-size: 7px;
  left: -15px;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}

.quantity .plus-item {
  top: 0px;
}

.quantity .subtract-item {
  bottom: 0px;
}

.subtract-item {
  -webkit-transform: rotate(180deg) scaleX(-1) translate(-50%, 0%) !important;
          transform: rotate(180deg) scaleX(-1) translate(-50%, 0%) !important;
}

.addtocart {
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  float: left;
  width: 36px;
  background: #f18d3b;
  border-radius: 100%;
  color: #fff;
  text-align: center;
  cursor: pointer;
  font-size: 19px;
  padding: 7px 0px;
  margin-right: 5px;
}

.done {
  position: absolute;
  display: inline-block;
  width: 0%;
  top: 0;
  left: 0;
  overflow: hidden;
  color: #fff;
  border-radius: 100%;
  font-size: 14px;
  padding: 11px 0px;
}

.pprices {
  float: right;
  width: 85px;
}

.pprice {
  text-align: left;
  font-weight: 700;
  font-size: 23px;
  float: left;
  padding-top: 11px;
}

.pdiscount {
  text-align: left;
  font-weight: 700;
  font-size: 23px;
  float: left;
  padding-top: 11px;
}

.ppromprice {
  text-align: right;
  padding: 6px 0px;
  font-size: 10px;
  color: #7D7D7D;
  text-decoration: line-through;
}

.ppricedesconto {
  font-weight: 700;
  font-size: 23px;
  text-align: right;
}

.psubname {
  font-size: 10px;
  height: 11px;
}

.vertetalhes {
  background-color: #f2f2f2;
  padding: 10px;
  text-align: center;
  margin-top: 5px;
  font-size: 10px;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.homepromotiontitle {
  text-align: center;
  color: #f18d3b;
  font-size: 30px;
  text-transform: uppercase;
}

a .promotion {
  color: #000;
}

.promotion {
  -webkit-box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.14);
          box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.14);
  height: 300px;
  margin-top: 30px;
  margin-bottom: 5px;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

#promotions {
  margin-bottom: 120px;
}

#promotions .center .promotion {
  height: 300px;
  margin-top: 10px;
}

.promotionlink {
  position: absolute;
  padding: 10px;
  background: #f18d3b;
  color: #fff;
  border-radius: 100%;
  right: -15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 99;
}

.promimage {
  -webkit-box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.14);
          box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.14);
  text-align: center;
  padding: 20px;
  position: relative;
  height: 200px;
}

.roundiv {
  width: 200px;
  height: 200px;
  position: absolute;
  border: 4px solid #f18d3b;
  border-radius: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.rounsdiv {
  position: absolute;
  border: 2px solid #ee7918;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 100%;
}

#promotions .promimage img {
  width: 150px;
  margin: 25px auto;
}

.namesprom {
  padding: 10px;
}

.promleftname {
  float: left;
  width: calc(100% - 90px);
}

.documentpage {
  margin: 60px 0px;
}

.mapbox {
  width: 48%;
  float: left;
  height: 500px;
  padding: 1%;
  background-image: url(/images/bkmap.svg?28be1d47e2eed5f1b155b57bbd1b37b5);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.mapbox .mapapins {
  float: none;
  margin: 0px auto;
}

.mapbox .mapapins .mappin {
  width: 20px;
}

.backgroundcontacts {
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(/images/bk-faqs.svg?774c2a6759efb7a47f7b1e716dc371c4);
  width: 50%;
  height: 1265px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  background-position: center left;
}

#map {
  height: 500px;
}

.rightcontacts {
  width: 39%;
  float: right;
}

.contactblock {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
  margin-bottom: 5px;
  padding: 15px;
}

.new {
  -webkit-box-shadow: 6px 6px 10px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 6px 6px 10px 0 rgba(0, 0, 0, 0.05);
  float: left;
  width: 28%;
  margin: 20px 2.5%;
  position: relative;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.new:hover {
  -webkit-box-shadow: 6px 6px 10px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 6px 6px 10px 0 rgba(0, 0, 0, 0.2);
}

.newdate {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  opacity: 0.89;
  background-color: #ffffff;
  text-align: right;
}

.newdatetext {
  padding: 10px;
}

.newimage img {
  width: 100%;
}

.titlezone {
  height: 40px;
  padding: 10px 15px;
}

.archivenews a {
  color: #000;
}

.listproducts {
  -webkit-box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.14);
          box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.14);
  margin: 50px 0px;
  padding: 15px;
  text-align: center;
}

.listproducts .product {
  display: inline-block;
  margin: 15px;
}

.newshome {
  background: #f18d3b;
  position: relative;
}

.plaranja {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  background: #f18d3b;
  height: 1px;
}

.newsseparator {
  width: 100%;
  overflow: hidden;
}

.newsseparator img {
  width: 105%;
  display: block;
  margin-left: -2%;
}

.newshome h2 {
  padding: 60px 0px 30px 0px;
  margin: 0px;
  font-size: 30px;
  text-transform: uppercase;
  color: #fff;
}

.lefthomenews {
  float: left;
  width: 40%;
  margin-bottom: 20px;
}

.imgmobile {
  display: none;
}

.seeallnews {
  text-align: right;
  margin-bottom: 15px;
}

.seeallnews a {
  color: #fff;
}

.newhome {
  background-color: rgba(255, 255, 255, 0.6);
  -webkit-box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.14);
          box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.14);
  padding: 15px 25px;
  cursor: pointer;
}

.activenew {
  background-color: white;
}

.homenewname {
  font-size: 16px;
  color: #83786F;
}

.newhomedate {
  font-size: 14px;
  margin-top: 10px;
  color: #555555;
}

.righthomenews {
  float: right;
  width: 59%;
  margin-top: 30px;
}

.righthomenews img {
  width: 100%;
}

.loginpage {
  width: 1024px;
  margin: 100px auto;
}

.homeocontent {
  position: relative;
}

.bkshome {
  width: 20%;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  top: 0px;
  height: 100%;
  z-index: 1;
}

.homebkleft {
  left: 0px;
  background-image: url(/images/bk-homeleft.png?007798d7e36da7694e0d9b0486380d3f);
  background-position: left;
}

.homebkright {
  right: 0px;
  background-image: url(/images/bk-homeright.png?5fe4eb18703b4dc38983a299321f0712);
  background-position: right;
}

.areasingle {
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  color: #f18d3b;
  text-align: center;
}

.singlenewshead {
  margin-bottom: 15px;
}

.singlenewshead h1 {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  color: #363636;
  text-transform: none;
  text-align: left;
}

.singlenewscontent {
  width: 61%;
  padding: 25px 2%;
  -webkit-box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.14);
          box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.14);
  float: left;
}

.newssingleimage {
  float: right;
  width: 32%;
}

.newssingleimage img {
  width: 100%;
}

.roundmask {
  -webkit-clip-path: circle(93px at center);
          clip-path: circle(93px at center);
}

.pimagesbox {
  width: calc(40% - 30px);
  padding: 15px 15px 15px 15px;
  float: left;
  -webkit-box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, 0.14);
          box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, 0.14);
}

.pimagesbox img {
  width: 100%;
}

.pimagesbox .owl-dots {
  text-align: center;
}

.pimagesbox .owl-carousel button.owl-dot {
  width: 15px;
  height: 15px;
  background: #FBDDC5;
  border-radius: 15px;
  margin: 15px 2px;
}

.pimagesbox .owl-carousel button.active {
  background: #f18d3b;
}

.pright {
  float: right;
  width: 59%;
  -webkit-box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, 0.14);
          box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, 0.14);
  position: relative;
  background: #FBFBFB;
}

.pright h1 {
  text-align: left;
  margin-top: 0px;
  padding: 20px 100px 0px 15px;
}

.stock {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 80px;
  color: #908f8f;
  border-radius: 15px;
}

.stocktext {
  font-size: 11px;
  text-transform: uppercase;
  padding: 7px 0px 0px 33px;
}

.hasstock {
  float: left;
  color: #f18d3b;
  background: #fff;
  -webkit-box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, 0.23);
          box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, 0.23);
  border-radius: 100%;
  width: 18px;
  padding: 7px 5px;
  font-size: 11px;
}

.subtitle {
  padding: 15px;
}

.linedetails {
  padding: 15px;
  border-top: 1px solid #f2f2f9;
}

.linedetails .price {
  float: left;
  font-size: 29px;
  font-weight: 700;
}

.smalluni {
  font-size: 10px;
}

.linedetails .tocart {
  float: right;
}

.pcontent {
  background: #FAFAFA;
  padding: 25px 0px;
  line-height: 19px;
}

.pdetails {
  margin-bottom: 20px;
}

.logoonlogin {
  margin: 0 auto;
  width: 120px;
}

.moradatitle {
  width: auto;
}

.logoonlogin img {
  width: 100%;
}

.loginpagebox {
  width: 525px;
  -webkit-box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.14);
          box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.14);
  margin: 25px auto;
}

.tabslogin a {
  color: #000;
}

.tablogin {
  width: 50%;
  float: left;
  text-align: center;
  color: #1a1a1a;
  text-transform: uppercase;
  padding: 15px 0px;
}

.activetab {
  border-bottom: 2px solid #f18d3b;
}

.logincontentform {
  padding: 50px;
}

.fieldlog {
  position: relative;
  margin-bottom: 40px;
}

.fieldlog input {
  width: calc(100% - 60px);
  height: 30px;
  -webkit-box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.22);
          box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.22);
  border: 0;
  border-radius: 5px;
  background: #F3F3F3;
  padding-left: 60px;
}

.fieldlog label {
  background: #e9e9e9;
  color: #9B9B9B;
  text-align: center;
  position: absolute;
  top: -8px;
  width: 27px;
  padding: 10px;
  font-size: 25px;
  border-radius: 5px;
}

.fieldlog .bklaranja {
  color: #fff;
  background: #f18d3b;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.submitlogin {
  margin-bottom: 10px;
}

.submitlogin button {
  background: #f18d3b;
  color: #fff;
  width: 100%;
  border-radius: 5px;
  height: 30px;
  border: 0;
  font-family: 'Comfortaa', cursive;
}

.checkboxlogin {
  margin-bottom: 25px;
}

.boxbannercat {
  position: relative;
  overflow: hidden;
}

#categoryimages img {
  width: 100%;
}

#categoryimages {
  width: 100%;
}

#categoryimages .owl-nav .owl-prev {
  left: 15px;
  position: absolute;
  font-size: 18px;
}

#categoryimages .owl-nav .owl-next {
  right: 15px;
  position: absolute;
  font-size: 18px;
}

.categorybanner {
  position: relative;
}

.icononbanner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
}

.iconbannername {
  margin-top: 25px;
  text-transform: uppercase;
  font-size: 22px;
}

.imageonbanner {
  width: 100%;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
}

.imageonbanner img {
  width: 100%;
}

.catbannerm {
  height: 400px;
}

.whitecurve {
  position: absolute;
  bottom: -4px;
  left: -2%;
  width: 105%;
  z-index: 9;
}

.whitecurve img {
  width: 100%;
}

.onmobilet {
  display: none;
}

#cartpage {
  -webkit-box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.14);
          box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.14);
}

.cartpage {
  padding: 0px 80px;
}

.nextcartpage {
  width: 150px;
  float: right;
}

.productcart {
  padding: 10px;
  border-top: 1px solid #C5C5C5;
}

.campaignline {
  position: relative;
  border-left: 3px solid #f18d3b;
}

.iconcampainoncart {
  position: absolute;
  color: #fff;
  background: #f18d3b;
  width: 20px;
  height: 20px;
  border-radius: 30px;
  text-align: center;
  padding: 10px;
  left: -50px;
  top: 10px;
  font-size: 18px;
}

.imagecart {
  float: left;
  width: 40px;
  padding-top: 10px;
}

.imagecart img {
  width: 100%;
}

.cartcolo1 {
  float: left;
  width: calc(50% - 80px);
}

.cartcolo2 {
  float: left;
  width: 20%;
  text-align: center;
}

.cartcolo3 {
  float: left;
  width: 20%;
  text-align: center;
}

.cartcol4 {
  float: left;
  width: 10%;
  text-align: center;
  padding: 20px 0px;
}

.delete-item {
  background-color: #e5e5e5;
  border-radius: 15px;
  -webkit-box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.23);
          box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.23);
  border: 0px;
  cursor: pointer;
  width: 25px;
  height: 25px;
  color: #D96472;
}

.quantidadebox {
  position: relative;
  padding: 20px;
}

.quantidades {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  top: 0px;
  bottom: 0px;
  width: 32px;
}

.quantidades button {
  border: 0;
  background: transparent;
  color: #9b9b9b;
  position: absolute;
  cursor: pointer;
}

.quantidades .subtract-item {
  bottom: 0px;
}

.quantidades .plus-item {
  left: 0px;
}

.quantidadebox .item-count {
  border: none;
  text-align: center;
  width: 100%;
}

.cartpcontent {
  padding: 20px;
}

.totalprod {
  padding: 20px;
}

.priceperkg {
  font-size: 10px;
}

.preconormal {
  text-decoration: line-through;
  color: #f18d3b;
}

.line-t {
  color: #000;
}

.ordernotes {
  -webkit-box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.14);
          box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.14);
  padding: 15px;
  margin-bottom: 20px;
}

.ordernotes textarea {
  width: 100%;
  resize: none;
  height: 100px;
  border: 0;
  background-color: #f4f4f4;
}

.dataorder {
  margin-bottom: 20px;
  position: relative;
}

.passodoispage .cartcolo1 {
  width: calc(63% - 80px);
}

.passodoispage .headcolo1 {
  width: calc(61% - 80px);
}

.totais {
  font-size: 16px;
  text-align: right;
}

.totais div {
  margin-bottom: 15px;
}

.totais span {
  font-weight: 700;
}

.dataedit {
  float: right;
}

.dataedit button {
  background: #f18d3b;
  border: 0;
  border-radius: 15px;
  padding: 5px 15px;
  color: #fff;
  cursor: pointer;
}

.errorpage {
  max-width: 600px;
  text-align: center;
  margin: 30px auto;
}

.errorpage img {
  width: 100%;
}

.carttablehead {
  font-weight: 700;
  font-size: 15px;
}

.headcolo1 {
  float: left;
  padding: 15px 30px;
  width: calc(50% - 100px);
}

.headcolo2 {
  float: left;
  padding: 15px 0px;
  width: 20%;
  text-align: center;
}

.headcolo3 {
  float: left;
  padding: 15px 0px;
  width: 20%;
  text-align: center;
}

.totalline {
  -webkit-box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.14);
          box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.14);
}

.carthead {
  width: 300px;
  margin: 0 auto 25px auto;
  text-align: center;
  position: relative;
}

.step {
  display: inline-block;
  margin: 0 15px;
  padding: 10px;
  color: #B9B9B9;
  background: #e5e5e5;
  -webkit-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.23);
          box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.23);
  width: 25px;
  text-align: center;
  font-size: 20px;
  border-radius: 30px;
  height: 25px;
}

.activestep {
  background: #f18d3b;
  color: #fff;
}

.totalline {
  -webkit-box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.14);
          box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.14);
}

.descontoline {
  width: 100px;
  float: left;
  background: #C4C4C4;
  padding: 18px 10px;
}

.ordercampaignname {
  float: left;
  width: calc(100% - 120px);
  padding: 0 10px;
}

.ordercampaigntext {
  float: left;
  width: calc(100% - 120px);
  padding: 0 10px;
  font-size: 11px;
}

.ordercampaign {
  margin: 15px auto;
  -webkit-box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.14);
          box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.14);
  padding: 10px;
  max-width: 400px;
}

.ordercampaignimg {
  width: 100px;
}

.ordercampaignimg img {
  width: 100%;
  float: left;
}

.texttotal {
  float: left;
  width: calc(100% - 290px);
  text-align: center;
  font-size: 26px;
  padding: 15px 0px;
}

.totalcart {
  float: right;
  width: 150px;
  background: #f18d3b;
  color: #fff;
  padding: 10px;
}

.registarpage .fieldlog input {
  padding: 0px 10px;
  width: calc(100% - 20px);
}

.carproduct {
  padding: 15px;
}

.labelproduct {
  font-weight: 700;
}

.cardescproduct {
  font-size: 15px;
}

.productprofiles {
  margin: 20px 0px;
}

.profileproduct {
  -webkit-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.15);
  display: inline-block;
  padding: 5px 10px;
  border-radius: 5px;
}

.profilebox {
  -webkit-box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.14);
          box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.14);
  padding: 20px;
  position: relative;
}

.profilephoto {
  float: left;
  width: 250px;
}

.profilephoto img {
  width: 100%;
}

.userperfilname {
  margin: 15px 0px;
  text-align: center;
  color: #f18d3b;
  font-size: 16px;
}

#password-confirm {
  margin-top: 15px;
}

.perfildata {
  float: left;
  margin-left: 20px;
  width: calc(100% - 270px);
}

.perfildata h2 {
  color: #8b8b8b;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.userdata {
  float: left;
  width: 50%;
}

.addressdata {
  float: left;
  width: 50%;
}

.userdata label {
  font-weight: 700;
  font-size: 18px;
  width: 100%;
  display: block;
  margin-bottom: 5px;
}

.blockdata {
  margin-bottom: 15px;
}

.blockdata input {
  height: 25px;
  border-radius: 9px;
  width: 70%;
  padding: 0 5%;
  border: solid 1px #cecece;
}

.blockdata input:disabled {
  background: #f9f9f9;
}

.blockdata select {
  height: 25px;
  border-radius: 9px;
  width: 80%;
  padding: 0 5%;
  border: solid 1px #cecece;
}

.blockdata select:disabled {
  background: #f9f9f9;
}

.editprofile {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 45px;
  text-align: center;
}

#user-settings {
  background: #f18d3b;
  font-size: 20px;
  border: 0;
  cursor: pointer;
  border-radius: 100%;
  color: #fff;
  width: 34px;
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  padding: 6px 0px;
  line-height: 19px;
  margin-top: 2.5px;
}

.firstadd {
  -webkit-animation: padding-b infinite 1s;
          animation: padding-b infinite 1s;
}

.addressnamelist {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 15px;
  border-bottom: 1px solid #cecece;
  padding-bottom: 3px;
}

.editaddress {
  float: right;
  margin-right: 10px;
}

.formdelete {
  float: right;
}

#submit-button {
  cursor: pointer;
  background: #f18d3b;
  color: #fff;
  width: 150px;
  border-radius: 9px;
  height: 25px;
  border: 0;
}

#address-list-container button {
  -webkit-box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.22);
  box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.22);
  background: transparent;
  color: #000;
  border: 0px;
  padding: 3px 5px;
  border-radius: 8px;
  cursor: pointer;
}

.filters {
  margin-top: 150px;
}

.filter {
  -webkit-box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.22);
  box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.22);
  border: 0;
  border-radius: 5px;
  font-family: 'Comfortaa', cursive;
  height: 25px;
  margin-right: 15px;
  padding: 0 5px;
  background: #E9E9E9;
}

.moradaregister label {
  width: auto;
  position: relative;
  font-size: 15px;
  background: none;
  color: #000;
}

.moradaregister .addressdefault {
  margin-bottom: 25px;
}

.moradaregister .fieldlog {
  margin-bottom: 25px;
}

.fieldlog select {
  width: 100%;
  height: 30px;
  font-family: 'Comfortaa', cursive;
  -webkit-box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.22);
  box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.22);
  border: 0;
  border-radius: 5px;
  background: #F3F3F3;
}

.fieldlog button {
  background: #f18d3b;
  color: #fff;
  width: 100%;
  cursor: pointer;
  border-radius: 5px;
  height: 30px;
  border: 0;
  font-family: 'Comfortaa', cursive;
}

.invalid-feedback {
  color: #da7676;
  font-size: 10px;
  display: block;
  text-align: right;
  padding: 5px 0px;
}

.registarpage .fieldlog #postal_code input {
  width: 50px;
}

.plistpricedetail {
  position: relative;
}

.pwithdiscount {
  text-decoration: line-through;
  position: absolute;
  left: 0px;
  top: -20px;
  font-size: 11px;
}

.alert-success {
  padding: 50px;
}

.campaign {
  float: left;
  width: 23%;
  margin: 20px 5%;
  -webkit-box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.14);
          box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.14);
  background: #fff;
}

.campaignimage img {
  width: 100%;
}

.campaigntitle {
  -webkit-box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.23);
          box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.23);
  padding: 10px 45px 10px 10px;
  position: relative;
  height: 30px;
}

.campaignlisticon {
  position: absolute;
  color: #fff;
  background: #f18d3b;
  width: 20px;
  height: 20px;
  border-radius: 30px;
  text-align: center;
  padding: 10px;
  right: 3px;
  top: 5px;
  font-size: 18px;
}

.campaigndate {
  padding: 10px;
  color: #9b9b9b;
}

.campaigntext {
  margin: 10px;
  border-bottom: 1px solid #f18d3b;
  padding: 10px 0px;
}

.orderlistprofile table {
  width: 100%;
  text-align: center;
  -webkit-box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.14);
          box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.14);
}

.orderlistprofile th {
  height: 30px;
  font-size: 16px;
}

.orderlistprofile td {
  height: 30px;
  border-top: 1px solid #cdcdcd;
}

.clickable-row {
  cursor: pointer;
}

.clickable-row:hover {
  background: #E8E8E8;
}

.botoescart {
  max-width: 400px;
  margin: 0 auto;
}

.backcartpage {
  float: left;
  width: 150px;
}

.backcartpage button {
  background: #B9B9B9;
}

.orderokicon {
  font-size: 100px;
  text-align: center;
  margin: 30px 0px;
}

.orderoktext {
  max-width: 450px;
  margin: 0 auto;
}

.dataorderfield {
  margin-bottom: 15px;
}

.dataorderfield label {
  font-weight: 700;
}

.moradaleft {
  float: left;
  width: 50%;
}

.moradaright {
  float: right;
  width: 50%;
}

.addshide {
  display: none;
}

.showthis {
  display: block;
}

.blockcart {
  -webkit-box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.14);
          box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.14);
  padding: 20px;
  margin: 20px 80px;
}

.cartpage .comercial {
  margin-top: 25px;
}

.campaignspage {
  background: url(/images/bk-faqs.svg?774c2a6759efb7a47f7b1e716dc371c4);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 150%;
}

.comercial {
  float: right;
  position: relative;
  margin-bottom: 50px;
}

.comercialfoto {
  position: absolute;
  overflow: hidden;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  right: 0px;
  top: -20px;
}

.comercialleft {
  -webkit-box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.14);
          box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.14);
  padding: 15px 180px 15px 15px;
  margin-right: 50px;
}

.comerciallabel {
  margin-bottom: 15px;
}

.productpopup {
  display: none;
  width: 400px;
  position: fixed;
  background-image: url(/images/popup.svg?e06848d04e96796827997dc94ba9fddf);
  bottom: 20px;
  right: 25px;
  height: 238px;
  z-index: 999;
  border-radius: 15px;
  -webkit-box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.14);
          box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.14);
}

.closepopup {
  -webkit-box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.14);
          box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.14);
  border-radius: 50%;
  padding: 10px;
  position: absolute;
  top: -10px;
  right: -10px;
  background: #fff;
  width: 15px;
  height: 15px;
  text-align: center;
  cursor: pointer;
}

.manboxpopup {
  width: 200px;
  position: absolute;
  bottom: 0px;
  left: 10px;
}

.manboxpopup img {
  width: 100%;
  vertical-align: middle;
}

.popuptext {
  margin: 155px 5px 10px 70px;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
}

.distributor {
  float: left;
  width: 23%;
  -webkit-box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.14);
          box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.14);
  margin: 20px 1%;
  height: 300px;
}

.distributorlogo {
  text-align: center;
  height: 110px;
  padding-top: 15px;
}

.nomedismap {
  cursor: default;
  background-color: #fff;
  color: #000;
  padding: 5px;
  border-radius: 15px;
  position: absolute;
  font-size: 12px;
  display: none;
}

.distributorname {
  padding: 10px;
  font-weight: 700;
}

.distributortext {
  padding: 10px;
}

.moradacontact {
  font-size: 10px;
}

#select2-contact-morada-container {
  background-color: #FAB77C;
  color: #fff;
}

#footer .missing-input {
  border-top: 1px solid #D96472;
}

.backtoorder {
  padding: 5px 10px;
  background: #f18d3b;
  color: #fff;
  border-radius: 15px;
  margin-top: 30px;
  display: inline-block;
}

.mobiletext {
  display: none;
}

.elementtopright {
  position: absolute;
  top: 0px;
  right: 0px;
}

.mapaabout {
  position: relative;
  margin-bottom: 50px;
}

.backgroundmapa {
  background-image: url(/images/bk-quemsomos.svg?cd866f80a54310e90c17c30f61319a38);
  background-size: cover;
  height: 110%;
  position: absolute;
  top: -19px;
  left: 0px;
  width: 100%;
  z-index: -1;
}

.casadihor {
  float: left;
  width: 45%;
}

.firstaboutcontent {
  float: right;
  width: 30%;
  margin: 50px 10%;
  color: #5c5c5c;
  line-height: 22px;
}

.firstaboutcontent h2 {
  border-bottom: 2px solid #5c5c5c;
}

.carrinha {
  position: absolute;
  bottom: -30px;
  z-index: 9;
}

.secondaboutcontent {
  color: #fff;
  width: 30%;
  position: relative;
  padding: 100px 10%;
  float: left;
  line-height: 22px;
}

.mapapins {
  width: 50%;
  float: right;
  position: relative;
  margin-top: 100px;
  max-width: 240px;
}

.mapapins img {
  width: 100%;
}

.mappin {
  position: absolute;
  width: 0px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}

.movepins {
  width: 20px;
}

.mappin img {
  width: 100%;
}

.pinheiro {
  position: absolute;
  bottom: 0px;
  right: 0px;
}

.secontpart {
  position: relative;
}

.animatepersondiv {
  width: 60%;
  float: left;
  background-image: url(/images/bk-box.svg?3677ccbeb462f0b01313ef04cf332344);
  height: 825px;
  background-repeat: no-repeat;
  background-position: center right;
  position: relative;
}

.man {
  position: absolute;
  top: 290px;
  right: 135px;
}

.arm {
  position: absolute;
  top: 387px;
  right: 166px;
  z-index: 10;
}

.mananimate {
  position: absolute;
  top: 300px;
  right: 800px;
  z-index: 9;
}

.moveman {
  right: 250px;
}

.thirdabouttext {
  width: 20%;
  margin: 0 5%;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 800px;
  position: relative;
  z-index: 99;
  line-height: 20px;
}

.bkforfaq {
  background-image: url(/images/bk-faqs.svg?774c2a6759efb7a47f7b1e716dc371c4);
  width: 50%;
  right: 0;
  top: 100px;
  background-position: top left;
  height: 1620px;
  position: absolute;
}

.faqtitle h2 {
  color: #7e7e7e;
  font-size: 32px;
  margin-left: 2%;
}

.faq {
  background: #fff;
  -webkit-box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.14);
          box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.14);
  float: left;
  width: 46%;
  margin: 15px 2%;
}

.question {
  color: #555555;
  font-size: 23px;
  padding: 20px 20px 5px 20px;
}

.answer {
  color: #555555;
  padding: 5px 20px 20px 20px;
}

.movecarrrinha {
  right: 0px;
}

#triggercarrinha {
  position: absolute;
  top: 400px;
}

.elementbottomright {
  position: absolute;
  top: 40px;
  right: 0px;
}

.nuvementrega {
  position: absolute;
  top: 200px;
  right: 335px;
}

.nuvem2entrega {
  position: absolute;
  top: 220px;
  right: 435px;
}

.manwithbox {
  position: absolute;
  top: 610px;
  left: 180px;
}

.answeranimation {
  position: absolute;
  top: 665px;
  left: 385px;
  width: 0px;
}

.answeranimation img {
  width: 100%;
}

#triggernuvens {
  position: absolute;
  top: 100px;
}

.movenuvementrega {
  right: 400px;
}

.movenuvem2entrega {
  right: 300px;
}

#triggeranswer {
  position: absolute;
  top: 500px;
}

.moveansweranimation {
  width: 87px;
}

.errorcart {
  text-align: center;
  padding: 50px 0px;
  font-size: 20px;
}

#footer {
  width: 100%;
  position: absolute;
  bottom: 0px;
  background: -webkit-gradient(linear, left top, left bottom, from(#F8A54C), to(#F67830));
  background: linear-gradient(#F8A54C, #F67830);
  color: #fff;
}

#footer h2 {
  font-weight: 300;
}

.footerleft {
  float: left;
  width: 49%;
}

.footerright {
  float: right;
  width: 49%;
  font-size: 12px;
}

.footerright a {
  color: #fff;
}

.footerright a:hover {
  border-bottom: 1px solid #fff;
}

.footerright h3 {
  font-size: 18px;
}

.lfform {
  float: left;
  width: 49%;
  margin-right: 1%;
}

#contact-form ::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
  /* Firefox */
}

#contact-form :-ms-input-placeholder {
  color: #fff;
  opacity: 1;
  /* Firefox */
}

#contact-form ::-ms-input-placeholder {
  color: #fff;
  opacity: 1;
  /* Firefox */
}

#contact-form ::placeholder {
  color: #fff;
  opacity: 1;
  /* Firefox */
}

#contact-form ::-ms-input-placeholder {
  color: #fff;
}

#contact-form ::-ms-input-placeholder {
  color: #fff;
}

#footer input {
  background: rgba(255, 255, 255, 0.3);
  border: 0px;
  width: 95%;
  height: 30px;
  padding: 0px 2.5%;
  margin-bottom: 5px;
}

#footer textarea {
  background: rgba(255, 255, 255, 0.3);
  border: 0px;
  width: 95%;
  height: 111px;
  padding: 10px 2.5%;
  margin-bottom: 5px;
  resize: none;
}

#footer input[type="submit"] {
  width: 48%;
}

#footer input[type="button"] {
  width: 48%;
  margin: 0px 1% 0px 0px;
}

.fbar {
  width: 100%;
  height: 3px;
  margin-top: 20px;
  background: #f5a623;
}

.footercopy {
  padding: 10px 0px;
  font-size: 10px;
  color: #f5a623;
}

.frightleft {
  float: left;
  width: 50%;
}

.frightright {
  float: right;
  width: 40%;
}

.marginsocial {
  margin-right: 8px;
}

/*fix nav*/

.owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -20px;
  font-size: 20px;
}

.owl-nav button {
  position: absolute;
}

.owl-prev {
  left: -20px;
}

.owl-next {
  right: -20px;
}

#promotions .owl-dots {
  text-align: center;
  margin-top: 30px;
}

#promotions .owl-dot {
  width: 13px;
  height: 13px;
  background: #F8C8A1;
  margin: 0 3px;
  border-radius: 13px;
}

#promotions .owl-dots .active {
  background: #f18d3b;
}

.displayinmobile .menubk {
  display: block;
  bottom: 93px;
}

.displayinmobile .menubkb {
  display: block;
}

#mobilestoremenu {
  max-width: 900px;
  margin: 0 auto;
}

.displayinmobile #mobilestoremenu {
  margin-top: 0px !important;
}

#mobilestoremenu {
  background: #f18d3b;
}

#mobilestoremenu .iconcategory {
  width: 45px;
  height: 40px;
  text-align: center;
  margin: 5px auto;
}

.displayinmobile ul li {
  margin: 0px;
  float: none;
  border-bottom: 2px solid #f18d3b;
}

.displayinmobile ul li:hover {
  border-bottom: 2px solid #fff;
}

.displayinmobile .owl-carousel .owl-item img {
  width: auto;
  display: inline-block;
}

#mobilestoremenu .owl-nav {
  width: 100%;
  color: #fff;
}

#mobilestoremenu .owl-prev {
  left: 5px;
}

#mobilestoremenu .owl-next {
  right: 5px;
}

#mobilestoremenu .owl-stage-outer {
  padding-top: 20px;
}

/*Paginação*/

.pagination {
  list-style: none;
  padding: 0px;
  margin: 0px;
  text-align: center;
  margin-bottom: 30px;
}

.pagination li {
  display: inline-block;
}

.pagination .active {
  display: inline-block;
  font-size: 10px;
  height: 10px;
  width: 10px;
  padding: 12px;
  webkit-box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.22);
  -webkit-box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.22);
          box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.22);
  border: 0;
  border-radius: 30px;
}

.pagination a {
  display: inline-block;
  font-size: 10px;
  height: 10px;
  width: 10px;
  padding: 12px;
  webkit-box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.22);
  -webkit-box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.22);
          box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.22);
  border: 0;
  border-radius: 30px;
}

@media (max-width: 1024px) {
  #footer {
    position: relative;
  }

  .new {
    width: 40%;
    margin: 25px 5%;
  }

  #documentcontent {
    padding: 0px;
  }

  .roundiv {
    width: 165px;
    height: 165px;
    z-index: 99;
  }

  .roundmask {
    -webkit-clip-path: circle(75px at center);
            clip-path: circle(75px at center);
  }

  .casadihor {
    display: none;
  }

  .userdata {
    min-width: 360px;
  }

  .loginpage {
    width: auto;
  }

  .menu {
    width: 548px;
  }

  .menu ul li {
    margin: 0 7px;
    font-size: 11px;
  }

  .campaign {
    width: 30%;
    margin: 20px 1.5%;
  }

  .iconbannersvg {
    width: 50px;
    margin: 0 auto;
  }

  .icononbanner img {
    width: 100%;
  }

  .displayinmobile ul li:hover {
    border-bottom: 0px;
  }

  .distributor {
    width: 30%;
    min-width: 225px;
  }

  .imageonbanner {
    height: auto;
  }

  .catbannerm {
    height: 210px;
  }
}

@media (max-width: 768px) {
  #mobilebox {
    display: block;
  }

  .mobilebutton {
    display: block;
    position: absolute;
    top: 23px;
    cursor: pointer;
  }

  .menu {
    display: none;
  }

  #mobilebox .menu {
    display: block;
  }

  .mobilehead {
    background: #fff;
    padding: 20px;
    text-align: center;
  }

  .menumobile .menu {
    width: auto;
  }

  .menumobile .menu ul li {
    float: none;
    text-align: center;
  }

  .menumobile .menu ul li a {
    display: block;
    border: 0;
    color: #fff;
  }

  .menumobile .menu .mactive a {
    background: #fff;
    color: #000;
  }

  .storemenu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 40px;
  }

  .storemenu ul li {
    margin: 10px;
  }

  .logo {
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
  }

  .highlightstitle h2 {
    font-size: 18px;
  }

  #highlitghtscarousel .product {
    margin: 0 auto;
  }

  .newshome h2 {
    font-size: 20px;
  }

  .imgmobile {
    display: block;
    width: 100%;
  }

  .imgmobile img {
    width: 100%;
  }

  .righthomenews {
    display: none;
  }

  .bslider {
    padding-bottom: 65px;
  }

  .new {
    margin: 15px 5%;
    width: 90%;
  }

  .footerleft {
    width: 100%;
  }

  .footerright {
    width: 100%;
  }

  .storemenu {
    height: auto;
    background: #fff;
  }

  .menubk {
    display: none;
  }

  .menubkb {
    display: none;
  }

  .storemenu li {
    display: block;
    float: left;
    background: #f18d3b;
    padding: 10px;
    height: 60px;
    border-radius: 10px;
    margin: 10px 10px;
  }

  .iconcategory {
    width: 67px;
    height: 40px;
  }

  .namecategory {
    width: 67px;
    text-align: center;
  }

  .rightcontacts {
    float: none;
    width: 100%;
  }

  .mapbox {
    float: none;
    width: 100%;
  }

  .singlenewscontent {
    float: none;
    width: 96%;
    margin-bottom: 15px;
  }

  .newssingleimage {
    float: none;
    width: 100%;
  }

  .lefthomenews {
    width: 90%;
    margin: 20px auto;
    float: none;
  }

  .newhome {
    margin-bottom: 5px;
    padding: 0px;
  }

  .homenewname {
    padding: 5px 15px;
  }

  .newhomedate {
    padding: 5px 15px;
  }

  .firstaboutcontent {
    width: 100%;
    margin: 0 0 100px 0;
  }

  .carrinha {
    width: 100px;
  }

  .carrinha img {
    width: 100%;
  }

  .secondaboutcontent {
    float: none;
    padding: 100px 10% 20px 10%;
    width: 80%;
  }

  .mapapins {
    width: 100%;
    float: none;
    margin-top: 0;
  }

  .animatepersondiv {
    float: none;
    width: 100%;
    height: 650px;
  }

  .bkforfaq {
    display: none;
  }

  .thirdabouttext {
    height: auto;
    float: none;
    padding: 20px 10%;
    width: 80%;
    margin: 0px;
    position: relative;
    z-index: 99;
  }

  .faqtitle h2 {
    font-size: 32px;
  }

  .faq {
    width: 96%;
    float: none;
  }

  .pinheiro {
    width: 30px;
  }

  .pinheiro img {
    width: 100%;
  }

  .pimagesbox {
    float: none;
    width: 100%;
    max-width: 500px;
    margin: 20px auto;
  }

  .pright {
    float: none;
    width: 100%;
  }

  .bannertext {
    padding: 10px;
    width: auto;
    height: auto;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0px;
    border-radius: 0;
    top: auto;
    -webkit-transform: none;
            transform: none;
  }

  .bannertitle {
    font-size: 18px;
    padding: 0px;
  }

  .boxinsearch {
    width: 80%;
  }

  .filters {
    margin-top: 50px;
  }

  .filters .filter {
    margin-bottom: 15px;
  }

  .profilephoto {
    float: none;
    margin: 0 auto;
  }

  .perfildata {
    float: none;
    width: 100%;
  }

  .addressdata {
    margin-top: 25px;
  }

  .extendsmobile {
    display: block;
  }

  .extendsmobile .storemenu ul {
    margin-top: 0px;
    background: #CFA88C;
    display: block;
  }

  .extendsmobile .menumobile .menu ul li {
    float: none;
  }

  .extendsmobile .iconcategory {
    display: none;
  }

  .extendsmobile .storemenu ul li {
    display: block;
    background: transparent;
    margin: 0px;
    text-align: center;
    height: auto;
    padding: 0px;
    font-size: 10px;
  }

  .extendsmobile .namecategory {
    width: auto;
  }

  .loginpage {
    margin-top: 25px;
  }

  .logoonlogin {
    display: none;
  }

  .moradatitle {
    display: block;
  }

  .loginpagebox {
    width: 100%;
  }

  #mobilestoremenu .owl-stage-outer {
    padding-top: 0px;
  }

  .displayinmobile .menubk {
    bottom: 100px;
  }

  .displayinmobile .menubkb {
    top: 100px;
  }

  #mobilestoremenu .owl-stage-outer {
    padding-top: 0px;
  }

  .onmobilet {
    display: block;
    font-weight: 700;
    font-size: 15px;
  }

  .carttablehead {
    display: none;
  }

  .cartcolo1 {
    width: calc(100% - 50px);
  }

  .cartcolo2 {
    width: calc(50% - 40px);
    border: 0px;
  }

  .cartcolo3 {
    width: 50%;
    border-right: 0px;
  }

  .cartcol4 {
    width: 36px;
  }

  .totalcart {
    float: none;
    width: 96%;
    padding: 10px 2%;
    clear: both;
  }

  .campaign {
    width: 45%;
    margin: 20px 2.5%;
  }

  .iconbannername {
    font-size: 15px;
  }

  .descontoline {
    float: none;
    width: calc(100% - 20px);
  }

  .texttotal {
    width: 100%;
  }

  .moradaleft {
    width: 100%;
    float: none;
  }

  .moradaright {
    width: 100%;
    float: none;
  }

  .man {
    right: 66px;
    width: 100px;
  }

  .man img {
    width: 100%;
  }

  .arm {
    top: 348px;
    right: 80px;
    z-index: 10;
    width: 83px;
  }

  .arm img {
    width: 100%;
  }

  .mananimate {
    width: 178px;
  }

  .mananimate img {
    width: 100%;
  }

  .moveman {
    right: 150px;
  }

  #triggerman {
    position: absolute;
    top: -200px;
  }

  .orderlistprofile {
    margin-bottom: 25px;
  }
}

@media (max-width: 450px) {
  .new {
    margin: 5px 0%;
    width: 100%;
  }

  .headersize {
    height: 55px;
  }

  .roundiv {
    width: 135px;
    height: 135px;
  }

  .promimage {
    height: 150px;
  }

  #promotions .promimage img {
    width: 125px;
    margin: 12px auto;
  }

  #promotions .center .promotion {
    height: 260px;
  }

  #promotions .promotion {
    height: 260px;
  }

  .roundmask {
    -webkit-clip-path: circle(60px at center);
            clip-path: circle(60px at center);
  }

  .profilebox {
    padding: 20px 0px;
  }

  .userdata {
    min-width: auto;
    float: none;
    width: 100%;
  }

  .addressdata {
    width: calc(100% - 40px);
    float: none;
  }

  .campaign {
    width: 90%;
    margin: 20px 5%;
  }

  .cartpage {
    padding: 0px 10px;
  }

  .iconcampainoncart {
    left: auto;
    right: 5px;
  }

  #promotions .ppricedesconto {
    font-size: 16px;
  }

  .mobiletext {
    display: initial;
  }

  .editprofile {
    position: relative;
    background: #f18d3b;
    padding: 5px;
    width: auto;
  }

  .editprofile button {
    color: #fff;
  }

  #user-settings {
    width: auto;
  }

  .userdata label {
    font-size: 14px;
  }

  .comercial {
    float: none;
    margin-bottom: 25px;
  }

  .comercialleft {
    padding: 15px 15px 15px 15px;
    margin-right: 0px;
  }

  .comercialfoto {
    position: relative;
    margin: 0 auto;
  }

  .catbannerm {
    background-attachment: scroll;
  }
}

/* @media (max-width: 810px) {
    .storemenu{height: 192px;}
    .menubk{bottom: 191px;}
    .menubkb{top:191px;}
}

@media (max-width: 485px) {
    .storemenu{height: 466px;}
    .menubk{bottom: 465px;}
    .menubkb{top:465px;}
}
 */

