.wrapper-breadcrumbs {
    padding: 50px 0 20px;
}

.wrap-breadcrumbs {}

.content-breadcrumb {
    text-transform: capitalize;
    color: var(--black-color);
    font-size: 14px;
    display: flex;
    align-items: center;
    padding: 0 15px;
}

.content-breadcrumb li {}

.content-breadcrumb li + li {
    /* margin-left: 14px; */
}

.content-breadcrumb li + li:before {
    content: '\f105';
    font-family: 'FontAwesome';
    padding: 0 15px;
    font-size: 10px;
}

.content-breadcrumb li:last-child {
    color: #777;
}




.left-product {
    width: 50%;
    padding: 0 15px;
}

.wrap-left-product {
    position: relative;
}

.wrap-left-product span.onsale {
    height: 25px;
    width: 60px;
    color: var(--white-color);
    background-color: var(--primary-color);
    text-transform: capitalize;
    position: absolute;
    top: 10px;
    right: 10px;
    left: auto;
    border-radius: 5px;
    min-height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: .857em;
    min-width: 3.236em;
}

.product-image {
    margin-bottom: 10px;
    overflow: hidden;
    border: 1px solid #eee;
    border-radius: 20px;
    height: 528px;
    display: flex;
    justify-content: center;
    align-items: center;
}

figure.wrap-product-image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    aspect-ratio: 1;
    position: relative;
    overflow: hidden;
}

figure.wrap-product-image img {
    max-height: 80%;
    width: 100%;
    object-fit: contain;
}

.other-images {
    margin: 0 -5px;
    /* width: 90%; */
    /* margin: 0 auto; */
}

.wrap-other-images {
    justify-content: unset;
}

