/*@import "loja.css";*/
@import "paginas.css";
/* @import "personalizacao.css"; */

:root {
  --bg-primary: #ce0d2c;
  --bg-primary-dark: #c30523;
  --bg-black: #000000;
  --bs-text: #000000;
  --bs-light-grey: #f2f2f2;
  --bs-white-text: #fff;
  --bg-white: #fff;
  --bs-grey: rgb(128, 128, 128);
  --bs-light-grey-rgb: rgb(235, 235, 235);
  --bg-body-bg: #fff;
  --font-10: 0.625em;
  --font-11: 0.65em;
  --font-12: 0.75em;
  --font-12: 0.75em;
  --font-13: 0.81em;
  --font-14: 0.88em;
  --font-16: 1em;
  --font-18: 1.13em;
  --font-20: 1.25em;
  --font-22: 1.38em;
  --font-24: 1.15em;
  --font-26: 1.63em;
}

.grey-bg {
  background: #ebebeb;
}

.white-bg {
  background: var(--bg-body-bg);
}

.primary-bg {
  background: var(--bg-primary);
}

.black-bg {
  background: var(--bg-black);
}

.round-20 {
  border-radius: 20px;
}

.box-shadow {
  box-shadow: rgba(0, 0, 0, 0.1) 0 2px 5px 2px;
}

