* {
  text-decoration: none;
  position: relative;
  border: 0;
  padding: 0;
  margin: 0;
}

:root {
  --primary: #f30080;
  --white: #fff;
  --white2: #fff6f3;
  --Black: #000;
  --border: #232323;
  --EEE: #eee;
  --F5: #f5f5f5;
  --grey: #bcbcbc;
  --boxShadow: #dadada;
  --textoProduto: #c4c4c4;
  --grey2: rgba(0, 0, 0, 0.47);
  --black: rgba(0, 0, 0, 0.75);
}

button:focus {
  outline: thin dotted;
  outline: 0 auto -webkit-focus-ring-color;
  outline-offset: 0;
}

body {
  touch-action: none;
  /* background: var(--white); */
  overflow: hidden;
  width: 99.9vw;
  height: 100vh;
  background: #fcfafa;
  margin: 0 auto;
}

/* Fontes */

@font-face {
  font-family: "Poppins SemiBold";
  src: url("fonts/Poppins/Poppins-SemiBold.ttf");
}

@font-face {
  font-family: "Poppins Regular";
  src: url("fonts/Poppins/Poppins-Regular.ttf");
}

@font-face {
  font-family: "Poppins Bold Italic";
  src: url("fonts/Poppins/Poppins-BoldItalic.ttf");
}

@font-face {
  font-family: "Poppins Extra Bold";
  src: url("fonts/Poppins/Poppins-ExtraBold.ttf");
}
/*   Globais        */

hr {
  width: 8.68vw;
  height: 0.66vw;
  border-radius: 1.85vw;
  background: #fff;
  /* margin-top: 1.11vw; */
  margin: 0 auto;
}
::placeholder {
  color: var(--black);
}

.button-voltar button {
  background-color: #fff;
  width: 12.96vw;
  height: 4.25vw;
  border-radius: 0.92vw;
  color: var(--primary);
  font-size: 1.98vw;
  position: fixed;
  z-index: 4;
  bottom: 1.96vh;
  font-family: "Poppins Regular";
  left: 44vw;
  /* font-family: "Paytone One Regular 400"; */
  /* box-shadow: 0px 0.5vw 0.5vw rgb(0 0 0 / 25%),
        inset 0px 0.5vw 0.5vw rgb(0 0 0 / 25%); */
}

.c-carrinho {
  position: absolute;
  right: 3vw;
  top: -7vw;
  width: 65px;
  height: 65px;
  background: #fcfafa;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid var(--primary);
  z-index: 2;
}

.c-carrinho img {
  width: 4vw;
  margin-right: 3px;
  margin-top: 5px;
  padding-right: -15px;
}
.arrowContainer {
  position: absolute;
  width: 3.61vw;
  height: 5.46vw;
  border-radius: 0.64vw;
  display: flex;
  justify-content: center;
  background: var(--primary);
}

.c-kit .left {
  top: 45%;
  left: 5%;
}
.c-kit .right {
  top: 45%;
  left: 92%;
}
#card_2 {
  height: 96.3vh;
}
#c-card-3 {
  overflow: hidden;
  height: 89vh;
  /* padding-bottom: 8vw; */
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
}

#c-card-3 .scroll {
  /* overflow: hidden; */
  /* padding-bottom: 2px; */
  height: 83vh;
  margin: 0 auto;
  width: 92%;
  /* background: red; */
  display: flex;
  flex-direction: column;
}

.arrowG {
  height: 0.27vw;
  width: 2.31vw;

  position: absolute;
}
.arrow45g {
  transform: matrix(-0.71, 0.7, 0.71, 0.71, 0, 0);
  margin-top: 1.85vw;
}
.arrow135g,
.arrow45g,
.arrow315g,
.arrow225g {
  /* background-color: var(--primary); */
  /* background-color: var(--second);*/
  background: #fff;
}
.arrow135g {
  transform: matrix(-0.71, -0.7, -0.71, 0.71, 0, 0);
  margin-top: 3.33vw;
}

.arrow315g {
  transform: matrix(0.71, 0.7, -0.71, 0.71, 0, 0);
  margin-top: 1.85vw;
}

