.card {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 98;
}

.card .bg-card {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(33, 33, 33, 0.46);
  z-index: 97;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.card .area-bottom div:first-child,
.card .area-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.card .area-top {
  display: none;
  padding-bottom: 50px;
  background-color: #ff980b;
  padding: 25px 15px 15px 15px;
  position: relative;
  z-index: 98;
}

.card.active-card .area-bottom div:first-child button {
  opacity: 0;
}

.card.active-card .area-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.card.active-card button.open-card span {
  -webkit-transform: rotate(-225deg);
          transform: rotate(-225deg);
}

.card.active-card .bg-card {
  opacity: 1;
  visibility: visible;
}

.card .product {
  width: calc(50% - 5px);
  border: none;
  background-color: #fff;
  font-size: 2vw;
}

.card button.open-card {
  position: absolute;
top: 0;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
width: 40px;
height: 40px;
border-radius: 50rem;
background-color: #e1e0e0;
border: none;
-webkit-transition: all 0.1s linear;
transition: all 0.1s linear;
cursor: pointer;
z-index: 99;
}

.card button.open-card:hover {
  background-color: #e7d637;
}

.card button.open-card:active {
  background-color: #cabb33;
}

.card button.open-card span {
  display: inline-block;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  border-right: 1px solid #333;
  border-top: 1px solid #333;
  -webkit-animation: iconAnimate linear 1.2s infinite;
          animation: iconAnimate linear 1.2s infinite;
}

.card .area-bottom {
  background-color: #ff980b;
  padding: 25px 15px 15px 15px;
  position: relative;
  z-index: 98;
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto min-content;
      grid-template-columns: auto -webkit-min-content;
      grid-template-columns: auto min-content;
  -ms-grid-rows: auto;
      grid-template-rows: auto;
  grid-gap: 15px;
}

.card .area-bottom a {
	background-color: #fff;
	border-radius: 5px;
	padding: 8px 15px;
	display: inline-block;
	border: thin solid #000;
}

.card .area-bottom a:hover {
  background-color: #dfdddd;
}

.card .area-bottom a:active {
  background-color: #669e69;
}

.card .area-bottom p {
  font-size: 1.1rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-weight: bold;
  margin-top: auto;
}

.card .area-bottom p span {
  font-size: 1.6rem;
}

@-webkit-keyframes iconAnimate {
  50% {
    opacity: .1;
  }
}

@keyframes iconAnimate {
  50% {
    opacity: .1;
  }
}
/*# sourceMappingURL=style.css.map */
.caller_box {
  z-index: 1;
  position: fixed;
  width: 60px;
  height: 60px;
  cursor: pointer;
  bottom: 10px;
  right: 10px;
}
.caller_box .my_call {
  z-index: 0;
}
.caller_box .whatsapp_btn, .caller_box .phone_btn, .caller_box .my_call {
  width: 60px;
  height: 60px;
  display: block;
  transition: all 0.3s;
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 0;
}