#sidebar {
    background: #e4ebec;
    box-shadow: 0px 12px 10px -2px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
    padding: 1em;
    margin-top: 3em;
    direction: rtl;
}

.header {
    display: flex;
    padding-bottom: 1em;
    border-bottom: 1px solid #95b1b2;
}

.header-img {
    border: 5px solid #be473f;
    border-radius: 9px;
    width: 40%;
    height: auto;
    margin-top: -3em;
}

.header-name {
    display: flex;
    flex-direction: column;
    margin-right: 0.5em;
}

.header-name:first-child {
    font-weight: 800;
    font-size: 1rem;
    color: #3d4f50;
}

.header-name:last-child {
    font-weight: var(--font-weight);
    font-size: var(--font-size-medium);
    color: #3d4f50;
}

.sidebar-title {
    /*old style*/
    /*font-weight: 800;*/
    /*font-size: 1.25rem;*/
    /*color: #3D4F50;*/

    /*new style*/
    font-weight: var(--font-weight);
    font-size: var(--font-size-medium);
    color: var(--head-color);
    margin-top: 1em;
}

.sidebar-info {
    margin-bottom: 1em;
}

.sidebar-info span {
    font-weight: var(--font-weight);
    font-size: 1rem;
    color: #3d4f50;
    margin-right: 3px;
}
.btn-sidebar:has(i,svg), .btn2-sidebar:has(i,svg){
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
}
.btn-sidebar i,.btn2-sidebar i{
    font-size: 1.5rem;
}
.btn-sidebar svg,.btn2-sidebar svg{
    width: 40px;
}
.btn-sidebar{
    /*background: #fff;*/
    border-width: 1px;
    border-style: solid;
    /*border: 1px solid #febfbb !important;*/
    box-shadow: none !important;
    border-radius: 8px !important;
    /*color: #fd5f54;*/
    font-weight: var(--font-weight);
    font-size: var(--font-size-medium);
    width: 100%;
}

.btn2-sidebar {
    /*background: #fd5f54;*/
    box-shadow: none !important;
    border-radius: 8px !important;
    font-weight: var(--font-weight);
    font-size: var(--font-size-medium);
    width: 100%;
}

/*  */

#body-page {
    background: #e4ebec;
    box-shadow: 0px 12px 10px -2px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
    padding: 1em;
}

.body-title {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1em;
    direction: rtl;
}

.header-title-responsive {
    display: none;
}

.price-responsive {
    display: none;
}

.header-title-info {
    display: flex;
}

.body-title-txt {
    font-weight: 700;
    font-size: 1.25rem;
    color: #3d4f50;
}

.body-title-info {
    display: flex;
}

.body-title-span {
    display: flex;
}

.body-title-span1 {
    font-weight: 400;
    font-size: 1rem;
    color: #0c1010;
}

.body-title-span2 {
    font-weight: 700;
    font-size: 1rem;
    color: #0c1010;
}

.price {
    font-weight: 800;
    font-size: 0.7rem;
    color: #3d4f50;
    direction: rtl;
}

.price span {
    font-weight: 500;
    font-size: 1rem;
    color: #3d4f50;
}

/*  */
.products-tab {
    direction: rtl;
    width: 100%;
    overflow-x: scroll;
    display: flex;
    flex-wrap: nowrap;
}

.tab-content {
    background: #ffffff;
    border: 2px solid #fd7f76;
    border-radius: 8px;
    padding: 1em;
}

.box-info {
    background: #f5f5f5;
    border-radius: 8px;
    padding: 1em;
    text-align: right;
}

.box-info span:nth-child(1) {
    font-weight: 400;
    font-size: 1.2rem;
    color: #0c1010;
}

.box-info span:nth-child(2) {
    font-weight: 700;
    font-size: 1.1rem;
    color: #0c1010;
}

.map-titr {
    font-weight: 800;
    font-size: 1.5rem;
    color: #3d4f50;
    margin-top: 2em;
    text-align: right;
}

.map-box {
    border: 4px solid #fd5f54;
    filter: drop-shadow(0px 7px 7px rgba(190, 71, 63, 0.35));
    border-radius: 16px;
    height: 400px;
    margin: 1.5rem;
}

/*  */
.slider-banner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* margin: 0 auto; */
    margin-left: auto;
    margin-right: auto;
    margin-top: 3em;
}

.nav-slider {
    width: 68%;
}

.vertical-slider {
    width: 29%;
}

.vertical-slider .splide__slide img {
    vertical-align: bottom;
    height: 9em;
    width: 100%;
    object-fit: contain;
    border-radius: 10px;
}

