@charset "UTF-8";
.m-0-auto {
  margin: 0 auto;
}

.m-top-20 {
  margin-top: 20px;
}

.m-top-30 {
  margin-top: 30px;
}

.m-top-40 {
  margin-top: 40px;
}

.m-top-50 {
  margin-top: 50px;
}

.m-top-60 {
  margin-top: 60px;
}

.m-bottom-15 {
  margin-bottom: 15px;
}

.m-bottom-40 {
  margin-bottom: 40px;
}

.m-bottom-50 {
  margin-bottom: 50px;
}

.m-bottom-60 {
  margin-bottom: 60px;
}

.no-margin {
  margin: 0;
}

.no-m-top {
  margin-top: 0;
}

.no-padding {
  padding: 0;
}

.no-p-top {
  padding-top: 0;
}

.no-border {
  border: 0;
}

body {
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #717171;
  background-color: #F6F6F6;
}
body img {
  max-width: 100%;
  max-height: 100%;
}
body.disable-overflow {
  overflow-y: hidden;
}

h1 {
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 1.5em;
  font-weight: 400;
  color: #4A4A4A;
}

h2 {
  font-size: 1.25em;
  font-weight: 600;
  color: #717171;
  margin-bottom: 1.5rem;
}

h3 {
  font-size: 1.375em;
}

h4 {
  font-size: 1.125em;
}

p {
  font-size: 1em;
  margin-bottom: 1.5rem;
}
p.sub-title {
  font-size: 0.875em;
}
p.small {
  font-size: 0.75em;
}
p.bold {
  font-weight: bold;
}

.uppercase {
  text-transform: uppercase;
}

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

.full-width {
  width: 100%;
}

.green-bar {
  width: 100%;
  height: 10px;
  background-color: #00824A;
}

.color-red {
  color: #d9302a;
}

.color-green {
  color: #00824A;
}

