:root {
    --primary-color: #CC8D1A;
    --secondry-color: #005c53;
    --text-color-light: #E8E2E2;
    --text-color-white: #F5F5F5;
    --text-color-dark: #1B1A17;
    --back-ground-color: #fff;
    --border-color-light: #E8E2E2;
    --border-color-dark: #1B1A17;
    --effect-hover: red;
    --box-shadow-light: 0px 0px 10px 0px #eee;
    --box-shadow-dark: 0px 0px 10px 0px #555;
    --font-name: "Cairo";
    --f-s-larg: 25px;
    --f-s-medum: 15px;
    --f-s-small: 10px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    font-family: var(--font-name);
    background-color: #fff;
}

h1 {
    font-size: 24px;
    font-weight: 900;
}
.fancybox__container {
    z-index: 100000000 !important;
}
span {
    color: var(--primary-color);
    /*font-size: 22px;*/
    font-weight: 500;
}

@media (max-width: 500px) {
    .fixed-pos {
        position: fixed!important;
        background-color: #fff;
        box-shadow: 0 0 10px rgba(0,0,0,.05);
        left: 0;
        bottom: -15px;
        right: 0;
        padding: 10px;
        z-index: 1000;
    }
}

.image-prodacts .slider-controls {
    width: 100%;
    margin: 5px auto;
}
.slider-controls .prev,
.slider-controls .next {
    background-color: var(--secondry-color);
    color: var(--text-color-white);
    font-size: 16px;
    width: 30px;
    height: 30px;
    text-align: center;
    cursor: pointer;
    border-radius: 6px;
    user-select: none;
    position: absolute;
    font-weight: 900;
}
.slider-controls .prev {
    left: 15px;
    top: 50%;
}
.slider-controls .next {
    right: 15px;
    top: 50%;
}
.slider-controls .indicators {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: -10px;
    font-size: 22px;
}
.indicators ul {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 5px;
    margin-top: 5px;
}
.indicators ul li {
    width: 8px;
    height: 8px;
    background-color: #5c5b5b;
    border-radius: 50%;
}
.indicators ul li:last-child {
    background-color: #d4d4d4;
}

.detail-prodacts {
    background-color: var(--back-ground-color);
}

.prodacts {
    padding: 15px 0;
    display: flex;
    flex-wrap: wrap;
    column-gap: 50px;
}

.prodacts-info .info-prodacts-normal p {
    margin: 5px 0 15px;
    color: #666;
}

.prodacts-info .info-prodacts-normal {
    margin: 0 0 15px;
    /*border-bottom: 1px solid var(--border-color-light);*/
}

.prodacts-info .info-prodacts-normal ol {
    margin-bottom: 15px;
}

.prodacts-info .info-prodacts-normal ul li {
    list-style: outside;
    font-weight: 700;
}

.prodacts-info .info-prodacts-normal ol li {
    list-style: inside;
    list-style-type: decimal;
    padding: 0;
    margin: 0;
    color: #666;
}

.prodacts .cash {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 15px;
    box-shadow: var(--box-shadow-light);
    padding: 20px 25px;
    margin-bottom: 15px;
}

.prodacts-info .cash p a {
    color: #888;
    text-align: start;
    font-size: 13px;
    transition: 0.3s;
    width: fit-content;
    border-radius: 3px;
    padding: 3px 10px;
}

.prodacts-info .cash p a:hover {
    text-decoration: underline;
    background-color: #c0800009;
    color: #2196f3;
}

.prodact-card .btn-compleat-requiest-sales {
    display: flex;
    align-items: center;
}

.prodact-card .btn-compleat-requiest-sales .btn-finshed {
    width: 100%;
    text-align: center;
    padding: 10px;
    margin-left: 10px;
}

.prodact-card .add-favorite {
    padding: auto;
    width: 38px;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.prodact-card .add-favorite .effect-mouse {
    color: #d6d6d6;
    font-size: 35px;
    transition: 0.3s;
}

.prodact-card .add-favorite .effect-mouse:hover {
    color: var(--effect-hover);
}

.prodacts .image-prodacts {
    /* height: auto; */
    width: 35%;
}

.prodacts .image-prodacts img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}

.image-prodacts .share-prodacts {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 3px;
    padding: 5px 0;
    margin: -10px 0 18px;
}

.share-prodacts .icons-share-prodacts {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 10px;
    padding: 6px 15px;
    cursor: pointer;
    border-radius: 4px;
    transition: .3s;
    color: var(--primary-color);
    background-color: var(--secondry-color);
}

.share-prodacts .icons-share-prodacts:hover {
    background-color:  var(--primary-color);
    color: var(--secondry-color);
}

