.product-desc,.product-desc p{
  font-size: 14px;
}

.price{
  font-size: 32px;
  color: #512b80;
}
h1.main-title{
  font-size: 32px !important;
}
h3.title2{
  font-size: 28px !important;
}
h3.sub-title{
  font-size: 24px !important;
}
.sub-title{
  font-size: 24px !important;
  margin-bottom: 20px;
}
.sub-title2{
  font-size: 20px !important;
  margin-bottom: 20px;
}
@font-face {
  font-family: 'DroidKufi';
  src: url('../fonts/DroidKufi-Bold.ttf');
  src: url('../fonts/DroidKufi-Regular.ttf');
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: 'DroidKufi';
  font-weight: 400;
  color: #64686d;
  line-height: 26px;
  text-align: right;
}


footer{
  direction: rtl;
}

.collapse-panel input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.collapse-panel .row {
  display: -webkit-box;
  display: flex;
}
.collapse-panel .row .col {
  -webkit-box-flex: 1;
  flex: 1;
}
.collapse-panel .row .col:last-child {
  margin-left: 1em;
}

/* Accordion styles */
.collapse-panel .tabs {
  overflow: hidden;
}

.collapse-panel .tab {
  width: 100%;
  color: white;
  overflow: hidden;
}
.collapse-panel .tab-label {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding: 1em;
  background: #ab79ce;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  direction: rtl;
  line-height: 1.3;
  text-align: right;
  /* Icon */
}
.collapse-panel .tab-label:hover {
  background: #5ccbee;
}
.tab-label::after {
  content: "\276F";
  width: 1em;
  height: 1em;
  text-align: center;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.collapse-panel .tab-content {
  max-height: 0;
  padding: 0 1em;
  color: #2c3e50;
  background: white;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  direction: rtl;
  display: flex;
}
.collapse-panel .tab-content ul li {
  text-align: right;
}


.collapse-panel .tab-close {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
  justify-content: flex-end;
  padding: 1em;
  font-size: 0.75em;
  background: #2c3e50;
  cursor: pointer;
}
.collapse-panel .tab-close:hover {
  background: #5ccbee;
}

.collapse-panel input:checked + .tab-label {
  background: #5ccbee;
}
.collapse-panel input:checked + .tab-label::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.collapse-panel input:checked ~ .tab-content {
  max-height: 100vh;
  padding: 1em;
}