.flexbox-align-middle {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.text-align-right {
  text-align: right;
}

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

.text-align-left {
  text-align: left;
}

a.bold {
  font-weight: 600;
}
a.black-friday {
  color: #FCD03B !important;
  padding: 3px 10px;
  border-radius: 5px;
  background-color: black;
}
a.color-red {
  color: #d9302a !important;
}

@media only screen and (max-width: 992px) {
  .hide-md {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .hide-sm {
    display: none;
  }
}
@media only screen and (max-width: 576px) {
  .hide-xs {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .top-bar-wrapper {
    display: none;
  }
}
.top-bar-wrapper {
  margin-top: 6px;
  height: 24px;
  border-bottom: 1px solid #DEDEDE;
}
.top-bar-wrapper .top-bar {
  position: relative;
  float: right;
  font-size: 0.75em;
}
.top-bar-wrapper .top-bar a {
  color: #00824A;
}
.top-bar-wrapper .top-bar a.bold {
  color: #106540;
}
.top-bar-wrapper .top-bar ul {
  display: none;
  z-index: 2;
  position: absolute;
  top: 23px;
  right: 0px;
  width: 200px;
  list-style: none;
  background-color: white;
  padding: 15px;
  border: 1px solid #EDEDED;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
}
.top-bar-wrapper .top-bar ul li {
  padding: 5px 0px;
}
.top-bar-wrapper .top-bar ul li:hover {
  font-weight: bold;
}
.top-bar-wrapper .top-bar ul.show-menu {
  display: block;
}

.mobile-menu-wrapper .top-bar {
  position: relative;
  float: right;
  margin-top: 14px;
}
.mobile-menu-wrapper .top-bar a {
  color: #00824A;
}
.mobile-menu-wrapper .top-bar a.bold {
  color: #106540;
}
.mobile-menu-wrapper .top-bar ul {
  display: none;
  z-index: 2;
  position: fixed;
  top: 23px;
  right: 0px;
  width: 200px;
  list-style: none;
  background-color: white;
  padding: 15px;
  border: 1px solid #EDEDED;
}
.mobile-menu-wrapper .top-bar ul li {
  padding: 5px 0px;
}
.mobile-menu-wrapper .top-bar ul.show-menu {
  display: block;
}
.mobile-menu-wrapper .top-bar ul#menu-account-ul-mobile {
  top: 50px;
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.3);
  right: 15px;
}

.header-wrapper {
  height: 100px;
  padding-top: 9px;
}
@media only screen and (max-width: 576px) {
  .header-wrapper .logo {
    text-align: center;
  }
}
.header-wrapper img.logo {
  max-width: 223px;
}
@media only screen and (max-width: 576px) {
  .header-wrapper img.logo {
    width: 100%;
    max-width: 223px;
  }
}
.header-wrapper .menu ul {
  margin-top: 28px;
}
@media only screen and (max-width: 992px) {
  .header-wrapper .menu ul {
    padding: 0;
  }
}
.header-wrapper .menu ul li {
  list-style: none;
  float: left;
}
.header-wrapper .menu ul li a {
  color: #00824A;
  text-transform: uppercase;
  padding-left: 5px;
  padding-right: 5px;
}
@media only screen and (max-width: 992px) {
  .header-wrapper .menu ul li a {
    font-size: 0.875em;
  }
}
.header-wrapper .logo-secondary {
  text-align: right;
}
@media only screen and (max-width: 992px) {
  .header-wrapper .logo-secondary {
    display: none;
  }
}

.search-bar-wrapper {
  height: 64px;
}
@media only screen and (max-width: 768px) {
  .search-bar-wrapper {
    min-height: 64px;
  }
}
.search-bar-wrapper {
  background-color: #4A4A4A;
}
.search-bar-wrapper .categories-wrapper {
  position: relative;
  z-index: 11;
}
.search-bar-wrapper .categories-wrapper .categories-btn {
  height: 64px;
  background-color: #00824A;
  color: white;
  font-size: 1.125em;
  font-weight: 600;
  padding: 17px 25px;
  -webkit-box-shadow: -2px 4px 4px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: -2px 4px 4px 0px rgba(0, 0, 0, 0.5);
  box-shadow: -2px 4px 4px 0px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: all 0.5s ease;
}
.search-bar-wrapper .categories-wrapper .categories-btn:hover {
  -webkit-box-shadow: -1px 2px 2px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: -1px 2px 2px 0px rgba(0, 0, 0, 0.5);
  box-shadow: -1px 2px 2px 0px rgba(0, 0, 0, 0.5);
}
.search-bar-wrapper .categories-wrapper .categories-btn span {
  display: block;
  position: absolute;
  top: 22px;
  right: 26px;
  background-image: url("../assets/images/dropdown-menu.svg");
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
  transition: all 0.5s ease;
  transform: rotate(180deg);
}
.search-bar-wrapper .categories-wrapper .categories-btn span.open {
  transform: rotate(0deg);
}
.search-bar-wrapper .categories-wrapper .categories-btn span:hover {
  background-size: 24px 24px;
  width: 24px;
  height: 24px;
  top: 20px;
  right: 24px;
}
.search-bar-wrapper .search-wrapper {
  position: relative;
}
.search-bar-wrapper .search-wrapper input {
  width: 100%;
  height: 40px;
  border: 0px;
  border-radius: 15px;
  color: #4A4A4A;
  margin-top: 12px;
  padding: 0px 20px 0px 20px;
}
.search-bar-wrapper .search-wrapper .search-btn {
  position: absolute;
  top: 0px;
  right: 12px;
  height: 40px;
  border-radius: 15px;
  color: white;
  margin-top: 12px;
  padding: 7px 15px;
  background-color: #00824A;
  cursor: pointer;
  border: 1px solid white;
}
.search-bar-wrapper .search-wrapper .search-btn .search-icon {
  float: left;
  background: url("../assets/images/icon-search@2x.png") no-repeat;
  background-size: 18px 18px;
  width: 18px;
  height: 18px;
  margin-top: 5px;
  margin-right: 10px;
}
.search-bar-wrapper .cart-wrapper {
  cursor: pointer;
  float: right;
  margin-top: 12px;
  color: white;
  font-size: 0.813em;
  line-height: 1.375em;
}
.search-bar-wrapper .cart-wrapper .cart-icon {
  float: left;
  background: url("../assets/images/icon-cart.svg") no-repeat;
  background-size: 27px 26px;
  width: 27px;
  height: 26px;
  margin-top: 5px;
  margin-right: 35px;
}
@media only screen and (max-width: 768px) {
  .search-bar-wrapper .cart-wrapper .cart-icon {
    margin-right: 15px;
  }
}
.search-bar-wrapper .cart-wrapper p {
  float: left;
}
.search-bar-wrapper .cart-wrapper .triangle-down {
  float: left;
  background: url("../assets/images/triangle-down.svg") no-repeat;
  background-size: 11px 6px;
  width: 11px;
  height: 6px;
  margin-top: 15px;
  margin-left: 35px;
}

.covid-bar {
  background: #e64e11;
  height: 36px;
  padding: 2px;
  width: 100%;
  color: white;
  font-size: 20px;
  text-align: center;
}
.covid-bar a {
  color: white;
}

.show {
  display: block;
}

.hide {
  display: none;
}

@media only screen and (max-width: 767px) {
  .slider-wrapper {
    width: 100%;
    max-width: 100%;
    max-height: 200px;
  }
}
.slider-wrapper img {
  width: 1110px;
  max-height: 560px;
}
.slider-wrapper .image-wrapper img {
  width: 1110px;
  max-height: 557px;
  padding: 0 2.5px;
}
@media only screen and (max-width: 767px) {
  .slider-wrapper .image-wrapper img {
    width: auto;
    max-height: 200px;
  }
}
.slider-wrapper .slick-dots {
  bottom: 15px;
}
.slider-wrapper .slick-dots li button {
  width: 15px;
  height: 15px;
  background-color: white;
  border-radius: 15px;
  border: 1px solid #00824A;
  transition: all 1s ease;
}
.slider-wrapper .slick-dots li button:before {
  display: none;
}
.slider-wrapper .slick-dots li.slick-active button {
  background-color: #00824A;
}
@media only screen and (max-width: 767px) {
  .slider-wrapper .slick-dots {
    display: none !important;
  }
}
.slider-wrapper .slide {
  position: relative;
}
.slider-wrapper .slide.light .description .title, .slider-wrapper .slide.light .description .sub-title {
  color: white;
}
.slider-wrapper .slide.dark .description .title, .slider-wrapper .slide.dark .description .sub-title {
  color: black;
}
.slider-wrapper .slide .product-image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.slider-wrapper .slide .product-image-wrapper .product-image img {
  max-width: 100%;
  max-height: 350px;
  width: auto;
}
@media only screen and (max-width: 767px) {
  .slider-wrapper .slide .product-image-wrapper .product-image img {
    max-height: 130px;
  }
}
.slider-wrapper .slide .description {
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  text-shadow: 0 2px 4px rgba(4, 3, 3, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
}
.slider-wrapper .slide .description .price {
  clear: both;
  float: left;
  color: #d9302a;
  font-size: 3em;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .slider-wrapper .slide .description .price {
    font-size: 1.125em;
  }
}
.slider-wrapper .slide .description .title {
  clear: both;
  float: left;
  font-weight: 600;
  font-size: 1.625em;
  line-height: 1.2em;
}
@media only screen and (max-width: 767px) {
  .slider-wrapper .slide .description .title {
    font-size: 1.125em;
  }
}
.slider-wrapper .slide .description .sub-title {
  clear: both;
  float: left;
  font-weight: 400;
  font-size: 1.125em;
}
@media only screen and (max-width: 767px) {
  .slider-wrapper .slide .description .sub-title {
    font-size: 1.125em;
  }
}
@media only screen and (max-width: 767px) {
  .slider-wrapper .slide .description a {
    display: none;
  }
}
.slider-wrapper .slick-arrow {
  z-index: 1;
  width: 27px;
  height: 50px;
}
@media only screen and (max-width: 767px) {
  .slider-wrapper .slick-arrow {
    width: 13.5px;
    height: 25px;
  }
}
.slider-wrapper .slick-arrow.slick-prev {
  left: 2%;
  background: url("/assets/images/arrow-left.svg") no-repeat;
  background-size: contain;
}
.slider-wrapper .slick-arrow.slick-prev:before {
  display: none;
}
.slider-wrapper .slick-arrow.slick-next {
  right: 2%;
  background: url("/assets/images/arrow-right.svg") no-repeat;
  background-size: contain;
}
.slider-wrapper .slick-arrow.slick-next:before {
  display: none;
}
.slider-wrapper {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
}
.slider-wrapper.slick-initialized {
  visibility: visible;
  opacity: 1;
}

.slick-dotted.slick-slider {
  margin-bottom: 0px;
}

.home-slider-progress {
  width: 100%;
  height: 4px;
  background-color: rgba(0, 130, 74, 0.2);
  overflow: hidden;
}
.home-slider-progress .home-slider-progress-bar {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #00824A;
  transform: scaleX(0);
  transform-origin: left center;
}
@media only screen and (max-width: 767px) {
  .home-slider-progress {
    height: 3px;
  }
}

.green-separator {
  width: 100%;
  height: 15px;
  background-color: #00824A;
}
.green-separator.small-height {
  height: 1px;
}

@media only screen and (max-width: 992px) {
  .categories-menu {
    display: none;
  }
}
.categories-menu {
  display: none;
  top: 64px;
  width: 100%;
}
.categories-menu.show {
  display: block;
}
.categories-menu ul {
  margin: 0px;
  padding: 0px;
  width: 100%;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
}
.categories-menu ul li {
  list-style: none;
  height: 40px;
  border-bottom: 1px solid #00824A;
  background-color: white;
  text-transform: uppercase;
  padding: 10px 20px;
  z-index: 3;
  font-size: 11px;
  width: 100%;
}
.categories-menu ul li a {
  border: 0;
  padding: 2px 0;
  color: #00824A;
  font-weight: 600;
  font-size: 11px;
}
.categories-menu ul li ul {
  margin: 0px;
  padding: 0px;
  width: 100%;
}
.categories-menu ul li ul li {
  list-style: none;
  height: 40px;
  border-bottom: 1px solid #00824A;
  background-color: white;
  text-transform: uppercase;
  padding: 10px 20px;
  z-index: 3;
  font-size: 11px;
}
.categories-menu ul li ul li a {
  border: 0;
  padding: 2px 0;
  color: #00824A;
  font-weight: 600;
  font-size: 11px;
}
.categories-menu {
  /*
  position: absolute;
  z-index: 10;
  top: 64px;
  width: 100%;

  ul {
    margin: 0px;
    padding: 0px;
    width: 100%;

    li {
      list-style: none;
      height: 40px;
      border-bottom: 1px solid $green-1;
      background-color: white;
      text-transform: uppercase;
      padding: 7px 20px;
      a {
        color: $green-1;
        font-weight: $source-sans-semibold-weight;
        font-size: $PxToEm13;
      }
    }
  }
  */
}

.sf-vertical.sf-arrows li .sf-with-ul:after {
  border-left-color: #00824A;
}

/*

.categories-menu {
  position: absolute;
  z-index: 10;
  top: 64px;
  width: 100%;
}
*/
.slicknav_menu {
  display: none;
}

#main-menu .campaign {
  font-weight: bold;
  color: #d9302a;
}

@media only screen and (max-width: 767px) {
  /* #menu is the original menu */
  #main-menu {
    display: none;
  }
  .slicknav_menu {
    display: block;
  }
  .categories-menu {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .mobile-menu-wrapper {
    display: none !important;
  }
}
.mobile-menu-wrapper {
  height: 50px;
  width: 100%;
  background-color: #00824A;
  color: white;
  font-size: 0.875em;
  overflow: hidden;
}
.mobile-menu-wrapper .menu-btn {
  margin-top: 10px;
  background: url("/assets/images/btn-menu.svg") no-repeat;
  background-size: 30px 30px;
  width: 30px;
  height: 30px;
}
.mobile-menu-wrapper .login {
  text-align: right;
  text-transform: uppercase;
  margin-top: 15px;
}
.mobile-menu-wrapper .login a {
  color: white;
  border: 1px solid white;
  padding: 5px;
  border-radius: 5px;
}
.mobile-menu-wrapper #menu-account-mobile {
  color: white;
  font-size: 0.875em;
  border: 1px solid white;
  border-radius: 5px;
  padding: 5px;
}
.mobile-menu-wrapper .mobile-menu-container {
  overflow-x: hidden;
  overflow-y: auto;
  display: none;
  position: absolute;
  z-index: 1000;
  background-color: #4A4A4A;
  width: 100%;
  min-height: 100vh;
  max-height: 100vh;
  top: 50px;
}
.mobile-menu-wrapper .mobile-menu-container .close {
  position: absolute;
  z-index: 3;
  color: white;
  opacity: 1;
  left: 15px;
  top: -40px;
  width: 30px;
  height: 30px;
  text-align: center;
  transition: all 0.5s ease;
  background-color: #d9302a;
  border-radius: 5px;
}
.mobile-menu-wrapper .mobile-menu-container .close.show {
  top: 15px;
}
.mobile-menu-wrapper .mobile-menu-container ul.show-this {
  z-index: 3;
  visibility: visible;
}
.mobile-menu-wrapper .mobile-menu-container ul {
  width: calc(100% + 50px);
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 2;
  list-style: none;
  left: 0%;
  top: 12px;
  transition: all 0.5s ease;
}
.mobile-menu-wrapper .mobile-menu-container ul.slide-menu-1 {
  left: -100%;
}
.mobile-menu-wrapper .mobile-menu-container ul.slide-menu-2 {
  left: -200%;
}
.mobile-menu-wrapper .mobile-menu-container ul li {
  text-transform: uppercase;
  padding: 7px 15px;
  list-style: none;
  color: white;
  font-size: 1em;
}
.mobile-menu-wrapper .mobile-menu-container ul li span {
  margin-left: 5px;
}
.mobile-menu-wrapper .mobile-menu-container ul li a {
  color: white;
  text-decoration: none;
  border: 1px solid white;
  border-radius: 5px;
  padding: 5px;
}
.mobile-menu-wrapper .mobile-menu-container ul li ul {
  position: absolute;
  top: 0px;
  left: 100%;
  width: calc(100% - 50px);
  background-color: #4A4A4A;
  z-index: -1;
  visibility: hidden;
}
.mobile-menu-wrapper .mobile-menu-container ul li ul li {
  border: 0px;
}
.mobile-menu-wrapper .mobile-menu-container ul li ul li ul {
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  background-color: #4A4A4A;
  min-height: 100vh;
  z-index: -1;
  visibility: hidden;
}
.mobile-menu-wrapper .mobile-menu-container ul li ul li ul li {
  border: 0px;
}
.mobile-menu-wrapper .mobile-menu-container ul.show {
  display: block;
}