/*.share-prodacts .icons-share-prodacts .style-icon-share2:hover {*/
/*    background-color: #4caf50;*/
/*    color: #fff;;*/
/*}*/

/*.share-prodacts .icons-share-prodacts .style-icon-share3:hover {*/
/*    background-color: #1e24e9;*/
/*    color: #fff;*/
/*}*/

/*.share-prodacts .icons-share-prodacts .style-icon-share4:hover {*/
/*    background-color: #3faab5;*/
/*    color: #fff;*/
/*}*/

/*.share-prodacts .icons-share-prodacts .style-icon-share5:hover {*/
/*    background-color: #01534f;*/
/*    color: #fff;*/
/*}*/

/* ******************************************************** */
/* Start Cash Componants */
.prodacts-info .cash:nth-of-type(2) {
    flex-direction: row-reverse;
}

.prodacts-info .cash:nth-of-type(2) p a {
    text-align: end;
}

/* End Cash Componants */
/* ******************************************************** */




/* ******************************************************** */
/* Start Review Prodacts */
.review-prodacts {
    background-color: #fff;
    padding: 0;
    margin-top: 30px;
}

.review-prodacts .add-prodacts-comments {
    display: flex;
    flex-direction: row;
    column-gap: 10px;
    margin-bottom: 25px;
    /* border-bottom: 1px solid #eee; */
}

.review-prodacts .add-prodacts-comments .input-comments {
    flex: 1;
}

.review-prodacts .add-prodacts-comments .image-user {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    outline: 1px dashed var(--primary-color);
}

.review-prodacts .add-prodacts-comments .image-user img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.review-prodacts .add-prodacts-comments .input-comments textarea {
    box-shadow: var(--box-shadow-light);
    border: 1px solid #eee;
    width: 100%;
    resize: vertical;
    padding: 5px 10px;
    font-size: 16px;
    border-radius: 4px;
    color: var(--text-color-dark);
}

.review-prodacts .add-prodacts-comments .input-comments .btn-send-comments {
    border: none;
    outline: none;
    width: 140px;
    padding: 3px 8px;
    margin-top: 5px;
    margin-bottom: 10px;
    border-radius: 2px;
    color: var(--text-color-white);
    background-color: var(--secondry-color);
    transition: 0.4s;
}

.review-prodacts .add-prodacts-comments .input-comments .btn-send-comments:hover {
    background-color: var(--primary-color);
}

/* ------------------------------------------ */
.review-prodacts .margin-t {
    margin-top: 50px;
}

.review-prodacts .show-all-review-prodacts {
    margin-bottom: 15px;
    padding: 10px 35px;
    border-bottom: 1px solid #e2e0e0;
}

.show-all-review-prodacts .flex-betw {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.show-all-review-prodacts .users-review .user-images-profile img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px dashed var(--primary-color);
}

.flex-betw .data-time-comments {
    font-size: 10px;
    color: #999;
    background-color: #c080000a;
    padding: 5px 15px;
    border-radius: 4px;
    font-weight: 600;
}

.show-all-review-prodacts .answer-title-comments {
    width: 100%;
}

.show-all-review-prodacts .answer-title-comments p {
    margin-right: 78px;
    margin-bottom: 8px;
    width: 100%;
    color: #000;
}

.show-all-review-prodacts .users-review {
    display: flex;
    justify-content: start;
    align-items: center;
    column-gap: 10px;
}

.show-all-review-prodacts .users-review .info {
    display: flex;
    column-gap: 10px;
    align-items: baseline;
}

.info .info-users {
    margin-left: 5px;
}

.info .info-users h6,
.admin-name h6 {
    font-weight: 700;
    color: #000;
}

.info .info-users .list-reating-review {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 6px;
    font-size: 12px;
    margin-top: 5px;
}

.info .info-users .list-reating-review li .color {
    color: thistle;
}

.info .info-users .list-reating-review li .active-review {
    color: #fffb00;
}

.info .list-lable {
    display: flex;
    column-gap: 6px;
    align-items: center;
}

.info .list-lable li:first-child {
    background-color: #fffb00;
    padding: 0 5px;
    height: 25px;
    min-width: 75px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: bold;
}

.info .list-lable li:first-child .icons-check {
    margin-left: 4px;
}

.info .list-lable li:nth-of-type(2) {
    font-weight: 600;
}

.show-all-review-prodacts .admin-answer {
    display: flex;
    flex-direction: row-reverse;
    column-gap: 5px;
    flex-wrap: wrap;
    margin-top: 20px;
}

.show-all-review-prodacts .admin-answer .admin-images img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px dashed var(--primary-color);
}

.show-all-review-prodacts .admin-answer-comments {
    width: 100%;
}