.btn-primary {
  border: var(--bg-primary) !important;
  background: var(--bg-primary) !important;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary:focus-visible {
  border: var(--bg-primary-dark) !important;
  background: var(--bg-primary-dark) !important;
}

.promo-btn {
  background: #fff;
  font-size: 12px;
  color: grey;
}

.grey-btn {
  color: #000;
  border: transparent;
  text-align: center;
  border-radius: 50px;
  display: block;
}

.big-btn {
  width: 100%;
  padding: 15px 30px;
}

.no-showdow {
  box-shadow: none !important;
}

.no-showdow-desktop {
  box-shadow: none !important;
}

.small {
  font-size: var(--font-14);
  font-weight: 400;
}

.smaller {
  font-size: var(--font-12);
  font-weight: 400;
}

.text-primary {
  color: var(--bg-primary) !important;
}

.text-grey {
  color: var(--bs-grey) !important;
}

.text-white {
  color: var(--bs-white-text) !important;
}

h1,
.h1 {
  font-size: 2.0em;
  font-weight: 700;
}

h2,
.h2 {
  font-size: 1.80em;
  font-weight: 700;
}

h3,
.h3 {
  font-size: 1.55em;
  font-weight: 700;
}

h4,
.h4 {
  font-size: 1.5em;
  font-weight: 700;
}

h5,
.h5 {
  font-size: 1.38em;
  font-weight: 700;
}

h6,
.h6 {
  font-size: 1.13em;
  font-weight: 700;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.no-btn {
  background: transparent !important;
  border: transparent !important;
}

input:focus-visible {
  outline: 0 !important;
}

body {
  font-family: "Poppins", sans-serif;

  font-weight: 400;

  color: var(--bs-text);

  font-size: 100%;

  line-height: 24px;

  width: 100%;
  background: var(--bg-body-bg);
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

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

/*LOADER*/
.mask {
  top: 0;
  left: 0;
  /*background-color: #303030;*/
  background-color: #CF0A2C;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 10000000;
  display: table;
  text-align: center;
}

#loader {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  padding: 20px;
}

.btn-cart {
  width: 100%;
  background: var(--bg-primary);
  color: #fff;
  padding: 5px;
  border-radius: 20px;
  font-size: var(--font-14);
  font-weight: 500;
  text-transform: uppercase;
}

.btn-cart:hover,
.btn-cart.active {
  background: var(--bg-black);
  color: #fff;
  text-decoration: none;
}

.btn-cart.active:hover {
  background: var(--bg-primary);
  color: #fff;
  text-decoration: none;
}

.btn-plus {
  width: auto;
  height: 42px;
  padding: 10px;
  padding-right: 40px;
  padding-left: 20px;
  background: var(--bs-light-grey);
  background-position: calc(100% - 10px) 10px;
  border-radius: 40px;
  text-align: left;
  font-size: var(--font-14);
  font-weight: 400;
  line-height: 20px;
  margin: 20px auto;
  display: table;
  text-decoration: none;
  color: #000;
  position: relative;
}

.btn-plus:hover,
.btn-plus.active {
  background: var(--bg-primary);
  color: var(--bs-white-text);
  text-decoration: none;
}

.btn-plus.active:hover {
  background: var(--bg-black);
  color: var(--bs-white-text);
  text-decoration: none;
}

.btn-plus:after {
  content: "+";
  width: 20px;
  height: 20px;
  border: var(--bg-primary) solid 2px;
  text-align: center;
  line-height: 18px;
  color: var(--bg-primary);
  position: absolute;
  right: 10px;
  top: 10px;
  border-radius: 50%;
  font-size: var(--font-22);
  font-weight: 400;
}

.btn-plus:hover:after,
.btn-plus.active:after {
  border: var(--bg-body-bg) solid 2px;
  color: var(--bs-white-text);
}

/* Width of the scrollbar */
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

/* Track (background) */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Scrollbar handle */
::-webkit-scrollbar-thumb {
  background: var(--bg-primary);
  border-radius: 10px;
}

/* Scrollbar handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: var(--bg-primary-dark);
}

.breadcrumb-area .breadcrumb-item+.breadcrumb-item::before {
  /*margin-top: 8px;*/
  margin-top: 0px;
}

.breadcrumb {
  margin-bottom: 0px;
}

/* ---------- #Global css end#    ------------*/

/* ----------- #Header style start# -----------------*/
header {
  margin: 0;
  padding: 0;
  background: #fff;
  transition: transform 0.3s ease, top 0.3s ease;
  position: relative;
  /* default */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

header.sticky-top {
  transform: translateY(0);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  animation: slideDown 0.4s ease forwards;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

header .top-header {
  padding: 10px 0 25px 0;
  box-shadow: rgba(0, 0, 0, 0.1) 0 5px 10px;
  transition: all 0.5s ease;
}

header .barra_inf_topo {
  display: flex;
  height: 30px;
  margin-bottom: 10px;
}

header .barra_inf_topo .cont1 {
  width: 60%;
  text-align: left;
  font-size: 11px;
  color: #000;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

header .barra_inf_topo .cont2 {
  width: 40%;
  text-align: right;
  font-size: 14px;
  color: #ce0d2c;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

header .barra_inf_topo .cont1 a,
header .barra_inf_topo .cont2 a {
  font-size: 13px;
  color: #000;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}

header .barra_inf_topo .cont1 a:hover,
header .barra_inf_topo .cont2 a:hover {
  color: #ce0d2c;
}

header.sticky-top .top-header {
  padding: 10px 0;
}

header .top-header .top-logo img {
  transition: all 0.5s ease;
  width: 220px;
}

header.sticky-top .top-header .top-logo img {
  width: 175px;
}

header .cart-icon {
  position: relative;
  border: 0;
  background: transparent;

  .cart-count {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 20px;
    height: 20px;
    background-color: #c30523;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;

    span {
      font-size: 10px;
      color: #ffffff;
    }
  }
}

.srarch-box {
  background: #e6e6e6;
  width: 55%;
  height: 42px;
  border-radius: 30px;
  display: flex;
}

.srarch-box input,
.srarch-box input:focus {
  height: 100%;
  background: transparent;
  border: none;
  padding: 0 20px;
  box-shadow: none;
  font-size: var(--font-13);
}

header .bottom-header {
  padding: 30px 0;
  transition: transform 0.3s ease, top 0.3s ease;
}

header.sticky-top .bottom-header {
  padding: 10px 0;
}

.top-heare-end a img {
  width: 100%;
  max-width: 30px;
}

/*
header.sticky-top .top-header .srarch-box{
    height: 42px;
}
header.sticky-top .top-heare-end a img{
 width: 35px;   
}   
*/

/* #megamenu# */
.menu span {
  font-size: var(--font-18);
  font-weight: 600;
  padding-top: 5px;
  margin: 5px;
}

.main-nav a {
  color: var(--bs-text);
  font-weight: 500;
  font-size: var(--font-14);
}

.main-nav a:hover,
.main-nav a.active {
  color: var(--bg-primary);
}

.megamenu-offcanvas {
  width: 480px !important;
}

.megamenu-offcanvas .btn-close {
  background: url(../images/close.png) no-repeat 0;
  --bs-btn-close-opacity: 1 !important;
}

.megamenu-offcanvas .btn-close:focus {
  box-shadow: none !important;
}

.megamenu-offcanvas .offcanvas-header {
  border-bottom: var(--bg-primary) solid 1px;
  padding: 45px 25px;
}

.megamenu-offcanvas .offcanvas-body {
  padding: 0;
}

.megamenu-offcanvas .offcanvas-body .nav {
  border-bottom: var(--bg-primary) solid 1px;
}

.megamenu-offcanvas .offcanvas-body .nav li {
  border-left: var(--bg-primary) solid 1px;
  text-align: center;
  width: 42%;
  margin: 0 auto;
  display: inline-block;
  margin-left: -1px;
}

.megamenu-offcanvas .offcanvas-body .nav li:last-child {
  width: 16%;
}

.megamenu-offcanvas .offcanvas-body .nav li .nav-link {
  width: 100%;
  height: 58px;
  text-align: center;
  background: var(--bg-body-bg);
  color: var(--bs-text);
  font-weight: 500;

  border-radius: 0;
}

.megamenu-offcanvas .offcanvas-body .nav li .nav-link.active,
.megamenu-offcanvas .offcanvas-body .nav li .nav-link:hover {
  background: #afafaf;
  color: #fff;
}

.megamenu-offcanvas .offcanvas-body .nav li .nav-link.active img,
.megamenu-offcanvas .offcanvas-body .nav li .nav-link:hover img {
  filter: invert(1);
}

.megamenu-list li a {
  height: 58px;
  line-height: 42px;
  display: flex;
  padding: 0;
  text-decoration: none;
  color: var(--bs-text);
  position: relative;
}

.megamenu-list li.has-child>a:after {
  content: "";
  background: url(../images/arrow_black.png) no-repeat 50% 50%;
  position: absolute;
  width: 75px;
  height: 58px;
  right: 0;
  top: 0;
  border: none;
  border-left: #dee2e6 solid 1px;
}

.megamenu-list li.has-child>a:hover:after {
  background: url(../images/arrow_red.png) no-repeat 50% 50%;
}

.megamenu-list li.has-child .dropdown-menu {
  position: static !important;
  display: block;
  /* Always render it so transition works */
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translate(0px, -50px) !important;
  transition: all 0.5s ease;
  padding-top: 0;
  padding-bottom: 0;
  /* pointer-events: none; */
  border-radius: 0;
  border: none;
  background: #ebebeb;
  color: var(--bg-primary);
  padding-left: 75px;
}

.megamenu-list li.has-child .dropdown-menu.show {
  max-height: unset;
  /* Large enough for content */
  opacity: 1;
  transform: translate(0px, 0px) !important;
  border: none;
  border-top: #dee2e6 solid 1px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.megamenu-list li.has-child .dropdown-menu.show a {
  height: 36px;
  line-height: 32px;
}

.megamenu-list li.has-child .dropdown-toggle.show {
  background: #ebebeb;
  color: var(--bg-primary);
}

.megamenu-list li.has-child>a.dropdown-toggle.show:after {
  background: url(../images/arrow_red.png) no-repeat 50% 50%;
  animation: rotate90 0.1s linear forwards;
  border: none;
}

@keyframes rotate90 {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(90deg);
  }
}

.megamenu-list li a>span {
  padding: 8px 0;
  display: inline-block;
}

.megamenu-list li a .pro-icon {
  width: 75px;
  text-align: center;
  display: inline-block;
}

.megamenu-list li a:hover {
  background: #ebebeb;
  color: var(--bg-primary);
}

.megamenu-list li a,
.megamenu-list li a:hover .pro-icon img {
  transition: all 0.3s ease;
}

/*-------------------- Header style end---------------*/

/*  -------------------animation for all content--------------------*/
.animate-up {
  opacity: 0;
  transform: translateY(200px);
  transition: opacity 0.6s ease-out, transform 0.5s ease-out;
}

.animate-up.visible {
  opacity: 1;
  transform: translateY(0);
}

.animate-up.animate-left {
  opacity: 0;
  transform: translateX(300px);
  transition: opacity 0.6s ease-out, transform 0.5s ease-out;
}

.animate-up.animate-left.visible {
  opacity: 1;
  transform: translateX(0);
}

/*---------------------- #banner style start#  ------------------*/
.top-banner {
  margin-bottom: 20px;
}

#topbanner .carousel-indicators {
  bottom: -50px;
}

#topbanner .carousel-indicators [data-bs-target] {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: grey;
  border: none;
}

#topbanner .carousel-indicators .active {
  background: var(--bg-primary);
}

#topbanner .carousel-caption {
  right: inherit;
  bottom: inherit;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.banner-text-animation,
.product-heading {
  animation: slideDown 1s ease forwards;
}

/*------- banner style end ----------------------*/

/*----------- #top 10 product style start#  ---------*/
.cercle-box .cercle-box-product {
  margin: 0 10px;
}

#cercleBox .cercle-box-product {
  width: 115px;
}

#AreasActivity .cercle-box-product {
  width: 212px;
}