@media only screen and (max-width: 992px) {
  .support-bar-wrapper {
    display: none;
  }
}
.support-bar-wrapper {
  width: 100%;
  background-color: #F3F3F3;
}
.support-bar-wrapper .support-bar {
  margin-top: 18px;
  font-size: 1.125em;
  text-transform: uppercase;
  color: #9B9B9B;
  text-align: center;
}
.support-bar-wrapper .support-bar .icon-wrapper {
  margin: 0 auto;
  width: 190px;
}
.support-bar-wrapper .support-bar span.phone {
  margin-top: 6px;
  display: inline-block;
}
.support-bar-wrapper .support-bar span.phone-description {
  font-size: 11px;
  line-height: 1;
  display: block;
}
.support-bar-wrapper p {
  margin-left: 20px;
  margin-top: 8px;
  float: left;
}
.support-bar-wrapper p.phone {
  margin-top: 16px;
}
.support-bar-wrapper .icon-support {
  float: left;
  background: url("../assets/images/icon-support.svg") no-repeat;
  background-size: 57px 72px;
  width: 57px;
  height: 72px;
}
.support-bar-wrapper .icon-maintenance {
  float: left;
  background: url("../assets/images/icon-toolbox.svg") no-repeat;
  background-size: 70px 70px;
  width: 70px;
  height: 70px;
}
.support-bar-wrapper .icon-phone {
  float: left;
  background: url("../assets/images/icon-phone.svg") no-repeat;
  background-size: 63px 63px;
  width: 63px;
  height: 63px;
}

