.d-flex-div {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}

.d-flex-div-col {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.breadcrumbs {
  background-color: #F3F3F3;
  color: #252840;
  top: -15px;
  width: 100%;
  text-align: right;
  line-height: 61px;
  z-index: 100;
}

.breadcrumbs a {
  color: #252840 !important;
  text-decoration: none;
}

.all-kinds {
  margin-block-start: 45px;

}

.all-kinds .sort-icon {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  flex-direction: row-reverse;
  justify-content: space-between;

}

.all-kinds .sort-icon .right {
  /* display: flex;
  flex-direction: row-reverse;
  justify-content: flex-start;
  align-items: flex-end; */

  display: flex;
  flex-direction: row-reverse;
  align-items: center;

}



.all-kinds .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  background-color: #ffffff !important;
}

.all-kinds .sort-icon .icons-part .nav-pills .nav-link.active i,
.icons-part .nav-pills .show>.nav-link {


  background-color: var(--lightblue);
  color: #ffffff !important;
}

.all-kinds .sort-icon .icons-part a {

  padding: 0;
}

.all-kinds .sort-icon .icons-part i {
  width: 40px;
  height: 40px;
  border-radius: 4px;
  padding: 0;
  margin: 0;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  border: 1px solid #B1B6BA;
  color: #b1b6ba;
  margin-inline: 2px;
  /* margin-right: 6px; */
}

.all-kinds .sort-icon .select-arrows select {
  display: block;
  background: #fff;
  margin: 20px auto;
  padding: 0 30px;
  text-overflow: ellipsis;
  border: 1px solid #B1B6BA;
  padding: 8px 16px;
  width: 130px;
  font-size: 14px;
  border-radius: 5px !important;
  direction: rtl;
  color: #B1B6BA;
  margin: 5px 0;
  -webkit-appearance: none;
  appearance: none;
  font-weight: bold;
  width: 200px;
  position: relative;

}


.all-kinds .sort-icon .select-arrows {
  position: relative;
  max-width: 888px;
  margin: auto;
  text-align: right;
}

.all-kinds .sort-icon .select-arrows::after {
  content: "\f0d7";
  font-family: "Font Awesome\ 5 Free";
  font-weight: 900;
  font-size: 16px;
  top: 13px;
  left: 14px;
  position: absolute;
  color: #B1B6BA;
}



/* book block */


.all-kinds .book-items {

  display: flex;
  margin-top: 20px;
  text-align: center;
  position: relative;
  align-content: center;
  justify-content: flex-end;
  flex-wrap: wrap;

}

.all-kinds .book-item {
  background-color: #EFEFEF;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 250px;
  text-align: center;
  position: relative;
  padding: 17px;
  padding-bottom: 9px;
  margin: 8px;

  display: flex;
  margin-top: 20px;
  text-align: center;
  position: relative;
  align-content: center;
  justify-content: flex-end;
  flex-wrap: wrap;

}

.all-kinds hr {
  height: 1px;
  background: #b6b5b5;
  width: 90%;
}

.all-kinds p {
  font-family: 'TajawalBold';
  font-size: 15px;
  margin-bottom: 1px;
  padding: 0px 6px;
  margin-top: 4px;
}

.all-kinds .text-flex {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-between;
  width: 100%;
}

.all-kinds img {
  width: 180px;
  max-width: 180px;
}

.all-kinds .category {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  flex-direction: row-reverse;
}

.all-kinds .price {
  width: 100%;
}

.all-kinds .category a {
  text-decoration: none;
  padding: 3px 6px;
  border-radius: 5px;
  background: #fff;
  font-size: 12px;
  margin: 2px;
}

.all-kinds .price .nextpriceline {
  font-size: 24px;
  color: var(--lightblue);
  font-weight: bolder;
}

.all-kinds .category .blue {
  border: 1px solid var(--blue);
  color: var(--blue);
}

.all-kinds .category .lightblue {
  border: 1px solid var(--lightblue);
  color: var(--lightblue);
}

.all-kinds .category .red {
  border: 1px solid #EE3364;
  color: #EE3364;
}

.all-kinds .category a:hover {
  box-shadow: 1px 1px 8px #00000050;
  /* background: var(--blue); */
  color: #5d5d5d;
  transform: scale(1.02);
}


/* labels */

.all-kinds .discount-label {
  width: 70px;
  position: absolute;
  top: 0px;
  right: 0px;
}

.all-kinds .new-label {
  width: 70px;
  position: absolute;
  top: 0px;
  left: 0px;
}