.cercle-box .cercle-box-product p {
  font-size: var(--font-14);
  font-weight: 600;
  line-height: 1.5;
}

.cercle-box .cercle-box-product .product-img {
  background-color: var(--bs-light-grey);
  text-align: center;
  overflow: hidden;
  aspect-ratio: 1;
  position: relative;
  display: block;
}

.cercle-box .cercle-box-product .product-img:hover {
  background-color: var(--bs-gray-500);
}

.cercle-box .cercle-box-product .product-img img {
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  max-width: 100%;
}

/*------------- #top 10 cercle style end#  -------------*/

/*----------- #ads-banner# start heer -------------*/

.ads-banner {
  background: var(--bs-light-grey);
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

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

.ads-banner .text-box {
  position: absolute;
  top: 75px;
  width: 100%;
  text-align: center;
  z-index: 1;
}

@media only screen and (max-width: 1200px) {
  .ads-banner .text-box {
    top: 50px !important;
  }
}

/*------------- #ads-banner End# ------------------*/

/*------------- #Product heading# ------------------*/
.categorias_top_sel {
  padding-top: 100px !important;
}

.product-heading {
  padding: 20px 0 40px 0;
  text-align: center;
}

.product-heading h2 {
  margin-bottom: 20px;
  Vou
}

#produtos_texto_resumo p,
#produtos_texto_completo {
  font-size: 14px;
  margin-bottom: 0;
}

#produtos_texto_completo a,
#produtos_texto_resumo a {
  font-weight: 500;
  font-size: 14px;
  color: #373737;
  text-decoration: underline;
}

#produtos_texto_completo a:hover,
#produtos_texto_resumo a:hover {
  color: #c30523;
}


/*----------- #slick style start# -------------*/
.product-box {
  /* width: 230px; */
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0 2px 5px 2px;
  margin: 10px;
  cursor: pointer;
}

.product-box img {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.product-box:hover img {
  opacity: 0.5;
}

.product-box:hover .btn-cart {
  background: var(--bg-black);
  color: #fff;
  text-decoration: none;
}

.product-box .list_destaque {
  display: inline-block;
  vertical-align: top;
  padding: 8px 15px;
  color: #ffffff;
  font-weight: 400;
  font-size: 11px;
  background: #c91100;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

.product-box .list_promocao {
  display: inline-block;
  vertical-align: top;
  padding: 8px;
  color: #ffffff;
  font-weight: 400;
  font-size: 11px;
  background: #c91100;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.product-box .img-container {
  width: 100%;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 10px;
}

.product-box .img-container img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}

.product-box .product-box-containt {
  padding-top: 1rem !important;
  padding: 1.5rem !important;
}

.product-box h3.product-name {
  font-size: 100%;
  line-height: 24px;
}

.product-box .product-price {
  font-size: 1.4em;
  font-weight: 700;
}

.product-box .product-price.small {
  font-size: 14px;
}

.product-box .product-price .preco_det {
  color: var(--bs-text);
  font-size: 14px;
  text-decoration: line-through;
}

.articals-box {
  height: 250px;
}

.articals-box img {
  width: auto;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
  border-radius: 20px;
}

#productDetails .price-box .preco_det {
  color: var(--bs-text);
  font-size: 22px;
  text-decoration: line-through;
}

.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 1;
}

.slick-arrow {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  box-shadow: rgb(215 215 215 / 50%) 0 0 10px 5px;
}

.slick-arrow[aria-disabled="true"] {
  display: none !important;
}

.slick-next {
  right: -25px;
  background: url(../images/sliderNext-icon.png) no-repeat 50% 50% #fff;
}

.slick-prev {
  left: -25px;
  background: url(../images/sliderPrev-icon.png) no-repeat 50% 50% #fff;
}

/*----------- #slick style end#  ----------------*/

/*-------------  #client-logo# -----------------*/
.client-logo {
  background: var(--bg-body-bg);
  padding: 20px 0;
}

#ClientLogo .slick-track {
  align-items: center !important;
  display: flex !important;
  gap: 40px;
}

#ClientLogo img {
  width: auto;
  max-height: 60px;
}

/*-------------  #client-logo end# -----------------*/

/*-----------  #subscrive-box#  -----------------*/
.subscrive-box {
  padding: 5px 8px;
  width: 60%;
  margin: 0 auto;
}

.subscrive-box>.row {
  border-radius: 30px;
  padding: 5px 0;
}

.subscrive-box input[type="email"], .subscrive-box input[type="name"],
.subscrive-box input[type="email"]:focus-visible, .subscrive-box input[type="name"]:focus-visible {
  height: 100%;
  border: none !important;
  color: black;
  padding-left: 10px !important;
  box-shadow: none !important;
  outline: none !important;
  font-size: 14px;
}

.btn-subscreve {
  background: var(--bg-black);
  color: var(--bs-white-text);
  border-radius: 20px;
  padding: 5px 20px;
  font-size: var(--font-18);
  font-weight: 500;
}

.btn-subscreve:hover,
.btn-subscreve.active {
  background: var(--bg-primary);
  color: var(--bs-white-text);
}