.product-relations-wrapper {
  background-color: #EDEDED;
  padding-bottom: 30px;
  padding-top: 30px;
}
.product-relations-wrapper.clear-bg {
  background-color: transparent;
}

nav.products .nav-pills {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.125em;
  height: 66px;
}
nav.products .nav-pills a {
  background-color: #00824A;
  padding-top: 18px;
  margin-right: 1px;
  color: white;
}
nav.products .nav-link.active {
  background-color: #d9302a;
}

.tab-content {
  border: 1px solid #DEDEDE;
  background-color: white;
  padding: 0px 15px;
}

.product-listing-section {
  min-height: 400px;
}

.product-list-item-wrapper {
  background-color: white;
  cursor: pointer;
  position: relative;
  border-radius: 8px;
}
.product-list-item-wrapper .product-list-item {
  padding: 15px 0px;
}
.product-list-item-wrapper .product-list-item .image {
  height: 185px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-list-item-wrapper .product-list-item .image img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 5px;
}
.product-list-item-wrapper .product-list-item .name {
  color: #4A4A4A;
  font-size: 1.125em;
  text-transform: uppercase;
  text-align: center;
  margin-top: 15px;
  height: 50px;
  align-items: center;
  display: flex;
  justify-content: center;
}

@media only screen and (max-width: 768px) {
  .product-listing-section h1 {
    text-align: center;
    margin: 10px;
  }
  .product-listing-section .m-top-30 {
    margin-top: 15px;
  }
}
.product-listing-section .product-border {
  margin-bottom: 30px;
  /*border: 1px solid $gray-light;*/
}
.product-listing-section .product-list-item-wrapper {
  padding: 0px 15px;
  position: relative;
}
.product-listing-section .product-list-item-wrapper .promotion-title {
  display: none;
  /*
    Old image size and asset
    $image-width: 101px;
    $image-height: 140px;
    background-image: url("../images/icons/promocao-30.png");

    $image-width: 110px;
    $image-height: 177px;

    position: absolute;
    top: -5px;
    right: 0;

    width: $image-width;
    height: $image-height;
    background-image: url("../images/icons/promocao-34.png");
    background-size: $image-width $image-height;
    background-repeat: no-repeat;
   */
  position: absolute;
  top: 0px;
  right: 0px;
  width: 84px;
  height: 90px;
  background-image: url("../images/icons/friparque_36_anos.png");
  background-size: 84px 90px;
  background-repeat: no-repeat;
  /* BLACK FRIDAY
    background-image: url("../images/icons/black-friday.png");
    width: 110px;
    height: 177px;
    background-size: 110px 177px;
  */
  /* OLD
  position: absolute;
  top: -9px;
  width: 50%;
  left: 25%;
  text-align: center;
  background-color: $red-1;
  text-transform: capitalize;
  color: #ffffff;
  border-radius: 5px;
  font-size: $PxToEm12;
   */
  top: -1px;
  right: 15px;
}
.product-listing-section .product-list-item-wrapper .product-list-item {
  color: #4A4A4A;
  font-size: 0.875em;
}
.product-listing-section .product-list-item-wrapper .product-list-item .category {
  text-align: center;
  margin-top: 15px;
  text-transform: uppercase;
  font-weight: 700;
}
.product-listing-section .product-list-item-wrapper .product-list-item .details {
  text-align: center;
  text-transform: uppercase;
}
.product-listing-section .product-list-item-wrapper .product-list-item .price {
  min-height: 26px;
}
.product-listing-section .product-list-item-wrapper .product-list-item .price .price-available {
  font-style: italic;
  font-weight: 600;
  font-size: 1.25em;
  color: #d9302a;
  text-align: right;
}
.product-listing-section .product-list-item-wrapper .product-list-item .price .price-available span {
  font-size: 0.75em;
  color: black;
}
.product-listing-section .product-list-item-wrapper .product-list-item .price .price-unavailable {
  text-align: center;
}
.product-listing-section .product-list-item-wrapper .product-list-item .price .price-consult {
  text-align: right;
  font-size: 1.125em;
  font-style: italic;
  color: #d9302a;
  padding-top: 3px;
}
.product-listing-section .product-list-item-wrapper .product-list-item .price .promotion-before {
  float: left;
  font-size: 1.125em;
  font-style: italic;
  padding-top: 3px;
}
.product-listing-section .product-list-item-wrapper .product-list-item .price .promotion-before span {
  font-size: 0.75em;
  color: black;
}
.product-listing-section .product-list-item-wrapper .campaign-label {
  color: #ffffff;
  background-color: #d9302a;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 10;
  display: inline-block;
  padding: 6px 10px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  line-height: 1;
  white-space: nowrap;
  /* Só cantos arredondados no top-left e bottom-right */
  border-top-left-radius: 8px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12); /* opcional */
  transform-origin: left top;
  /* pequena animação ao passar o rato */
  transition: transform 0.12s ease, box-shadow 0.12s ease;
  cursor: default;
}
.product-listing-section .product-list-item-wrapper .campaign-label:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.16);
}
.product-listing-section .product-list-item-wrapper .campaign-label {
  /* variantes de tamanho */
}
.product-listing-section .product-list-item-wrapper .campaign-label.small {
  padding: 4px 8px;
  font-size: 11px;
}
.product-listing-section .product-list-item-wrapper .campaign-label.large {
  padding: 8px 12px;
  font-size: 14px;
}
.product-listing-section .product-list-item-wrapper .campaign-label a {
  color: #ffffff;
  text-decoration: none;
}
.product-listing-section .pagination {
  width: 100%;
}
.product-listing-section .pagination ul {
  margin: 0 auto;
  padding: 0;
  margin-top: 40px;
  margin-bottom: 25px;
}
.product-listing-section .pagination ul li {
  color: white;
  list-style: none;
  float: left;
  margin: 0 4px 0 0;
  padding: 9px 15px 9px 15px;
  font-size: 1.125em;
  border-radius: 40px;
  background-color: #00824A;
  display: block;
  transition: all 0.3s ease;
}
.product-listing-section .pagination ul li:hover {
  background-color: #d9302a;
}
.product-listing-section .pagination ul li.active {
  background-color: #d9302a;
  color: white;
  padding: 9px 25px 9px 25px;
}
.product-listing-section .pagination ul li a {
  color: white;
  padding: 3px 6px;
  text-decoration: none;
}