.arrow225g {
  transform: matrix(0.71, -0.7, 0.71, 0.71, 0, 0);
  margin-top: 3.33vw;
}

/*  card 1 CSS   */

.indice {
  background: #242424;
  /* background: #fff; */
  height: 90vh;
  color: #fff;
}

.indice h1 {
  font-size: 4.53vw;
  margin: 5.09vw auto 0 auto;
  /* padding-top: 13px; */
  font-family: "Poppins SemiBold";
}

.c-view-more {
  margin-top: 1vw;
  font-weight: inherit;
  font-size: 1.48vw;
  align-items: center;
  background: #fcfafa;
  font-family: "Poppins Regular";
  color: var(--primary);
  display: flex;
}

.view-more .mais {
  height: 100%;
  width: 0.5vw;
  background: var(--primary);
  position: absolute;
  bottom: 0;
  left: 40%;
}

.c-titulo .titulo {
  color: var(--primary);
  margin: 3vw auto;
  font-family: "Poppins SemiBold";
}

.c-input {
  background: #eeeeee;
  border-radius: 2.52vw;
  /* border: 2px solid var(--black); */
}

.c-input input {
  /* margin: 0 0.5rem 0.5vw 1.5rem; */
  /* font-family: "Poppins Regular"; */
  outline: none;
  background: var(--EE);
  color: var(--primary);
  font-size: 2.2vw;
  z-index: 6;
  text-align: left;
  font-family: "Poppins Regular";
}

.c-input > img {
  width: 25px;
  margin-right: 13px;
}

.info_product {
  width: 337px;
  height: 100%;
  margin-left: 40px;
  /* background: red; */
}

.c-size {
  font-family: "Poppins SemiBold";
  color: #f30080;
  width: 100%;
  height: 100px;
  display: flex;
  align-content: center;
  flex-direction: column;
  /* justify-content: space-evenly; */
  margin-top: 20px;
}

.c-size h1 {
  font-size: 20px;
}

.ball {
  width: 50px;
  height: 50px;
  border: 1px solid #3f3f40;
  border-radius: 50%;
  font-size: 11px;
  cursor: pointer;
  color: #3f3f40;
}

.ball_marked{
  border: 3px solid var(--primary);
  color:var(--primary) ;
  transition: border 0.2s ease, color 0.2s ease; 
}

.no-available{
  border: 1px solid #d9d9d9;
  color: #d9d9d9;
}

.no-available::after {
    content: "";
    position: absolute;
    width: 100%; 
    height: 1px;
    background-color: #979797; 
    top: 48%; 
    left: 1%; 
    transform: translateY(-50%) rotate(45deg); 
}

.square {
  width: 47px;
  height: 59px;
  margin-right: 15px !important;
  border: 1px solid #d9d9d9;
}

.c-size > .c {
  display: flex;
  overflow: scroll hidden;
  /* width: 56.18vw; */
  /* height: 8.92vw; */
  /* gap: 3.24vw; */
  margin-top: 9px;
  flex-flow: column wrap;
  align-content: flex-start;
}

.c-size > .c > div {
  margin-right: 12px;
  overflow: hidden;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  display: flex;
}

.c-size > .c > div img {
  /* max-width:100%; */
  max-height: 95%;
  max-width: 95%;
  object-fit: contain;
}

.img_c_galery {
  max-height: 138px;
  /* min-height: 29px; */
  border-bottom: 3px #f30080 solid;
}
.header_2 {
  width: 100%;
  height: 200px;
  background-color: rgba(243, 0, 128, 25%);
  /* opacity: 25; */
  position: relative;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  box-shadow: 0 0 1.85vw rgba(0, 0, 0, 0.15);
  top: 0;
}

.conteudo {
  /* overflow: hidden scroll; */
  height: 100%;
}

.div-table-description {
  width: 706px;
  background: #f5f5f5;
  margin: 0 auto;
  border-radius: 29px;
  /* margin: 6.61vw auto auto; */
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #bcbcbc;
}