/* fixed-icons */

.all-kinds .fixed-icons {
  position: absolute;
  top: 91px;
  left: 8px;
  display: none;
}

.all-kinds .fixed-icons li {
  margin: 3px 0;
}

.all-kinds .fixed-icons li .icon {
  width: 35px;
  height: 35px;
  background: #fff;
  border-radius: 50%;
}

.all-kinds .fixed-icons i {
  margin-top: 10px;
}

.all-kinds .fixed-icons a {
  color: #000;
}



.all-kinds .book-item:hover .fixed-icons {
  display: inline;
}

.all-kinds form {
  flex-direction: column;
  align-items: flex-end;
  display: block;
  text-align: right;
}


.all-kinds form h3 {

  font-size: 20px;
  color: var(--blue);
  margin-block: 12px;
  font-family: 'TajawalMedium';
}


.all-kinds .collapse-list ul {
  direction: rtl;
  font-size: 12px;
  display: flex;
  align-items: stretch;
  flex-direction: column;
}

.all-kinds .collapse-list .dropdown-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 9px 0;
  border-bottom: 1px solid #ddd;
}

.all-kinds .collapse-list .sub {
  padding-inline-end: 15px;
}




.all-kinds .collapse-list .sub-list li {

  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ddd;
  padding: 9px 0;
}

.all-kinds .collapse-list .sub-list li a {
  color: #000;
  text-decoration: none;
  margin-inline-start: 20px;
}

.all-kinds .cleck-list {}

.all-kinds .cleck-list ul>li {

  display: flex;
  justify-content: space-between;
  border: none;
  padding: 0.5rem 0;
  flex-direction: row-reverse;
  align-items: center;
  border-bottom: 1px solid #ddd;
  margin-block: 1px;
}

.all-kinds .cleck-list .categ {

  width: 60px;
}

.all-kinds .cleck-list .categ {
  background: #fff;
  padding: 9px 9px;
  border-radius: 10px;
  box-shadow: 2px 3px 2px #dadada;
  width: 45px;
  height: 45px;
  text-align: center;

  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  font-size: 13px;
}

.all-kinds .cleck-list .categ:hover {

  box-shadow: 1px 1px 8px #a4a4a480;
  transform: scale(1.02);
}


.all-kinds .cleck-list .categ img {
  width: 18px;
}

.all-kinds .cleck-list span {
  font-size: 13px;
  margin-inline-end: 12px;
}


.all-kinds .form-check-input:checked[type=checkbox] {
  background-color: #1f4490;
}


.all-kinds .baz-btn {
  background-color: var(--lightblue);
  width: 100%;
  border-radius: 5px;
  height: 40px;
  border: 1px solid #FFF;
  color: #fff;
  text-align: right;
  padding: 0 30px 0 15px;
  /* margin: 2px 15px; */
  font-size: 13px;
  transition: all 0.3s ease-in-out;
  text-align: center;
}


.all-kinds .baz-btn:hover {

  /* color: var(--lightblue);
    background-color: #fff; */
  box-shadow: 1px 1px 8px #66666680;
  transform: scale(1.02);
}



/* range */
.range-slider {
  margin-block-start: 35px;
}

.messages .message__type {
  color: #d6d6d6;
  margin-right: 1ch;
}

.messages p {
  margin-bottom: 0;
}

.results {
  display: flex;
  align-items: baseline;
  padding: 12px 1px;
  /* border: 1px solid #d6d6d6; */
  border-radius: 4px;
  text-align: center;
}

.results__title {
  flex: 0;
  margin-bottom: 0;
}

.results p {
  border-radius: 7px;
  flex: 1;
  margin-bottom: 0;
  border: 1px solid #ddd;
  /* margin-inline: 12px; */
  padding-block: 5px;
}

.results span {
  margin-inline: 21px
}

.slider {
  position: relative;
  width: 100%;
  height: 3px;
  background-color: #eee;
  border-radius: 16px;
  margin-block-start: 30px;
}

.slider__bar {
  display: flex;
  align-items: center;
  background-color: var(--lightblue);
  position: absolute;
  top: 0;
  bottom: 0;
}

.slider__ball {
  position: absolute;
  display: block;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background-color: var(--lightblue);
  transform: scale(1);
  transition: transform 100ms ease-in-out;
  cursor: pointer;
}

.slider__ball#min {
  left: calc(0% - 6px);
  border: 1px solid #000;
}

.slider__ball#max {
  right: calc(0% - 6px);
  height: 9px;
  width: 9px;
}