.who-are-we-section {
  padding-top: 110px;
  padding-bottom: 110px;
  background: url("../assets/images/first-page-text-background.png") no-repeat;
  background-position: bottom;
  background-size: 100%;
}
.who-are-we-section a {
  color: #00824A;
}
@media only screen and (max-width: 992px) {
  .who-are-we-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.map-section {
  position: relative;
}
.map-section #map {
  position: absolute;
  top: 0;
  left: 0;
  height: 610px;
  width: 100%;
  background: url("/assets/images/map.png") no-repeat center;
  background-size: cover;
  cursor: pointer;
}
.map-section .details {
  background-color: white;
  height: 610px;
  padding: 0px 50px;
}
.map-section h2 {
  font-size: 1.5em;
  font-weight: 600;
  color: #00824A;
}
.map-section p {
  color: #00824A;
}

@media only screen and (max-width: 768px) {
  .product-relations-wrapper {
    padding-top: 15px;
  }
  .product-relations-wrapper .product-listing-section h1 {
    text-align: center;
    margin: 0;
  }
  .product-relations-wrapper .product-listing-section .m-top-30 {
    margin-top: 15px;
  }
}

.footer-options {
  padding-top: 75px;
  padding-bottom: 75px;
}
.footer-options h3 {
  text-transform: uppercase;
  color: #717171;
  font-size: 1.125em;
  font-weight: 600;
}
.footer-options ul {
  padding: 0;
  margin-top: 15px;
}
.footer-options ul li {
  list-style: none;
  margin-top: 10px;
}
.footer-options ul li a {
  font-size: 1em;
  color: #717171;
}