.subscrive-box input[type="checkbox"] {
  accent-color: var(--bg-black);
}

/*-----------  #subscrive-box end#  -----------------*/

/* ------------ #progress-star#----------- */
.progress-star-big {
  width: 139px;
  height: 26px;
}

.progress-star-small {
  width: 112px;
  height: 21px;
}

.progress-star-big img,
.progress-star-small img {
  width: 100%;
}

/* ------------ #progress-star_end#----------- */

/*----------  #inner-heading-section#---------------*/
.inner-heading-section {
  box-shadow: rgba(0, 0, 0, 0.1) 0 3px 10px;
}

.filter-area {
  border-top: var(--bs-light-grey) solid 1px;
}

.breadcrumb a {
  color: #000;
  text-decoration: none;
  font-size: 0.9em;
}

.breadcrumb a:hover {
  color: #ce0d2c;
}

.breadcrumb-item.active {
  font-size: 0.9em;
}

/*----------  #inner-heading-sectionEnd#---------------*/

/*----------------- #categori-page#   --------------------*/
.categore-Product .product-box {
  width: 100%;
  margin: 0;
}

.categore-Product .product-box>img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}

.pagination .page-item {
  margin: 8px;
}

.pagination .page-item a,
.pagination .page-item.active span {
  width: 45px;
  height: 45px;
  color: #000;
  border: #000 solid 1px;
  background: #fff;
  border-radius: 50% !important;
  text-align: center;
  align-items: center;
  display: grid;
  text-decoration: none;
  font-size: 1.25rem;
  margin: initial;
}

.pagination .page-item.active span {
  background: var(--bg-primary);
  color: #fff;
  border: var(--bg-primary) solid 1px;
  color: #fff;
  text-decoration: none;
}

.pagination .page-item a:focus {
  box-shadow: none !important;
}

.pagination .page-item:hover a {
  background-color: #ce0d2c !important;
  color: #fff !important;
  border: #ce0d2c solid 1px;
  text-decoration: none;
}

.pagination .page-item a.prev {
  background: var(--bs-light-grey);
  background: url(../images/arrow_prev.png) no-repeat center;
  transition: opacity 0.3s ease;
}

.pagination .page-item a.next {
  background: var(--bs-light-grey);
  background: url(../images/arrow_next.png) no-repeat center;
  transition: opacity 0.3s ease;
}

.pagination .page-item a:hover.prev {
  background: var(--bs-light-grey);
  background: url(../images/arrow_prev_.png) no-repeat center;
}

.pagination .page-item a:hover.next {
  background: var(--bs-light-grey);
  background: url(../images/arrow_next_.png) no-repeat center;
}

.pagination .page-item a img {
  margin: 0 auto;
}

/*----------------- #categori-page_end#   --------------------*/

/*----------------- #Product details page style start here#   --------------------*/
.slick-dots {
  display: flex !important;
  justify-content: center !important;
  list-style: none;
}

.slick-dots li {
  margin: 5px;
}

.slick-dots li button {
  background: #afafaf;
  border: transparent;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  text-indent: -9999999999px;
  display: block;
  padding: 0;
}

.slick-dots li.slick-active button {
  background: var(--bg-primary);
  border: transparent;
}

#productPic .slick-prev {
  background: url(../images/sliderPrev-icon.png) no-repeat 50% 50%;
}

#productPic .slick-next {
  background: url(../images/sliderNext-icon.png) no-repeat 50% 50%;
}

#productPic .slick-arrow {
  box-shadow: none !important;
}

#productPic .slick-arrow.slick-disabled {
  display: inline-block !important;
  opacity: 0.3;
  cursor: not-allowed;
}

.slick-slide {
  height: inherit;
}

.slick-initialized .slick-slide {
  display: inline-flex;
}

#slider-nav .slick-slide {
  border: #d7d7d7 solid 1px;
  border-radius: 8px;
  margin: 0 10px;
}

#slider-nav .slick-slide.slick-current {
  border: #858585 solid 1px;
}

#slider-nav .slick-dots {
  margin-top: 20px;
}

.product-nav-pic {
  overflow: hidden;
}

.product-nav-pic img {
  display: inline-block;
  width: auto;
  height: 100px;
  max-height: 100%;
}

#productPic .video-popup,
.product-nav-pic.video-popup {
  position: relative;
  cursor: pointer;
}

#productPic .video-popup img {
  width: 100%;
  height: auto;
  max-width: 100%;
}

#productPic .video-popup::before,
.product-nav-pic.video-popup::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 6px;
}

#productPic .video-popup::after,
.product-nav-pic.video-popup::after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  width: 60px;
  height: 60px;
  background: url(/assets/images/play-icon.png) no-repeat 0 0;
  transform: translate(-50%, -50%);
}

#productVideo .video-Close {
  width: 18px;
  height: 18px;
  padding: 10px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  right: -15px;
  top: -18px;
  box-shadow: rgba(0, 0, 0, 0.4) -2px 2px 0;
}

#productPic .video-popup .play-button,
.product-nav-pic.video-popup .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  width: 48px;
  height: 48px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;
}

#productPic .video-popup .play-button {
  width: 64px;
  height: 64px;
}

#productPic .video-popup .play-button::before,
.product-nav-pic.video-popup .play-button::before {
  content: "";
  display: block;
  margin-left: 4px;
  /* centra o triï¿½ngulo */
  width: 0;
  height: 0;
  border-left: 16px solid white;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}

#productPic .video-popup .play-button::before {
  border-left: 20px solid white;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}

.product-details {
  padding-inline-start: 3rem;
}

.product-details .Share-btn {
  width: auto;
  height: 40px;
  padding: 5px 15px 5px 40px;
  border-radius: 50px;
  border: none;
  background: url(../images/share-icon.svg) no-repeat 10px 50%;
}

.product-details .accordion-flush>.accordion-item:last-child {
  border-bottom: #dee2e6 solid 1px;
}

.product-details .accordion-button:not(.collapsed) {
  background: transparent !important;
}

.product-details .accordion-button::after {
  background: url(../images/arrow_red_down.png) no-repeat;
  background-size: 14px;
}

