
/* h1, h2, h3, h4, h5, h6 {
    font-family: "Manrope", sans-serif;
    margin: 0px;
    padding: 0;
    color: #16243E;
    transition: all 0.4s ease-in-out;
    text-transform: capitalize;
} */

.wrapper-propertie {
    background-image: url("../images/bg/bg-details.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 130px 0 200px;
    margin-top: -45px;
    overflow: hidden;
    background-color: #38b6ff14;
}
.wrap-propertie.row-container {
    align-items: unset;
}
.main-item{
    flex: 0 0 auto;
    width: 64.66666667%;
    padding: 25px;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 0 10px #00000008;
    margin-right: 15px;
}
.wrap-main-item .details-image img {
    width: 100%;
    height: 100%;
    border-radius: 16px;
}
.details-sub-image{
    margin-top: 16px;
    margin-right: -12px;
    /* margin-left: -12px; */
}

.details-sub-image .owl-nav {
  position: absolute;
  display: block !important;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.details-sub-image .nav-btn{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  top: 50%;
  transform: translateY(-30%);
  border-radius: 50%;
  position: absolute;
  z-index: 3;
  transition: all .2s ease-in-out;
  background-color: var(
  --second-color);
  opacity: 0.4;
}
.details-sub-image:hover .nav-btn {
    opacity: 1;
}

.details-sub-image .prev-slide{
  left: 5px;
}
.details-sub-image .next-slide{
  right: 5px;
}
.details-sub-image .nav-btn i{
  align-items: center;
  margin: 25%;
  font-size: 1.5em;
  color: #fff;
  font-size: 22px;
}


.details-sub-image .item-details-sub-image{
    flex: 0 0 auto;
    /* width: 33.33333333%; */
    padding: 0 15px;
    margin-top: 15px;
}
.details-content{
    margin-top: 25px;
}
.details-content .location {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
}
.details-content .location i {
    color: var(--primary-color);
}
.details-content h2 {
    font-size: 28px;
    color: #161421;
}
.details-description{
    margin: 16px 0;
    text-align: justify;
}
.details-content .list-items {
    margin-top: 24px;
}
.details-content .list-items ul li img {
    display: inline;
}


.details-sous-titre {
    font-size: 17px;
    font-weight: 600;
    color: var(--primary-color);
}

.details-price-box {
    display: flex;
    justify-content: space-between;
    /* border-top: 2px solid #eee; */
    border-bottom: 2px solid #eee;
    border-top: 2px solid #eee;
    padding: 8px 0;
    margin: 20px 0;
}

.details-price {
    font-size: 24px;
    font-weight: 700;
    color: var(--primary-color);
}

.main-item h3 {
    color: #161421;
    font-size: 22px;
}


/* *********************** */

 .wrap-item-produit::before {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 50px 50px 0;
    border-color: transparent #df0e0e transparent;
    z-index: 0;
    display: none;
  }

  .wrap-produit .owl-nav {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: fit-content;
    bottom: -45px;
}

.wrap-produit .nav-btn {
    color: var(--primary-color);
    font-size: 20px;
    border: 2px solid rgba(0, 0, 0, 0.10);
    /* margin-left: 10px; */
    width: 60px;
    border-radius: 50%;
    background: var(--white-color);
    aspect-ratio: 1;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    position:relative;
    left: calc(50% - 10px);
}

.wrap-produit .nav-btn.prev-slide {left: calc(50% - 32px);}

.wrap-produit .nav-btn:hover {
    background: var(--second-color);
    color: var(--white-color);
    border-width: 3px;
    border-color: var(--white-color);
    box-shadow: -1px 5px 15px #afafaf6e;
}

  .sale-off {
    font-size: 12px;
    text-align: center;
    overflow: hidden;
    width: 50px;
    height: 50px;
    transform: rotate(45deg);
    text-transform: lowercase;
    font-weight: 700;
    line-height: 2.2em;
    color: #fff;
    background: transparent;
    top: 3px;
    right: 3px;
    border: 0;
    position: absolute;
    left: auto;
    margin: -.5em -.5em 0 0;
  }
  .image-item-produit {
    width: 100%;
    height: 195px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all ease .35s;
    margin-bottom: 11px;
  }
  .star {
    font-size: 12px;
    letter-spacing: 6px;
  }
  .reviews-content.rating-av.row-container {
    justify-content: center;
    color: var(--primary-color);
  }
  .product-name {
    font-size: 16px;
    line-height: 1.2em;
    font-size: 19px;
    color: #161421;
    font-weight: 700;
    padding: 6px 0 15px;
    text-align: center;
  }

  .product-detail {
    font-size: 17px;
    line-height: 1.4em;
    font-weight: 500;
    margin: 0 0 20px;
    padding: 0 15px;
    color: #282834;
    text-align: center;
  }
.product-price {
    font-size: 20px;
    font-weight: 800;
    color: var(--primary-color);
    text-align: center;
}
  .prix-produits {
    justify-content: center;
    font-size: 18px;
    font-weight: 900;
    color: #df0e0e;
    font-family: 'Barlow';
  }
.wrap-item-produit .primary-btn:hover::before {
    border-radius: 8px;
}
  .btn-add-to-cart {
    justify-content: center;
    display: flex;
    padding: 14px 0 0 0;
  }
  .btn-add-to-cart a {
    border-radius: 8px;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    justify-content: center;
    align-items: center;
  }
  .image-item-produit img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 5px;
  }
.meme-categorie-box .item-produit {
    /* width: 50%; */
    padding: 10px;
}

.meme-categorie-box .wrap-item-produit {
    /* box-shadow: 0 0 10px #0000002b; */
    padding: 10px;
    border: 1px solid rgba(0,0,0,.13);
    border-radius: 8px;
}

.wrap-meme-categorie {
    display: flex;
}


.wrap-meme-categorie .owl-nav {
  position: absolute;
  display: block !important;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.wrap-meme-categorie .nav-btn{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  top: 50px;
  transform: translateY(-50%);
  border-radius: 50%;
  position: absolute;
  z-index: 3;
  transition: all .2s ease-in-out;
  background-color: var(
  --second-color);
  opacity: 0.4;
}
.wrap-meme-categorie:hover .nav-btn {
    opacity: 1;
}

.wrap-meme-categorie .prev-slide{
  left: -13px;
}
.wrap-meme-categorie .next-slide{
  right: -13px;
}
.wrap-meme-categorie .nav-btn i{
  align-items: center;
  margin: 25%;
  font-size: 1.5em;
  color: #fff;
  font-size: 22px;
}

.btn-meme-categorie {
    margin-top: 20px;
    display: flex;
    justify-content: center;
}

/* ************** ASIDE RIGHT ***************************** */


.aside-item{
    flex: 0 0 auto;
    width: 33.33333333%;
    padding: 0 12px;
    margin-top: 24px;
    position: relative;
}
.propertie-details-sidebar .propertie-sidebar-item {
    padding: 32px 15px;
    border-radius: 16px;
    background: #F4F4F4;
    margin-bottom: 30px;
    box-shadow: 0 0 10px #00000014;
}
.propertie-details-sidebar .propertie-sidebar-item h3 {
    font-weight: 700;
    /* margin-bottom: 25px; */
    color: #161421;
    font-size: 22px;
    line-height: 25px;
    text-align: center;
}
.propertie-details-sidebar .info-item-img {
    width: 80px;
}
.propertie-details-sidebar .propertie-sidebar-item .info-area-item .info-items {
    display: flex;
    align-items: center;
    gap: 18px;
}
.propertie-details-sidebar .propertie-sidebar-item .info-area-item .info-items img {
    border: 2px solid var(--primary-color);
    border-radius: 50%;
}
.propertie-details-sidebar .propertie-sidebar-item .info-area-item .info-list {
    margin-top: 20px;
}
.propertie-details-sidebar .propertie-sidebar-item .info-area-item .info-list li i:not(:last-child) {
    margin-bottom: 15px;
}

.propertie-details-sidebar .propertie-sidebar-item .info-area-item .info-list li i {
    margin-right: 5px;
    color: #16243E;
}
.propertie-details-sidebar .propertie-sidebar-item .info-area-item .social-icon {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
}
.propertie-details-sidebar .propertie-sidebar-item .info-area-item .social-icon span {
    font-size: 16px;
    font-weight: 600;
    font-family: "Manrope", sans-serif;
    color: #16243E;
}
.propertie-details-sidebar .propertie-sidebar-item .info-area-item .social-icon a {
    width: 60px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    background: rgb(255, 255, 255);
    color: #16243E;
}

.propertie-details-sidebar .propertie-sidebar-item .info-area-item .link-btn {
    display: inline-block;
    font-weight: 600;
    text-transform: uppercase;
    font-family: "Manrope", sans-serif;
    color: var(--primary-color);
    text-decoration: underline;
    margin-top: 30px;
}
.propertie-details-sidebar .propertie-sidebar-item .contact-list li:not(:last-child) {
    margin-bottom: 24px;
}
.propertie-details-sidebar .propertie-sidebar-item .contact-list li {
    display: flex;
    align-items: center;
    gap: 16px;
}
.propertie-details-sidebar .propertie-sidebar-item .contact-list li .icon {
    color: #16243E;
    width: 56px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    background-color: var(--white-color);
    border-radius: 50%;
}
.propertie-details-sidebar .propertie-sidebar-item .contact-list li .content h4 {
    font-size: 18px;
    margin-top: 8px;
}
.wrap-form{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.input-field-box {
    flex: 0 0 auto;
    width: 100%;
    margin-top: 24px;
    /* padding: 0 12px; */
}

.propertie-details-sidebar .propertie-sidebar-item form .input-field input, .propertie-details-sidebar .propertie-sidebar-item form .input-field textarea {
    display: inline-block;
    width: 100%;
    border: none;
    padding: 15px 15px;
    background-color: var(--white-color);
    border-radius: 10px;
    color: #555E72;
    line-height: 1;
}
.propertie-details-sidebar .propertie-sidebar-item form .input-field textarea {
    padding-bottom: 92px;
}
.theme-btn {
    display: inline-block;
    vertical-align: middle;
    color: var(--white-color);
    font-family: "Manrope", sans-serif;
    padding: 21px 32px;
    transition: 500ms;
    background-color: #16243E;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    text-transform: uppercase;
    border-radius: 32px;
    position: relative;
    overflow: hidden;
    text-align: center;
    z-index: 9;
    color: #C2DF93;
}
.input-field-box .theme-btn::before {
    content: "";
    background-color: var(--primary-color);
    border-radius: 100px;
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transform: translate(-100%, 0) rotate(10deg);
    transform-origin: top left;
    transition: 0.2s transform ease-out;
    will-change: transform;
    z-index: -1;
}
.propertie-details-sidebar .propertie-sidebar-item form .theme-btn:hover {
    color: var(--st-white);
}
.theme-btn:hover::before {
    transform: translate(0, 0);
}