.footer {
  background-color: #4A4A4A;
}
.footer p {
  color: white;
  font-size: 0.875em;
  margin-top: 23px;
}
.footer .hugodinho {
  cursor: pointer;
  margin-top: 20px;
  float: right;
}
@media only screen and (max-width: 576px) {
  .footer {
    text-align: center;
  }
  .footer .hugodinho {
    float: none;
    padding-bottom: 20px;
    margin-top: 0px;
  }
  .footer .hugodinho img {
    width: 125px;
    margin: 0 auto;
  }
}

.product-detail-section {
  background-color: #EDEDED;
  background: url("../assets/images/first-page-text-background.png") no-repeat;
  background-position: bottom;
  background-size: 100%;
}
.product-detail-section .container {
  padding-bottom: 45px;
  background-color: #FEFEFE;
}
.product-detail-section a#imagemProd {
  display: block;
  text-align: center;
}
.product-detail-section a#imagemProd .product-image {
  max-width: 100%;
  max-height: 500px;
  border-radius: 10px;
}
.product-detail-section h1 {
  font-size: 1.5em;
  color: #00824A;
  font-weight: 600;
  margin-top: 0px;
}
.product-detail-section h2 {
  margin-bottom: 0;
  color: #00824A;
  text-transform: uppercase;
}
.product-detail-section .ref,
.product-detail-section .updated-at {
  margin: 15px 0;
  padding: 0;
  font-size: 0.75em;
  color: #4A4A4A;
  font-weight: 400;
}
.product-detail-section .updated-at {
  text-align: right;
}
.product-detail-section .categories {
  margin: 0;
  padding: 0;
  font-size: 1.125em;
  color: #4A4A4A;
  font-weight: 600;
  text-transform: uppercase;
}
.product-detail-section .model {
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  font-size: 1.125em;
  color: #4A4A4A;
}
.product-detail-section .price {
  margin: 0px 0px 15px 0px;
  font-size: 3em;
  color: #d9302a;
  font-weight: 600;
}
.product-detail-section .price span {
  font-size: 20px;
  color: black;
  font-style: italic;
}
.product-detail-section .price.unknown {
  font-weight: 400;
  font-size: 1.25em;
}
.product-detail-section .price.not-logged-in {
  color: #4A4A4A;
  font-size: 1em;
  font-weight: 400;
}
.product-detail-section .promotion-price {
  text-align: right;
  font-style: italic;
  font-size: 1.375em;
  margin-bottom: 0px;
}
.product-detail-section .promotion-title {
  display: none;
  /*
    Old image size and asset
    $image-width: 101px;
    $image-height: 140px;
    background-image: url("../images/icons/promocao-30.png");

    $image-width: 110px;
    $image-height: 177px;

    position: absolute;
    top: -5px;
    right: 0;

    width: $image-width;
    height: $image-height;
    background-image: url("../images/icons/promocao-34.png");
    background-size: $image-width $image-height;
    background-repeat: no-repeat;
   */
  position: absolute;
  top: 0px;
  right: 0px;
  width: 84px;
  height: 90px;
  background-image: url("../images/icons/friparque_36_anos.png");
  background-size: 84px 90px;
  background-repeat: no-repeat;
  /* BLACK FRIDAY
    background-image: url("../images/icons/black-friday.png");
    width: 110px;
    height: 177px;
    background-size: 110px 177px;
  */
  /* OLD
  position: absolute;
  top: -9px;
  width: 50%;
  left: 25%;
  text-align: center;
  background-color: $red-1;
  text-transform: capitalize;
  color: #ffffff;
  border-radius: 5px;
  font-size: $PxToEm12;
   */
  right: unset;
  left: 15px;
  top: 0;
}
.product-detail-section .promotion-title.top-right {
  left: unset;
  right: 15px;
}
.product-detail-section .campaign-label {
  color: #ffffff;
  background-color: #d9302a;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 10;
  display: inline-block;
  padding: 6px 10px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  line-height: 1;
  white-space: nowrap;
  /* Só cantos arredondados no top-left e bottom-right */
  border-top-left-radius: 8px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12); /* opcional */
  transform-origin: left top;
  /* pequena animação ao passar o rato */
  transition: transform 0.12s ease, box-shadow 0.12s ease;
  cursor: default;
}
.product-detail-section .campaign-label:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.16);
}
.product-detail-section .campaign-label {
  /* variantes de tamanho */
}
.product-detail-section .campaign-label.small {
  padding: 4px 8px;
  font-size: 11px;
}
.product-detail-section .campaign-label.large {
  padding: 8px 12px;
  font-size: 14px;
}
.product-detail-section .campaign-label a {
  color: #ffffff;
  text-decoration: none;
}
.product-detail-section .campaign-label {
  left: 15px;
}
.product-detail-section .row.product-gallery {
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 20px;
}
.product-detail-section .row.product-gallery .gallery-image-wrapper {
  align-items: center;
  justify-content: center;
  padding: 0 5px;
  margin-top: 10px;
}
.product-detail-section .row.product-gallery .gallery-image-wrapper .gallery-image {
  border: 1px solid #F7F7F7;
  height: 100px;
}
.product-detail-section .row.product-gallery .gallery-image-wrapper .gallery-image a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  max-width: 100%;
}

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