.show-all-review-prodacts .admin-answer-comments p {
    text-align: end;
    margin-left: 50px;
    color: #000;
    margin-bottom: 15px;
    margin-top: 15px;
}
.admin-answer .icons {
    background: #43ed00;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    height: fit-content;
    padding: 5px;
    border-radius: 50%;
    color: var(--secondry-color);
    font-size: 12px;
}
/* End Review Prodacts */

/*Start Slider Images Custome Js, css */
.galleryContainer {
  direction: ltr !important;
  width: 100%;
  height: 500px;
  max-width: 1000px;
  padding: 2px;
  margin: auto;
  user-select: none;
}
.galleryContainer .slideShowContainer {
  width: 100%;
  height: 90%;
  overflow: hidden;
  background-color: #dcdcdc;
  position: relative;
}
.galleryContainer .slideShowContainer #playPause {
  width: 25px;
  height: 25px;
  position: absolute;
  background-image: url(../assets/images/playPause.png);
  background-repeat: no-repeat;
  z-index: 5;
  background-size: cover;
  margin: 5px;
  cursor: pointer;
}
.galleryContainer .slideShowContainer #playPause:hover {
  opacity: 0.7;
}
.galleryContainer .slideShowContainer .imageHolder {
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
}
.galleryContainer .slideShowContainer .imageHolder img {
  width: 100%;
  height: 100%;
}
.galleryContainer .slideShowContainer .imageHolder .captionText {
  display: none;
}
.galleryContainer .slideShowContainer .leftArrow,
.galleryContainer .slideShowContainer .rightArrow {
  width: 28px;
  background-color: var(--secondry-color);
  position: absolute;
  left: 8px;
  z-index: 1;
  transition: background 0.5s;
  height: 28px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 4px;
}
.galleryContainer .slideShowContainer .rightArrow {
  left: auto;
  right: 8px;
  border-radius: 4px;
}
.galleryContainer .slideShowContainer .leftArrow:hover,
.galleryContainer .slideShowContainer .rightArrow:hover {
  background: #000000a8;
  cursor: pointer;
}
.galleryContainer .arrow {
  display: inline-block;
  border: 3px solid #fff;
  width: 8px;
  height: 8px;
  border-left: none;
  border-bottom: none;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
}
.galleryContainer .arrowLeft {
  left: 10px;
}
.galleryContainer .arrowRight {
  right: 10px;
}
.galleryContainer .arrow.arrowLeft {
  transform: rotateZ(-135deg);
}
.galleryContainer .arrow.arrowRight {
  transform: rotateZ(45deg);
}
.galleryContainer .slideShowContainer > .captionTextHolder {
  position: absolute;
  bottom: 0;
  z-index: 1;
  color: #fff;
  font-family: sans-serif;
  font-size: 14px;
  text-align: center;
  width: 100%;
  background: #00000047;
  height: 38px;
  line-height: 38px;
  overflow: hidden;
}
.galleryContainer .slideShowContainer > .captionTextHolder > .captionText {
  margin: 0;
}
.galleryContainer #dotsContainer {
  width: 100%;
  height: 10%;
  text-align: center;
  padding-top: 5px;
  box-sizing: border-box;
}
.galleryContainer #dotsContainer .dots {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin-left: 5px;
  background-color: #bbb;
  cursor: pointer;
  transition: background-color 0.5s;
}
.galleryContainer #dotsContainer .dots:first-child {
  margin-left: 0;
}
.galleryContainer #dotsContainer .dots:hover,
.galleryContainer #dotsContainer .dots.active {
  background-color: var(--secondry-color);
}
Start Animation Image Sliders .galleryContainer .moveLeftCurrentSlide {
  animation-name: moveLeftCurrent;
  animation-duration: 0.5s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}
.galleryContainer .moveLeftNextSlide {
  animation-name: moveLeftNext;
  animation-duration: 0.5s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}
@keyframes moveLeftCurrent {
  from {
    margin-left: 0;
    opacity: 1;
  }
  to {
    margin-left: -100%;
    opacity: 1;
  }
}
@keyframes moveLeftNext {
  from {
    margin-left: 100%;
    opacity: 1;
  }
  to {
    margin-left: 0%;
    opacity: 1;
  }
}
.galleryContainer .moveRightCurrentSlide {
  animation-name: moveRightCurrent;
  animation-duration: 0.5s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}
.galleryContainer .moveRightPrevSlide {
  animation-name: moveRightPrev;
  animation-duration: 0.5s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}
