div.body {
  margin: 0 auto;
  margin-top: 0px;
  width: 100%;
  max-width: 100%;
  padding-bottom: 30px;
  text-align: center;
}

div.main_contents,
div.main_items {
  background-color: transparent;
  border-radius: 16px;
  height: auto;
  width: 800px;
  margin: 0 auto;
  padding: 10px 10px;
  background-image: url(../images/cbg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
p.page_title {
  text-align: center;
  font-size: 28px;
  font-family: np;
  color: #3b308f;
}

div.main_brands {
  display: flex;
  margin: 0 auto;
  text-align: right;
  margin-top: 15px;
  background: transparent;
  flex-wrap: wrap;
  gap: 16px;
}
div.main_s_items {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  background: transparent;
  gap: 10px 10px;
  margin-top: 8px;
}

div.item_image {
  width: 100%;
  height: 210px;
}

div.main_item * {
  border-radius: 6px;
}

div.main_item {
  background-color: white;
  border-radius: 6px;
  width: calc(25% - 10px);
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px 10px;
  justify-content: space-between;
  flex-wrap: nowrap;
  flex: 0 0 calc(33.3333333333% - 7px);
  max-width: calc(33.3333333333% - 7px);
  align-items: stretch;
}

button.settostore.actr {
  width: 80%;
  text-align: center;
  background: #3b308e;
  height: 46px;
  font-size: 17px;
  font-family: np;
  padding: 0 0;
  padding-top: 2px;
  color: white;
  background-position: 8px center;
  background-repeat: no-repeat;
  background-size: 23px;
  flex: 1 1 80%;
}
button.del_th_itemstore {
  display: none;
  width: 15%;
  text-align: center;
  background: #251b1b;
  height: 46px;
  font-size: 17px;
  font-family: np;
  padding: 0 0;
  padding-top: 2px;
  color: white;
  flex: 1 1 15%;
  background-image: url(../images/x.png);
  background-repeat: no-repeat;
  background-size: 21px;
  background-position: center;
}
span.desc_1 {
  font-weight: bold;
  font-family: "san";
  font-size: 20px;
}
span.descsign {
  font-weight: normal;
  font-family: "san";
  font-size: 18px;
  top: 1px;
  margin-right: 2.1px;
}

div.total_desc_main_div {
  display: none;
}
p.item_name {
  font-family: "np";
  font-size: 18px;
  color: #3b308e;
}
span.tot_desc {
  font-weight: bold;
  font-family: "san";
  font-size: 18px;
}
div.show_descs_div {
  background: linear-gradient(270deg, #33025d 0%, #184483 88%) !important;
  box-shadow: inset 0px 0px 12px -6px #ffffff82;
}
div.show_descs_div * {
  color: white;
}
p.disc_notes {
  font-size: 14.5px;
  text-align: justify;
  margin-top: 1px;
  margin-bottom: -2px;
  font-weight: normal;
  word-spacing: -1.5px;
  line-height: 24px;
  background: linear-gradient(270deg, #33025d 0%, #184483 88%) !important;
  color: white;
  padding: 5px 6px;
  font-family: npl;
  border-radius: 4px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
form.frm_watsapp {
  width: 95%;
  padding-bottom: 2.5%;
  margin: 0 auto;
  padding-top: 2.5%;
}
p.item_price {
  font-size: 20px;
  text-align: left;
}
button.show_sabatabtn_initems,
button.show_dawakari_initems,
button.dawainqttshows {
  display: none;
  background-color: #4136a0;
  width: 45%;
  height: 46px;
  font-size: 17px;
  font-family: np;
  padding: 0 0;
  padding-top: 2px;
  color: white;
  flex: 1 1 45%;
  text-align: right;
  padding-right: 10px;
  background-repeat: no-repeat;
  background-size: 22px;
  background-position: 8% center;
}
button.show_sabatabtn_initems {
  background-color: #4136a0;
  background-image: url(../images/buy.png);
}
button.show_dawakari_initems {
  background-color: #4136a0;
  background-image: url(../images/wa.png);
}
button.dawainqttshows {
  display: block;
  width: 100%;
  background-color: #e4f7e6;
  background-image: url(../images/wa.png);
  border-radius: 6px;
  background-position: 3% center;
  margin-top: 10px;
  color: #44b553;
  margin-bottom: 2px;
}
div.item_in_sabata:nth-child(odd) {
  background: #f5f5f5;
}
div.item_in_sabata:nth-child(even) {
  background: #fafdff;
}
div.show_total_price_div {
  display: flex;
  gap: 15px;
  background: #eafcea;
  height: 35px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  flex-direction: row;
  padding: 0px 6px;
  border-radius: 4px;
}
a.actr.logoa {
  margin: 0 auto;
  text-align: center;
  width: max-content;
  display: inline-block;
  background: transparent;
}
a.actr.logoa img {
  width: 310px;
  max-width: 100%;
  margin: 0 auto;
  display: block;
}
div.main_items {
  width: 95%;
  max-width: 95%;
}
span.totalprice_bfs {
  font-weight: bold;
  font-family: "san";
  font-size: 18px;
}
span.ttpsign {
  font-size: 13.5px;
  top: -4px;
  margin-left: 3px;
  font-family: "san";
}
a.brand {
  background: #ffffff;
  display: inline-block;
  width: calc(100% / 3 - 16px);
  height: 145px;
  text-align: center;
  cursor: pointer;
  border-radius: 25px;
  box-shadow: -3px 4px 6px -2px #aeaad8;
  flex: 1 1 auto;
}
a.sbrand {
  width: calc(100% / 2 - 16px);
  height: auto !important;
  padding: 6px;
}
div.brandimg {
  width: 100%;
  height: 100px;
  margin: 0 auto;
  background-color: transparent;
  border-radius: 0px;
  margin-top: 9px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 98px;
  background-image: url(../images/logo_1.png);
}

div.sbrandimg {
  width: 100%;
  height: 230px;
  margin-top: 5px;
  background-size: 230px;
}

a.actr.brand p {
  text-align: center;
  font-size: 15px;
  font-family: "seg";
  font-weight: bold;
  color: #3b308f;
  top: 0px;
}
a.actr.sbrand p {
  font-size: 16px;
  margin-bottom: 16px;
}
a.actr.sbrand p.sbprice {
  width: max-content;
  margin: 0 auto;
  background: #e5e5e5;
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 7px;
  border-radius: 4px;
  line-height: 23px;
  padding-top: 8px;
  direction: rtl;
}

a.actr.sbrand p.sbprice span {
  direction: ltr;
  font-size: 13px;
  top: -4px;
}
.splide,
.splide * {
  border-radius: 16px;
}

section#splide01 {
  background-color: #d5d3eb;
  border-radius: 16px;
  width: 800px;
  max-width: 95%;
  margin: 0 auto;
  padding: 0px;
  height: 130px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 15px;
}

section.sld {
  padding: 10px 10px;
  width: 100%;
  height: 100%;
  background-image: url(../images/cbg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 16px;
}
p.rek_p {
  position: absolute;
  bottom: auto;
  right: auto;
  left: 50%;
  top: 75%;
  transform: translate(-50%, -50%);
  font-size: 17px;
  font-family: "np";
  padding: 6px;
  background-color: #ffffffd1;
  color: #3b308f;
  border-radius: 6px;
  width: max-content;
}
p.rek_p2 {
  position: absolute;
  left: 50%;
  right: auto;
  top: auto;
  transform: translate(-50%, 0%);
  bottom: 10px;
  font-size: 14px;
  padding: 4px;
  background-color: #ffffffd1;
  color: #000000;
  border-radius: 3px;
}

div.top_brands {
  display: flex;
  gap: 7px;
  overflow-x: auto;
  overflow-y: hidden;
  width: 100%;
  flex-wrap: nowrap;
  background: #e8e5fa;
  border-radius: 80px;
  height: 67px;
  margin-bottom: 10px;
  padding: 0px 3px;
  justify-content: center;
}
div.item_image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #dededc;
}
a.tbrand {
  background-color: white;
  display: inline-block;
  width: 60px;
  height: 60px;
  flex: 0 0 auto;
  border-radius: 100px;
  top: 3px;
}
div.tbrandimg {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 40px;
}

div.sabata_bttm {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  background: #afffb8;
  padding: 10px 10px;
  border-radius: 50px;
  width: 165px;
  height: 60px;
  box-shadow: -2px 2px 11px -5px #1cc664;
}
div.sabata_bttm img {
  margin: 0 auto;
  text-align: center;
  display: block;
  width: 38px;
  position: absolute;
  right: 12px;
  top: 12px;
}
div.sabata_bttm a {
  display: block;
  margin: 0 auto;
  text-align: center;
  margin-top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  top: 0px;
  left: 0px;
  background: transparent;
}

div.gellary_img_show {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1c1c1ce6;
  z-index: 4;
  backdrop-filter: blur(10px);
}
button.close_image_show {
  width: 54px;
  height: 54px;
  background-color: #532f2fd4;
  position: absolute;
  top: 20px;
  right: 20px;
  background-image: url(../images/close_rounded_80_white.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px;
  z-index: 6;
  border-radius: 8px;
}
img.imge_inshow {
  width: calc(100% - 20px);
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 16px;
  transform: translate(-50%, -50%);
  object-fit: contain;
  max-height: 100%;
}
div.sabata_bttm span {
  position: absolute;
  top: 50%;
  left: 41%;
  transform: translate(-50%, -50%);
  font-size: 21px;
  font-weight: bold;
}
div.btm_buy {
  position: fixed;
  bottom: 10px;
  left: calc(100% - -155px);
  right: -1000px;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  gap: 2px;
  background: #746dae;
  width: 300px;
  padding: 6px 6px;
  border-top-left-radius: 0px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 0px;
  transition: all 0.5s;
}

div.btm_buy_show {
  right: auto;
}

button.hide_buybox {
  width: 50px;
  height: 100%;
  background-color: #746dae;
  border-radius: 8px 0px 0px 8px;
  position: absolute;
  top: 0;
  right: auto;
  left: -52px;
  z-index: 1;
  cursor: pointer;
  background-image: url(../images/right.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 28px;
  transition: all 0.5s;
}
button.hide_buybox_active {
  background-image: url(../images/buy.png) !important;
  background-color: #3c3579 !important;
  background-size: 26px !important;

  width: 50px;
  height: 50%;
  background-color: #746dae;
  border-radius: 8px 0px 0px 8px;
  position: absolute;
  top: 0;
  right: auto;
  left: -52px;
  z-index: 1;
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.5s;
}
img.g_img_show {
  display: block;
  width: 100%;
  margin: 0 auto;
  border-radius: 10px;
  height: auto;
}
button.showimginuk {
  padding: 5px 5px;
  background: #ffffff;
  border-radius: 4px;
  margin-bottom: 5px;
  width: 100%;

  text-align: center;
}
div.main_u_image {
  display: block;
  margin-top: 10px;
  background: #d7e6ef;
  padding: 8px;
  border-radius: 6px;
}
img.loading_kdiag {
  width: 50px;
  display: block;
  text-align: center;
  margin: 0 auto;
}

button.buyhref_diagshow {
  background-color: #3c3579;
  border-radius: 8px 8px 0px 0px;
  text-align: center;
  font-size: 17px;
  height: 50px;
  line-height: 50px;
  font-family: np;
  padding-right: 15px;
  background-image: url(../images/pen.png);
  background-repeat: no-repeat;
  background-size: 28px;
  background-position: 93% center;
  color: white;
  transition: all 0.2s;
}
button.buyhref_diagshow:active {
  color: rgb(231, 231, 231);
  background-color: #463e88;
}

button.show_sabata_btn {
  background-color: #3c3579;
  border-radius: 0px 0px 8px 8px;
  text-align: center;
  font-size: 17px;
  height: 50px;
  line-height: 50px;
  font-family: np;
  padding-right: 23px;
  background-image: url(../images/buy.png);
  background-repeat: no-repeat;
  background-size: 25px;
  background-position: 91% center;
  color: white;
  transition: all 0.2s;
}

div.qttdiv {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  height: 38px;
}

span.sqtts {
  display: inline-block;
  width: 45px;
  height: 100%;
  background: #ececec;
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px;
}

span.p_qtt {
  background-image: url(../images/plus_rounded-1.svg);
}
span.m_qtt {
  background-image: url(../images/minus.png);
}

input.itqttinput {
  direction: ltr;
  width: calc(100% - 100px);
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  height: 100%;
}
div.items_in_sabata {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: stretch;
  flex-direction: column;
  gap: 8px;
}
div.item_in_sabata {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  flex: 1 1 auto;
  background: transparent;
  padding: 10px 5px;
  border-radius: 0px;
  justify-content: space-between;
  height: auto;
  width: 103%;
  left: 1.5%;
  box-shadow: 0px -5px 0px 0px #9d9d9d6b;
}
button.item_del {
  background-color: #ffb2b24d;
  background-image: url(../images/x.png);
  background-repeat: no-repeat;
  background-size: 21px;
  background-position: center;
}
p.itemname_in_sabata {
  text-overflow: ellipsis;
  width: 100%;
  background: transparent;
  text-align: center;
  font-family: "np";
  letter-spacing: normal;
  padding-bottom: 2px;
  font-size: 20px;
}

div.about_top {
  background: #e0e0e000;
  padding: 10px;
  margin: 0 auto;
  margin-top: -35px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
  width: 420px;
  max-width: 98%;
  gap: 5px 5px;
}

div.tp_about {
  flex: 1 1 auto;
  display: flex;
  gap: 12px;
}
div.btnm_btns {
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-evenly;
  align-items: center;
  gap: 3px;
}
div.tp_about a {
  background-color: #dbd6ff;
  padding: 5px 25px 5px 5px;
  background-image: url(../images/phone.png);
  background-position: calc(100% - 2px);
  background-repeat: no-repeat;
  background-size: 20px;
  border-radius: 6px;
}

input.txthref {
  text-align: left;
  direction: ltr;
  width: 100%;
}
div.btm_about p {
  background-color: #554ba6;
  padding: 5px 5px 5px 5px;
  background-image: url(../images/location.png);
  background-position: calc(100% - 4px);
  background-repeat: no-repeat;
  background-size: 20px;
  border-radius: 6px;
  color: white;
  width: 100%;
  text-align: center;
}
div.btm_about {
  width: 100%;
}

.parts {
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  gap: 6px;
}
.parts a {
  padding: 10px;
  background: #3b318f;
  border-radius: 6px;
  width: 110px;
  text-align: center;
  font-size: 18px;
  color: white;
}
.parts a:active {
  color: whitesmoke;
  background: #483ea2;
}
p.apttl {
  text-align: center;
  margin-top: -31px;
  margin-bottom: 16px;
  font-size: 29px;
}

p.table_ttle {
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-family: np;
  margin-bottom: 10px;
}

div.div_tbls {
  margin-top: 20px;
  overflow-x: auto;
}
table.tbls * {
  text-align: center;
}

.mentop {
  display: flex;
  gap: 6px;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.mentop a {
  padding: 8px 8px 13px 8px;
  background: #3b308e;
  color: white;
  border-radius: 6px;
  font-size: 16px;
  font-family: seg;
  font-weight: 600;
}
.mentop a:active {
  color: white;
  background-color: #463b97;
}

div.main_contents_2 {
  margin-top: 10px;
  background: transparent;
  padding: 0px;
}

.main_moct {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 100%;
  margin: 0 auto;
}
.incc {
  flex: 1 1 calc(50% - 8px);
  background-color: #ffffffbf;
  padding: 10px 10px;
  border-radius: 8px;
  text-align: center;
}
.incc_2 {
  flex: 1 1 100%;
}
.incc_2 a {
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  margin-bottom: -4px;
  width: auto;
  color: #2671d1;
  font-family: "np";
  margin-right: 1px;
  margin-left: 1px;
}
.img_icc {
  height: 85px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center 10px;
  background-size: 50px;
}
a.gmapa {
  font-size: 14px;
  color: #2685a3;
}
div.img_icc1 {
  background-image: url(../images/delevery.png);
}
div.img_icc2 {
  background-image: url(../images/headphone.png);
}
div.img_icc3 {
  background-image: url(../images/back.png);
}
div.img_icc4 {
  background-image: url(../images/star.png);
}
p.p1_icc {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  margin-top: -18px;
}
p.p2_icc {
  text-align: center;
  font-size: 14px;
  font-weight: normal;
  margin-top: 3px;
}

.buyhref {
  background-image: url(../images/wa.png);
  background-repeat: no-repeat;
  background-size: 28px;
  background-position: 93% center;
}

span.dctxt {
  display: block;
  font-size: 16px;
}
span.dctxtprice {
  text-align: center;
}

p.item_price {
  font-size: 20px;
  text-align: center;
  background: #ececec;
  padding: 6px 0px;
  border-radius: 6px 6px 6px 6px;
  font-family: np;
  color: #3c3c3c;
}
div.subbrands_container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  gap: 4px 4px;
  flex-wrap: nowrap;
}
div.sel_brands {
  flex: 1 1 100%;
  background-color: #ededed;
  border-radius: 6px;
  height: 127px;
  display: block;
  padding: 12px 12px;
  cursor: pointer;
}
p.subbrname {
  margin-left: 30px;
  background: transparent;
  font-size: 16px;
}
span.subbrcheckbx {
  width: 30px;
  height: 30px;
  background-color: #ffffffa3;
  display: inline-block;
  position: absolute;
  left: 5px;
  top: 50%;
  border-radius: 7px;
  transform: translateY(-50%);
  background-image: url();
  background-position: center;
  background-size: 25px;
  background-repeat: no-repeat;
}
div.sel_brands_checked span.subbrcheckbx {
  background-image: url(../images/check_mor.png);
}
a.subbrand_href {
  width: 100%;
  height: 46px;
  background: #53499c;
  border-radius: 6px;
  text-align: center;
  padding: 10px 2px;
  font-size: 18px;
  font-family: np;
  color: white;
}
a.subbrand_href:active {
  background: #6258a8;
  color: white;
}
@media screen and (max-width: 805px) {
  div.main_item {
    flex: 1 0 calc(50% - 5px);
    max-width: calc(50% - 5px);
  }
}
@media screen and (max-width: 590px) {
  div.main_item {
    flex: 1 0 100%;
    max-width: 100%;
  }
  a.sbrand {
    width: 100% !important;
  }
  a.sbrand div.brandimg {
    height: 190px !important;
    margin-top: 5px !important;
    background-size: 185px !important;
  }
  a.actr.sbrand p {
    font-size: 16px !important;
    top: 2px !important;
  }
}
@media screen and (max-width: 870px) {
  div.main_contents,
  section#splide01 {
    width: 672px;
  }
}
@media screen and (max-width: 740px) {
  div.main_contents,
  section#splide01 {
    width: 545px;
  }
}
@media screen and (max-width: 640px) {
  div.main_contents,
  section#splide01 {
    width: 545px;
  }
  div.main_brands {
    gap: 10px;
  }
  .incc {
    flex: 1 1 100%;
    padding: 10px 10px;
  }
}

@media screen and (max-width: 570px) {
  div.main_contents,
  section#splide01 {
    width: 510px;
  }

  div.brandimg {
    height: 92px;
    margin-top: 13px;
    background-size: 90px;
  }
  a.actr.brand p {
    font-size: 16px;
    top: 2px;
  }
}

@media screen and (max-width: 536px) {
  div.main_contents,
  section#splide01 {
    width: 435px;
  }

  div.brandimg {
    height: 90px;
    margin-top: 2px;
    background-size: 68px;
  }
  a.actr.brand p {
    font-size: 16px;
    top: -2px;
  }
  a.brand {
    width: calc(100% / 3 - 16px);
    height: 120px;
    border-radius: 15px;
  }
}
@media screen and (max-width: 455px) {
  div.main_contents,
  section#splide01 {
    width: 396px;
  }

  div.brandimg {
    height: 100px;
    margin-top: 0px;
    background-size: 68px;
  }
  a.actr.brand p {
    font-size: 15px;
    top: -10px;
  }
}
@media screen and (max-width: 404px) {
  div.main_contents,
  section#splide01 {
    width: 350px;
  }

  div.brandimg {
    height: 60px;
    margin-top: 8px;
    background-size: 60px;
  }
  a.actr.brand p {
    font-size: 13.5px;
    top: 6px;
  }

  a.brand {
    height: 100px;
    border-radius: 12px;
  }
}