.slider__ball:hover {
  transform: scale(1.2);

}


/* .offer-timer img{
  width: 160px !important;
}
.offer-timer .part2{
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
} */





/* remaining */
.offer-timer .rem-container {
  width: 180px;
  background-color: #ddd;
  border-radius: 12px;
  direction: rtl;
  height: 16px;
}

.offer-timer .rem {
  text-align: right;
  padding-top: 6px;
  padding-bottom: 6px;


}

.offer-timer .rem-ratio {
  width: 80px;
  background-color: var(--blue);
  border-radius: 12px;
  height: 16px;
}

.offer-timer .rem-text {
  width: 180px;
  padding-top: 6px;
  padding-bottom: 6px;
  display: flex;
  justify-content: space-between;
}



/* saving */

.offer-timer .part2 {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  padding: 20px 0px;
  border: 1px solid var(--blue);
  border-radius: 4px;
  margin-block: 8px;
  position: relative;
}
.offer-timer .part2 .sale{
  position: absolute;
  right: -2px;
  top: -1px;
}
.offer-timer .part2 .sale img{
  width: 80px;
}
.offer-timer .part2 img {
  width: 160px;
}

.offer-timer .offer {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.offer-timer .saving {
  margin: 15px 0;
}

.offer-timer .saving a {
  background: #EE3364;
  padding: 8px 14px;
  border-radius: 4px;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}


.offer-timer .saving a:hover {
  /* background: #fff; */
  padding: 8px 14px;
  border-radius: 4px;
  /* color: #EE3364; */
  text-decoration: none;
  box-shadow: 1px 1px 8px #66666680;
  transform: scale(1.02);
  transform: scale(1.02);


}

/* timer */

.offer-timer .main {
  max-width: 170px;
}

.offer-timer .main p {
  text-align: right;
  font-size: 14px;
}

.offer-timer .countdownn {
  display: flex;
  justify-content: center;
  gap: 5px;
}

.offer-timer .countdown2 {
  display: flex;
  justify-content: center;
  gap: 20px;
}


.offer-timer .countdownn>div {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  width: 10px;
  height: 40px;
  align-items: center;
  justify-content: center;

}


.offer-timer .countdownn .num {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  background-color: #e3e3e3;

}

.offer-timer .countdown2>div {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* margin-top: 50px; */
  width: 40px;
  height: 40px;
  border-radius: 5px;
  font-size: 12px;
  /* background-color: #e3e3e3; */
}


.offer-timer .number {
  font-size: 20px;
  color: #000000;
}

.offer-timer .text-flex {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-between;
  width: 100%;
  flex-direction: row-reverse;
  padding-inline: 9px;
}

.offer-timer img {
  width: 180px;
  max-width: 180px;
}

.offer-timer .text {
  border-top: 2px solid #EBECED;
  border-bottom: 2px solid #EBECED;

  width: 100%;
  text-align: center;
  margin: 8px;
  padding-block:10px ;
}

.offer-timer .text span {
  font-size: 15px;
  font-family: 'TajawalBold';
  color: #252840;
}

.offer-timer .category {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  flex-direction: row-reverse;
}


.offer-timer .text-flex>div {
  flex-grow: 1;
  width: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;

}


.offer-timer .text-flex>div .nextpriceline {
  font-size: 24px;
  color: var(--lightblue);
  font-weight: bolder;
}

.offer-timer .text-flex>div .prevpriceline {
  -webkit-text-decoration-line: line-through;
  text-decoration-line: line-through;
  font-size: 17px;
  color: #77798b;
}
.offer-timer .links{
  direction: rtl;
}
.offer-timer .links .a-cart {
  transition: all 0.3s ease-in-out;
  color: #fff;
  padding: 11px 14px;
  background-color: var(--blue);
  border-radius: 4px;
  font-size: 13px;
  text-decoration: none;
}

.offer-timer .links .a-cart:hover {
  box-shadow: 1px 1px 8px #66666680;
  background: #1f4490;
  color: #fff;
  transform: scale(1.02);
}


.offer-timer .links a {
  color: #101010;
  padding: 6px 12px;
  background-color: #FFFFFF;
  border-radius: 4px;
  font-size: 18px;
  text-decoration: none;
  border: 1px solid #d7dadc;
  margin: 3px;
  transition: all 0.3s ease-in-out;
}


.offer-timer .links a:hover {
  box-shadow: 1px 1px 8px #66666680;
  background: #fff;
  color: #EE3364;
  transform: scale(1.02);
}