@keyframes moveRightCurrent {
  from {
    margin-left: 0;
    opacity: 1;
  }
  to {
    margin-left: 100%;
    opacity: 1;
  }
}
@keyframes moveRightPrev {
  from {
    margin-left: -100%;
    opacity: 1;
  }
  to {
    margin-left: 0%;
    opacity: 1;
  }
}
.slideTextFromBottom {
  animation-name: slideTextFromBottom;
  animation-duration: 0.7s;
  animation-timing-function: ease-out;
}
@keyframes slideTextFromBottom {
  from {
    opacity: 0;
    margin-top: 100px;
  }
  to {
    opacity: 1;
    margin-top: 0;
  }
}
.slideTextFromTop {
  animation-name: slideTextFromTop;
  animation-duration: 0.7s;
  animation-timing-function: ease-out;
}
@keyframes slideTextFromTop {
  from {
    opacity: 0;
    margin-top: -100px;
  }
  to {
    opacity: 1;
    margin-top: 0;
  }
}
/* End Slider Images Custome Js, css */
/* Start Button Click Read More Text */
.answer-title-comments p,
.admin-answer-comments p {
    font-size: 14px;
}
.btnReadMoreText {
    color: #027ef386;
    padding: 0px 10px;
    margin-top: -8px;
    border-radius: 4px;
    font-weight: bold;
    border: none;
    cursor: pointer;
    font-size: 12px;
    transition: 0.3s;
}
.answer-title-comments .btnReadMoreText,
.admin-answer-comments .btnReadMoreText {
    width: fit-content;
    margin-right: 73px;
}
.admin-answer-comments .btnReadMoreText {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin-right: -50px;
}
.answer-title-comments .btnReadMoreText:hover {
    background-color: #eeeeee41;
    color: #027ef3;
}
.admin-answer-comments .btnReadMoreText:hover {
    color: #027ef3;
}
.answer-title-comments:not(:last-child),
.admin-answer-comments:not(:last-child) {
    margin-bottom: 50px;
}
.moreText {
    color: #000 !important;
    font-size: small !important;
    font-weight: normal !important;
    display: contents;
}
.dotsText {
    color: var(--primary-color) !important;
    font-size: 14px !important;
    font-weight: 900 !important;
}
.hideText {
    display: none;
}
/* End Button Click Read More Text */
/* Start Responsive */
@media (max-width: 999px) {
    .prodacts {
        flex-direction: column;
    }
    .prodacts .image-prodacts {
        width: 100%;
    }
}
@media (max-width: 600px) {
    .prodacts-info {
        text-align: start;
    }
    .prodacts-info h1 {
        font-size: 16px;
    }
    .prodacts-info .info-prodacts-normal p {
        font-size: 14px;
    }
    .prodacts-info .info-prodacts-normal ul,
    ol {
        text-align: start;
        font-size: small;
    }
    .prodacts-info .info-prodacts-normal ul li {
        list-style: inside;
        font-size: small;
    }
    /* Start Cash Componants */
    .prodacts-info .cash,
    .prodacts-info .cash:nth-of-type(2) {
        flex-direction: column-reverse;
        justify-content: center;
        text-align: center;
        row-gap: 15px;
    }
    .prodacts-info .cash p a,
    .prodacts-info .cash:nth-of-type(2) p a {
        margin: 0 auto;
    }
    /* End Cash Componants */
    .show-all-review-prodacts .answer-title-comments p {
        margin-right: 0;
        margin-top: 15px;
        text-align: center;
    }
}
@media (max-width: 550px) {
    .prodacts {
        padding: 0 0;
    }
    .review-prodacts .show-all-review-prodacts {
        padding: 10px 10px;
    }
    .show-all-review-prodacts .flex-betw {
        align-items: flex-start;
        flex-direction: column-reverse;
    }
    .show-all-review-prodacts .users-review .info {
        align-items: baseline;
        flex-wrap: wrap;
    }
    .info .list-lable {
        flex: 1;
        justify-content: start;
        flex-direction: column;
    }
    .show-all-review-prodacts .users-review {
        align-items: flex-start;
    }
    .info .info-users .list-reating-review {
        justify-content: flex-start;
        align-items: center;
        column-gap: 8px;
    }
    .flex-betw .data-time-comments {
        align-self: flex-end;
    }
    .show-all-review-prodacts .answer-title-comments p {
        margin-right: 0;
        margin-top: 15px;
        text-align: start;
        font-size: 14px;
    }
    .info .list-lable li:nth-of-type(2) {
        width: fit-content;
        font-size: 12px;
    }
    .info .list-lable li:first-child {
        font-size: 10px;
        width: fit-content;
        height: auto;
    }
    .show-all-review-prodacts .admin-answer-comments p {
        margin-left: 0;
        text-align: start;
    }
    .answer-title-comments .btnReadMoreText,
    .admin-answer-comments .btnReadMoreText {
        margin-right: 0;
    }
}
@media (max-width: 345px)  {
    .info .list-lable {
        flex-direction: row;
    }
}
/* End Responsive */