.product-details .add-cart-btn {
  padding: 15px 25px;
  background: var(--bg-primary);
  border: transparent;
  border-radius: 50px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  transition: all 0.3s ease;
}

.product-details .add-cart-btn:hover {
  background: #000000;
}

.product-details {
  .produto_opcoes {
    .select2-container {
      width: auto;
      min-width: 150px;
      margin-right: 1rem;

      .select2-selection--single {
        background-color: #e6e6e6;
        border: 0;
        border-radius: 50px;
        height: 36px;

        .select2-selection__rendered {
          color: #212529;
          line-height: 36px;
          padding: 0 12px;
        }

        .select2-selection__arrow {
          height: 34px;
          right: 6px;

          b {
            border-color: #212529 transparent transparent transparent;
          }
        }
      }

      &.select2-container--open {
        .select2-selection--single {
          border-radius: 18px;
          border-bottom-left-radius: 0;
          border-bottom-right-radius: 0;

          .select2-selection__arrow {
            b {
              border-color: transparent transparent #212529 transparent;
            }
          }
        }

        .select2-dropdown {
          border: 0;
          background-color: #e6e6e6;

          .select2-results__options {
            .select2-results__option {
              padding: 6px 12px;

              &.select2-results__option--highlighted {
                background-color: var(--bg-primary);
              }
            }
          }
        }
      }
    }
  }
}

.custom-drop .btn {
  background: #e6e6e6;
  border-radius: 50px;
  min-width: 150px;
  justify-content: space-between;
  display: flex;
  align-items: center;
  border: transparent !important;
}

.custom-drop .dropdown-menu {
  margin-top: 5px !important;
  min-width: 220px;
  background: #e6e6e6;
}

.custom-drop.color-drop .dropdown-menu li {
  float: left;
  margin: 5px;
  width: auto;
}

.custom-drop.color-drop .dropdown-menu li a {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: block;
  padding: 0;
}

.custom-drop.color-drop .dropdown-menu li a.red {
  background: red;
}

.custom-drop.color-drop .dropdown-menu li a.green {
  background: green;
}

.custom-drop.color-drop .dropdown-menu li a.blue {
  background: blue;
}

.show-more-btn-wrap {
  border-bottom: var(--bs-light-grey) solid 1px;
  position: relative;
  height: 1px;
}

.show-more-btn {
  border-radius: 20px;
  padding: 6px 16px;
  font-weight: 600;
  font-size: 0.875rem;
  background-color: var(--bs-light-grey);
  border: 1px solid transparent;
  color: #000;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  min-width: 220px;
}

.Caracteri-details-text {
  height: 100px;
  overflow: hidden;
  transition: height 0.5ms ease-in-out;
  font-size: var(--font-14);
}

.Caracteri-detailsheader {
  margin-bottom: 20px;
}

.Caracteri-details-text.show-text {
  height: 100%;
}

.Caracteri-details-text.text-overlay {
  position: relative;
}

.Caracteri-details-text.text-overlay::after {
  content: "";
  width: 100%;
  height: 100px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #e6e6e6;
  background: linear-gradient(180deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 1) 100%);
}

/*----------------- #Product details page style end#   --------------------*/

/*----------------- #Cart details page style#   --------------------*/
.cart-img img {
  max-width: 80px;
  min-width: 80px;
}

.cart-del>div {
  width: 100px;
}

#cartDetails a.color {
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: inline-block;
  padding: 0;
}

#checkout_details a.grey-btn,
#cartDetails a.grey-btn {
  background: grey;
}

.productoncart {
  margin-bottom: 20px;
  border-bottom: var(--bs-light-grey) solid 1px;
  padding-bottom: 25px;
}

.productoncart h4 a {
  color: var(--bs-heading-color);
  text-decoration: none;
}

.productoncart h4 a:hover {
  color: var(--bg-primary);
}

.out-line-btn {
  width: auto;
  height: 40px;
  border: #999 solid 1px;
  border-radius: 50px;
  padding: 5px 15px;
}

.cart-details .coupon-wrapper #tbl_insere_codigo {
  display: none;
}

.cart-details .coupon-wrapper #tbl_insere_codigo p {
  margin-bottom: 0;
}

.cart-details .coupon-wrapper .coupon-content {
  display: flex;
  align-items: center;
  gap: 20px;
}

.cart-details .coupon-wrapper .coupon-input {
  width: 100%;
  max-width: 140px;
  height: 36px;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 50px;
  font-size: 14px;
}

.cart-details .coupon-wrapper .coupon-apply {
  background: var(--bg-primary);
  border: transparent;
  border-radius: 50px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  padding: 6px 20px;
  width: 100%;
  display: block !important;
}

.cart-details .add-cart-btn,
#checkout_details .add-cart-btn {
  background: var(--bg-primary);
  border: transparent;
  border-radius: 50px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  transition: all 0.3s ease;
}

#checkout_details .add-cart-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.cart-details .add-cart-btn:hover,
#checkout_details .add-cart-btn:not(:disabled):hover {
  background: #000;
}

#checkout_details .carrinho_voltar,
.cart-details .carrinho_voltar {
  font-weight: 600;
  transition: all 0.3s ease;
}

#checkout_details .carrinho_voltar:hover,
.cart-details .carrinho_voltar:hover {
  background: #000 !important;
  color: #fff;
}


.quantity-selector {
  display: inline-flex;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 9999px;
  /* fully rounded */
  overflow: hidden;
}

.quantity-selector .qty-btn {
  padding: 5px 10px;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1.2em;
}

.quantity-selector .qty-input {
  width: 50px;
  text-align: center;
  border: none;
  font-size: 1.2em;
}

.quantity-selector .qty-input::-webkit-inner-spin-button,
.quantity-selector .qty-input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.desktop-cart-price {
  text-align: center;
}

.checkout-heading {
  margin-top: 20px !important;
}

/*----------------- #Cart details page style End#   --------------------*/

/*------------------ #login-tab-header start#-----------------------------*/

.login-tab-header {
  border-bottom: var(--bg-primary) solid 1px;
}

.login-tab .nav-link {
  border-radius: 0;
  padding: 25px 0;
  color: #000;
  transition: all 0.5s ease-in-out;
}

