.rootSection {
  padding: 0 15px;
  position: relative;
}
.rootList {
  flex-wrap: nowrap;
  gap: 20px;
  overflow-x: auto;
  padding: 20px 0 15px;
}
.rootSection::after,
.pagHolder::after {
  content: "";
  width: 30%;
  max-width: 80px;
  height: calc(100% - 40px);
  background: -o-linear-gradient(
    90deg,
    rgba(242, 243, 247, 0) 0%,
    #f2f3f7 85.42%
  );
  background: -moz-linear-gradient(
    90deg,
    rgba(242, 243, 247, 0) 0%,
    #f2f3f7 85.42%
  );
  background: -webkit-linear-gradient(
    90deg,
    rgba(242, 243, 247, 0) 0%,
    #f2f3f7 85.42%
  );
  background: linear-gradient(90deg, rgba(242, 243, 247, 0) 0%, #f2f3f7 85.42%);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  pointer-events: none;
}
.pagHolder::after {
  width: 40%;
  height: calc(100% - 10px);
  top: 0;
  transform: none;
}
.rtl .rootSection::after,
.rtl .pagHolder::after {
  right: unset;
  left: 0;
}
.rootList::-webkit-scrollbar,
.productPagDiv::-webkit-scrollbar {
  height: 7px;
}
.rootList::-webkit-scrollbar-track,
.productPagDiv::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.rootList::-webkit-scrollbar-thumb,
.productPagDiv::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 7px;
}
.rootList::-webkit-scrollbar-thumb:hover,
.productPagDiv::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.rooteItem {
  white-space: nowrap;
  gap: 20px;
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: 0%;
  color: var(--clr69);
  align-items: center;
}
.rooteItem:last-child svg {
  display: none;
}
/* main */
main {
  background-color: var(--clrFa);
  border: 1px solid var(--clrD6);
  padding: 15px;
  position: relative;
}
.companyInfoSection {
  margin-top: 15px;
}
.companyInfoMainDiv {
  grid-template-columns: 1fr;
}
.companyTitle,
.mainProductTitle {
  width: 60%;
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0%;
  padding-left: 10px;
  border-left: 2px solid var(--clrBlue1);
  color: var(--clr21);
}
.rtl .companyTitle,
.rtl .mainProductTitle {
  border-left: none;
  border-right: 2px solid var(--clrBlue1);
  padding-left: 0;
  padding-right: 10px;
}
.companyInfoMainDiv {
  width: 100%;
  grid-template-columns: 1fr;
  gap: 30px;
}
.coLeftDiv {
  width: 100%;
  flex-wrap: wrap;
  gap: 10px;
}
.coImg {
  width: 108px;
  height: auto;
  aspect-ratio: 1/1;
  border: 1px solid var(--clrC1);
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.coLeftInfoDiv {
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  width: calc(100% - 118px);
  gap: 7px;
}
.companyText1 {
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0px;
  vertical-align: middle;
  color: var(--clr21);
}
.companyText2,
.itemLabel {
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0px;
  vertical-align: middle;
  color: var(--clr21);
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}
.companyText2 span,
.itemRegionDesc {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  vertical-align: middle;
  color: var(--clr86);
}
.companyRegion {
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
}
.regionImg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  align-self: flex-end;
}
.orderRequestBtn {
  padding: 0 25px;
  border: 1px solid var(--clrBlue2);
  font-weight: 500;
  font-style: Medium;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: -0.5px;
  color: var(--clrBlue2);
  margin-top: 10px;
  height: 48px;
}
.companyWhatsapp {
  margin: 10px 0 0 auto;
  height: 48px;
  width: 48px;
  background-color: var(--greenClr);
}
.rtl .companyWhatsapp {
  margin: 10px auto 0 0;
}
.sliderMainDiv {
  width: 100%;
  min-width: 0;
}
.SliderDiv {
  width: 100%;
}
.productSlider {
  width: 100%;
  min-width: 0;
}
.sliderImg {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border: 1px solid var(--clrC1);
}
.pagHolder {
  position: relative;
}
.productPagDiv {
  flex-wrap: nowrap;
  overflow-x: auto;
  gap: 10px;
  width: 100%;
  padding-bottom: 10px;
}
.productImgBullet {
  min-width: calc(100% / 3.5);
  height: auto;
  aspect-ratio: 10.3/7.4;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border: 1px solid var(--clrC1);
}
.productImgBullet.active {
  border: 1px solid var(--clrBlue2);
}
.pagHolder:has(.productPagDiv.hideEffect)::after {
  display: none;
}
.companyDescDiv {
  width: 100%;
}
.companyDescTitle {
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0%;
  padding-left: 10px;
  border-left: 2px solid var(--clrBlue1);
  padding: 3px 0 3px 10px;
}
.rtl .companyDescTitle {
  border: none;
  border-right: 2px solid var(--clrBlue1);
  padding: 3px 10px 3px 0;
}
.companyDescText {
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 0px;
  text-transform: capitalize;
  color: var(--clr21);
  margin-top: 15px;
}
.companyDescText2,
.companyDescText2 span {
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 0px;
  text-transform: uppercase;
  color: var(--clr86);
}
.companyDescText2 {
  flex-direction: column;
  display: -webkit-flex;
  display: flex;
  margin-top: 25px;
  gap: 5px;
}
.companyDescText2 span {
  font-weight: 600;
}
.verifiedText {
  position: absolute;
  right: 15px;
  top: 15px;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0px;
  color: var(--clr21);
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 7px;
}
.deskCartSupplier {
  display: none;
}
@media screen and (min-width: 768px) {
  .companyInfoMainDiv {
    grid-template-columns: 2fr 1fr;
    gap: 20px 40px;
    grid-template-areas:
      "top-left   top-right"
      "bottom-left top-right";
  }
  .coLeftDiv {
    grid-area: top-left;
  }
  .sliderMainDiv {
    grid-area: top-right;
  }
  .companyDescDiv {
    grid-area: bottom-left;
    border-top: 1px dashed var(--clrC1);
    padding-top: 20px;
  }
  .verifiedText {
    position: unset;
    margin-top: 20px;
  }
  .companyDescText2 {
    margin-top: 7px;
    display: block;
  }
  .companyDescText2 span {
    margin-top: 0;
  }
  .companyRegion {
    width: calc(50%);
  }
  .regionImg {
    position: unset;
    align-self: flex-start;
    transform: translateY(0);
  }
}
@media screen and (min-width: 968px) {
  main {
    background-color: var(--clrF);
  }
  .companyInfoSection {
    flex-direction: row;
    gap: 40px;
    flex-wrap: wrap;
    margin-top: 25px;
  }
  .companyInfoMainDiv {
    width: calc(70% - 30px);
  }
  .companyInfoMainDiv {
    grid-template-columns: 1.2fr 1fr;
    gap: 20px 60px;
  }
  .deskCartSupplier {
    display: -webkit-flex;
    display: flex;
    width: calc(30% - 30px);
    padding: 15px 15px 10px;
    border: 1px solid var(--clrC1);
    background-color: var(--clrFa);
    height: fit-content;
  }
  .supplierImg {
    border: 1px solid var(--clrAd);
    width: 86px;
    height: 86px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
  }
  .cardSupplierName {
    font-weight: 700;
    font-style: Bold;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0px;
    vertical-align: middle;
    color: var(--clr21);
    margin-top: 15px;
  }
  .cardVerified {
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0px;
    color: var(--clr21);
    gap: 7px;
    margin-top: 20px;
  }
  .cardSupplierText {
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0px;
    vertical-align: middle;
    margin-top: 20px;
  }
  .cardSupplierText span {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0px;
    vertical-align: middle;
    color: var(--clr86);
  }
  .cardSupplierText.ceoText {
    margin-top: 40px;
  }
  .cardSupplierWhatsapp {
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: -0.5px;
    padding: 10px 15px;
    color: var(--clrF);
    gap: 10px;
    margin: 40px auto 5px;
    background-color: var(--greenClr);
  }
  .companyWhatsapp {
    display: none;
  }
  .companyRegion {
    width: calc(100% - 175px);
  }
  .orderRequestBtn {
    justify-self: flex-end;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: -0.5px;
    height: fit-content;
    padding: 10px 25px;
    margin-left: auto;
  }
  .rlt .orderRequestBtn {
    margin-left: unset;
    margin-right: auto;
  }
  .pagHolder::after {
    display: none;
  }
  .productPagDiv {
    gap: 5px;
  }
  .productImgBullet {
    min-width: calc(100% / 4 - 5px * 3 / 4);
  }
}
@media screen and (min-width: 1250px) {
  .companyInfoSection {
    gap: 60px;
  }
  .companyInfoMainDiv {
    width: calc(72% - 30px);
  }
  .companyInfoMainDiv {
    grid-template-columns: 1.4fr 1fr;
    gap: 20px 100px;
  }
  .deskCartSupplier {
    width: calc(28% - 30px);
    padding: 25px 25px 10px;
  }
}
/* mainProductsSection */
.mainProductsSection {
  margin-top: 20px;
}
.mainProductsFilter {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 15px 30px;
  flex-wrap: wrap;
  margin-top: 25px;
}
.mainProductFilterBtn {
  padding: 5px 10px;
  border-bottom: 2px solid var(--clrC1);
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: var(--clr21);
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 7px;
}
.mainProductFilterBtn.blue {
  color: var(--clrBlue2);
  border-bottom: 2px solid var(--clrBlue2);
}
.mainProductFilterBtn.orange {
  background-color: #fff9e8;
  border-bottom: 2px solid var(--orangeClr);
  color: var(--orangeClr);
}
.mainProductsList {
  margin-top: 20px;
  gap: 15px;
  flex-wrap: wrap;
}
.mainProductItem {
  width: calc(100% / 2 - 15px / 2);
  border: 1px solid var(--clrD6);
  position: relative;
  background-color: var(--clrF);
}
.mainProductImg {
  width: 100%;
  height: auto;
  aspect-ratio: 1.4/1;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-bottom: 1px solid var(--clrD6);
}
.mainProductItemInfoDiv {
  padding: 10px 10px 15px;
}
.mainProductLink {
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0%;
  height: 45px;
  color: var(--clr21);
}
.mainProductSize {
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  font-weight: 400;
  font-size: 16px;
  line-height: 109%;
  letter-spacing: 0%;
  color: var(--clr21);
  gap: 5px;
  margin-top: 5px;
}
.mainProductSize span {
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  line-height: 109%;
  letter-spacing: 0%;
  color: var(--clr5C);
}
.mainProductMoreInfo {
  margin-top: 15px;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.5px;
  color: var(--clrBlue1);
  gap: 10px;
  align-self: center;
}
.itemPrice {
  position: absolute;
  left: 7px;
  bottom: 7px;
  padding: 3px 15px;
  background-color: var(--clrBlue2);
  color: var(--clrF);
  font-weight: 700;
  font-style: Bold;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0%;
  text-align: center;
}
.rtl .itemPrice {
  left: unset;
  right: 7px;
}
.mainProductItem.offer::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 41px solid transparent;
  border-top: 52px solid var(--orangeClr);
  border-bottom: 0px solid transparent;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (min-width: 768px) {
  .mainProductItem {
    width: calc(100% / 3 - 15px * 2 / 3);
  }
  .mainProductItemInfoDiv {
    padding: 15px 15px 20px;
  }
  .mainProductLink {
    font-weight: 700;
    font-style: Bold;
    font-size: 18px;
    line-height: 110%;
    letter-spacing: -1%;
    height: fit-content;
  }
  .mainProductSize {
    display: block;
    font-weight: 600;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0%;
    margin-top: 12px;
  }
  .mainProductSize span {
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    letter-spacing: 0%;
  }
  .mainProductMoreInfo {
    margin: 25px 0 0;
    align-self: flex-start;
  }
}
@media screen and (min-width: 968px) {
  .mainProductsSection {
    padding-top: 20px;
    border-top: 1px dashed var(--clrE2);
  }
  .mainProductsFilter {
    gap: 20px;
    margin-top: 15px;
  }
  .mainProductItem {
    width: calc(100% / 4 - 15px * 3 / 4);
  }
}
@media screen and (min-width: 1150px) {
  .mainProductsList {
    gap: 15px 30px;
  }
  .mainProductItem {
    width: calc(100% / 4 - 30px * 3 / 4);
  }
}
/* paginationDiv */
.paginationDiv {
  margin: 40px auto 0;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.prevPage,
.nextPage {
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.5px;
  gap: 10px;
  color: var(--clrBlue2);
}
.prevPage.deactive,
.nextPage.deactive {
  color: var(--clr5C);
}
.pageNumber,
.dotPage {
  height: 40px;
  width: 40px;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.5px;
  color: var(--clrBlue2);
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pageNumber.currentPage {
  background-color: var(--clrD6);
}
.morePage {
  display: none;
}
@media screen and (min-width: 768px) {
  .morePage {
    display: -webkit-flex;
    display: flex;
  }
  .paginationDiv {
    margin-bottom: 40px;
  }
}
/* requestModal */
.requestModalHeader {
  background-color: var(--clrBlue1);
  padding: 12px;
}
.requestModal .modalContent {
  padding: 0;
}
.requestHeaderTitle {
  font-weight: 700;
  font-style: Bold;
  font-size: 22px;
  line-height: 120%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: var(--clrF);
}
.requestCloserBtn {
  font-size: 16px;
  height: 30px;
  width: 30px;
  color: var(--clrF);
}
.requestForm {
  padding: 20px;
  max-height: 80dvh;
  overflow-y: auto;
}
.requestFormText1 {
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0%;
  color: var(--clr21);
  padding-inline-start: 10px;
  border-left: 2px solid var(--clrBlue1);
  margin-bottom: 20px;
}
.rtl .requestFormText1 {
  border: none;
  border-right: 2px solid var(--clrBlue1);
}
.customFieldset {
  outline: none;
  border: none;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 7px;
}
.contentLabel {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0%;
  color: var(--clr21);
}
.contentTextarea {
  background-color: var(--bgClr);
  border: 1px solid var(--clrC1);
  padding: 15px;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0%;
  color: var(--clr69);
  height: 180px;
  resize: vertical;
  width: 100%;
  outline: none;
}
.translateBtn {
  gap: 10px;
  background-color: #c0d5fd;
  font-weight: 500;
  font-style: Medium;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0.5px;
  color: #1f14bd;
  padding: 7px 0;
  width: 100%;
}
.translateBtn img {
  width: 30px;
  height: 30px;
}
.translateHint {
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: -1%;
  color: #e55f0b;
  width: 100%;
}
.row2 {
  margin-top: 20px;
  gap: 20px;
  flex-wrap: wrap;
}
.formLabel {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0%;
  color: var(--clr21);
}
.photoInputList {
  gap: 8px;
}
.photoInputDiv {
  position: relative;
  width: calc(100% / 6 - 8px * 5 / 6);
  border-bottom: 1px solid var(--clrC1);
}
.photoInput {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 5;
}
.photoInputImg {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.customInput,
.customSelect {
  height: 48px;
  border: none;
  border-bottom: 2px solid var(--clrC1);
  background-color: var(--bgClr);
  padding: 0 15px;
  width: 100%;
  outline: none;
}
.submitFormBtn {
  background-color: var(--clrBlue2);
  min-height: 48px;
  padding: 0 25px;
  color: var(--clrF);
  font-weight: 500;
  font-style: Medium;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0.5px;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .row2 .customFieldset {
    width: calc(100% / 2 - 20px / 2);
  }
  .photoInputList {
    justify-content: space-between;
  }
  .photoInputDiv {
    width: 48px;
  }
  .translateBtn,
  .translateHint {
    width: calc(100% / 2 - 20px / 2);
  }
  .submitFormBtn {
    width: fit-content;
    padding: 0 40px;
  }
}
.requestResultTitle {
  font-weight: 700;
  font-style: Bold;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 1px;
  text-align: center;
  color: var(--clrBlue1);
}
.requestResultText {
  font-weight: 700;
  font-size: 25px;
  line-height: 140%;
  letter-spacing: 0%;
  text-align: center;
  color: var(--clr21);
  margin-top: 40px;
}
.requestResultBtn {
  padding: 8px 12px;
  border: 1px solid var(--clrC1);
  font-weight: 500;
  font-style: Medium;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: -0.5px;
  color: var(--clrC1);
  margin: 40px auto 0;
}


.company_links_part{
  display: flex;
  align-items: center;
  gap: 10px;

  >a{
    padding: 5px;
  }
  >a:hover{
    background-color: #f9f9f9;
    border-radius: 10px;
    opacity: 0.8;
  }
}