figure.image-product {
    border: 1px solid #eee;
    margin: 0 5px;
    cursor: pointer;
    transition: all .3s;
    border-radius: 10px;
    width: 116px;
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

figure.image-product img {
    width: 65% !important;
    border-radius: inherit;
    max-height: 80%;
    object-fit: contain;
}


.right-product {
    width: 50%;
    padding: 0 15px;
}

.wrap-right-product {}

h4.product-title {
    font-size: 24px;
    font-weight: 400;
    color: #111;
    margin-bottom: 20px;
    text-transform: capitalize;
    line-height: 1.2;
}

.wrap-right-product .reviews-content {
    justify-content: unset;
    font-size: 13px;
    color: #999;
    margin: 0 0 15px;
}

.stars {
    justify-content: unset;
}



span.review-number {
    font-size: 13px;
    color: #999;
    margin: 0 15px;
}

.product-info.in-stock {
    display: block;
    margin: 20px 0;
}

.product-info.in-stock span {
    font-size: 13px;
    font-weight: 700;
    color: #009804;
    text-transform: capitalize;
}

.product-info span.label-stock {
    font-size: 14px;
    font-weight: 500;
    color: #111;
}

.description {
    line-height: 24px;
    margin-bottom: 22px;
    font-size: 14px;
    color: #999;
}


.single-price {
    margin-bottom: 30px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.single-price ins {
    font-size: 30px;
    color: var(--second-color);
    font-weight: 500;
}

.single-price del {
    margin: 0 10px;
    line-height: 30px;
    opacity: 1;
    font-size: 18px;
    color: #aaa;
    text-decoration: line-through;
}

form.place-order {}

.field-form {
    margin-top: 30px;
    line-height: 1;
}

.libelle-item {
    color: #111;
    font-size: 14px;
    letter-spacing: 0.1rem;
    margin: 0 0 10px;
    font-weight: 500;
    display: block;
    width: 100%;
}

.input-field {
    display: flex;
    justify-content: unset;
}
.input-field.field-size {
    justify-content: center;
    width: fit-content !important;
}
.input-field label {
    margin: 0 8px 0 0;
    position: relative;
}

.field-colors label {
    border-radius: 50%;
}

.input-field input[type="radio"] {
    display: none;
}

.input-field span {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.variation-color {
    width: 31px;
    aspect-ratio: 1;
    border: 3px solid transparent;
    display: block;
    border-radius: 50%;
    /* padding: 3px; */
}

.field-colors input[type="radio"]:checked ~ label {
    border: 1px solid #111;
} 

.field-colors input[type="radio"]:checked ~ label span {
    border: 3px solid #fff;
} 

.field-size label span {
    width: 40px;
    aspect-ratio: 1;
    font-size: 14px;
    background-color: rgb(248, 248, 248);
    border-radius: 5px;
}

.field-size input[type="radio"]:checked ~ span {
    background: var(--primary-color);
    color: var(--white-color);
} 

input[type="radio"]:checked {}

.field-form.field-colors {}

.row-btns-commander {
    justify-content: unset;
    margin-top: 30px;
}

.row-btns-commander .field-form {
    margin: 0;
}

.input-field.field-qty {}

.input-field.field-qty label {
    border: 1px solid #eee;
    height: 44px;
    width: 130px;
}

span.edit-qty {
    width: 24px;
    height: 42px;
    background: #f9f9f9;
    color: #898989;
    font-size: 24px;
}

.input-field.field-qty input {
    height: 42px !important;
    width: 80px !important;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    text-align: center;
}

.row-btns-commander .btn {
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    color: #fff;
    transition: all 0.3s;
    padding: 0 20px;
    height: 44px;
    line-height: 42px;
    text-transform: uppercase;
    font-weight: 400;
    border-radius: 5px;
    font-size: 14px;
    cursor: pointer;
    position: relative;
    margin-right: 5px;
}

.row-btns-commander .ajouter-panier {
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
}

.row-btns-commander .ajouter-panier:hover {
    background-color: var(--second-color);
    border: 1px solid var(--second-color);
}
.ajouter-panier.disabled,.commander.disabled {
    cursor: not-allowed;
}
.row-btns-commander .commander {
    background-color: var(--white-color);
    color: var(--primary-color);
}

.row-btns-commander .commander:hover {
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    color: var(--white-color);
}

.nice-number {
    width: 100%;
}

.nice-number input {
    height: 42px !important;
    width: 80px;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
}

.nice-number button {
    width: 24px;
    height: 42px;
    cursor: pointer;
    background-color: #f9f9f9;
}
form.place-order .add_to_wishlist i {
    margin-right: 10px;
}
form.place-order .add_to_wishlist {
    font-size: 13px;
    color: #333;
    line-height: normal;
    display: block;
    margin: 10px 0 0;
    text-transform: uppercase;
}
a.button.add_to_cart_button, a.add_to_cart {
    width: calc(100% - 45px);
    font-size: 13px;
    border-radius: 0 0 0 10px;
}
.add_to_cart.disabled:hover,.add_to_wishlist.disabled:hover {
    background: #f5f5f5;
    color: black;
}

.add_to_cart.disabled,.add_to_wishlist.disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.item-meta {
    margin: 35px 0 0px;
    padding: 18px 0 5px;
    border-top: 1px solid #eee;
}

.item-meta > span {
    font-size: 14px;
    color: #111;
    font-weight: 500;
    margin: 0 0 10px;
    line-height: 1;
}

.item-meta > * {
    display: block;
}

span.reference {}

span.reference {
    text-transform: uppercase;
    color: #0088db;
}

.item-meta a {
    color: #999;
    text-transform: capitalize;
    position: relative;
    font-weight: 400;
}

.item-meta a:after {
    content: ',';
    margin-right: 4px;
}

.social-share {}

.wrap-social-share {
    display: flex;
    align-items: center;
}

.item-social {
    margin-right: 10px;
    height: 28px;
    padding: 0 10px;
    color: #fff;
    font-size: 12px;
    text-transform: capitalize;
    transition: all .3s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.item-social.facebook {
    background: #3b5998;
}

.item-social.wh {
    background: green;
}

.item-social i {
    margin-right: 5px;
}

.item-social.twitter {
    background-color: #2caae1;
}

.item-social.pinterest {
    background-color: #cb2027;
}

.wrapper-infos-detail {
    background-color: #f5f5f5;
    padding: 45px 0;
}

.container.infos-detail {}

.wrap-infos-detail {
    background: var(--white-color);
    padding: 0 80px;
    border-radius: 20px;
}

.tabs-produit.tabs-links {
    background-color: transparent;
    border-bottom: 1px solid #e5e5e5;
    justify-content: center;
}


.tablink {
    padding: 35px 20px 13px;
    color: #999;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 18px;
    position: relative;
    cursor: pointer;
    margin: 0 15px;
}

.tablink.active {
    color: #111;
}

.tablink:before {
    content: '';
    height: 2px;
    width: 0;
    background-color: var(--primary-color);
    left: 0;
    bottom: -1px;
    transition: all 0.3s;
    position: absolute;
}

.tablink.active:before {
    width: 100%;
}

.content-tabs-produit {}

.tabcontent {display: none;}

.tabcontent.active {display: block;}

.wrap-content-tabs {
    padding: 30px 0 30px 0;
    line-height: 24px;
    overflow: hidden;
    font-size: 14px;
    color: #999;
}

.content-detail-produit {}

.content-detail-produit p {
    margin-bottom: 20px;
}


ul.list-detail-produit {}

ul.list-detail-produit li {
    display: flex;
}

ul.list-detail-produit li > * {
    width: 50%;
    line-height: 50px;
    padding: 0 25px;
    color: #111;
}

span.libelle-info-detail {}

ul.list-detail-produit li:nth-child(even) {
    background-color: #f9f9f9;
}



.wrapper-produit-lies {
    padding: 50px 0;
}

.container.produit-lies {}

.item-produit {
    padding: 0 15px;
}






.wrap-produit-lies .owl-nav {
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: -1.5%;
    width: calc(100% + 3%);
    justify-content: space-between;
    align-items: center;
    display: flex;
    z-index: 0;
    /* opacity: 0; */
    /* visibility: hidden; */
    height: 0;
}

.wrap-produit-lies .nav-btn {
    width: 35px;
    height: 50px;
    font-size: 18px;
    justify-content: center;
    align-items: center;
    display: flex;
    background: var(--second-color);
    border-radius: 5px;
    color: var(--white-color);
    position: relative;
    /* transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: -1.5%; */
}

.wrap-produit-lies .nav-btn.next-slide {
    right: -1.5%;
    left: unset;
}

/********************Commentaire***************************/

.rating-overview {
    display: flex;
    background: #fff;
    padding: 30px;
    padding-right: 20px;
    border-radius: 8px;
    border-radius: 4px;
    padding: 22px 30px 25px;
    border: 1px solid #e7e7e7;
    margin-bottom: -1px;
}

.rating-overview-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border: #ffdead;
    width: 135px;
    margin-right: 20px;
    text-align: center;
    border-radius: 0;
    border-right: 1px solid #e8e8e8;
    padding-right: 27px
}

.rating-overview-box-total {
    font-size: 58px;
    font-weight: 500;
    line-height: 1em;
    display: block;
    color: #2a2f3a
}

.rating-overview-box-percent {
    font-size: 15px;
    margin: 5px 0;
    display: block;
    color: #4e5c79;
}

.rating-overview-box .star-rating {
    font-size: 16px;
    margin: 0;
    display: block;
    letter-spacing: -.5px
}

.rating-bars {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    flex-basis: 100%;
    align-items: center
}

.rating-bars-item {
    margin: 10px 15px;
    width: calc(50% - 30px);
    justify-content: flex-end;
    align-items: flex-start;
    display: flex;
    flex-direction: column
}


.rating-bars-name {
    font-weight: 400;
    color: #4c4f5a;
    display: block;
    font-size: 16px;
    line-height: 22px
}

.rating-bars-inner {
    display: flex;
    width: 100%
}

.rating-bars-rating {
    display: inline-block;
    vertical-align: baseline;
    background: #f4f5f7;
    width: 100%;
    height: 6px;
    margin-right: 10px;
    border-radius: 3px;
    overflow: hidden;
    background-color: #f4f5f7;
    align-self: center
}

.rating-bars-rating-inner {
    height: 6px;
    display: block;
    background-color: #f4f5f7;
    position: relative;
    width: 0;
    transition: width .5s
}

.rating-bars-rating.high .rating-bars-rating-inner {
    background-color: #034d7c;
}

.rating-bars-rating.good .rating-bars-rating-inner {
    background-color: #83ce36
}

.rating-bars-rating.mid .rating-bars-rating-inner {
    background-color: #c3922a;
}

.rating-bars-rating.poor .rating-bars-rating-inner {
    background-color: #e6453c
}

.rating-bars-item strong {
    color: #4c4f5a;
    font-size: 13px;
    font-weight: 500;
    align-self: center;
    background: #f4f5f7;
    border-radius: 50px;
    width: 46px;
    height: 22px;
    text-align: center;
    line-height: 21px;
    font-family: roboto;
}

.rating-overview-box .star-rating i {
    color: #ced1e4!important;
    font-size: 14px;
}

.rating-overview-box .star-rating i.filled {
    color: #c3922a!important;
}



/**********************Review***********************/

.author-commentaire-img {
    width: 80px;
}

.author-commentaire-img img {
    max-width: 80px;
    border-radius: 50%;
}

.commentaire-details {
    overflow: hidden;
    padding-left: 30px;
    width: calc(100% - 80px);
}

.commentaire-meta {}

h4.author-commentaire-name {
    font-size: 17px;
    line-height: 26px;
    color: #034d7c;
    font-weight: 700;
    text-transform: capitalize;
}

.commentaire-date {
    color: #c3922a;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0;
    font-family: roboto;
}
.rating-av .filled {
    color: #c4932c;
}

.rating-av {
    align-items: center;
    line-height: 1;
    margin-right: 15px;
    display: flex;
}
.rating-av i {
    color: #b8b6b6;
    font-size: 10px;
    margin: 0 2px 0 0;
}
.commentaire-text {
    margin: 19px 0 0;
    line-height: 1.7;
    color: #4e5c79;
    font-size: 16px;
}

div#review-annonce .wrap-content-element-propriety {
    align-items: unset;
}

.element-propriety {
    display: block;
    width: 100%;
    background: #fff;
    border-radius: 4px;
    padding: 22px 30px 25px;
    border: 1px solid #e7e7e7;
    margin-bottom: -1px;
}

.element-propriety.avl-features {
    padding-bottom: 10px;
}

.titre-element-propriety {
    border: none;
}

.titre-element-propriety h4 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #212121;
    line-height: 32px;
    font-weight: 500;
}

.titre-element-propriety h4:after {
    font-family: "Font Awesome 5 Free";
    /* content: "\f106"; */
    position: relative;
    float: right;
    margin-right: 0;
    transition: .2s ease-out;
    background: #f5f7fb;
    width: 26px;
    height: 26px;
    font-weight: 600;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(180deg);
}

.body-accordion {}

.body-accordion.active {
     display: block; 
}

.content-element-propriety {}
.wrap-content-element-propriety:last-child {
    border-bottom: none;
}
.wrap-content-element-propriety {
    align-items: unset;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #686868;
    line-height: 30px;
    border-bottom: 1px solid #eee;
    margin-bottom: 30px;
}

.item-list-element {
    width: 50%;
    font-size: 13px;
    color: #546cb1;
    margin-bottom: 1.2rem;
    line-height: 1.5;
    display: flex;
    align-items: center;
    padding: 0 1%;
    line-height: 40px;
    padding-left: 10px;
    margin: 3px 0;
}

.libelle-item-list {
    color: #212121;
    font-size: 14px;
    margin-right: 4px;
    font-weight: 500;
}

.img-detail-annonce {
    width: 33.33%;
    padding: 5px;
}

.form-group {
    margin-bottom: 10px;
}

.form-group label {
    font-size: 16px;
    font-weight: 600;
    color: #455892;
    margin-bottom: 10px;
    width: 100%;
    display: block;
}

.form-control {
    border: 1px solid rgba(0, 0, 0, 0.125) !important;
    width: 100% !important;
    color: #111111 !important;
    background-color: #ffffff !important;
    border-radius: 4px !important;
    height: 50px;
    padding: 0.375rem 0.75rem !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
}

textarea.form-control {
    height: 180px;
}







.rating-overview.rating-right > div {
    width: 100%;
    padding: 0;
    border: none;
}

.rating-overview.rating-right {
    flex-wrap: wrap;
    margin: 0 0 20px;
    padding: 30px;
}

.rating-right .rating-overview-box {
    margin:  0 0 20px;
}
.rating-right .rating-bars > div {
    width: 100%;
}
.ligne-form {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

input#submit, .btn.btn-black, .single-input .btn-reservation {
    border: 1px solid #c3922a;
    padding: 0 30px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    line-height: 1.5;
    font-family: 'Roboto';
    box-shadow: 0 7px 18px 0 rgb(195 146 42 / 52%);
    width: 100%;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 1.2px;
    border-radius: 40px;
    background-color: #c3922a;
}

.form-group.two-items {
    width: 48%;
}

.form-group.one-item {
    width: 100%;
}
.form-group.review-submit-btn {
    margin: 0;
}
.left-review-part {
    width: 66.66%;
    padding: 0 15px;
    position: relative;
}

.wrap-left-review-part.row-container {
    margin: 0 -15px;
}

.item-left-review-part {
    width: 50%;
    padding: 0 15px;
}

.item-left-review-part label {
    font-size: 16px;
    font-weight: 500;
    color: #034d7c;
    margin-bottom: 10px;
}

.rate-stars {
    text-align: left;
    position: relative;
    display: table;
    margin-bottom: 1rem;
    direction: rtl;
}

.rate-stars input {
    position: absolute;
    left: -9999px;
}
.rate-stars input:checked~label, .rate-stars input:checked~span {
    color: #c4932c;
}
.rate-stars label {
    position: relative;
    color: #ddd;
}

.rate-stars label:before {}

.right-review-part {
    width: 33.33%;
    padding: 0 0 0 15px;
}

.avg-total-pilx {
    min-width: 100px;
    border-radius: 4px;
    background: #f2f5f9;
    text-align: center;
    padding: 2rem 0.5rem;
    display: inline-block;
    width: 100%;
}

h4.high.user_commnet_avg_rate {
    font-size: 36px;
    color: #034d7c;
    line-height: 1;
}

.avg-total-pilx span {
    font-size: 14px;
    color: #5f6c8a;
}


.rate-stars label:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
    font-size: 16px;
    margin: 0;
    margin-right: 10px;
}

.rate-stars input:checked~label:before {
    color: #ffa60c; 
}
.wrap-other-images .owl-nav {
    position: absolute;
    /* right: 42px; */
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    /* width: 100%; */
    /* left: 50%; */
    top: 39%;
    width: 100%;
    /* height: 100%; */
    align-items: center;
}
.wrap-other-images .nav-btn.next-slide {
    right: -10px;
    position: absolute;
}
.wrap-other-images .nav-btn.prev-slide {
    left: -10px;
    position: absolute;
}

.wrap-other-images .nav-btn {
  width: 25px;
  aspect-ratio: 1;
  margin: 0 5px;
  line-height: 40px;
  font-size: 12px;
  color: #111111;
  background: #e8e6e6;
  border-radius: 25px;
  /* position: absolute; */
  /* top: 40%; */
  /* left: 0%; */
  border: 1px solid #e8e6e6;
  justify-content: center;
  align-items: center;
  display: flex;
  /* opacity: 0; */
}

.wrap-other-images .nav-btn:hover {
  background-color: var(--primary-color);
  color: #ffff;
}