.login-tab .nav-link.active {
  background: var(--bs-light-grey);
  color: var(--bg-primary);
}

#loginDetails .form-control {
  border-radius: 50px;
  padding-left: 60px;
  padding-right: 20px;
  background: #fff;
}

#loginDetails .password-form .form-control {
  padding-right: 40px;
}

#loginDetails .form-floating label {
  padding-left: 60px;
}

#loginDetails .form-floating label:after {
  background: transparent !important;
}

#loginDetails .form-floating {
  position: relative;
}

#loginDetails .form-floating.email-form:before,
#loginDetails .form-floating.password-form:before {
  position: absolute;
  left: 20px;
  top: 16px;
  content: "";
  width: 24px;
  height: 24px;
  z-index: 3;
}

#loginDetails .form-floating.email-form:before {
  background: url(../images/email-form-icom.png) no-repeat 0 0;
}

#loginDetails .form-floating.password-form:before {
  background: url(../images/key-icon.png) no-repeat 0 0;
}

.show-password,
.hide-password {
  position: absolute;
  right: 15px;
  top: 17px;
  z-index: 3;
  width: 24px;
  height: 24px;
  border: none !important;
}

.show-password {
  background: url(../images/eye-icon.png) no-repeat 0 0;
}

.hide-password {
  background: url(../images/no-eye-icon.png) no-repeat 0 0;
}

.google-login-btn {
  background: url(../images/google-icon.png) no-repeat 10px 9px #fff;
  border: #808080 solid 1px;
  color: #333;
  font-size: 1rem;
  font-weight: 400;
}

.facebook-login-btn {
  background: url(../images/facebook-icon-4o.png) no-repeat 10px 9px #1877f2;
  border: transparent !important;
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
}

#loginDetails .orLine {
  width: auto;
  height: 100%;
  display: inline-block;
  position: relative;
}

#loginDetails .orLine:after {
  position: absolute;
  content: "";
  left: 50%;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: var(--bs-light-grey);
}

#loginDetails .orLine p {
  position: absolute;
  left: -16px;
  top: calc(50% - 17px);
  z-index: 4;
  background: #fff;
  padding: 5px;
  margin: 0;
}

/*------------------ #login-tab-header End#-----------------------------*/

/*----------------- #footer style#   --------------------*/
.footer-grey-bg {
  background: #0a0a0a;
}

.footer-logo img {
  width: 250px;
}

ul.footer-link {
  margin: 0;
  padding: 0;
}

ul.footer-link li {
  margin: 0;
  padding: 4px 0;
  list-style-type: none;
}

ul.footer-link li a {
  color: #fff;
  text-decoration: none;
}

ul.footer-link li a:hover {
  color: #CA0D2F;
}

ul.footer-link li span.icon {
  width: 30px;
  margin-right: 15px;
  display: inline-block;
  margin-bottom: 10px;
}

.gototop,
.gototop:hover {
  background: var(--bg-primary);
  padding: 15px;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  bottom: 25px;
  right: 120px;
}

.gototop img {
  margin-top: -3px;
}

#footerAccordion .accordion-button::after {
  background: url(../images/arrow-top-icon.png) no-repeat 100% 50%;
  background-size: 16px;
}

#footerAccordion .accordion-button::after {
  transform: rotate(0);
}

#footerAccordion .accordion-button.collapsed::after {
  transform: rotate(180deg);
}

.accordion-button:focus {
  box-shadow: none;
}

/*----------------- #footer style end#   --------------------*/

/*------------ chatbot -----------------*/
.chatbot {
  background: var(--bg-primary);
  padding: 15px;
  border-radius: 50%;
  display: inline-block;
  position: fixed;
  bottom: 20px;
  right: 20px;
}

/*------------ chatbot end-----------------*/

.magnifier-container {
  display: inline-block;
  position: relative;
}

.magnifier {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  overflow: hidden;
  height: 180px;
  width: 250px;
  border: 1px solid #ddd;
  border-radius: 10px;
  background-color: white;
}

.magnifier__img {
  width: 200%;
  transform-origin: 50px 50px;
}

/* Loading spinner */
.loading-spinner {
  border: 4px solid #f3f3f3;
  border-top: 4px solid #3498db;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
  margin: 40px auto;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* Lazy loading fade in */
.lazy {
  opacity: 0;
  transition: opacity 0.3s;
}

.lazy.loaded {
  opacity: 1;
}

/* My account */
.reset-password-wrapper {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-top: 40px;

  button {
    background: transparent;
    border: 0;
  }

  .reset-password {
    display: none;
  }
}

/* Mini cart */
.mini-cart {
  position: fixed;
  top: 0;
  right: 0;
  width: 300px;
  height: 100%;
  background: #fff;
  box-shadow: -2px 0 8px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: translateX(100%);
  transition: transform 0.3s ease;
  z-index: 9999;
}

.mini-cart.show {
  transform: translateX(0);
}

.mini-cart.hidden {
  transform: translateX(100%);
}

.mini-cart-header {
  padding: 12px;
  border-bottom: 1px solid #eee;
  display: flex;
  justify-content: space-between;
  align-items: center;

  button#mini-cart-close {
    border: 0;
    background: transparent;
  }
}

.mini-cart-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  /*height: 100%;*/
  height: 90%;
}

.mini-cart-items {
  flex: 1;
  overflow-y: auto;
  padding: 12px;
}

.mini-cart-item {
  display: flex;
  margin-bottom: 20px;
  align-items: center;
}

.mini-cart-item img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  margin-right: 8px;
}

.mini-cart-item .info {
  flex: 1;
  font-size: 14px;
}

.mini-cart-item .remove {
  cursor: pointer;
  color: red;
  margin-left: 8px;
}

.mini-cart-footer {
  padding: 12px;
  border-bottom: 1px solid #eee;
  display: flex;
  flex-direction: column;
}

.mini-cart-footer .buttons-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mini-cart-footer .buttons-wrapper .cart-btn,
.mini-cart-footer .buttons-wrapper .checkout-btn {
  background: var(--bg-primary);
  color: #fff;
  text-align: center;
  padding: 9px;
  border-radius: 4px;
  display: block;
  text-decoration: none;
  transition: all 0.3s ease;
}