.div-table-description > .row {
  height: 58px;
  display: flex;
  flex-direction: column;
  color: var(--primary);
  font-size: 20px;
  flex-wrap: wrap;
  text-align: center;
}

.div-table-description > .row > .cell-1 {
  height: 58px;
  border: 1px solid #bcbcbc;
  padding-top: 17px;
  font-family: "Poppins SemiBold";
  width: 50%;
}

.div-table-description > .row > .cell-2 {
  height: 58px;
  border: 1px solid #bcbcbc;
  padding: 10px;
  padding-top: 17px;
  font-family: "Poppins Regular";
  width: 50%;
}

.c-div-table-description h1 {
  font-family: "Poppins SemiBold";
  font-size: 25px;
  color: var(--primary);
  height: 67px;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.c-div-table-description {
  margin: 0 auto;
}

#div_formas_pag {
  font-family: "Poppins Regular";
  font-size: 15px;
  color: #232323;
  /* left: 0px; */
  /* position: relative; */
  width: 100%;
}

#div_sku_product {
  /* font-family:"Poppins Regular"; */
  font-size: 20px;
  /* color: #232323; */
  /* left: 0px; */
  font-family: "Poppins SemiBold";
  color: #f30080;
  /* position: relative; */
  width: 100%;
  margin-top: 24px;
}
.c_price {
  height: 50px;
}

.zoom_in {
  transform: scale(2);
}

.zoom_out {
  transform: scale(1);
}

#clear_search {
  position: absolute;
  top: 39px;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  left: 75%;
  background: #fff;
  box-shadow: inset 0 0 0 2px var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
}

#clear_search img {
  width: 30px;

  height: 30px;
}

#image_full {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #242424;
  bottom: 0;
  /* opacity: 80%; */
  touch-action: manipulation;
  z-index: 4;
  /* overflow: auto; */
  display: flex;
}

#image_full > .c {
  height: 87%;
  /* width: 100%; */
  /* background:Red; */
  margin: auto;
  display: flex;
  /* pointer-events: auto; */
  touch-action: manipulation;
  overflow: auto;
  justify-content: center;
}

#image_full > .c > img {
  max-height: 100%;
  margin: auto;
  display: block;
  max-width: 100%;
}

#fechar_image_full {
  position: absolute;
  top: 30px;
  right: 28px;
  background: #fff;
  height: 66px;
  border-radius: 50%;
  z-index: 5;
}

.c_desc{
  text-align: center;
  background: #5900ca;
  width: 120px;
  height: 47px;
  font-size: 20px;
  font-family: Poppins SemiBold;
  color: #fff;
  position: absolute;
  top: 17px;
  padding-top: 9px;
  left: 0;
  z-index: 2;
}

.c_desc_2{
  padding-top: 5px;
  font-size: 13px;
  left: 36px;
  width: 78px;
  height: 30.55px;
}


/* SLIDE  */

.slideshow-container {
  width: 100%;
  position: relative;
  margin: auto;
  height: 120px;
}

.mySlides {
  display: none;
}

.fade img {
  width: 100%;
}

.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

.slideshow-container img {
  height: 120px;
  object-fit: cover;
}

.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

#arrow_down {
  position: absolute;
  right: 0;
  bottom: 20px;
  width: 35px;
}

#arrow_down >img{
  width: 100%;
}

#c_qr_code_p{
  height: 28vw;
  display: flex;
  width: 89%;
  margin: 3vw auto;
  background: #fff;
  box-shadow: 0px 0px 8px 4px rgba(2, 2, 2, 0.25);
  border: 4px solid #000;
  border-radius: 9px;
  padding: 15px;
}

#c_qr_code_p img{
  margin: auto;
}

.filter-order-by-c{
  box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 4px;
  display: flex;
  flex-direction: column;
  background: #fff;
}

.filter-order-by-c > .marked{
  background: var(--primary);
  color: #fff;
}

.filter-order-by-c .c{
  height: 44px;
  border-radius: 3px;
  text-align: center;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  width: 100%;
  -webkit-box-pack: start;
  justify-content: flex-start;
}

.filter-order-by-c .c >p{
  margin-left:2vw;
}