.nav-slider .splide__slide img {
    height: 22em;
    width: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.zoomslide {
    border: 0.5px solid #fd5f54 !important;
    border-radius: 8px !important;
}

.vertical-slider .splide__slide {
    opacity: 0.6 !important;
}

.vertical-slider .splide__slide.is-active {
    opacity: 1 !important;
}

.vertical-slider .splide__track .splide__list .splide__slide.is-active {
    border: 3px solid #fd5f54 !important;
}

.slider-banner .splide__arrow--next {
    left: 50% !important;
}

.slider-banner .splide__arrows--ttb .splide__arrow--prev {
    top: -3em !important;
}

.slider-banner .splide__arrows--ttb .splide__arrow--next {
    bottom: -3em !important;
}

.slider-banner .splide__arrow--next {
    right: inherit !important;
}

.similar-titr {
    font-weight: 700;
    font-size: 1rem;
    color: #3d4f50;
    text-align: right;
    margin-top: 2em;
}

@media (max-width: 768px) {
    .nav-slider {
        width: 100%;
    }

    .vertical-slider {
        display: none;
    }

    .price-responsive {
        display: inline-block;
        font-weight: 800;
        font-size: 0.7rem;
        color: #3d4f50;
        direction: rtl;
    }

    .header-title-info,
    .price {
        display: none;
    }

    .header-title-responsive {
        display: flex;
        justify-content: space-between;
        direction: rtl;
        flex-wrap: wrap;
    }

    /* .body-title-span1,.body-title-span2 {
        font-size: 7.28938px;
    }
     */
}

#pills-tab .nav-link {
    background: #f2f6f6;
    border: 1px solid #febfbb;
    box-shadow: 0px 21px 17px -9px rgba(56, 56, 56, 0.25);
    border-radius: 8px 8px 0px 0px;
    color: #fd5f54;
    font-weight: var(--font-weight);
    font-size: var(--font-size-medium);
}

#pills-tab .nav-link.active {
    background: #fd5f54;
    color: #fff;
}

.pills-content {
    display: flex;
    /* justify-content: space-between; */
}

.pills-home-input {
    display: flex;
    background: #f5f5f5;
    border: 2px solid #fd7f76;
    border-radius: 8px;
    padding: 0.5em;
}

.pills-home-pc {
    display: block;
    display: flex;
}

.pills-home-responsive {
    display: none;
}

.pills-content input,
.pills-content select {
    border-bottom: none;
    border-top: none;
    border-right: none;
    border-left: none;
    border-radius: 0;
    background: #f5f5f5;
}

.pills-content select {
    border-left: 1px solid #fd5f54;
}

.pills-content input:not(:last-child) {
    border-left: 1px solid #fd5f54;
}

.pills-content input:focus,
.pills-content select:focus {
    box-shadow: none;
}

.btn-property-search,
.btn-property-search:hover {
    background: #fd5f54;
    box-shadow: none !important;
    border-radius: 8px;
    margin: 0;
    color: white;
}

.btn-property-filter,
.btn-property-filter:hover {
    background: #f2f6f6;
    border: 1px solid #febfbb;
    box-shadow: 0px 21px 17px -9px rgba(56, 56, 56, 0.25);
    border-radius: 8px;
}

.iframe-container iframe {
    height: 22em;
    width: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.iframe-container-preview {
    background: #f5f5f5;
    width: 100%;
    height: 100%;
    border: 3px solid transparent;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.iframe-container-preview img {
    width: 80px !important;
    height: 80px !important;
    object-fit: contain;
}

@media (min-width: 768px) {
    .product-actions-container {
        /*width: 10%;*/
    }

    .main-slider-arrow {
        display: none !important;
    }
}

.heart-action {
    /*margin-right: 0.3rem;*/
}

.main-slider-arrow {
    position: absolute;
    top: -25px;
}

.main-slider-arrow .splide__arrow--prev {
    left: 3em !important;
}

.main-slider-arrow .splide__arrow--prev,
.main-slider-arrow .splide__arrow--next {
    transform: rotate(180deg) !important;
}

.share-action {
    margin-left: 1rem;
    /*margin-top: 7px;*/
    cursor: pointer;
}

.share-action i, .views-icon i {
    font-size: 25px;
    vertical-align: middle;
    color: #6c757d !important;
}

.bookmark-action {
    margin-left: 1rem;
}

.bg-facebook {
    background-color: #5d82d1;
    color: var(--bs-white);
}

.bg-twitter {
    background-color: #40bff5;
    color: var(--bs-white);
}

.bg-linkedin {
    background-color: #238cc8;
    color: var(--bs-white);
}

.bg-instagram {
    background: #d6249f;
    background: radial-gradient(
            circle at 30% 107%,
            #fdf497 0%,
            #fdf497 5%,
            #fd5949 45%,
            #d6249f 60%,
            #285aeb 90%
    );
    color: var(--bs-white);
}

.icon-md {
    width: 2.8rem;
    height: 2.8rem;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem !important;
}

.text-white-force
*:not(.btn):not(.dropdown-item):not(.dropdown-item > *):not(.badge) {
    color: #fff;
}

.modal-header .btn-close {
    margin: unset !important;
}

.modal-body .field {
    margin: 15px 0px -5px 0px;
    height: 45px;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    padding: 0 5px;
}

.field i {
    width: 50px;
    font-size: 1.1rem;
}

.field input {
    border: none;
    outline: none;
    font-size: 0.89rem;
    width: 100%;
    height: 100%;
}

.field button {
    padding: 5px 16px;
    color: #fff;
    background: #fd5f54;
    border: 2px solid transparent;
    border-radius: 5px;
    font-weight: 500;
    white-space: nowrap;
}

.modal-body .field.active {
    border-color: #7d2ae8;
}

.field.active i {
    color: #7d2ae8;
}

@media screen and (max-width: 450px) {
    .box-info span:nth-child(2) {
        font-size: .9rem;
    }

    .box-info span:nth-child(1) {
        font-size: .9rem;
    }

    .body-title-txt-product {
        font-size: 1rem;
    }

}