.mini-cart-footer .buttons-wrapper .checkout-btn {
  background: #000000;
}

.mini-cart-footer .buttons-wrapper .cart-btn:hover,
.mini-cart-footer .buttons-wrapper .checkout-btn:hover {
  background: #f2f2f2;
  color: #000000;
}

.cart-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.cart-empty a.btn-cart {
  margin-top: 20px;
  width: fit-content;
  padding: 8px 20px;
}

/* FORMS */
form .form-floating {
  overflow: hidden;
}

form .form-floating>label {
  width: 100%;
  white-space: pre-wrap;
}

/* CONTACTS */
.mapa iframe {
  width: 100%;
}



.topo_icon_user {
  margin-left: 5px;
}

@media only screen and (max-width: 991px) {
  .topo_icon_user {
    margin-left: 0px;
  }
}

/* Passwords fortes */
/* Indicador de força */
#forcaPassword {
  margin-top: 6px;
  padding: 6px 10px;
  font-size: 13px;
  border-radius: 4px;
  font-weight: 600;
  display: none;
}

/* Muito fraca */
.strength-0 {
  background: #ff4d4d;
  color: #fff;
}

/* Fraca */
.strength-1 {
  background: #ff944d;
  color: #fff;
}

/* Média */
.strength-2 {
  background: #ffda4d;
  color: #333;
}

/* Forte */
.strength-3 {
  background: #8bc34a;
  color: #fff;
}

/* Muito forte */
.strength-4 {
  background: #4caf50;
  color: #fff;
}



/*BANNER HOMEPAGE*/
.banner_hompege .ads-banner a img {
  opacity: 1;
  transition: opacity 0.3s ease;
}

.banner_hompege .ads-banner a:hover img {
  opacity: 0.6;
}

.banner_hompege_peq {
  padding-bottom: 50px;
}

.banner_hompege_peq .cont_banner_p {
  width: 100%;
  text-align: center;
}

.banner_hompege_peq .cont_banner_p .content_b {
  width: 47%;
  display: inline-block;
  margin: 0 10px;
  vertical-align: top;
}

.banner_hompege_peq .cont_banner_p .ads-banner a img {
  opacity: 1;
  transition: opacity 0.3s ease;
}

.banner_hompege_peq .cont_banner_p .ads-banner a:hover img {
  opacity: 0.6;
}


/*MARCAS INDEX*/
#ClientLogo .slick-track .slick-slide a img {
  opacity: 1;
  transition: opacity 0.3s ease;
}

#ClientLogo .slick-track .slick-slide a:hover img {
  opacity: 0.6;
}

/*CONTACTOS*/
.contactos_txt a,
.contactos_txt a.contactos_ler_mais:hover {
  color: #000 !important;
}

.contactos_txt a:hover,
a.contactos_ler_mais {
  color: #ce0d2c !important;
}

.contacto_txt_label,
.contacto_txt_label a {
  font-size: 12px;
  color: #000 !important;
}

.contacto_txt_label a:hover {
  color: #ce0d2c !important;
}

/*DETALHE DO PRODUTO*/
#productDetails .accordion-body a {
  color: #000 !important;
}

#productDetails .accordion-body a:hover {
  color: #ce0d2c !important;
}

/*CARRINHO*/
.mini-cart-footer .subtotal {
  width: 100%;
  text-align: left;
  margin-bottom: 1rem;
  color: #000;
  font-size: 0.9em;
}

.carrinho_prod_tit a {
  color: #000000;
}

.carrinho_prod_tit a:hover {
  color: #ce0d2c;
}

.coupon-wrapper .promo-btn:hover {
  background-color: #999999;
  color: #000000;
}

.coupon-content .text-start {
  font-size: 14px;
}


/*FOOTER LOGOS*/

.footer_logo a img {
  opacity: 1;
  transition: opacity 0.3s ease;
}

.footer_logo a:hover img {
  opacity: 0.4;
}


.sobre_produto {
  font-size: 0.9em;
  font-weight: 400;
  line-height: 2em;
}

.sobre_produto b {
  font-weight: 600;
}



.megamenu-offcanvas {
  width: 600px !important;
}

.megamenu-list li.has-child>a:after {
  width: 16% !important;
}

.megamenu-offcanvas .categoria_div_p {
  border-bottom: 1px solid #dee2e6;
  display: table;
  width: 100%;
}

.megamenu-offcanvas .categoria_div {
  display: table-cell;
  padding: 10px 15px;
  cursor: pointer;
  border-right: 1px solid #dee2e6;
  transition: all 0.5s ease;
}

.megamenu-offcanvas .categoria_div .imagem {
  padding-right: 15px;
  width: 50px;
}

.megamenu-offcanvas .categoria_div .texto {
  color: #000;
  line-height: 42px;
}

.megamenu-offcanvas .categoria_div:hover {
  background-color: #ebebeb;
}

.megamenu-offcanvas .categoria_div:hover .texto {
  color: #ce0d2c;
}

.megamenu-offcanvas .categoria_seta {
  display: table-cell;
  width: 16%;
  background: url(assets/images/arrow_black.png) no-repeat 50% 50%;
  height: 58px;
  cursor: pointer;
  transition: all 0.5s ease;
}

.megamenu-offcanvas .categoria_seta:hover {
  background: url(assets/images/arrow_red.png) no-repeat 50% 50%;
  background-color: #ebebeb;
}

.megamenu-offcanvas .subcategorias_div {
  border-bottom: 1px solid #dee2e6;
  background-color: #ebebeb;
  padding: 10px;
  display: none;
}

.megamenu-offcanvas .subcategorias_div a {
  padding-left: 80px;
  line-height: 32px;
  color: #000;
  text-decoration: none;
  font-size: 16px;
  width: 100%;
  display: block;
}

.megamenu-offcanvas .subcategorias_div a:hover {
  color: #ce0d2c;
}

.megamenu-offcanvas .categoria_div.aberta {
  background-color: #ebebeb;
}

.megamenu-offcanvas .categoria_seta.aberta {
  background: url(assets/images/arrow_red_down.png) no-repeat 50% 50%;
  background-color: #ebebeb;
}


.formularios textarea {
  resize: none !important;
  height: 120px !important;
}

