@font-face {
    font-family: "calibril", sans-serif;
    src: url(../fonts/Calibri\ Bold.TTF);
    font-weight: 700;
}
:root {
    --main-color: #353535;
    --Second-Font-Color: #888da8;
    --main-color-theme: #f3e008;
}
* {
    box-sizing: border-box;
}
/* width */
::-webkit-scrollbar {
    width: 3px;
    height: 3px;
    border-radius: 50px;
}

/* Track */
::-webkit-scrollbar-track {
    background: rgba(178, 178, 178, 0.567);
    border-radius: 50px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 50px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}
.row {
    margin: 0px;
}
body {
    margin: 0px;
    padding: 0px;
    background-color: #f4f4f4;
    font-family: "Nunito", sans-serif;
    overflow-x: hidden;
}
ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
input::placeholder {
    color: var(--Second-Font-Color);
}
select::placeholder {
    color: var(--Second-Font-Color);
}
textarea::placeholder {
    color: var(--Second-Font-Color);
}
a {
    text-decoration: none;
}
.web-logo img {
    width: 150px;
}
header {
    background-color: white;
    padding: 10px 20px;
    box-shadow: 0px 0px 10px 0px #eee;
    margin-bottom: 20px;
}
.web-logo {
    display: flex;
    align-items: center;
    height: 100%;
}
.header-center-links {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.header-center-links li a {
    font-size: 14px;
    color: var(--main-color);
    font-weight: 700;
    margin: 0px 10px;
}
.img-user-header img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
}
.img-user-header {
    position: relative;
}
.img-user-header i {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: var(--main-color);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    position: absolute;
    bottom: -4px;
    right: 8px;
    border: 2px solid white;
}
.main-con-to-right-header-user {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.con-input-search-header {
    background-color: #eee;
    border-radius: 50px;
    overflow: hidden;
    display: flex;
    align-items: center;
    padding: 0px 10px;
    margin-right: 10px;
    flex-grow: 1;
    width: 50%;
    max-width: 300px;
}

.con-input-search-header input {
    width: 50%;
    flex-grow: 1;
    background-color: transparent;
    color: var(--main-color);
    border: none;
    outline: none;
    font-size: 13px;
    font-weight: 500;
    padding: 8px 20px 8px 10px;
}
.con-input-search-header button {
    color: var(--Second-Font-Color);
    font-size: 16px;
    margin-right: 5px;
}
.con-input-search-header button i {
    display: flex;
}
.no-but-style {
    border: none;
    outline: none;
    padding: 0px;
    margin: 0px;
    background-color: transparent;
}
.chat-icon-header {
    position: relative;
    margin-right: 10px;
}
.chat-icon-header i {
    font-size: 25px;
    color: var(--main-color);
    display: flex;
}
.chat-icon-header span {
    position: absolute;
    top: -3px;
    right: -4px;
    width: 19px;
    height: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: 700;
    background-color: var(--main-color-theme);
    color: white;
    border-radius: 50%;
    border: 3px solid white;
}
.but-lang {
    /* background-color: var(--main-color-theme); */
    padding: 5px 15px;
    font-size: 15px;
    font-family: "Cairo", sans-serif;
    font-weight: 600;
    /* border-radius: 50px; */
    padding: 5px 0px 5px 10px;
    border-left: 1px solid #eee;
    letter-spacing: 1px;
}
.main-con-to-post-style-1 {
    max-width: 500px;
    margin: 0px auto 15px;
    box-shadow: 0px 0px 10px 0px #eee;
    overflow: hidden;
    background-color: white;
}
.con-to-img-post-style-1 {
    width: 100%;
}
.con-to-img-post-style-1 img {
    width: 100%;
}
.con-one-header-post-info-style-1 > i {
    font-size: 20px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--main-color-theme);
    /* border: 1px solid var(--main-color-theme); */
    border-radius: 50%;
    color: white;
    margin-right: 10px;
}
.con-one-header-post-info-style-1 {
    display: flex;
    align-items: center;
    padding: 10px;
}
.con-name-rate-post-1 > p {
    font-size: 14px;
    color: var(--main-color);
    font-weight: 800;
    margin-bottom: 3px;
    line-height: normal;
}
.con-rate-post-1 {
    display: flex;
    align-items: center;
    font-size: 11px;
    color: var(--main-color-theme);
}
.con-rate-post-1 i {
    margin: 0px 2px;
    color: var(--main-color-theme);
    display: flex;
}
.con-rate-post-1 i.un-active {
    color: #eee;
}
.con-footer-post-1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
}
.con-brand-name-post-1 p {
    font-size: 13px;
    color: var(--Second-Font-Color);
    font-weight: 700;
    margin-bottom: 0px;
    line-height: normal;
}
.con-pice-post-1 p {
    font-size: 25px;
    color: var(--main-color);
    font-weight: 800;
    margin-bottom: 0px;
    line-height: normal;
}
.con-footer-action-post {
    display: flex;
    align-items: center;
}
.con-footer-action-post a {
    flex-grow: 1;
    width: 50%;
    text-align: center;
    font-size: 15px;
    color: white;
    padding: 15px 20px;
    background-color: var(--main-color-theme);
    font-weight: 700;
}
.con-footer-action-post a:nth-child(2) {
    background-color: var(--main-color);
}
.post-style-1-product-name {
    font-size: 15px;
    color: var(--main-color);
    font-weight: 700;
    margin-bottom: 0px;
    margin: 10px;
    overflow: hidden;
    width: 90%;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    white-space: normal;
    display: -webkit-box !important;
    margin-bottom: 0px;
}
.main-con-to-post-style-2 {
    display: flex;
    align-items: center;
    background-color: white;
    box-shadow: 0px 0px 10px 0px #eee;
    border-radius: 10px;
    margin-bottom: 15px;
    position: relative;
    overflow: hidden;
}
.con-img-post-stle-2 img {
    height: 150px;
    border-radius: 10px;
    max-width: 98%;
}
.con-img-post-stle-2 {
    margin-right: 10px;
    padding: 10px;
    width: 200px;
    justify-content: center;
    display: flex;
    position: relative;
}
.con-seller-post-2-img {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.con-seller-post-2-img > i {
    margin-right: 10px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: white;
    background-color: #9c9c9c;
    border-radius: 50%;
}
.con-seller-post-2-name p {
    font-size: 14px;
    color: var(--main-color);
    font-weight: 800;
    margin-bottom: 3px;
    line-height: normal;
}
.product-name-post-2 {
    font-size: 15px;
    color: var(--main-color);
    font-weight: 700;
    margin-bottom: 0px;
    margin: 10px 0px 0px 0px;
    overflow: hidden;
    width: 90%;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    white-space: normal;
    display: -webkit-box;
    margin-bottom: 10px;
}
.con-post-2-brand {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.con-post-2-brand i {
    font-size: 20px;
    color: #f3e009;
    display: flex;
    margin-right: 10px;
}
.con-post-2-brand span {
    font-size: 14px;
    color: var(--Second-Font-Color);
    font-weight: 700;
    line-height: normal;
    /* display: block; */
    display: flex;
}
.con-post-2-price {
    display: flex;
    align-items: center;
     margin-bottom: 10px; 
}
.con-post-2-price i {
    font-size: 20px;
    color: var(--main-color-theme);
    display: flex;
    margin-right: 10px;
}
.con-post-2-price span {
    font-size: 22px;
    color: var(--main-color);
    font-weight: 800;
    line-height: normal;
    display: block;
}
.con-to-post-style-2-content {
    display: flex;
    align-items: center;
    align-self: stretch;
    justify-content: center;
    width: 50%;
    flex-grow: 1;
}
.con-post-2-static-content {
    flex-grow: 1;
    width: 50%;
    padding: 10px;
}
.con-post-2-action {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 0px 30px;
    align-self: stretch;
    justify-content: space-evenly;
    border-left: 2px dashed #eee;
    min-width: 250px;
}
.con-post-2-action a {
    width: 100%;
    max-width: 250px;
    font-size: 15px;
    color: var(--main-color);
    background-color: #f3e008b3;
    font-weight: 700;
    border-radius: 10px;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.con-post-2-action a i {
    width: 40px;
    height: 40px;
    background-color: #f3e008;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: white;
    margin-right: 20px;
}
.con-post-2-action a:nth-child(2) {
    background-color: #353535d4;
    color: white;
}
.con-post-2-action a:nth-child(2) i {
    background-color: var(--main-color);
}
/* .con-post-2-action a:not(:last-child) {
  margin-bottom: 10px;
} */
.con-related-products {
    background-color: white;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px #eee;
    width: 100%;
    max-width: 400px;
}
.con-related-products h2 {
    font-size: 20px;
    color: var(--main-color);
    font-weight: 700;
    margin-bottom: 15px;
    position: relative;
    width: fit-content;
    padding-left: 10px;
}
.con-related-products h2::after {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    height: 100%;
    width: 4px;
    background-color: var(--main-color-theme);
}
.con-related-products li img {
    width: 110px;
    margin-right: 15px;
    border-radius: 10px;
}
.con-related-products li {
    display: flex;
    align-items: center;
}
.con-related-products li:not(:last-child) {
    margin-bottom: 20px;
}
.con-related-product-content p {
    font-size: 14px;
    color: var(--main-color);
    font-weight: 700;
    margin-bottom: 0px;
    overflow: hidden;
    width: 90%;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    white-space: normal;
    display: -webkit-box !important;
    margin-bottom: 5px;
}
.con-related-product-content a {
    font-size: 12px;
    color: var(--Second-Font-Color);
    font-weight: 600;
    display: flex;
    align-items: center;
}
.con-related-product-content a i {
    display: flex;
    align-items: center;
    margin-left: 10px;
    color: var(--Second-Font-Color);
}
.main-con-realted-pro {
    position: sticky;
    top: 10px;
}
.con-footer-rel-pro {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.con-price-related-pro {
    display: flex;
    align-items: center;
}
.con-price-related-pro i {
    font-size: 20px;
    color: var(--main-color-theme);
    margin-right: 5px;
    display: flex;
}
.con-price-related-pro span {
    font-size: 15px;
    color: var(--main-color);
    font-weight: 800;
    line-height: normal;
    display: flex;
}
.main-con-card-show-prices {
    background-color: white;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px #eee;
    width: 100%;
    max-width: 350px;
    margin: auto;
    position: sticky;
    top: 10px;
    margin-bottom: 20px;
}
.main-con-card-show-prices img {
    width: 100%;
    margin-bottom: 15px;
    border-radius: 10px;
}
.show-offer-product-name {
    font-size: 18px;
    color: var(--main-color);
    font-weight: 700;
    margin-bottom: 10px;
}
.show-offers-des {
    font-size: 13px;
    color: var(--Second-Font-Color);
    font-weight: 500;
    line-height: 25px;
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    white-space: normal;
    display: -webkit-box !important;
    margin-bottom: 10px;
}
.con-quantity-show-offers {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 10px;
    background-color: #eee;
    padding: 10px;
    border-radius: 10px;
}
.con-quantity-show-offers p {
    font-size: 14px;
    color: var(--main-color);
    font-weight: 700;
    margin-bottom: 5px;
    line-height: normal;
    display: block;
    width: 100%;
}
.con-quantity-show-offers i {
    font-size: 18px;
    color: var(--Second-Font-Color);
    display: flex;
    margin-right: 10px;
}
.con-quantity-show-offers span {
    font-size: 13px;
    color: var(--Second-Font-Color);
    font-weight: 500;
    display: block;
    line-height: normal;
    flex-grow: 1;
    width: 50%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.but-add-off {
    display: flex;
    align-items: center;
    background-color: #f3e008b3;
    color: var(--main-color);
    font-size: 18px;
    font-weight: 700;
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    margin-bottom: 10px;
}
.but-req-off {
    display: flex;
    align-items: center;
    background-color: #353535d4;
    color: var(--main-color);
    font-size: 18px;
    font-weight: 700;
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
}
.but-add-off i {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--main-color);
    font-size: 25px;
    background-color: var(--main-color-theme);
}
.but-req-off i {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 25px;
    background-color: var(--main-color);
}
.but-add-off span {
    display: flex;
    flex-grow: 1;
    width: 50%;
    font-size: 18px;
    justify-content: center;
    color: var(--main-color);
}
.but-req-off span {
    display: flex;
    flex-grow: 1;
    width: 50%;
    font-size: 18px;
    justify-content: center;
    color: white;
}
.main-con-to-card-order-offers {
    background-color: white;
    padding: 10px;
    display: flex;
    align-items: center;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px #eee;
    margin-bottom: 15px;
    position: relative;
    overflow: hidden;
}
.tax-span {
    position: absolute;
    right: 250px;
    bottom: -15px;
    width: 190px;
    text-align: center;
    font-size: 12px;
    color: white;
    font-weight: 800;
    border-radius: 50px;
    background-color: var(--main-color);
    transform-origin: right center;
    transform: rotate(90deg);
    z-index: 44;
}
.span-for-order-tax {
    position: absolute;
    right: 260px;
    bottom: -15px;
    width: 130px;
    text-align: center;
    font-size: 12px;
    color: white;
    font-weight: 800;
    border-radius: 50px;
    background-color: var(--main-color);
    transform-origin: right center;
    transform: rotate(90deg);
}
.con-image-order-offer-card {
    margin-right: 15px;
    display: flex;
    justify-content: center;
    width: 130px;
}
.con-image-order-offer-card img {
    height: 90px;
    border-radius: 10px;
    max-width: 98%;
}
.main-con-to-card-content-order {
    display: flex;
    align-items: center;
    align-self: stretch;
    flex-grow: 1;
    width: 50%;
}
.con-card-content-order-staick {
    flex-grow: 1;
    width: 50%;
}
.con-card-order-actives {
    min-width: 250px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: column;
    align-self: stretch;
    padding: 0px 30px;
    border-left: 2px dashed #eee;
}
.con-card-order-actives > a {
    width: 100%;
    max-width: 200px;
    display: flex;
    align-items: center;
    background-color: #353535d4;
    color: white;
    border-radius: 10px;
    overflow: hidden;
}
.con-card-order-actives > a i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 40px;
    font-size: 20px;
    background-color: var(--main-color);
}
.con-card-order-actives > a span {
    width: 50%;
    flex-grow: 1;
    text-align: center;
    font-size: 15px;
    color: white;
    font-weight: 700;
}
.title-of-h1 {
    width: fit-content;
    font-size: 25px;
    color: var(--main-color);
    font-weight: 700;
    margin-bottom: 0px;
    position: relative;
    padding-left: 10px;
    text-transform: uppercase;
}
.title-of-h1::after {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    width: 5px;
    height: 100%;
    background-color: var(--main-color-theme);
}
.order-pop-up .modal-body {
    padding: 10px;
}
.order-pop-up .modal-content {
    padding: 0px;
    border: none;
    border-radius: 15px;
}
.order-pop-up .modal-footer {
    justify-content: space-between;
    border: none;
}
.order-pop-up .modal-footer button {
    width: 40%;
    flex-grow: 1;
    background-color: var(--main-color-theme);
    color: var(--main-color);
    font-size: 15px;
    font-weight: 700;
    border: none !important;
    outline: none !important;
    border-radius: 50px;
    padding: 10px;
}
.order-pop-up .modal-footer button:nth-child(1) {
    background-color: var(--main-color);
    color: white;
}
.order-pop-up .modal-footer a {
    width: 40%;
    flex-grow: 1;
    background-color: var(--main-color-theme);
    color: var(--main-color);
    font-size: 15px;
    font-weight: 700;
    border: none !important;
    outline: none !important;
    border-radius: 50px;
    padding: 10px;
}
.con-top-info-order-pop-up {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.con-top-info-order-pop-up img {
    width: 150px;
    border-radius: 10px;
    margin-right: 10px;
}
.con-title-of-product-pop-up {
    font-size: 18px;
    margin-bottom: 0px;
    color: var(--main-color);
    font-weight: 700;
    line-height: 25px;
    overflow: hidden;
    width: 90%;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    white-space: normal;
    display: -webkit-box !important;
}
.req-qun-pop-up {
    font-size: 14px;
    color: var(--main-color);
    font-weight: 700;
    margin-bottom: 5px;
    line-height: normal;
}
.con-add-qun-button {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    background-color: #eee;
    justify-content: space-between;
    border-radius: 50px;
}
.con-add-qun-button button {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--main-color-theme);
    color: var(--main-color);
    font-size: 20px;
    border-radius: 50%;
}
.con-add-qun-button button i {
    display: flex;
}
.con-add-qun-button input {
    background-color: transparent;
    border: none;
    outline: none;
    padding: 0px 10px;
    text-align: center;
    font-size: 20px;
    color: var(--main-color);
    font-weight: 700;
    height: 100%;
    flex-grow: 1;
    width: 50%;
}
.order-summ-title {
    font-size: 17px;
    color: var(--main-color);
    font-weight: 700;
    margin-bottom: 10px;
}
.con-one-info-for-ord-summ {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
.con-one-info-for-ord-summ p {
    font-size: 13px;
    color: var(--Second-Font-Color);
    font-weight: 700;
    margin-bottom: 0px;
}
.con-one-info-for-ord-summ span {
    font-size: 13px;
    color: var(--Second-Font-Color);
    font-weight: 700;
    margin-bottom: 0px;
}
.con-header-Order-summ-pop {
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
}
.con-total-for-order-summ {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.con-total-for-order-summ p {
    font-size: 18px;
    color: var(--main-color);
    font-weight: 800;
    margin-bottom: 0px;
}
.con-total-for-order-summ span {
    font-size: 18px;
    color: var(--main-color);
    font-weight: 800;
    margin-bottom: 0px;
}
.btn-check:focus + .btn-primary,
.btn-primary:focus {
    border: none;
    box-shadow: none;
}
.con-order-tabs-ul {
    display: flex;
    align-items: center;
    background-color: #d1d1d1;
    border-radius: 50px;
    margin-bottom: 20px;
}
.con-order-tabs-ul li {
    padding: 10px 10px;
    flex-grow: 1;
    width: 50%;
    text-align: center;
    font-size: 18px;
    color: white;
    background-color: #d1d1d1;
    color: var(--main-color);
    border-radius: 50px;
    font-weight: 700;
}
.con-order-tabs-ul li.active {
    background-color: #525050;
    color: white;
}
.main-con-to-tabs-order-page-content > div {
    display: none;
}
.main-con-to-tabs-order-page-content > div:first-child {
    display: block;
}
.con-img-order-card {
    position: relative;
    margin-right: 20px;
}
.con-img-order-card img {
    height: 200px;
    border-radius: 10px;
}
.con-order-card {
    background-color: white;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px #eee;
    margin-bottom: 15px;
    display: flex;
    position: relative;
}
.content-of-order-card > h2 {
    font-size: 17px;
    color: var(--main-color);
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 25px;
    overflow: hidden;
    width: 90%;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    white-space: normal;
    display: -webkit-box !important;
}
.content-of-order-card {
    flex-grow: 1;
    width: 50%;
}
.con-order-card-icon-card {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.con-order-card-icon-card:not(:last-child) {
    margin-bottom: 10px;
}
.con-order-card-icon-card p {
    width: 100%;
    display: block;
    font-size: 15px;
    color: var(--main-color);
    font-weight: 700;
    margin-bottom: 5px;
    line-height: normal;
}
.con-order-card-icon-card i {
    font-size: 18px;
    color: var(--Second-Font-Color);
    display: flex;
    margin-right: 10px;
}
.con-order-card-icon-card span {
    font-size: 13px;
    color: var(--Second-Font-Color);
    font-weight: 500;
}
.con-img-order-card p {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 5px 20px;
    font-size: 13px;
    color: white;
    background-color: #ef233c;
    display: flex;
    align-items: center;
    font-weight: 700;
    border-radius: 50px;
}
.con-img-order-card p i {
    font-size: 16px;
    color: white;
    margin-right: 10px;
    display: flex;
}
.con-img-order-card p span {
    font-size: 13px;
}
.con-img-order-card p.shipping {
    background-color: #bcb8b1;
}
.con-img-order-card p.confirmed {
    background-color: #7ae582;
}
.con-img-product-my-pro-card {
    width: 100%;
    position: relative;
    padding: 10px;
}
.con-img-product-my-pro-card img {
    width: 100%;
    max-height: 300px;
    margin-bottom: 15px;
    border-radius: 10px;
}
.main-con-my-products-card {
    background-color: white;
    border-radius: 10px;
    margin-bottom: 10px;
    box-shadow: 0px 0px 10px 0px #eee;
    overflow: hidden;
    position: relative;
}

.myproduct-name {
    font-size: 18px;
    color: var(--main-color);
    font-weight: 700;
    margin-bottom: 5px;
    line-height: 25px;
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    display: -webkit-box !important;
    text-align: center;
    padding: 0px 10px;
}
.con-rate-my-product {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    color: var(--main-color-theme);
}
.con-rate-my-product i {
    display: flex;
    margin: 0px 2px;
}
.con-rate-my-product i.un-active {
    color: #eee;
}
.con-my-pro-footer-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
}
.price-my-prod {
    font-size: 20px;
    color: var(--main-color);
    font-weight: 800;
    margin-bottom: 0px;
}
.con-actions-cards a {
    font-size: 15px;
    color: var(--main-color);
    background-color: var(--main-color-theme);
    padding: 12px 0px;
    width: 100%;
    display: block;
    text-align: center;
    font-weight: 700;
}
.con-locate-me-form-add-address {
    display: flex;
    align-items: center;
    padding: 10px 0px;
}
.con-search-add-address-box {
    flex-grow: 1;
    display: flex;
    align-items: center;
    width: 50%;
    border-radius: 50px;
    overflow: hidden;
    background-color: white;
    margin-right: 10px;
}
.con-search-add-address-box input {
    background-color: transparent;
    width: 50%;
    flex-grow: 1;
    border: none;
    outline: none;
    padding: 10px 20px;
    font-size: 15px;
    color: var(--main-color);
}
.con-search-add-address-box button {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: var(--main-color-theme);
}
.con-search-add-address-box button i {
    display: flex;
    color: var(--main-color);
}
.con-locate-me-form-add-address > a {
    background-color: var(--main-color);
    padding: 8px 20px;
    border-radius: 50px;
    display: flex;
    align-items: center;
}
.con-locate-me-form-add-address > a i {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: white;
    margin-right: 10px;
}
.con-locate-me-form-add-address > a span {
    font-size: 15px;
    color: white;
    font-weight: 700;
}
.con-add-adress-form {
    background-color: white;
    padding: 30px 10px 10px;
    box-shadow: 0px 0px 10px 0px #eee;
}
.con-input {
    display: flex;
    align-items: center;
    position: relative;
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 10px;
}
.con-input input {
    width: 50%;
    flex-grow: 1;
    background-color: transparent;
    border: none;
    outline: none;
    padding: 5px 10px 5px;
    font-size: 15px;
    color: var(--main-color);
    font-weight: 700;
}
.con-input i {
    display: flex;
    font-size: 20px;
    color: var(--Second-Font-Color);
}
.con-input label {
    position: absolute;
    top: 0px;
    left: 20px;
    transform: translateY(-50%);
    font-size: 14px;
    color: var(--main-color);
    font-weight: 700;
    background-color: white;
    padding: 0px 10px;
}
.main-con-to-input {
    margin-bottom: 20px;
}
.main-con-to-input:has(span) .con-input {
    margin-bottom: 5px;
}
.main-con-to-input span {
    background-color: #ef233b49;
    color: #ef233c;
    display: flex;
    align-items: center;
    font-size: 13px;
    font-weight: 700;
    padding: 5px 10px;
    border-radius: 5px;
}
.main-con-to-input span i {
    display: flex;
    font-size: 18px;
    margin-right: 10px;
}
.main-con-to-input:last-of-type {
    margin-bottom: 0px;
}
.con-submit-adress {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 15px;
    margin-bottom: 20px;
}
.con-submit-adress input {
    background-color: var(--main-color-theme);
    color: var(--main-color);
    font-size: 15px;
    font-weight: 700;
    padding: 10px 20px;
    border-radius: 10px;
    border: none;
    outline: none;
}
.title-add-new-add {
    font-size: 20px;
    color: var(--main-color);
    margin-bottom: 10px;
    font-weight: 700;
}
.my-adress-ul {
    background-color: white;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px #eee;
}
.my-adress-ul li {
    padding: 10px 10px;
    border-bottom: 1px solid #eee;
    position: relative;
}
.my-adress-ul li > i {
    position: absolute;
    top: 50%;
    right: 15px;
    font-size: 20px;
    color: #ef233c;
    transform: translateY(-50%);
    display: flex;
    cursor: pointer;
}
.my-adress-ul li p {
    font-size: 14px;
    margin-bottom: 5px;
    line-height: normal;
    color: var(--main-color);
    font-weight: 700;
}
.my-adress-ul li h2 {
    font-size: 14px;
    margin-bottom: 5px;
    line-height: normal;
    color: var(--main-color);
    font-weight: 700;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.my-adress-ul li h3 {
    font-size: 14px;
    margin-bottom: 5px;
    line-height: normal;
    color: var(--main-color);
    font-weight: 700;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.my-adress-ul li h3 span {
    font-size: 14px;
    color: #7ae582;
    margin-left: 10px;
    font-weight: 700;
}
.con-confirm-order-img {
    position: relative;
    margin-right: 15px;
}
.con-confirm-order-img img {
    height: 150px;
    border-radius: 10px;
}
.main-con-to-order-summary-card {
    display: flex;
    background-color: white;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px #eee;
    margin-bottom: 15px;
}
.order-summ-ul-confirm-order {
    background-color: white;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px #eee;
    margin-bottom: 15px;
}
.con-header-of-order-sum-confirm {
    border-bottom: 1px solid #eee;
}
.con-one-summ {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
}
.con-one-summ p {
    font-size: 14px;
    color: var(--Second-Font-Color);
    font-weight: 700;
    margin-bottom: 0px;
}
.con-one-summ span {
    font-size: 14px;
    color: var(--Second-Font-Color);
    font-weight: 700;
    margin-bottom: 0px;
}
.footer-of-ul-order-sum {
    padding: 10px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}
.footer-of-ul-order-sum p {
    font-size: 18px;
    color: var(--main-color);
    font-weight: 800;
    margin-bottom: 0px;
}
.footer-of-ul-order-sum span {
    font-size: 18px;
    color: var(--main-color);
    font-weight: 800;
    margin-bottom: 0px;
}
.con-quantity-show-offers button {
    background-color: var(--main-color);
    color: white;
    padding: 5px 10px;
    display: flex;
    align-items: center;
    font-size: 13px;
    font-weight: 700;
    border-radius: 50px;
    margin-left: 10px;
    line-height: normal;
}
.con-quantity-show-offers button i {
    display: flex;
    color: white;
    margin-left: 10px;
    margin-right: 0px;
    font-size: 15px;
}
.pop-up-change-add .modal-content {
    background-color: white;
    border-radius: 10px;
    border: none;
}
.pop-up-change-add .modal-header .modal-title {
    flex-grow: 1;
    width: 50%;
    text-align: center;
    display: none;
}
.pop-up-change-add .modal-header {
    border: none;
    padding: 0px;
    justify-content: flex-end;
}
.pop-up-change-add .modal-header .close {
    background-color: transparent;
    padding: 0px;
    border: none;
    outline: none;
    font-size: 30px;
    display: flex;
    line-height: 1;
    margin-right: 10px;
    margin-top: 10px;
}
.main-con-change-add-pop-up {
    display: flex;
    align-items: center;
    flex-direction: column;
}
.main-con-change-add-pop-up > i {
    font-size: 80px;
    margin-bottom: 15px;
    color: var(--Second-Font-Color);
    display: flex;
}
.main-con-change-add-pop-up > h2 {
    font-size: 20px;
    color: var(--main-color);
    font-weight: 700;
    margin-bottom: 10px;
}
.con-card-change-add-pop-up p {
    font-size: 14px;
    color: var(--main-color);
    font-weight: 700;
    margin-bottom: 5px;
    line-height: normal;
    pointer-events: none;
}
.con-card-change-add-pop-up h3 {
    font-size: 14px;
    color: var(--main-color);
    font-weight: 700;
    margin-bottom: 5px;
    line-height: normal;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    pointer-events: none;
}
.con-card-change-add-pop-up h4 {
    font-size: 14px;
    color: var(--main-color);
    font-weight: 700;
    margin-bottom: 5px;
    line-height: normal;
    pointer-events: none;
}
.con-card-change-add-pop-up h4 span {
    font-size: 15px;
    color: #7ae582;
    margin-left: 10px;
}
.con-card-change-add-pop-up {
    width: 100%;
    background: #eee;
    padding: 10px;
    border-radius: 10px;
    position: relative;
    border: 1px solid transparent;
    margin-bottom: 15px;
}
.con-card-change-add-pop-up > i {
    font-size: 13px;
    color: white;
    background-color: #d1d1d1;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 15px;
    right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    border: 1px solid #bcb8b1;
    pointer-events: none;
}
.con-card-change-add-pop-up > i::before {
    display: none;
}

.con-card-change-add-pop-up.checked i::before {
    display: block;
}
.con-card-change-add-pop-up.checked i {
    background-color: var(--main-color-theme);
    border: 1px solid transparent;
}
.con-card-change-add-pop-up:last-of-type {
    margin-bottom: 0px;
}
.pop-up-change-add .modal-footer {
    border: none;
    justify-content: center;
}
.change-submit-add-but {
    border: none;
    outline: none;
    background-color: var(--main-color-theme);
    color: var(--main-color);
    padding: 10px 20px;
    text-align: center;
    width: 100%;
    max-width: 250px;
    font-size: 15px;
    font-weight: 700;
    border-radius: 50px;
}
.title-of-shipping-method {
    text-align: center;
    font-size: 25px;
    color: var(--main-color);
    font-weight: 700;
    margin-bottom: 30px;
}
.main-con-to-shipping-methods {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.con-one-shipping-method {
    position: relative;
}
.con-one-shipping-method i {
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2.5px solid #c7c2c2;
    border-radius: 50%;
    margin-bottom: 15px;
    font-size: 50px;
    color: #c7c2c2;
    pointer-events: none;
}
.con-one-shipping-method p {
    font-size: 15px;
    color: var(--Second-Font-Color);
    font-weight: 700;
    margin-bottom: 0px;
    text-align: center;
    pointer-events: none;
}
.con-one-shipping-method .fa-solid.fa-check {
    position: absolute;
    top: 9px;
    right: 0px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    color: transparent;
    font-size: 15px;
    border: none;
    border-radius: 50%;
}
.con-one-shipping-method.checked i {
    border: 2px solid var(--main-color-theme);
    color: var(--main-color-theme);
}
.con-one-shipping-method.checked .fa-solid.fa-check {
    border: 2px solid var(--main-color-theme);
    background-color: var(--main-color-theme);
    color: white;
}
.con-one-shipping-method.checked p {
    color: var(--main-color);
}
.pop-up-shipping-method .modal-header .modal-title {
    display: block;
    font-size: 25px;
}
.pop-up-shipping-method .modal-header .close {
    margin: 0px;
}
.pop-up-shipping-method .modal-header {
    padding: 20px 20px;
}
.con-productd-card-descrip {
    background-color: white;
    padding: 10px;
    border-radius: 10px;
    width: 100%;
    max-width: 350px;
    margin: 0px auto 20px;
    box-shadow: 0px 0px 10px 0px #eee;
}
.con-productd-card-descrip img {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 15px;
}
.con-productd-card-descrip p {
    font-size: 18px;
    color: var(--main-color);
    font-weight: 700;
}
.main-con-ul-product-des {
    background-color: white;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px #eee;
}
.main-con-ul-product-des ul {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.main-con-ul-product-des ul li {
    padding: 5px 20px;
    font-size: 15px;
    color: var(--main-color);

    border-radius: 50px;
    margin-right: 10px;
    font-weight: 700;
}
.main-con-ul-product-des ul li:last-of-type {
    margin: 0px;
}
.main-con-ul-product-des ul li.active {
    background-color: #ffd60a6c;
}
.con-product-descr-content p {
    font-size: 15px;
    color: var(--Second-Font-Color);
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 0px;
}
.con-product-spacs table {
    width: 100%;
}
.con-product-spacs table tr td {
    padding: 15px 20px;
}
.con-product-spacs table tr th {
    width: 150px;
    text-align: center;
    font-size: 15px;
    color: var(--main-color);
    font-weight: 700;
    padding: 15px 20px;
}
.con-product-spacs table tr td {
    font-size: 15px;
    color: var(--Second-Font-Color);
    font-weight: 700;
}
.con-product-spacs-des-content > div {
    display: none;
}
.con-product-spacs-des-content > div:first-child {
    display: block;
}
.con-product-spacs table tr:nth-child(odd) {
    background-color: #eee;
}
.con-search-page-box {
    background-color: white;
    display: flex;
    align-items: center;
    box-shadow: 0px 0px 10px 0px #eee;
    border-radius: 50px;
    width: 100%;
    max-width: 700px;
    margin: 0px auto 20px;
}
.con-search-page-box input {
    background-color: transparent;
    border: none;
    outline: none;
    font-size: 15px;
    color: var(--main-color);
    font-weight: 700;
    flex-grow: 1;
    width: 50%;
    padding: 10px 20px;
}
.con-search-page-box button {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: var(--main-color);
    background-color: var(--main-color-theme);
    border-radius: 50%;
}
.con-search-page-box button i {
    display: flex;
}
.main-con-to-fillter-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
.fillter-but {
    color: var(--main-color);
    display: flex;
    align-items: center;
    font-size: 15px;
    font-weight: 700;
    background-color: var(--main-color-theme);
    padding: 3px 10px;
    border-radius: 10px;
}
.fillter-but i {
    display: flex;
    margin-left: 8px;
    font-size: 11px;
}
.con-one-filter-selected {
    display: flex;
    align-items: center;
    margin-right: 15px;
}
.con-one-filter-selected p {
    margin-bottom: 0px;
    font-size: 12px;
    color: var(--main-color);
    font-weight: 700;
    margin-right: 5px;
    white-space: nowrap;
}
.con-one-filter-selected span {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: var(--main-color);
    position: relative;
    transition: 0.4s ease-in-out;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
}
.con-one-filter-selected span::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    width: 50%;
    height: 2px;
    background-color: white;
    border-radius: 50px;
    transition: 0.4s ease-in-out;
}
.con-one-filter-selected span::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    width: 50%;
    height: 2px;
    background-color: white;
    border-radius: 50px;
    transition: 0.4s ease-in-out;
}
.con-one-filter-selected:hover span {
    background-color: var(--main-color-theme);
    color: var(--main-color);
}
.con-one-filter-selected:hover span::before {
    transform: translate(-50%, -50%) rotate(0deg);
}
.con-one-filter-selected:hover span::after {
    transform: translate(-50%, -50%) rotate(0deg);
}
.con-fillter-happen {
    display: flex;
    align-items: center;
    width: 100%;
    overflow: auto;
}
.con-my-pro-footer-card .con-order-card-icon-card {
    margin-bottom: 0px;
}
.main-con-to-side-bar-fillter {
    position: fixed;
    top: 0px;
    left: -100%;
    width: 300px;
    background-color: white;
    height: 100vh;
    z-index: 33;
    padding: 20px;
    transition: 0.5s ease-in-out;
}
.main-con-to-side-bar-fillter > h2 {
    font-size: 25px;
    color: var(--main-color);
    font-weight: 700;
    margin-bottom: 30px;
}
.con-fillter-titller > h3 {
    font-size: 18px;
    color: var(--main-color);
    font-weight: 700;
    margin-bottom: 20px;
}
.con-one-fillter-parent {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.con-one-fillter-parent i {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #eee;
    border-radius: 50%;
    margin-right: 10px;
    font-size: 12px;
    color: transparent;
}
.con-fillter-holder-parent i {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #eee;
    border-radius: 50%;
    margin-right: 10px;
    font-size: 12px;
    color: transparent;
}
.con-fillter-holder-parent {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.con-one-fillter-parent p {
    margin-bottom: 0px;
    font-size: 15px;
    color: var(--main-color);
    font-weight: 700;
}
.con-fillter-holder-parent p {
    margin-bottom: 0px;
    font-size: 15px;
    color: var(--main-color);
    font-weight: 700;
    white-space: nowrap;
}
.con-of-fillter-child {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    margin-left: 30px;
    margin-top: 5px;
    display: none;
}
.con-fillter-holder-parent.cheked i {
    background-color: var(--main-color-theme);
    color: var(--main-color);
}
.con-one-fillter-parent.show > .con-of-fillter-child {
    display: flex;
}
.con-of-fillter-child.cheked > i {
    background-color: var(--main-color-theme);
    color: var(--main-color);
}
.con-one-fillter-parent > p,
.con-one-fillter-parent > i {
    pointer-events: none;
}
.con-fillter-holder-parent > *,
.con-of-fillter-child > * {
    cursor: pointer;
}
.over-lay-black {
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.544);
    z-index: 22;
    top: 0px;
    display: none;
}
.main-con-to-side-bar-fillter > i {
    position: absolute;
    top: 15px;
    right: 10px;
    font-size: 25px;
    color: var(--main-color);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.main-con-to-over-lay-black.show .main-con-to-side-bar-fillter {
    left: 0px;
}
.main-con-to-over-lay-black.show .over-lay-black {
    display: block;
}
.main-con-to-about-us {
    width: 100%;
    max-width: 700px;
    margin: 110px auto;
    background-color: white;
    position: relative;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px #eee;
    padding: 100px 10px 10px;
}
.con-img-about-us {
    width: 150px;
    height: 150px;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    box-shadow: 0px 0px 10px 0px #eee;
}
.con-img-about-us img {
    width: 60px;
}
.con-img-about-us.icon-con {
    background-color: #35353547;
}
.con-img-about-us i {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 80px;
    color: var(--main-color);
}
.main-con-to-about-us h2 {
    text-align: center;
    font-size: 23px;
    color: var(--main-color);
    font-weight: 700;
    margin-bottom: 15px;
}
.main-con-to-about-us p {
    font-size: 15px;
    color: var(--Second-Font-Color);
    font-weight: 700;
    line-height: 30px;
    text-align: center;
}
.con-profile-edit-side {
    background-color: white;
    padding: 10px;
    box-shadow: 0px 0px 10px 0px #eee;
    border-radius: 10px;
    width: 100%;
    max-width: 250px;
    margin: auto;
}
.con-profile-edit-side img {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 15px;
}
#edit-profie-img-id {
    display: none;
}
.con-rate-edit-profile {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.con-profile-edit-side p {
    font-size: 15px;
    color: var(--main-color);
    font-weight: 700;
    text-align: center;
    margin-bottom: 5px;
}
.con-rate-edit-profile i {
    font-size: 12px;
    margin: 0px 2px;
    color: var(--main-color-theme);
}
.con-rate-edit-profile i.un-active {
    color: #eee;
}
.con-profile-edit-side label {
    display: flex;
    align-items: center;
    padding: 10px 20px;
    width: 100%;
    max-width: 200px;
    justify-content: center;
    background-color: var(--main-color-theme);
    border-radius: 10px;
    color: var(--main-color);
    font-size: 15px;
    font-weight: 700;
    margin: auto;
}
.con-profile-edit-side label i {
    margin-right: 10px;
}
.main-con-to-edit-info-form {
    background-color: white;
    padding: 20px 15px;
    border-radius: 10px;
    box-shadow: 0xp 0px 10px 0px #eee;
}
.con-submit-edit-info {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 20px;
}
.con-submit-edit-info a {
    font-size: 15px;
    color: white;
    background-color: var(--main-color);
    padding: 10px;
    border-radius: 10px;
    margin-right: 10px;
    font-weight: 700;
}
.con-submit-edit-info input {
    font-size: 15px;
    color: var(--main-color);
    background-color: var(--main-color-theme);
    padding: 10px;
    border-radius: 10px;
    margin-right: 10px;
    font-weight: 700;
    border: none;
    outline: none;
}
.con-input-Quantity-add-offer {
    display: flex;
    align-items: center;
    background-color: #eee;
    border-radius: 50px;
    overflow: hidden;
}
.con-input-Quantity-add-offer input {
    background-color: transparent;
    flex-grow: 1;
    border: none;
    outline: none;
    text-align: center;
    font-size: 15px;
    color: var(--main-color);
    font-weight: 700;
}
.con-input-Quantity-add-offer i {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--main-color-theme);
    border-radius: 50%;
    color: var(--main-color);
    font-size: 15px;
}
.con-card-add-offer-img-pro {
    width: 100%;
    max-width: 300px;
    background-color: white;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px #eee;
    margin: 0px auto 20px;
}
.con-card-add-offer-img-pro img {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 15px;
}
.con-card-add-offer-img-pro p {
    font-size: 18px;
    color: var(--main-color);
    font-weight: 700;
    margin-bottom: 10px;
    text-align: center;
}
.con-card-add-offer-img-pro button {
    background-color: #ef233c;
    width: 100%;
    max-width: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    color: white;
    font-size: 15px;
    font-weight: 700;
    padding: 10px;
    margin: auto;
    border: none;
    outline: none;
}
.con-card-add-offer-img-pro button i {
    display: flex;
    margin-right: 10px;
}
.add-table-offer {
    width: 100%;
    background-color: white;
    border-radius: 15px;
    overflow: hidden;
}
.add-table-offer thead tr {
    background-color: #fafafa;
    border-bottom: 1px solid #bcb8b1;
}
.add-table-offer thead tr th {
    padding: 10px;
    text-align: center;
    font-size: 18px;
    color: var(--main-color);
    font-weight: 700;
}
.add-table-offer tr th:first-child,
.add-table-offer tr td:first-child {
    width: 200px;
}
.add-table-offer tr th:first-child i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    font-size: 20px;
    color: var(--main-color);
    background-color: var(--main-color-theme);
    border-radius: 50%;
    margin: auto;
}
.add-table-offer tbody tr td {
    font-size: 15px;
    color: var(--main-color);
    font-weight: 700;
    text-align: center;
    padding: 15px 10px;
}
.add-table-offer tbody tr:not(:last-child) {
    border-bottom: 1px solid #eee;
}
.con-input-price-add-offer {
    background-color: #f7f7f7;
    border: 1px solid #e3e2e0;
    border-radius: 10px;
    display: flex;
    align-items: center;
}
.con-input-price-add-offer input {
    width: 50%;
    flex-grow: 1;
    background-color: transparent;
    border: none;
    outline: none;
    font-size: 15px;
    color: var(--main-color);
    font-weight: 700;
    padding: 10px;
    height: 40px;
}
.con-input-price-add-offer span {
    font-size: 13px;
    color: var(--Second-Font-Color);
    font-weight: 700;
    margin-right: 10px;
    display: block;
    line-height: normal;
}
.add-table-offer tr td:last-child,
.add-table-offer tr th:last-child {
    width: 250px;
}
.con-add-off-butto {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.con-add-off-butto a,
.con-add-off-butto button {
    display: flex;
    align-items: center;
    padding: 10px 30px;
    width: 100%;
    max-width: 350px;
    background-color: var(--main-color-theme);
    color: var(--main-color);
    border-radius: 10px;
    border: none;
    outline: none;
    justify-content: center;
    font-weight: 700;
}
.con-add-off-butto button i {
    display: flex;
    margin-right: 10px;
}
.title-of-avl-qnt {
    font-size: 18px;
    font-weight: 700;
    margin: 0px auto 10px;
    color: var(--main-color);
}
.con-avl-qnt {
    background-color: white;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px #eee;
    margin: 0px auto 20px;
    display: flex;
    align-items: center;
}
.con-avl-qnt-input {
    position: relative;
    border: 1px solid #eee;
    border-radius: 10px;
    margin-bottom: 5px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.main-con-avl-qnt-input {
    flex-grow: 1;
    width: 50%;
    margin-right: 10px;
}
.main-con-avl-qnt-input:last-of-type {
    margin-right: 0px;
}
.main-con-avl-qnt-input:has(span) .con-avl-qnt-input {
    margin-bottom: 5px;
}
.con-avl-qnt-input label {
    position: absolute;
    top: 0px;
    left: 10px;
    font-size: 13px;
    color: var(--main-color);
    font-weight: 700;
    padding: 2px 10px;
    background-color: white;
    transform: translate(0px, -50%);
}
.con-avl-qnt-input input {
    background-color: transparent;
    color: var(--main-color);
    border: none;
    outline: none;
    padding: 13px 10px;
    font-size: 15px;
    font-weight: 700;
    flex-grow: 1;
    width: 50%;
}

.con-avl-qnt-input i {
    display: flex;
    font-size: 20px;
    margin-right: 10px;
    margin-left: 10px;
    color: var(--Second-Font-Color);
}
.main-con-avl-qnt-input:last-of-type {
    margin-bottom: 0px;
}

.con-profile-edit-side label i {
    margin-right: 10px;
    display: flex;
    font-size: 20px;
}
.con-avl-qnt-input select {
    background-color: transparent;
    color: var(--main-color);
    border: none;
    outline: none;
    padding: 10px 10px;
    font-size: 15px;
    font-weight: 700;
    flex-grow: 1;
    width: 50%;
}
.main-con-avl-qnt-input {
    font-size: 12px;
    color: #ef233c;
    font-weight: 700;
}
.main-con-to-setting {
    height: calc(100vh - 60px);
    display: flex;
    align-items: center;
}
.main-con-to-setting .row {
    align-items: center;
    width: 100%;
}
.con-setting-card {
    background-color: #ffd60a56;
    padding: 15px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-bottom: 15px;
    justify-content: center;
    min-height: 200px;
}
.con-setting-card i {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    color: var(--main-color);
    background-color: #ffd60a86;
    border-radius: 50%;
    margin-bottom: 10px;
}
.con-setting-card p {
    font-size: 18px;
    color: var(--main-color);
    font-weight: 700;
    margin-bottom: 0px;
    text-align: center;
}
.con-nav-bar-bottom-mobile {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 999999;
}
.con-nav-bar-bottom-mobile ul {
    display: flex;
    align-items: center;
    width: 100%;
    background-color: white;
    padding: 15px 10px;
    justify-content: space-evenly;
    border-radius: 20px 20px 0px 0px;
    box-shadow: 0px 0px 10px 0px #e3e3e3e0;
}
.con-nav-bar-bottom-mobile ul li a {
    display: flex;
    align-items: center;
    overflow: hidden;
    transition: 0.5s ease-in-out;
    background-color: transparent;
    padding: 8px 15px;
    border-radius: 50px;
}
.con-nav-bar-bottom-mobile ul li a.active {
    background-color: #4362ee4e;
}
.con-nav-bar-bottom-mobile ul li a.active i {
    color: #4361ee;
    margin-right: 10px;
}
.con-nav-bar-bottom-mobile ul li a.active span {
    position: relative;
    transform: translateX(0%);
    opacity: 1;
}
.con-nav-bar-bottom-mobile ul li a span {
    font-size: 14px;
    color: #4361ee;
    font-weight: 700;
    line-height: normal;
    position: absolute;
    transform: translateX(100%);
    transition: 0.5s ease-in-out;
    opacity: 0;
    white-space: nowrap;
    pointer-events: none;
}
.con-nav-bar-bottom-mobile ul li a i {
    font-size: 25px;
    color: #dddada;
    display: flex;
    pointer-events: none;
}
.main-con-to-card-content-order .product-name-post-2 {
    -webkit-line-clamp: 1;
    width: 90%;
}
.icon-for-post-des {
    position: absolute;
    top: 10px;
    right: 10px;
}
.con-show-prices-tags-title {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.con-show-prices-tags-title ul {
    display: flex;
    flex-grow: 1;
    width: 70%;
    overflow-x: auto;
    margin-left: 10px;
}
.con-show-prices-tags-title ul::-webkit-scrollbar {
    display: none;
}
.con-tages-for-Request-qoutation > p {
    font-size: 14px;
    color: var(--main-color);
    font-weight: 700;
    margin-bottom: 5px;
}
.con-tages-for-Request-qoutation > ul {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.flaticon-rise.down {
    transform: rotate(180deg);
}
.con-tages-for-Request-qoutation > ul li {
    padding: 3px 15px;
    background-color: #d9d9d9;
    border-radius: 50px;
    font-size: 13px;
    color: var(--main-color);
    font-weight: 700;
    margin: 0px 5px;
    margin-bottom: 10px;
}
.con-tages-for-Request-qoutation > ul li.active {
    background-color: #ffd60ab2;
    color: var(--main-color);
}
.con-show-prices-tags-title ul li {
    padding: 3px 15px;
    background-color: #d9d9d9;
    border-radius: 50px;
    font-size: 13px;
    color: var(--main-color);
    font-weight: 700;
    margin: 0px 5px;
}
.con-show-prices-tags-title ul li.active {
    background-color: #ffd60ab2;
    color: var(--main-color);
}
.icon-for-post-des i {
    font-size: 25px;
    color: #bbbaba;
    background-color: white;
    border-radius: 50%;
    display: flex;
    z-index: 44;
}
.con-one-more-than p {
    font-size: 13px;
    color: var(--main-color);
    font-weight: 700;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
}
.con-one-more-than p span {
    padding: 5px 10px;
    border-radius: 10px;
    font-size: 15px;
    color: var(--Second-Font-Color);
    font-weight: 700;
    background-color: #eee;
    margin: 0px 10px;
}
.con-one-more-than p i {
    font-size: 20px;
    color: var(--main-color);
    background-color: #ffd60a69;
    padding: 5px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}
.con-one-more-than {
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 30px;
}
.con-one-more-than::after {
    height: 30px;
    border-right: 2px dashed #eee;
    content: "";
    position: absolute;
    bottom: 0px;
    left: 10px;
    transform: translate(0px, 100%);
}
.more-than-pop-up .con-one-more-than:last-child::after {
    display: none;
}
.more-than-pop-up h3 {
    font-size: 15px;
    color: var(--main-color);
    font-weight: 700;
    margin-bottom: 10px;
}
.order-pop-up .modal-footer {
    flex-wrap: wrap;
}
.order-pop-up .modal-footer .more-than-pop-up {
    width: 100%;
}
.more-than-pop-up {
    max-height: 200px;
    overflow-y: auto;
    margin-top: 20px;
}
.con-one-more-than > span {
    width: 20px;
    height: 20px;
    background-color: #eee;
    margin-right: 10px;
    border-radius: 50%;
    position: relative;
}
.con-one-more-than > span::after {
    width: 10px;
    height: 10px;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #bcb8b1;
    border-radius: 50%;
}
.main-con-to-confirm-ordesr {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.main-con-to-confirm-ordesr a {
    background-color: var(--main-color-theme);
    color: var(--main-color);
    padding: 10px 30px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 700;
}
.con-post-2-action a:nth-child(4) i {
    background-color: #ef233c;
}
.con-post-2-action a:nth-child(4) {
    background-color: #ef233b5e;
}
.con-my-products-delete-edit-icon {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
}
.con-my-products-delete-edit-icon i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    font-size: 13px;
    color: var(--main-color);
    background-color: #eee;
    border-radius: 50px;
    position: absolute;
    top: 10px;
    right: 10px;
}
.con-actions-cards {
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.con-actions-cards a:nth-child(1) {
    background-color: var(--main-color);
    color: white;
}
.con-actions-cards a {
    width: 45%;
    margin-bottom: 10px;
    border-radius: 10px;
}
.add-table-offer tfoot tr td button {
    float: right;
    background-color: var(--main-color);
    color: white;
    font-size: 15px;
    font-weight: 700;
    border: none;
    outline: none;
    border-radius: 10px;
    padding: 10px 20px;
    display: flex;
    align-items: center;
}
.add-table-offer tfoot tr td button i {
    margin-right: 10px;
    display: flex;
}
.add-table-offer tfoot tr {
    border-top: 1px solid #eee;
}
.add-table-offer tfoot tr td {
    padding: 15px 10px;
}
.header-for-manger-alert {
    padding: 10px;
    border-radius: 10px;
    background-color: white;
    margin-bottom: 20px;
    box-shadow: 0px 0px 10px 0px #eee;
}
.header-for-manger-alert p {
    font-size: 13px;
    color: var(--main-color);
    font-weight: 700;
    margin-bottom: 0px;
    text-align: center;
}
.con-two-input-descrip {
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
}
.con-two-input-descrip a {
    background-color: var(--main-color);
    color: white;
    padding: 10px 20px;
    font-size: 15px;
    color: white;
    border-radius: 10px;
    margin-right: 10px;
    font-weight: 700;
}
.con-two-input-descrip a:last-of-type {
    margin: 0px;
    background-color: var(--main-color-theme);
    color: var(--main-color);
}
.without-tax-span {
    background-color: var(--main-color-theme);
    color: var(--main-color);
}
@media screen and (max-width: 767px) {
    .main-con-to-post-style-2 {
        flex-wrap: wrap;
    }
    .tax-span {
        transform: rotate(-45deg);
        transform-origin: left center;
        top: 90px;
        right: auto;
        left: -10px;
        width: 160px;
        bottom: auto;
    }
    .span-for-order-tax {
        right: 50%;
        width: 130px;
    }
    .order-pop-up .modal-content {
        max-height: calc(100vh - 200px);
        overflow-y: auto;
    }
    .con-one-more-than p span {
        font-size: 13px;
    }
    .con-img-post-stle-2 {
        width: 100%;
        margin-right: 0px;
    }
    .con-img-post-stle-2 img {
        height: 200px;
        margin-right: 0px;
    }
    .con-post-2-static-content {
        flex-grow: 1;
        width: 50%;
        padding: 10px;
    }
    .con-post-2-action {
        flex-grow: 1;
        width: 50%;
        padding: 10px 15px;
        min-width: auto;
    }
    .con-seller-post-2-name p {
        font-size: 13px;
    }
    .con-seller-post-2-img > i {
        width: 32px;
        height: 32px;
        font-size: 14px;
        margin-right: 5px;
    }
    .con-rate-post-1 i {
        font-size: 10px;
    }
    .product-name-post-2 {
        font-size: 14px;
        width: 95%;
    }
    .con-post-2-action a {
        font-size: 13px;
    }
    .con-post-2-action a i {
        margin-right: 10px;
        width: 35px;
        height: 35px;
        font-size: 15px;
    }
    .con-post-2-price span {
        font-size: 18px;
    }
    .con-post-2-price i {
        font-size: 18px;
    }
    .web-logo img {
        width: 130px;
    }
    header {
        padding: 10px;
    }
    .but-lang {
        font-size: 14px;
    }
    .img-user-header img {
        width: 35px;
        height: 35px;
    }
    body {
        padding-bottom: 80px;
    }
    .con-to-post-style-3-content {
        flex-wrap: wrap;
    }
    .con-to-post-style-3-content .con-post-2-price {
        margin: 15px 0px 0px;
        justify-content: center;
    }
    .con-to-post-style-3-content .con-post-2-brand {
        width: 100%;
        flex-grow: 1;
        padding-left: 10px;
        margin-bottom: 0px;
    }
    .con-post-2-action a:nth-child(1) {
        margin-bottom: 10px;
    }
    .con-to-post-style-3-content .product-name-post-2 {
        margin-top: 5px;
    }
    .product-name-post-4 {
        display: none;
    }
    .product-name-post-3 {
        display: -moz-box;
    }
    .con-post-3-brand {
        display: none;
    }
    .con-post-4-brand {
        display: flex;
    }
    .con-post-4-price {
        display: none;
    }
    .con-post-3-price {
        display: flex;
    }
    .con-post-2-action a {
        margin-bottom: 10px;
    }
    .con-post-2-action a:last-child {
        margin-bottom: 10px;
    }
    .con-nav-bar-bottom-mobile {
        display: flex;
    }
    .main-con-to-card-order-offers {
        flex-wrap: wrap;
    }
    .con-image-order-offer-card {
        display: none;
    }
    .con-card-order-actives,
    .con-card-content-order-staick {
        flex-grow: 1;
        width: 50%;
        min-width: auto;
    }
    .con-card-order-actives {
        padding: 10px 15px;
    }
    .main-con-card-show-prices {
        max-width: 500px;
    }
    .con-card-order-actives > a i {
        width: 35px;
        height: 35px;
        font-size: 15px;
    }
    .con-card-order-actives .con-post-2-price {
        margin-bottom: 10px;
    }
    .con-card-order-actives > a span {
        font-size: 13px;
    }
    .con-profile-edit-side {
        max-width: none;
        margin-bottom: 20px;
    }
    .con-confirm-order-img img {
        height: 100px;
    }
    .main-con-to-order-summary-card .con-post-2-brand {
        display: none;
    }
    .con-card-change-add-pop-up h3 {
        width: 90%;
    }
    .con-setting-card {
        min-height: auto;
    }
    .con-setting-card i {
        width: 60px;
        height: 60px;
        font-size: 30px;
    }
    .con-img-about-us i {
        font-size: 50px;
    }
    .con-img-about-us {
        width: 100px;
        height: 100px;
    }
    .main-con-to-about-us {
        margin-top: 90px;
        margin-bottom: 0px;
    }
    .con-locate-me-form-add-address > a span {
        display: none;
    }
    .con-locate-me-form-add-address > a i {
        margin: 0px;
    }

    .con-input-Quantity-add-offer input {
        width: 40px;
    }
    .add-table-offer {
        margin-top: 20px;
    }
    .con-avl-qnt {
        flex-direction: column;
    }
    .main-con-avl-qnt-input {
        width: 100%;
        margin-bottom: 15px;
    }
    .con-order-card {
        flex-direction: column;
    }
    .con-img-order-card img {
        height: auto;
        width: 100%;
    }
    .con-img-order-card {
        margin: 0px;
        margin-bottom: 15px;
    }
    .con-productd-card-descrip {
        max-width: none;
    }

    .main-con-card-show-prices {
        max-width: none;
    }
    .con-card-add-offer-img-pro {
        max-width: none;
    }
    .title-of-avl-qnt {
        max-width: none;
    }
    .con-avl-qnt {
        max-width: none;
    }
    .con-profile-edit-side {
        max-width: none;
    }
}
@media screen and (max-width: 992px) {
    .my-adress-ul {
        margin-bottom: 10px;
    }
    .con-productd-card-descrip {
        max-width: none;
    }
    .body-chat {
        padding-bottom: 0px;
    }
    .main-con-card-show-prices {
        max-width: none;
    }
    .con-card-add-offer-img-pro {
        max-width: none;
    }
    .title-of-avl-qnt {
        max-width: none;
    }
    .con-avl-qnt {
        max-width: none;
    }
    .con-profile-edit-side {
        max-width: none;
    }
}
@media screen and (min-width: 768px) {
    .product-name-post-4 {
        display: -webkit-box;
    }
    .product-name-post-3 {
        display: none;
    }
    .con-post-3-brand {
        display: flex;
    }
    .con-post-4-brand {
        display: none;
    }
    .con-post-4-price {
        display: flex;
    }
    .con-post-3-price {
        display: none;
    }
}
@media screen and (min-width: 992px) {
    .main-con-card-show-prices {
        max-width: 350px;
    }
    .con-nav-bar-bottom-mobile {
        display: none;
    }
}
.button-sign-header {
    background-color: var(--main-color-theme);
    font-size: 15px;
    color: var(--main-color);
    font-weight: 700;
    padding: 7px 20px;
    border-radius: 50px;
    margin-right: 10px;
}
.con-back-ground-design-sign {
    width: 100%;
    background-color: var(--main-color);
    height: 200px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.con-back-ground-design-sign p {
    color: white;
    font-size: 30px;
    font-weight: 700;
    line-height: normal;
}
.con-back-ground-design-sign::after {
    width: 200px;
    height: 200px;
    background-color: var(--main-color);
    content: "";
    position: absolute;
    bottom: 0px;
    right: 0px;
    transform: translateY(50%);
    z-index: 1;
}
.con-back-ground-design-sign::before {
    width: 200px;
    height: 150px;
    background-color: white;
    content: "";
    position: absolute;
    bottom: 0px;
    right: 0px;
    transform: translateY(100%);
    z-index: 2;
    border-radius: 0px 100px 0px 0px;
}
.log-head {
    margin-bottom: 0px;
}
.con-back-ground-design-sign .con-img-logo-sign {
    width: 130px;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    border-radius: 50%;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%, 50%);
    box-shadow: 0px 0px 10px 0px #74747459;
    z-index: 33;
}
.con-back-ground-design-sign .con-img-logo-sign img {
    width: 70px;
}
.con-back-ground-design-sign {
    margin-bottom: 80px;
}
.body-log {
    background-color: white;
}
.con-sign-form {
    max-width: 500px;
    margin: auto;
}
.sign-form-form h1 {
    margin-bottom: 20px;
    font-size: 25px;
    font-weight: 700;
}
.con-sign-form-up {
    max-width: none;
}
.con-sign-form-up .main-con-avl-qnt-input {
    width: 100%;
}
.con-sign-form-up .con-avl-qnt-input {
    margin-bottom: 25px;
}
.con-sign-form-up .con-avl-qnt-input input {
    padding: 15px 10px;
}
.con-sign-form-up .con-avl-qnt-input select {
    padding: 15px 10px;
}
.sign-form-form {
    display: flex;
    align-items: center;
    flex-direction: column;
}
.con-input-sign-in {
    margin-bottom: 15px;
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}
.con-input-sign-in > span {
    width: 100%;
    flex-grow: 1;
    max-width: 370px;
    font-size: 13px;
    color: #ef233c;
    font-weight: 700;
}
.con-input-sign-in:has(span) .sub-con-input-sign-in {
    margin-bottom: 5px;
}
.sub-con-input-sign-in {
    background-color: #eee;
    border-radius: 50px;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0px 15px;
    max-width: 400px;
}
.sub-con-input-sign-in input {
    background-color: transparent;
    border: none;
    outline: none;
    padding: 15px 10px;
    font-size: 15px;
    font-weight: 700;
    color: var(--main-color);
    flex-grow: 1;
}
.sub-con-input-sign-in i {
    display: flex;
    color: var(--Second-Font-Color);
    font-size: 20px;
}
.sign-form-form {
    position: relative;
    z-index: 55;
}
.con-forget-pass-remmber-me {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 370px;
    margin-bottom: 15px;
}
#rem-id {
    display: none;
}
.con-forget-pass-remmber-me label {
    display: flex;
    align-items: center;
}
.con-forget-pass-remmber-me i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    font-size: 13px;
    background-color: #eee;
    border-radius: 50%;
    margin-right: 10px;
    color: transparent;
}
.con-forget-pass-remmber-me span {
    font-size: 13px;
    color: var(--main-color);
    font-weight: 700;
}
#rem-id:checked + label i {
    background-color: var(--main-color-theme);
    color: var(--main-color);
}
.con-forget-pass-remmber-me a {
    font-size: 13px;
    font-weight: 700;
    color: var(--main-color);
}
.submit-form-sign-input {
    background-color: var(--main-color-theme);
    padding: 10px 20px;
    width: 100%;
    max-width: 300px;
    border-radius: 50px;
    border: none;
    outline: none;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 25px;
}
.con-or-seprator {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 20px;
    width: 100%;
    max-width: 200px;
}
.con-or-seprator p {
    font-size: 18px;
    color: var(--main-color);
    font-weight: 800;
    margin-bottom: 0px;
    position: relative;
    z-index: 1;
    background-color: white;
    padding: 0px 20px;
}
.con-or-seprator::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    height: 1.5px;
    background-color: var(--main-color);
    transform: translateY(-50%);
}
.con-sign-with {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 400px;
}
.con-sign-with button {
    border: none;
    outline: none;
    border-radius: 50px;
    padding: 7px 15px;
    display: flex;
    align-items: center;
    background-color: transparent;
    color: white;
    font-size: 15px;
    font-weight: 700;
}
.con-sign-with button i {
    margin-right: 10px;
    display: flex;
    color: white;
}
.con-sign-with button.icon-facebo {
    background-color: #1877f2;
}
.con-sign-with button.icon-twiter {
    background-color: #03a9f4;
}
.con-sign-with button.icon-google {
    background-color: #f14336;
}
.main-con-to-sign-page {
    margin-bottom: 30px;
}
.con-image-wait-for-aprovied {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    flex-direction: column;
}
.con-image-wait-for-aprovied img {
    width: 45%;
    margin-bottom: 20px;
    min-width: 400px;
}
.con-image-wait-for-aprovied h1 {
    font-size: 35px;
    color: var(--main-color);
    font-weight: 700;
    margin-bottom: 10px;
}
.con-image-wait-for-aprovied p {
    font-size: 20px;
    color: var(--Second-Font-Color);
    font-weight: 700;
    margin-bottom: 0px;
}
.con-icon-auz-pages {
    width: 130px;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffd60a;
    border-radius: 50%;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%, 50%);
    box-shadow: 0px 0px 10px 0px #74747459;
    z-index: 33;
}
.con-icon-auz-pages i {
    display: flex;
    font-size: 50px;
    color: var(--main-color);
}
.modal-done .modal-header {
    display: none;
}
.modal-done .modal-content {
    background-color: white;
    border-radius: 15px;
    border: none;
}
.con-done-pop {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.con-done-pop i {
    font-size: 50px;
    display: flex;
    color: var(--Second-Font-Color);
    margin-bottom: 15px;
    width: 100px;
    height: 100px;
    background-color: #eee;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
}
.con-done-pop p {
    font-size: 15px;
    color: var(--main-color);
    font-weight: 700;
    margin-bottom: 0px;
    text-align: center;
    width: 100%;
    max-width: 350px;
}
.con-done-pop img {
    width: 100px;
    height: 100px;
    margin-bottom: 15px;
}
.my-but-to-close {
    border: none;
    outline: none;
    background-color: var(--main-color);
    color: white;
    padding: 10px 20px;
    font-size: 15px;
    font-weight: 700;
    border-radius: 50px;
}
.modal-done .modal-footer {
    justify-content: center;
    border: #03a9f4;
}
.con-inputs-otp {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-bottom: 30px;
}
.info-p {
    font-size: 14px;
    color: var(--Second-Font-Color);
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
}
.con-inputs-otp input {
    width: 70px;
    height: 70px;
    margin: 0px 10px;
    background-color: #eee;
    border: none;
    outline: none;
    border-radius: 10px;
    text-align: center;
    font-size: 15px;
    color: var(--main-color);
    font-weight: 700;
}
.con-image-wait-for-aprovied a {
    background-color: #ef233c;
    color: white;
    padding: 7px 20px;
    margin: 20px 0px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 700;
    display: flex;
    align-items: center;
}
.con-image-wait-for-aprovied a i {
    font-size: 20px;
    color: white;
    display: flex;
    margin-right: 10px;
}
.main-con-to-Select-inters {
    margin: 30px auto;
}
.main-con-to-Select-inters h1 {
    font-size: 30px;
    color: var(--main-color);
    font-weight: 700;
    text-align: center;
}
.main-con-to-Select-inters p {
    font-size: 15px;
    color: var(--Second-Font-Color);
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
}
.sub-con-interesting {
    position: relative;
    width: 100%;
    min-height: 150px;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 10px;
    background-color: #35353586;
    justify-content: center;
    margin-bottom: 15px;
    max-width: 200px;
    margin: 15px auto;
    border-radius: 10px;
}
.sub-con-interesting i {
    font-size: 50px;
    margin-bottom: 10px;
    display: flex;
    color: white;
}
.sub-con-interesting span {
    font-size: 15px;
    color: white;
    font-weight: 700;
    margin-bottom: 5px;
}
.sub-con-interesting::after {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    background-color: white;
    border-radius: 50px;
    transition: 0.5s ease-in-out;
}
.sub-con-interesting.active::after {
    width: 50px;
    background-color: var(--main-color-theme);
}
.submit-interesting {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}
.submit-interesting a {
    width: 100%;
    background-color: var(--main-color-theme);
    border: none;
    outline: none;
    border-radius: 50px;
    padding: 7px 20px;
    font-size: 15px;
    color: var(--main-color);
    font-weight: 700;
    max-width: 300px;
    text-align: center;
}
.con-chat-header-contact a {
    display: flex;
    align-items: center;
    color: var(--main-color);
    font-size: 17px;
    font-weight: 700;
}
.con-chat-header-contact a i {
    font-size: 15px;
    margin-right: 10px;
    display: flex;
}
.con-chat-header-contact {
    padding: 10px 10px;
    background-color: white;
}
.con-chat-header-contact .form-chat-search {
    background-color: #eee;
    border-radius: 50px;
    display: flex;
    align-items: center;
    width: 100%;
    overflow: hidden;
    padding: 0px 10px;
}
.con-chat-header-contact .form-chat-search input {
    width: 50%;
    flex-grow: 1;
    background-color: transparent;
    color: var(--main-color);
    font-size: 15px;
    font-weight: 700;
    padding: 5px 10px;
    border: none;
    outline: none;
}
.con-chat-header-contact .form-chat-search i {
    background-color: transparent;
    border: none;
    outline: none;
    padding: 0px;
}
.con-chat-header-contact form i {
    display: flex;
    font-size: 17px;
    color: var(--Second-Font-Color);
}
.sub-con-contacts-cards {
    display: flex;
    align-items: center;
    background-color: white;
    border-radius: 10px;
    margin-bottom: 10px;
    overflow: hidden;
    padding: 10px 10px;
    box-shadow: 0px 0px 10px 0px #eee;
}
.con-the-rates-of-saller {
    display: flex;
    align-items: center;
    justify-content: center;
}
.con-the-rates-of-saller i {
    font-size: 30px;
    color: var(--main-color-theme);
    margin: 0px 5px;
}
.main-con-to-rate-seller-pop-up {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
    background-color: rgb(189 189 189 / 55%);
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 44;
    backdrop-filter: blur(2px);
}
.con-rate-seller-pop-us-box {
    background-color: white;
    padding: 40px 10px 30px;
    border-radius: 10px;
    position: relative;
    width: 100%;
    max-width: 500px;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.con-the-rates-of-saller i.un-active {
    color: #eee;
}
.con-select-add-page h1 {
    display: flex;
    align-items: center;
    font-size: 20px;
    color: var(--main-color);
    font-weight: 700;
    margin-bottom: 20px;
}
.con-select-add-page h1 span {
    font-size: 30px;
    font-weight: 800;
    margin-right: 10px;
    color: #888da885;
    font-family: "Montserrat", sans-serif;
}
.con-select-add-block-bage button {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 13px;
    color: var(--main-color);
    background-color: var(--main-color-theme);
    font-weight: 700;
    padding: 5px 15px;
    border-radius: 50px;
    border: none;
    outline: none;
}
.con-add-new-aadd-but {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 20px;
}
.main-con-cha-method h1 {
    margin: 0px auto 20px;
    font-size: 25px;
    color: var(--main-color);
    font-weight: 700;
    width: fit-content;
}
.con-card-select-the-method {
    background-color: white;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px #eee;
    width: 100%;
    max-width: 350px;
    margin: 20px auto;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.con-card-select-the-method img {
    height: 200px;
    margin-bottom: 10px;
}
.con-order-card-icon-card span span {
    color: var(--main-color);
    font-weight: 800;
    margin-left: 5px;
}
.con-order-card > i {
    font-size: 17px;
    color: white;
    background-color: #f14336;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 10px;
    right: 10px;
}
.con-action-for-new-order-card {
    padding: 10px 20px;
    display: flex;
    align-items: center;
    flex-direction: column;
    border-left: 2px dashed #eee;
    align-self: stretch;
    justify-content: space-evenly;
    min-width: 220px;
}
.con-action-for-new-order-card button,
.con-action-for-new-order-card a {
    white-space: nowrap;
    width: 100%;
    max-width: 200px;
    display: flex;
    align-items: center;
    font-size: 15px;
    color: white;
    font-weight: 700;
    border: none;
    outline: none;
    padding: 0px;
    border-radius: 10px;
    overflow: hidden;
}
.con-action-for-new-order-card button i,
.con-action-for-new-order-card a i {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
}
.con-action-for-new-order-card .chat-with-but {
    background-color: #ffd60a92;
    color: var(--main-color);
}
.con-action-for-new-order-card .chat-with-but i {
    background-color: var(--main-color-theme);
    color: var(--main-color);
    font-size: 25px;
}
.tag-pro {
    padding: 0px 10px;
    font-size: 10px;
    color: var(--main-color);
    font-weight: 700;
    background-color: #dcdcdcc1;
    border-radius: 15px;
    margin-left: 5px;
}
.con-action-for-new-order-card .canc-but {
    background-color: #ef233b79;
    color: white;
}
.con-action-for-new-order-card .canc-but i {
    background-color: #ef233c;
    color: white;
}
.con-order-card > i.order {
    background-color: #7ae582;
    transform: rotate(180deg);
}
.con-card-select-the-method h2 {
    font-size: 17px;
    color: var(--main-color);
    font-weight: 700;
    margin-bottom: 30px;
}
.title-main-page {
    font-size: 25px;
    color: var(--main-color);
    margin-bottom: 15px;
    font-weight: 700;
}
.con-card-select-the-method a {
    background-color: var(--main-color-theme);
    color: var(--main-color);
    padding: 10px 20px;
    width: 100%;
    max-width: 200px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 700;
    display: block;
    text-align: center;
}
.con-add-new-aadd-but a {
    background-color: var(--main-color);
    border-radius: 10px;
    padding: 10px 20px;
    font-size: 15px;
    color: white;
    text-align: center;
    font-weight: 700;
    display: flex;
    align-items: center;
}
.con-add-new-aadd-but a i {
    font-size: 18px;
    margin-right: 10px;
}
.con-select-add-block-bage {
    background-color: white;
    padding: 15px;
    border-radius: 15px;
    box-shadow: 0px 0px 10px 0px #eee;
    margin-bottom: 15px;
    width: 100%;
    position: relative;
}
.con-select-add-block-bage i {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 25px;
    height: 25px;
    background-color: #eee;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    border-radius: 5px;
    color: transparent;
}
.con-select-add-block-bage h4 {
    font-size: 15px;
    color: var(--main-color);
    font-weight: 700;
    margin-bottom: 5px;
    line-height: normal;
}
.con-select-add-block-bage p {
    font-size: 15px;
    color: var(--main-color);
    font-weight: 700;
    margin-bottom: 5px;
    line-height: normal;
}
.con-select-add-block-bage span {
    font-size: 15px;
    color: var(--main-color);
    font-weight: 700;
    margin-bottom: 5px;
    line-height: normal;
}
.select-add-class {
    display: none;
}
.select-add-class:checked + label i {
    background-color: var(--main-color-theme);
    color: var(--main-color);
}
.con-select-method-page {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-bottom: 20px;
}
.con-select-method-page .con-icon-select-method {
    width: 45%;
    display: flex;
    align-items: center;
    background-color: white;
    padding: 30px 10px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px #eee;
    flex-direction: column;
    max-width: 300px;
    position: relative;
    transition: 0.5s ease-in-out;
}
.con-select-method-page .con-icon-select-method::after {
    width: 9px;
    height: 9px;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #eee;
    border-radius: 50px;
    z-index: 2;
    content: "";
    transition: 0.4s ease-in-out;
}
.select-method-class {
    display: none;
}
.con-select-confirm-but {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 20px;
}
.con-rate-seller-comment {
    width: 100%;
    margin-top: 20px;
}
.con-rate-seller-comment textarea {
    border: none;
    outline: none;
    border-radius: 10px;
    font-size: 15px;
    color: var(--main-color);
    padding: 10px;
    font-weight: 700;
    background-color: #eee;
    width: 100%;
}
.con-select-confirm-but a {
    font-size: 15px;
    color: var(--main-color);
    font-weight: 700;
    background-color: var(--main-color-theme);
    border-radius: 50px;
    padding: 10px 20px;
    width: 100%;
    max-width: 200px;
    text-align: center;
}
.select-method-class:checked + label::after {
    width: 40px;
    background-color: var(--main-color-theme);
}
.con-select-method-page .con-icon-select-method i {
    font-size: 80px;
    margin-bottom: 10px;
    display: flex;
}
.con-select-method-page .con-icon-select-method span {
    font-size: 15px;
    color: var(--main-color);
    font-weight: 700;
}
.main-con-to-rate-seller-pop-up button {
    width: 100%;
    max-width: 200px;
    background-color: var(--main-color);
    border-radius: 50px;
    padding: 8px 20px;
    border: none;
    outline: none;
    color: white;
    font-size: 15px;
    font-weight: 700;
    margin-top: 30px;
}
.con-rate-seller-pop-us-box .flaticon-love {
    font-size: 60px;
    width: 70px;
    height: 70px;
    background-color: white;
    border-radius: 50%;
    border: 6px solid white;
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #f14336;
    display: flex;
    align-items: center;
    justify-content: center;
}
.con-rate-seller-pop-us-box .flaticon-x {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 15px;
    color: var(--main-color);
    display: flex;
}
.con-rate-seller-pop-us-box h2 {
    font-size: 25px;
    color: var(--main-color);
    font-weight: 700;
    text-align: center;
}
.con-rate-seller-pop-us-box p {
    font-size: 15px;
    color: var(--Second-Font-Color);
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
}

.con-contacts-cards {
    height: calc(100vh - 90px);
    overflow-y: auto;
    padding: 10px;
}
.con-chat-content-header img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 10px;
}
.con-chat-content-header {
    display: flex;
    background-color: white;
    padding: 10px;
    align-items: center;
    height: 88px;
}
.con-contact-chat-contact-contact p {
    font-size: 15px;
    color: var(--main-color);
    font-weight: 700;
    margin-bottom: 5px;
    line-height: normal;
}
.no-ever-padd {
    padding: 0px;
}
.con-one-msg-chat > img {
    width: 30px;
    height: 30px;
    margin-right: 15px;
    z-index: 2;
    position: relative;
    border-radius: 50%;
}
.con-one-msg-chat {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    width: 100%;
}
.con-contact-chat-contact-contact span {
    font-size: 13px;
    color: var(--Second-Font-Color);
    font-weight: 700;
}
.con-one-msg-chat p::after {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 20px;
    height: 50px;
    content: "";
    background-color: var(--main-color-theme);
    transform: translateX(-100%);
    z-index: 0;
}
.con-chat-content-footer {
    display: flex;
    align-items: center;
    padding: 0px 10px;
}
.con-chat-content-footer textarea {
    background-color: white;
    border: none;
    outline: none;
    width: 50%;
    flex-grow: 1;
    margin-right: 10px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 700;
    color: var(--main-color);
    padding: 5px 20px;
}
.con-chat-content-footer input {
    display: none;
}
.con-chat-content-footer label {
    position: absolute;
    top: 50%;
    right: 80px;
    transform: translateY(-50%);
    color: var(--Second-Font-Color);
    font-size: 30px;
    z-index: 3;
}
.con-chat-content-footer > i {
    position: absolute;
    top: 50%;
    right: 130px;
    transform: translateY(-50%);
    color: var(--Second-Font-Color);
    font-size: 25px;
    z-index: 3;
    display: flex;
}
.con-chat-content-footer button {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    outline: none;
    background-color: var(--main-color);
    color: white;
    font-size: 20px;
}
.con-chat-content-footer button i {
    display: flex;
}
.con-chat-content-footer {
    position: relative;
}
.con-chat-content-footer label i {
    display: flex;
}
.con-chat-content-footer textarea::placeholder {
    padding: 10px;
}
.con-one-msg-chat p::before {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 20px;
    height: 50px;
    content: "";
    background-color: #f4f4f4;
    transform: translateX(-100%);
    z-index: 1;
    border-radius: 0px 50px 0px 0px;
}
.con-one-msg-chat p {
    padding: 15px;
    position: relative;
    font-size: 15px;
    color: var(--main-color);
    font-weight: 700;
    background-color: var(--main-color-theme);
    border-radius: 0px 15px 15px;
    margin-bottom: 0px;
}
.con-one-msg-chat span {
    width: 100%;
    display: block;
    text-align: right;
    font-size: 12px;
    color: var(--Second-Font-Color);
    font-weight: 700;
    max-width: 85%;
}
.con-chat-contact-img img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.con-chat-contact-img {
    margin-right: 10px;
}
.con-one-msg-chat.reply-msg > img {
    margin-right: 0px;
    margin-left: 15px;
}
.con-one-msg-chat.reply-msg span {
    text-align: left;
}
.con-one-msg-chat.reply-msg p {
    border-radius: 15px 0px 15px 15px;
}
.con-one-msg-chat.reply-msg p::after {
    left: auto;
    right: 0px;
    transform: translateX(100%);
}
.con-one-msg-chat.reply-msg p::before {
    left: auto;
    right: 0px;
    transform: translateX(100%);
    border-radius: 50px 0px 0px 0px;
}
.con-chat-content-contetn {
    padding: 10px;
    height: calc(100vh - 145px);
    overflow-y: auto;
}
.con-one-msg-chat.reply-msg {
    flex-direction: row-reverse;
}
.con-contacts-card-content h3 {
    font-size: 15px;
    color: var(--main-color);
    font-weight: 700;
    display: flex;
    align-items: center;
    margin-bottom: 7px;
}
.con-contacts-card-content h3 span {
    padding: 2px 5px;
    font-size: 12px;
    color: var(--main-color);
    font-weight: 700;
    background-color: var(--main-color-theme);
    border-radius: 50px;
    margin-left: 5px;
}
.con-contacts-card-content p {
    font-size: 13px;
    color: var(--Second-Font-Color);
    font-weight: 700;
    line-height: normal;
    white-space: nowrap;
    overflow: hidden;
    width: 90%;
    text-overflow: ellipsis;
    margin-bottom: 0px;
}
.con-contacts-card-content {
    width: 50%;
    flex-grow: 1;
}
.con-card-contact-date-span {
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: stretch;
    height: 100%;
    flex-direction: column;
}
.con-card-contact-date-span p {
    font-size: 12px;
    color: var(--main-color);
    font-weight: 700;
    margin-bottom: 5px;
}
.con-card-contact-date-span span {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--main-color);
    color: white;
    font-size: 11px;
    padding: 5px;
    line-height: normal;
}
.con-chat-home-lang {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
.con-chat-home-lang button {
    background-color: var(--main-color);
    border-radius: 50px;
    color: white;
    padding: 4px 15px;
    font-size: 12px;
    font-weight: 700;
    border: none;
    outline: none;
}

@media screen and (max-width: 767px) {
    .button-sign-header {
        font-size: 13px;
    }
    .con-icon-auz-pages {
        width: 100px;
        height: 100px;
    }
    .con-icon-auz-pages i {
        font-size: 40px;
    }
    .sign-form-form h1 {
        font-size: 25px;
    }
    .info-p {
        font-size: 13px;
        width: 100%;
        max-width: 400px;
    }
    .con-inputs-otp input {
        width: 55px;
        height: 55px;
    }
    .sub-con-input-sign-in {
        width: 90%;
    }
    .con-back-ground-design-sign::before {
        border-radius: 0px 70px 0px 0px;
    }
    .con-image-wait-for-aprovied img {
        min-width: 350px;
    }
    .con-forget-pass-remmber-me,
    .con-input-sign-in > span {
        width: 90%;
        max-width: 320px;
    }
    .con-sign-with {
        width: 100%;
        max-width: 360px;
    }
    .con-sign-with button {
        font-size: 13px;
    }
    .con-or-seprator p {
        font-size: 15px;
    }
    .con-back-ground-design-sign .con-img-logo-sign {
        width: 100px;
        height: 100px;
    }
    .con-back-ground-design-sign .con-img-logo-sign img {
        width: 50px;
    }
    .sub-con-input-sign-in input {
        font-size: 14px;
    }
    .con-sign-form-up .con-avl-qnt-input input,
    .con-sign-form-up .con-avl-qnt-input select {
        font-size: 14px;
    }
    .con-chat-content-footer > i {
        right: 120px;
    }
    .con-action-for-new-order-card {
        padding: 20px 10px;
        border: none;
        border-top: 2px dashed #eee;
        margin-top: 20px;
    }
    .con-order-card > i {
        right: 20px;
        top: 20px;
    }
    .content-of-order-card {
        width: 100%;
    }
    .con-action-for-new-order-card {
        flex-direction: row;
    }
    .con-action-for-new-order-card .chat-with-but {
        margin-right: 10px;
    }
    .tag-pro {
        font-size: 10px;
    }
    .con-contacts-card-content h3 {
        font-size: 14px;
    }
    .con-contacts-card-content h3 span {
        font-size: 10px;
    }
    .con-contacts-card-content p {
        font-size: 12px;
    }
    .con-chat-contact-img img {
        width: 35px;
        height: 35px;
    }
    .con-card-contact-date-span p {
        font-size: 10px;
    }
    .con-card-contact-date-span span {
        width: 12px;
        height: 12px;
        font-weight: 800;
        font-size: 8px;
    }
    .con-chat-content-footer button {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
    .con-chat-content-footer label {
        font-size: 25px;
    }
    .con-chat-content-footer > i {
        font-size: 20px;
    }
    .con-one-msg-chat p {
        font-size: 13px;
    }
    .con-contact-chat-contact-contact p {
        font-size: 14px;
        margin-bottom: 0px;
        line-height: 1;
    }
    .con-chat-content-header img {
        width: 40px;
        height: 40px;
    }
    .con-contacts-card-content h3 {
        margin-bottom: 0px;
    }
}

/* ###########################
Last Edit
  ############################
*/

.con-descrip-page-buttons a {
    width: 100%;
    display: block;
    padding: 10px 20px;
    text-align: center;
    font-size: 15px;
    color: white;
    border-radius: 10px;
    font-weight: 700;
    max-width: 350px;
    margin: auto;
}
.con-descrip-page-buttons a:nth-child(1) {
    background-color: var(--main-color);
    margin-bottom: 10px;
}
.con-descrip-page-buttons a:nth-child(2) {
    background-color: var(--main-color-theme);
    color: var(--main-color);
}
.delete-pop-up .modal-content {
    border: none;
    border-radius: 15px;
}
.delete-pop-up .modal-header {
    display: none;
}
.delete-pop-up .modal-footer {
    justify-content: space-evenly;
    border: none;
    padding: 10px;
}
.delete-pop-up .modal-footer .yes {
    background-color: #7ae582;
    color: white;
    font-size: 15px;
    font-weight: 700;
    padding: 10px 20px;
    width: 50%;
    max-width: 150px;
    border: none;
    outline: none;
    border-radius: 50px;
}
.delete-pop-up .modal-footer .no {
    background-color: #ef233c;
    color: white;
    font-size: 15px;
    font-weight: 700;
    padding: 10px 20px;
    width: 50%;
    max-width: 150px;
    border: none;
    outline: none;
    border-radius: 50px;
}
.delete-pop-up .modal-body {
    padding: 0px;
}
.main-con-to-delete-pop-up {
    position: relative;
    padding: 50px 20px 20px 20px;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.main-con-to-delete-pop-up > i {
    width: 80px;
    height: 80px;
    background-color: #ef233c;
    border-radius: 50%;
    color: white;
    font-size: 30px;
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 5px solid white;
    display: flex;
    align-items: center;
    justify-content: center;
}
.main-con-to-delete-pop-up h2 {
    font-size: 25px;
    color: var(--main-color);
    font-weight: 700;
    margin-bottom: 10px;
}
.main-con-to-delete-pop-up p {
    font-size: 15px;
    color: var(--Second-Font-Color);
    font-weight: 700;
    margin-bottom: 0px;
}
.con-button-fillter-last-edit {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.con-button-fillter-last-edit button {
    background-color: var(--main-color-theme);
    color: var(--main-color);
    font-size: 15px;
    font-weight: 700;
    padding: 10px 30px;
    border: none;
    outline: none;
    border-radius: 10px;
    width: 100%;
    max-width: 250px;
}

.con-show-prices-tags-title ul li {
    white-space: nowrap;
}
.con-one-msg-chat.reply-msg p {
    background-color: white;
    color: var(--main-color);
}
.con-one-msg-chat.reply-msg p::after {
    background-color: white;
}
.img-upload-chat {
    border-radius: 10px;
    height: auto;
    margin: 0px;
    margin-left: 50px;
    width: 100%;
    margin-top: 10px;
}
.con-text-chat-with-img {
    width: fit-content;
    max-width: 80%;
}
.sub-con-contacts-cards.active {
    background-color: #e7e7e7;
}
.contune-but {
    background-color: #3535357e;
    color: white;
}
.contune-but i {
    background-color: var(--main-color);
    /* transform: rotate(180deg); */
}
.con-action-for-new-order-card {
    flex-wrap: wrap;
}
.rate-pop .modal-content {
    border: none;
    border-radius: 15px;
}
.rate-pop .modal-header {
    display: none;
}
.rate-pop .modal-body {
    padding: 0px;
}
.rate-pop .modal-footer {
    padding: 10px;
    justify-content: center;
    border: none;
}
.rate-pop .modal-footer button {
    width: 100%;
    max-width: 200px;
    background-color: var(--main-color);
    border-radius: 50px;
    padding: 8px 20px;
    border: none;
    outline: none;
    color: white;
    font-size: 15px;
    font-weight: 700;
}
.modal-backdrop.fade.show {
    background-color: #eee;
    backdrop-filter: blur(2px);
}
@media screen and (max-width: 767px) {
    .con-action-for-new-order-card button {
        max-width: 140px;
    }
    .con-action-for-new-order-card .contune-but {
        width: 100%;
        max-width: 340px;
        margin-top: 15px;
    }
}

.add-table-offer .First-td {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.add-table-offer .First-td i {
    font-size: 20px;
    color: #ef233c;
    display: flex;
}
.con-action-for-new-order-card button.shiiping {
    background-color: #1e91cf7c;
}
.con-action-for-new-order-card button.shiiping i {
    background-color: #1e91cf;
}
.con-action-for-new-order-card button.delevierd {
    background-color: #7ae58185;
}
.con-action-for-new-order-card button.delevierd i {
    background-color: #7ae581;
}
@media screen and (max-width: 767px) {
    .con-input-Quantity-add-offer input {
        width: 20px;
    }
    .con-input-Quantity-add-offer i {
        width: 30px;
        height: 30px;
    }
    .con-action-for-new-order-card button.shiiping,
    .con-action-for-new-order-card button.delevierd {
        width: 100%;
        max-width: 340px;
        margin-top: 15px;
    }
}

/*  my changes */
.mapouter {
    position: relative;
    text-align: right;
    height: 500px;
    width: 100%;
}
.gmap_canvas {
    overflow: hidden;
    background: none !important;
    height: 500px;
    width: 100%;
}

.fa-regular.fa-pen-to-square {
    cursor: pointer;
}

.con-center-brand {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.con-sign-form-up .main-con-avl-qnt-input {
    margin-bottom: 10px;
}

.no-margin {
    margin-bottom: 0px !important;
}

.con-resend-code > a {
    font-size: 20px;
    font-weight: 800;
    color: #2c75e4;
    margin-bottom: 10px;
}

.con-resend-code {
    display: none;
}

.con-inputs-otp {
    direction: ltr;
}

.con-image-wait-for-aprovied {
    min-height: 70vh;
}
.con-action-for-new-order-card {
    min-width: 225px;
}
.con-tages-for-Request-qoutation > ul > li {
    cursor: pointer;
}
.con-card-select-the-method button {
    background-color: var(--main-color-theme);
    color: var(--main-color);
    padding: 10px 20px;
    width: 100%;
    max-width: 200px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 700;
    display: block;
    text-align: center;
    border: 0px;
}

.main-con-to-confirm-ordesr button {
    background-color: var(--main-color-theme);
    color: var(--main-color);
    padding: 10px 30px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 700;
    border: 0px;
}

.chat-info {
    text-align: center;
    height: 100vh;
    background-color: #ffffff;
    position: relative;
    margin-bottom: 20px;
    padding: 20px;
    /* border-radius: 20px; */
    box-shadow: 0px 0px 10px 0px #a19d9d52;
    width: 100%;
}

.chat-msgs {
    background-color: #ffffff;
    width: 100%;
}

.chat-msgs img {
    position: relative;
    display: block;
    margin: 25px auto;
    width: 150px;
}

.chat-msgs span {
    color: #30405d;
    font-size: 20px;
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
}
.fillter-products-radio-class {
    display: none;
}
.fillter-products-label {
    display: flex;
}
.con-fillter-holder-parent input {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #eee;
    border-radius: 50%;
    margin-right: 10px;
    font-size: 12px;
    color: transparent;
}
.con-img-order-card p.incomplete {
    background-color: #f90;
}

.con-img-order-card p.shipped {
    background-color: #1e91cf;
}

.main-con-to-delete-pop-up > i.fa-solid.fa-truck-fast {
    background-color: #1e91cf;
}

.main-con-to-delete-pop-up > i.fa-solid.fa-check-to-slot {
    background-color: #7ae581;
}

.con-chat-home-lang a {
    background-color: var(--main-color);
    border-radius: 50px;
    color: white;
    padding: 4px 15px;
    font-size: 12px;
    font-weight: 700;
    border: none;
    outline: none;
}
.con-one-msg-chat span {
    max-width: 100%;
}

.rate-pop .modal-footer button.btn.btn-primary {
    background-color: var(--main-color-theme);
    color: var(--main-color);
}
.empty_offers{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px #eee;
    margin-bottom: 15px;
    position: relative;
    overflow: hidden;
    padding: 40px 0px;
}
