/*** Customize seu css aqui ***/

.header {
  background-color: #E8D506;
  box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.05);
  position: relative;
  z-index: 999
}

.header .navbar {
  background-color: #E8D506;
  height: 80px;
  position: relative
}

.search-desktop .form-input {
  background-color: #FFF;
  border: 1px solid #1B1B1C;
  border-radius: 24px !important;
  color: #1B1B1C;
  font-size: 14px;
  line-height: 1.2857142857em;
  padding: .9285714286em 4.7142857143em 1.0714285714em 2.8571428571em;
  height: 3.4285714286em;
  letter-spacing: 1px
}

.search-desktop .form-input::placeholder {
  color: #1B1B1C
}

.search-desktop .form-input::-webkit-input-placeholder {
  color: #1B1B1C
}

.search-desktop .form-input::-moz-placeholder {
  color: #1B1B1C
}

.search-desktop .form-input::-ms-input-placeholder {
  color: #1B1B1C
}

.search-desktop .form-input:focus {
  border-color: #1B1B1C;
  box-shadow: none
}

.header-link svg {
  fill: #1B1B1C
}

.nav-main {
  background-color: #dad9da
}

.nav-content {
  background-color: #dad9da;
  color: #000
}

.footer {
  background-color: #E8D506;
  color: #1B1B1C;
  padding-bottom: 0;
  padding-top: 0;
}

.footer-contact_box {
  align-items: center;
  border-radius: .375em;
  border: 1px solid #1B1B1C;
  display: flex;
  fill: #1B1B1C;
  font-size: 16px;
  font-weight: 800;
  justify-content: center;
  margin-bottom: 20px;
  max-width: 14.375em;
  min-height: 3.5em;
  text-transform: uppercase;
  width: 100%
}

.footer a {
  color: #1B1B1C
}

.footer a:focus,
.footer a:hover {
  color: #1B1B1C
}

.social-icons__link svg {
  -webkit-transition: all 300ms cubic-bezier(0.91, 0.005, 0.07, 1);
  -moz-transition: all 300ms cubic-bezier(0.91, 0.005, 0.07, 1);
  -ms-transition: all 300ms cubic-bezier(0.91, 0.005, 0.07, 1);
  -o-transition: all 300ms cubic-bezier(0.91, 0.005, 0.07, 1);
  transition: all 300ms cubic-bezier(0.91, 0.005, 0.07, 1);
  fill: #1B1B1C
}

.social-icons__link {
  align-items: center;
  border-radius: 50%;
  border: 2px solid #1B1B1C;
  display: flex;
  height: 32px;
  justify-content: center;
  width: 32px
}

.social-icons__link:focus,
.social-icons__link:hover {
  background-color: transparent;
  border-color: #1B1B1C;
  opacity: 1
}

.social-icons__link:focus svg,
.social-icons__link:hover svg {
  fill: #1B1B1C
}

.footer-text-bottom {
  color: #FFF;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.2727272727em;
  max-width: 73.6363636364em
}

.footer .footer-content_info .logo-platform {
  color: #FFF;
  display: inline-block;
  font-size: 10px;
  float: right;
  font-weight: 500;
  letter-spacing: 0.2px;
  line-height: 14px;
  padding-bottom: 2px;
  padding-top: 2px
}

.footer .footer-content_info .logo-platform b {
  font-weight: bold
}

.footer .footer-content_info a.logo-platform:focus,
.footer .footer-content_info a.logo-platform:hover {
  color: #FFF;
  opacity: 0.6
}

.footer .footer-content_info {
  color: #424242;
  background-color: #1B1B1C;
  border-top: 1px solid #ececec
}

.product-btn.product-btn_buy {
  background-color: #E8D506;
  color: #fff
}

.product-btn.product-btn_buy:focus,
.product-btn.product-btn_buy:hover {
  background-color: #1B1B1C;
  color: #fff;
  opacity: 1
}

.product-btn.product-btn_shipping {
  background-color: #fff;
  color: #E8D506;
  float: right;
  font-size: 13px
}

.product-btn.product-btn_shipping:focus,
.product-btn.product-btn_shipping:hover {
  background-color: #fafafa;
  color: #1B1B1C;
  opacity: 1
}


/* Start - Info Header and Footer */
.info-custom_box {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 8px 0;
  text-align: center;
}

.info-custom_content a {
  color: #333;
  font-weight: bold;
}

.info-custom_content {
    background-color: #25D366;
    border-bottom: 1px solid #f0f0f0;
    color: #fff;
    font-size: 12px;
    line-height: 16px;
    position: relative;
    z-index: 1;
}

.info-custom_content.info-custom-content_footer {
  border-bottom: 0;
  border-top: 1px solid #f0f0f0;
}

.info-custom_content.info-custom-content_footer .info-custom_box {
  padding: 12px 0;
}

@media (max-width: 991px) {
  .sidebar-nav {
    margin-top: calc(80px + ((8px * 2) + (16px * 2)));
  }
}

@media (max-width: 409px) {
  .sidebar-nav {
    margin-top: calc(80px + ((8px * 2) + (16px * 3)));
  }

  .info-custom_box {
    min-height: calc(((8px * 2) + (16px * 3)));
  }
}

/* End - Info Header and Footer */