.paginas_txt,
.paginas_txt p {
  font-size: 14px !important;
}

.gototop,
.gototop:hover {
  right: 20px !important;
  bottom: 5px !important;

}

.txt-carrinho {
  font-size: 1.0em;
}

.reserved-area-menu {
  margin-bottom: 30px;
}

.tt-dropdown-menu .tt-suggestion strong,
.tt-menu .tt-suggestion strong {
  font-weight: 700 !important;
  color: #000 !important;
}


.banner_homepage_dsk {
  display: block;
}

.banner_homepage_mob {
  display: none;
}


@media only screen and (max-width: 991px) {
  header .barra_inf_topo .cont1 {
    width: 100%;
  }

  header .barra_inf_topo .cont2 {
    display: none;
  }

  .megamenu-offcanvas .categoria_div .texto {
    line-height: 42px;
    font-size: 0.85rem;
  }

  .ads-banner .text-box {
    top: 50px !important;
  }

  #ClientLogo img {
    max-height: 30px;
  }

  #ClientLogo>div {
    padding: 0px !important;
    margin: 0 15px !important;
  }

  footer .col-md-9 {
    width: 100% !important;
  }

  footer .col-md-3 {
    width: 100% !important;
  }

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

  h6,
  .h6 {
    font-size: 1.03em !important;
  }

  .mt-5 {
    margin-top: 3rem !important;
  }

  .mb-4 {
    margin-bottom: 1rem !important;
  }

  .social-area.mt-4 {
    padding-top: 0px !important;
  }

  .footer-section .mt-5 {
    margin-top: 4rem !important;
  }

  p {
    line-height: 22px !important;
  }

  .product-details .accordion-button {
    font-size: 0.9rem !important;
  }

  .sobre_produto {
    font-size: 0.7em !important;
  }

  #productDetails .py-5 {
    padding-top: 1.5rem !important;
    padding-bottom: 3rem !important;
  }

  .contactos_txt p {
    font-size: 13px;
  }

  .quantity-selector .qty-input {
    font-size: 0.9em !important;
  }

  .txt-carrinho {
    font-size: .875em;
  }

  .banner_homepage_dsk {
    display: none;
  }

  .banner_homepage_mob {
    display: block;
  }

  header .top-header {
    padding: 10px 0 10px 0 !important;
  }

}

@media only screen and (max-width: 850px) {
  .ads-banner .text-box {
    top: 35px !important;
  }
}

.ads-banner .text-box .texto_categoria {
  display: block;
}

@media only screen and (max-width: 785px) {

  .banner_hompege_peq .cont_banner_p .content_b {
    width: 100%;
    margin: 0px;
  }

  .categorias_top_sel {
    padding-top: 50px !important;
  }

  .checkout-container {
    display: block !important;
  }

}


@media only screen and (max-width: 700px) {
  .ads-banner .text-box {
    top: 25px !important;
  }

  .ads-banner .text-box .texto_categoria {
    display: none;
  }

  .product-heading {
    padding: 30px 0 10px !important;
  }

  .filtrar_tit_opcoes {
    font-size: 12px !important;
  }



}

.top-header .conteudo_topo_dsk {
  display: block;
}

.top-header .conteudo_topo_mob {
  display: none;
}


@media only screen and (max-width: 600px) {
  .megamenu-offcanvas .categoria_div .texto {
    font-size: 0.80rem !important;
  }

  .mb-5 {
    margin-bottom: 1rem !important;
  }

  .top-header .conteudo_topo_dsk {
    display: none;
  }

  .top-header .conteudo_topo_mob {
    display: block;
  }

  .filter-options-wrapper {
    column-count: 1 !important;
  }

  #form_registo .mb-3 .col-6,
  .formularios_area .mb-3 .col-6 {
    width: 100%;
    margin-bottom: 1rem !important;
  }

  #form_registo .mb-3 .col-6:last-child,
  .formularios_area .mb-3 .col-6:last-child {
    margin-bottom: 0 !important;
  }

  .reserved-area .content {
    padding: 10px !important;
  }

  .area_reservada_container td {
    font-size: 12px;
  }

  .formularios_area .contactos_txt {
    font-size: 0.8em;
  }

  .checkout-form .col-6 {
    width: 100% !important;
  }

}



/*PARTILHAR PRODUTO*/
.share-modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.5);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.share-card {
  background: #fff;
  padding: 25px;
  border-radius: 15px;
  width: 320px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.2);
  font-family: sans-serif;
}

.share-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
}

.share-header button {
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
}

.share-icons {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: none;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  cursor: pointer;
  opacity: 1;
  transition: transform 0.2s ease;
}

.icon:hover {
  opacity: 0.5;
}

.fb { background: #1877f2; }
.tw { background: #000; }
.li { background: #0a66c2; }
.wa { background: #25d366; }

.share-copy {
  display: flex;
}

.share-copy input {
  flex: 1;
  padding: 8px;
  border: 1px solid #000000;
  border-radius: 5px 0 0 5px;
  font-size: 15px;
}

.share-copy button {
  padding: 8px 12px;
  border: none;
  background: #000000;
  color: #fff;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
  font-size: 15px;
  transition: transform 0.2s ease;
}
.share-copy button:hover {
  background: #CA0D2F;
}



/* SISTEMAS DE FAQ NAS CATEGORIAS */
.faq-item {
  text-align: left;
  border-bottom: 1px solid #ddd;
}

.faq-question {
  cursor: pointer;
  padding: 15px;
  font-weight: bold;
  position: relative;
}

.faq-question::after {
  content: "+";
  position: absolute;
  right: 10px;
  font-size: 20px;
}

.faq-item.active .faq-question::after {
  content: "-";
}

/*.faq-answer {
  display: none;
  padding: 0 15px 15px;
  color: #555;
}

.faq-item.active .faq-answer {
  display: block;
}*/

.faq-answer {
  max-height: 0;
  overflow: hidden;
  /*transition: max-height 0.3s ease;*/
}

.faq-item.active .faq-answer {
  max-height: 500px;
  padding: 0 15px 15px;
}

.mini-cart-footer .buttons-wrapper a{
  width: 100%;
}
.mini-cart-footer .buttons-wrapper{
 gap: 5px; 
}