.cp-main-wrapper {
    display: grid;
    grid-template-columns: 424px 1fr;
    gap: 24px;
    direction: rtl;
  }
.cp-desc-about-wrapper {
  width: 100%;
  display: flex;
  padding: 16px;
  flex-direction: column;
  align-items: flex-end;
  gap: 16px;
  /* align-self: stretch; */
  border-radius: 12px;
  border: 1px solid #DDD;
  background: #FFF;
  direction: rtl;
}
.cp-description-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    position: sticky;
    height: fit-content;
  }
.cp-desc-about-wrapper h3 {
    width: 100%;
    color: #030303;
    text-align: right;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 3px 0;
}

.cp-desc-info-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 22px;
    align-self: stretch;
}

.cp-desc-info-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 16px;
    align-self: stretch;
}

.cp-desc-info-item span {
    color: #030303;
    text-align: right;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.cp-desc-info-item-title-container {
    display: flex;
    max-width: 140px;
    align-items: center;
    gap: 8px;
}

.cp-desc-info-item-title-container svg {
    width: 24px;
    height: 24px;
}

.cp-desc-info-item-title-container span {
    color: #757575;
    text-align: right;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.cp-desc-info-item-link {
    color: #3B94D0 !important;
    text-decoration-line: underline;
    text-underline-offset: 0.35em;
}

.cp-desc-about-text-normal {
    color: rgba(3, 3, 3, 0.80);
    text-align: right;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.cp-expandable-text {
    width: 100%;
    position: relative;
}

.cp-text-content {
    width: 100%;
    color: rgba(3, 3, 3, 0.80);
    text-align: right;
    text-overflow: ellipsis;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    overflow: hidden;
    transition: max-height 0.2s ease-in-out;
    max-height: 72px;
}

.cp-toggle-btn {
    border: none;
    background: none;
    overflow: hidden;
    color: #3B94D0;
    text-overflow: ellipsis;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 0;
}

.cp-toggle-btn:focus {
    outline: none;
}
.cp-profile-rate-container {
    display: flex;
    padding: 24px 16px;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    align-self: stretch;
    border-radius: 12px;
    border: 1px solid #ddd;
  }
  .cp-profile-rate-container.desktop {
        display: flex!important;
    }
  .cp-profile-rate-container.mobile {
    display: none!important;
   }
  .cp-profile-rate-info {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 0px 16px 0px 16px;
    justify-content: center;
    align-items: center;
    gap: 4px;
  }
  
  .cp-profile-rate-info-border {
    border-bottom: 1px solid #ededed;
    padding: 0px 16px 16px 16px;
  }
  
  .cp-profile-rate-info h3 {
    color: #030303;
    text-align: right;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 48px;
    margin: 3px 0;
  }
  
  .cp-profile-rate-rate-count {
    color: #757575;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  
  .cp-profile-rate-stars {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    align-self: stretch;
  }
  
  .cp-chat-review-form {
      width: 100%;
  }
  .cp-main-products-list {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    -webkit-column-gap: 16px;
    column-gap: 16px;
  }
  .cp-main-products-list.empty-product {
    grid-template-columns: 1fr;
    gap: 0px;
    column-gap: 0px;
  }
  .cp-main-products-wrapper {
    width: 100%;
    display: flex;
    padding: 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
    border-radius: 12px;
    border: 1px solid #ddd;
  }
  
  .cp-main-products-wrapper h2 {
    color: #030303;
    text-align: right;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 3px 0;
  }
  .cp-content-container {
    min-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    height: fit-content;
  }
  .cp-main-user-feedback-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
  }
  
  .cp-main-user-feedback-header h2 {
    color: #030303;
    text-align: right;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 3px 0;
  }
  .cp-main-user-feedback-header h2 span {
    color:  rgba(3, 3, 3, 0.70);
    text-align: right;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
  }
  
  .cp-main-user-feedback-header .cp-see-all-button {
    color: #3b94d0;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border: none;
    background: transparent;
    padding: 0 16px;
    border-radius: 8px;
    height: 40px;
    transition: all 200ms cubic-bezier(0.42, 0, 1, 1);
    cursor: pointer;
  }
  
  .cp-main-user-feedback-header svg {
    width: 24px;
    height: 24px;
    min-width: 24px;
    min-height: 24px;
  }
  .cpRowProductPlaceholder .default-items {
    margin: 0 0 16px 0 !important;
  }
  .cp-login-info-container {
    margin: auto;
    padding-bottom: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .cp-login-info-container img {
    width: 192.308px;
    height: 50px;
  }
  
  .cp-login-info-container h5 {
    color: #030303;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  
  .cp-login-button {
    margin-top: 24px;
  }
  
  .cp-main-user-feedback-header svg {
    width: 24px;
    height: 24px;
    min-width: 24px;
    min-height: 24px;
  }
  .cp-main-empty-products {
    padding: 16px;
    flex-direction: column;
    gap: 16px;
    margin: auto;
    align-items: center;
    display: flex;
}
  
  .cp-main-empty-products > div {
    display: flex;
    padding: 16px;
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }
  .cp-main-empty-products>div {
    padding: 12px;
    gap: 8px;
    border-radius: 100px;
    border: 1px solid #979797;
  }
  .cp-main-empty-products > div h2 {
    color: rgba(3, 3, 3, 0.7);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  .product-tab-content
  {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 24px 0;
  }
  .product-tab-content .cp-main-products-wrapper
  {    
    max-width: 1304px;
    width: calc(100% - 136px);
    border: 0;
  }
  .product-tab-content .cp-main-products-list {
    grid-template-columns: repeat(5, 1fr);
  }
  .product-tab-content .cp-main-products-list.empty-product {
    grid-template-columns: 1fr;
    gap: 0px;
    column-gap: 0px;
  }
  .about-tab-content
  {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 24px 0;
    gap: 24px;
  }
  .about-tab-content>div
  {
    max-width: 1000px;
  }

  .contact-us-tab-content.profile-tab-content {
      max-width: 1304px;
      width: calc(100% - 136px);
      margin: 0 auto;
      margin-bottom: 24px;
      padding-top: 24px;
  }

  .cp-contact-info-wrapper {
    display: flex;
    padding: 24px;
    flex-direction: column;
    align-items: flex-end;
    border-radius: 8px;
    border: 1px solid #ededed;
    background: #fff;
  }

  .cp-en-desc-about-wrapper {
      width: calc(100% - 136px);
      margin: 0 auto;
      padding-top: 24px;
      direction: ltr;
      display: flex;
      max-width: 1000px;
      flex-direction: column;
      align-items: flex-start;
      gap: 24px;
  }

  .about-us-tab-content * {
    direction: ltr;
    text-align: left !important;
  }
@media screen and (max-width: 1280px) {
  .product-tab-content .cp-main-products-list {
    grid-template-columns: repeat(4, 1fr);
  }
    .cp-main-wrapper {
        grid-template-columns: 1fr;
    }
    .cp-description-container {
        position: static;
        top: auto;
    }
}
@media screen and (max-width: 991px) {
  .product-tab-content .cp-main-products-list {
    grid-template-columns: repeat(3, 1fr);
  }
  .product-tab-content .cp-main-products-wrapper{
    width: 100%;
  }
    .cp-main-wrapper {
        gap: 6px;
    }
    .cp-desc-about-wrapper {
        padding: 12.5px 16px 16px 16px;
        gap: 12.5px;
        border-radius: 0;
        border: none;
        background-color: #fff;
    }
    .cp-description-container {
        gap: 6px;
    }

    .cp-desc-about-wrapper h3 {
        font-size: 18px;
        margin: 0;
    }
    .cp-profile-rate-container {
        padding: 24px 16px;
        border-radius: 0;
        border: none;
        background-color: #fff;
    }
    .cp-profile-rate-container.desktop {
        display: none !important;
    }
    .cp-profile-rate-container.mobile {
        display: flex!important;
    }
    .cp-main-products-wrapper {
        padding: 12.5px 16px 16px 16px;
        gap: 12.5px;
        border-radius: 0;
        border: none;
        background-color: #fff;
      }
    
      .cp-main-products-wrapper h2 {
        font-size: 18px;
        margin: 0;
      }
    
      .cp-main-user-feedback-header h2 {
        font-size: 18px;
      }
      .cp-content-container {
        gap: 6px;
      }
      .product-tab-content
    {
      display: unset;
      padding: 0;
      margin-top: 6px;
    }
    .about-tab-content
    {
      padding: 0;
      margin-top: 6px;
      gap: 6px;
    }

    .contact-us-tab-content.profile-tab-content {
      width: 100%;
      margin-top: 6px;
      padding-top: 0;
    }

    .cp-en-desc-about-wrapper {
      width: 100%;
      padding-top: 6px;
    }

    .cp-contact-info-wrapper {
      border: none;
    }
}
  
@media screen and (max-width: 768px) {
    .cp-main-products-list {
      grid-template-columns: 1fr;
      gap: 0px;
      column-gap: 0px;
    } 
    .product-tab-content .cp-main-products-list {
      grid-template-columns: repeat(1, 1fr);
    }   
  }