.btn.buy {
  text-transform: uppercase;
  text-align: center;
  height: 40px;
  width: 100%;
  color: white;
  font-size: 1.125em;
  background-color: #00824A;
  border-radius: 5px;
  padding: 6px 25px;
  margin-top: 15px;
  transition: all 0.3s ease;
}
.btn.buy:hover {
  background-color: #106540;
}
.btn.buy.disabled {
  pointer-events: all;
}
.btn.btn-rounded {
  border-radius: 15px;
}
.btn.detail-page {
  height: 43px;
  padding: 7px 25px;
  width: 250px;
  margin-top: 0px;
  font-size: 1em;
}
@media only screen and (max-width: 576px) {
  .btn.detail-page {
    width: 100%;
  }
}
.btn.red {
  background-color: #d9302a;
}
.btn.white {
  background-color: white;
  color: #00824A;
}
.btn.white:hover {
  color: white;
}
.btn.disabled {
  background-color: #4A4A4A;
}
.btn.disabled:hover {
  background-color: #4A4A4A;
}

.notes h3 {
  color: #4A4A4A;
  font-size: 1.125em;
  font-weight: 600;
}
.notes p {
  color: #4A4A4A;
  font-size: 0.875em;
}

@media (max-width: 768px) {
  .product-detail-section .row.product-gallery {
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 0px;
  }
  .product-detail-section .row.product-gallery .gallery-image-wrapper {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 20px;
  }
}
.login-block {
  padding: 35px 25px;
  border: 1px solid #979797;
}
.login-block h1 {
  font-size: 1.5em;
  font-weight: 600;
  color: #4A4A4A;
  text-transform: uppercase;
}

.create-account-block {
  background-color: #00824A;
  text-align: center;
  padding: 67px 30px;
}
.create-account-block h1 {
  color: white;
  font-size: 1.5em;
}
.create-account-block p {
  color: white;
}
.create-account-block .btn {
  font-size: 0.875em;
}

.site-breadcrumb {
  padding: 20px;
  color: #4A4A4A;
  font-size: 0.875em;
}

