.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: #eaeaea;
  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;
  border-radius: 5px;
  font-family: samim;
  display: none;
}

.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 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 #803691;
  border-top: 1px solid #803691;
  -webkit-animation: iconAnimate linear 1.2s infinite;
          animation: iconAnimate linear 1.2s infinite;
}


.card .area-bottom {
  background-color: #eaeaea;
  padding: 25px 15px 15px 15px;
  position: relative;
  z-index: 98;
  width: 100%;
  display: -ms-grid;
  display: flex;
  justify-content: space-around;
  -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: #803691;
	border-radius: 5px;
	padding: 8px 15px;
	display: inline-block;
	border: thin solid #803691;
}

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

.card .area-bottom a:active {
  background-color: #7c2491;
}

.area-bottom .shopping-bascket{
  position: relative;
}

.area-bottom .shopping-bascket::after{

}

#sabad{
	content: '1'; /*TODO: add  Attr(data-itemNumbers) */
  background-color: #803691;
  padding: 3px 6px;
  font-size: 10px;
  color: white;
  border-radius: 5px;
 position: absolute;
 left: -10px;
}

.wit{
	color: #fff !important;
}
.dark{
	color: #000 !important;
}
.emp{
	background-color: #73323e;
	border: 1px solid #73323e;
}
.emp:hover{
	background-color: #73323e !important;
	border: 1px solid #73323e !important;
}

.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;
  display: none;
}

.card .area-bottom p span {
  font-size: 1.6rem;
}
/*# sourceMappingURL=style.css.map */

.zar{
	width: 40px !important;
	max-width: 100% !important;
}
.clbtn{
	background-color : #803691;
}

.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;
}
.colr{
	color: #803691 !important;
}


.pagination{
  display: flex;
  margin: 1.5rem;
  align-items: center;
  justify-content: center;
}

.pagination a{
  text-decoration: none;
  color: black;
  background-color: white;
  margin: 4px;
  padding: 5px 10px;
  border-radius: 5px;
  font-family: samim, sans-serif;
}

.pagination .next, .pagination .previous{
  background-color: rgba(208, 208, 208, 0.649);
  
}

a.active{
  background-color: #803691;
  color: white;
}
	.pointer{
		cursor: pointer;
	}
	.f16{
		font-size: 16px;
	}
	.f14{
		font-size: 14px;
	}