input:not([type=submit]),
textarea,
select {
  border: 1px solid #106540;
  font-size: 0.875em;
  color: #717171;
  padding: 6px 12px;
  margin-bottom: 15px;
}

select {
  border: 1px solid #106540;
  font-size: 0.875em;
  color: #717171;
  padding: 6px 12px;
  margin-bottom: 15px;
}

.custom-select {
  border: 1px solid #106540;
}

label  {
  font-size: 0.875em;
  text-transform: uppercase !important;
}

form.register input[type=checkbox] {
  margin-bottom: 0px;
}
form.register label.checkbox {
  margin-bottom: 30px;
}

table {
  width: 100%;
}
table th.text-align-right, table td.text-align-right {
  text-align: right;
}
table th.text-align-center, table td.text-align-center {
  text-align: center;
}
table.table th, table.table td {
  padding: 5px;
}

.clientes .block {
  padding: 15px 15px;
  border: 1px solid #979797;
  font-size: 0.875em;
}
.clientes .block .btn {
  font-size: 0.875em;
}
.clientes.detalhes-encomenda table {
  font-size: 0.875em;
}
.clientes.detalhes-encomenda .chat-container {
  max-height: 400px;
  overflow-y: auto;
}
.clientes.detalhes-encomenda textarea {
  width: 100%;
  min-height: 30px;
}

.modal {
  display: none;
  padding: 15px;
  text-align: left;
  border: 2px solid #333;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-box-shadow: 0 0 50px #ccc;
  -webkit-box-shadow: 0 0 50px #ccc;
}
.modal h2 {
  background: url("/images/icons/info_modal.png") 0 50% no-repeat;
  margin: 0;
  padding: 10px 0 10px 45px;
  border-bottom: 1px solid #333;
  font-size: 20px;
}
.modal .modal-dialog {
  margin: auto; /* centra horizontalmente */
  max-width: 500px; /* opcional, largura do modal */
}
.modal .modal-dialog-centered {
  display: flex;
  align-items: center; /* centra verticalmente */
  min-height: calc(100vh - 2rem); /* evita ocupar 100% da altura */
}
.modal .modal-content {
  max-height: calc(100vh - 4rem); /* altura máxima do conteúdo */
  overflow-y: auto; /* scroll se for maior */
}

.container.carrinho .table {
  font-size: 0.875em;
}
.container.carrinho .table tr td {
  min-height: 50px;
  vertical-align: middle;
}
.container.carrinho .table input.qty {
  padding: 3px 6px;
  border: 1px solid #ccc;
  width: 36px;
}
.container.carrinho .table input.refresh {
  width: 20px;
  height: 19px;
  background: url(/images/actualizar.gif);
  border: 0;
  margin: 2px 0 0 2px;
}
.container.carrinho .table img {
  max-width: 50px;
  max-height: 50px;
}
.container.carrinho form label {
  font-size: 0.875em;
}
.container.carrinho form input[type=radio],
.container.carrinho form input[type=checkbox] {
  margin-right: 5px;
}

.clientes.cotacoes-detalhes table {
  font-size: 0.875em;
}

.marcas-container {
  background-color: #4A4A4A;
}
.marcas-container .marcas-relacionadas {
  margin-top: 15px;
  color: #CCCCCC;
}
.marcas-container .slider-marcas-wrapper {
  margin: 15px 0 45px 0;
}
.marcas-container .slider-marcas-wrapper .slide-marca {
  text-align: center;
  margin-right: 50px;
}
.marcas-container .slider-marcas-wrapper .slide-marca img {
  max-height: 20px;
}

@media only screen and (max-width: 767px) {
  .marcas-container .slider-marcas-wrapper {
    margin: 15px 0 35px 0;
  }
  .marcas-container .slider-marcas-wrapper .slide-marca img {
    max-height: 15px;
  }
  .marcas-container .slick-arrow {
    display: none !important;
  }
}
.promo-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  display: none;
  padding: 20px;
}
.promo-popup-overlay.show {
  display: flex;
  align-items: center;
  justify-content: center;
  animation: fadeIn 0.4s ease-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.promo-popup-container {
  max-width: 800px;
  position: relative;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.4);
  overflow: hidden;
  animation: scaleIn 0.4s ease-out;
}

@keyframes scaleIn {
  from {
    transform: scale(0.9);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
.promo-popup-close {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  border: none;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  line-height: 1;
}
.promo-popup-close:hover {
  background-color: rgba(255, 0, 0, 0.8);
  transform: scale(1.1);
}

.promo-popup-image {
  width: 100%;
  height: auto;
  display: block;
}
a .promo-popup-image {
  cursor: pointer;
}

.promo-popup-clickable {
  cursor: pointer;
}

@media (max-width: 768px) {
  .promo-popup-overlay {
    padding: 15px;
  }
  .promo-popup-container {
    max-width: 100%;
    max-height: 90vh;
    overflow-y: auto;
  }
  .promo-popup-close {
    width: 30px;
    height: 30px;
    font-size: 18px;
    top: 5px;
    right: 5px;
  }
}
.promo-popup-overlay.closing {
  animation: fadeOut 0.3s ease-in;
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}