.box-layout-body {
    background-color: #ffffff;
}

.advertiseWrapper {
    width: 90%;
    padding: 0;
    position: relative;
    right: 0;
    left: 0;
    margin: 25px auto 100px;
}

.advertiseArea {
    direction: rtl;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 75%;
    margin: 0 auto;
    line-height: 2;
}

.advertiseArea .breadcrumb {
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
    background: none;
}

.advertiseArea .breadcrumb li {
    margin-left: 0;
    font-size: 12px;
    color: #5d5f61;
    padding: 0 !important;
}

.advertiseArea .breadcrumb li a {
    margin-left: 5px;
    cursor: pointer;
    text-decoration: none;
    color: #5d5f61;
    font-weight: 300;
}

.advertiseArea .advertiseTools {
    margin-bottom: 1rem;
    display: flex;
    gap: 0.6rem;
}

.advertiseArea .advertiseTools button {
    padding: 3px 20px;
    border-radius: 7px;
    font-weight: bold;
    margin-bottom: 5px;
    display: inline-block;
    cursor: pointer;
    transition: all .36s ease;
}

.advertiseArea .editAdvertise {
    border: 2px solid #000;
    color: #000;
}

.advertiseArea .editAdvertise:hover {
    background-color: #000;
    color: #ffffff;
}

.advertiseArea .closeAdvertise {
    border: 2px solid #E53935;
    color: #E53935;
}

.advertiseArea .closeAdvertise:hover {
    background-color: #E53935;
    color: #ffffff;
}

.advertiseArea .titleArea {
    text-align: right;
    margin-bottom: 0.9rem;
}

.advertiseArea .titleArea h1 {
    margin: 0;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1.5;
}

.advertiseArea .titleArea span.dateCity {
    font-size: 1rem;
    color: #4b4b4b;
    font-weight: 400;
    margin: 8px 0 16px;
    display: block;
}

.advertiseArea details {
    margin-bottom: 0.9rem;
    border-top: 1px solid #e4e4e4;
    padding: 10px 5px;
    border-bottom: 1px solid #e4e4e4;
}

.advertiseArea details>summary {
    list-style: none;
}

.advertiseArea details summary {
    font-size: 0.9rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0.2rem;
}

.advertiseArea details summary i:first-of-type {
    margin-left: 6px;
    color: #7a7a7a;
    font-weight: 500;
    font-size: 18px;
}

.advertiseArea details summary span {
    font-size: 0.9rem;
    font-weight: 400;
    color: #959595;
}

.advertiseArea details summary i:last-of-type {
    margin-right: 6px;
    font-size: 18px;
    color: #7a7a7a;
    font-weight: 500;
    vertical-align: middle;
}

.advertiseArea details p {
    font-size: 0.9rem;
    text-align: justify;
    margin: 13px 0px;
    color: #343332;
    font-weight: 400;
    line-height: 2;
}

.advertiseArea details[open]>summary .fa-angle-left {
    transform: rotate(-90deg);
    transition: 0.5s;
}

.advertiseArea .contacts {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0.9rem 0 0;
}

.advertiseArea .contacts button {
    align-items: center;
    background-color: #a62626;
    border: 1px solid transparent;
    border-radius: 4px;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-size: 1rem;
    font-weight: 500;
    height: 2.5rem;
    justify-content: center;
    line-height: normal;
    min-width: 6rem;
    outline: none;
    overflow: hidden;
    padding: 0 16px;
    position: relative;
    transition: all .36s ease;
}

.advertiseArea .contacts button:hover,
.advertiseArea .contacts button:focus {
    background-color: #be3737;
}

.advertiseArea .contacts button.inactive {
    background-color: #f5f5f5 !important;
    color: #878787 !important;
    transition: 0s;
    cursor: no-drop;
    pointer-events: none;
}

.advertiseArea .contacts div i {
    font-size: 17px;
    color: rgba(0, 0, 0, .56);
    cursor: pointer;
    position: relative;
    border-radius: 50%;
    height: 2.5rem;
    min-width: auto;
    padding: 0;
    width: 2.5rem;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .36s ease;
}

.advertiseArea .contacts div i:hover {
    color: rgba(0, 0, 0, .87);
    background-color: rgba(0, 0, 0, .04);
}

.advertiseArea .contactsInfo {
    margin-top: 20px;
    display: none;
}

.advertiseArea .contactsInfo .contactsInfoInner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
    font-size: 1rem;
}

.contactsInfoAlert {
    background-color: #f0faff;
    border-radius: 6px;
    box-sizing: border-box;
    color: rgba(0, 0, 0, .56);
    padding: 0.9rem;
    margin: 0;
}

.contactsInfoAlert span {
    display: block;
    font-size: 0.9rem;
    font-weight: 400;
}

.contactsInfoAlert span:first-of-type {
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 0.9rem;
}


.advertiseArea .contactsInfo div p {
    color: rgba(0, 0, 0, .56);
    font-size: 0.9rem;
}

.advertiseArea .contactsInfo div div a {
    color: #a62626;
    cursor: pointer;
    text-decoration: none;
    font-size: 1rem;
}

.advertiseArea .contactsInfo .copy-clipboard-box {
    position: relative;
}

.advertiseArea .contactsInfo .copy-clipboard-box span {
    background-color: #000000d1;
    border-radius: 4px;
    padding: 2px 5px 3px;
    font-size: 11px;
    color: #fff;
    position: absolute;
    top: -20px;
    left: 0;
    opacity: 0;
    z-index: 99999;
    transition: all 1s;
}

.advertiseArea .contactsInfo div div i {
    font-size: 17px;
    color: #838383;
    cursor: pointer;
    border-radius: 100%;
    width: 35px;
    height: 35px;
    position: relative;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.advertiseArea .advertising-box {
    padding: 0;
    margin: 10px 0 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.advertiseArea .advertising-box li {
    background-color: #fff;
    color: rgba(0, 0, 0, .87);
    display: flex;
    flex-basis: 33.33333%;
    flex-direction: column;
    padding: 0.9rem 0;
    position: relative;
    text-align: center;
}

.advertiseArea .advertising-box li span:first-of-type {
    color: rgba(0, 0, 0, .56);
    margin-bottom: 4px;
    font-size: 0.9rem;
    font-weight: 400;
}

.advertiseArea .advertising-box li span:last-of-type {
    font-size: 0.9rem;
    font-weight: 700;
    line-height: 1.5;
    color: #464646;
}

.advertiseArea .advertising-box li::before {
    border-left: 1px solid rgba(0, 0, 0, .12);
    content: "";
    height: 40px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.advertiseArea .advertising-box li::after {
    border-right: 1px solid rgba(0, 0, 0, .12);
    content: "";
    height: 40px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.advertiseArea .advertising-box li:first-child:before,
.advertiseArea .advertising-box li:first-child::after,
.advertiseArea .advertising-box li:last-child:before,
.advertiseArea .advertising-box li:last-child::after {
    display: none;
}

.advertiseArea .advertiseText p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 2.2;
    text-align: justify;
    white-space: pre-line;
    word-break: break-word;
}

.advertiseArea .slider-wrapper {
    width: 92%;
    margin-right: 8%;
}

.advertiseArea .slider {
    position: relative;
    width: 100%;
    height: 345px;
    background: #000;
}

.advertiseArea .slider-wrapper .image-list {
    padding: 0;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 0.9rem;
}

.advertiseArea .slider-wrapper .image-list img {
    width: 18%;
    height: 80px;
    overflow: hidden;
    border-radius: 5px;
    cursor: pointer;
    opacity: 0.8;
    margin-left: 2%;
}

.advertiseArea .slider button {
    border: none;
    cursor: pointer;
    font-size: 40px;
    color: #fff;
    height: 100%;
    width: 45px;
    background-color: rgba(0, 0, 0, 0);
    position: absolute;
    z-index: 99;
    padding: 0;
}

.advertiseArea .slider button.prev-slide {
    right: 0;
    border-radius: 0 5px 5px 0;
}

.advertiseArea .slider button.next-slide {
    left: 0;
    border-radius: 5px 0 0 5px;
}

.advertiseArea .slider img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-size: cover;
    background-position: center;
    transition: all 1s;
    cursor: pointer;
    margin: 0 auto;
    display: block;
    right: 0;
    left: 0;
}

.advertiseArea .show-details {
    display: flex;
    flex-direction: row-reverse;
    margin-bottom: 15px;
}

.advertiseArea .show-details span {
    cursor: pointer;
    color: var(--primary);
    font-size: 0.9rem;
    border: 2px solid var(--primary);
    padding: 5px 15px;
    border-radius: 7px;
    font-weight: 900;
    transition: all .36s ease;
}

.advertiseArea .show-details span:hover {
    background: var(--primary);
    color: #fff;
}

#advertiseFieldsViewModal .info-box {
    font-size: 0.9rem;
}

#advertiseFieldsViewModal .info-box li:first-child {
    padding-top: 0;
}

#advertiseFieldsViewModal .info-box li:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

#advertiseFieldsViewModal .info-box li {
    display: flex;
    padding-top: 1rem;
    justify-content: space-between;
    border-bottom: 2px solid #efefef;
    padding-bottom: 1rem;
}

#advertiseFieldsViewModal .info-box li span:first-of-type {
    font-weight: 400;
}

#advertiseFieldsViewModal .info-box li span:last-of-type {
    font-weight: 600;
}

.advertiseSlides {
    overflow: hidden;
    border-radius: 5px;
}

.advertiseSlides .owl-carousel .owl-item img {
    aspect-ratio: 5 / 4;
    object-fit: cover;
}

.advertiseBox .badge {
    font-weight: 600;
    font-size: 0.797rem;
}

.noImage img {
    aspect-ratio: 5 / 4;
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
    border-radius: 5px;
}

.zoom-overlay {
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: none;
    opacity: 1;
}

.zoom-overlay-icon,
.zoom-overlay {
    position: absolute;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.gallery-thumb-items {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: none;
    padding: 0;
    gap: 0.3rem;
}

.gallery-thumb-items .product-thumb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    height: 68px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: none;
    position: relative;
    -ms-flex: 0 0 22%;
    flex: 0 0 22%;
    padding: 22% 0 0;
    border: 0px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
    cursor: pointer;
}


.gallery-thumb-items .product-thumb:not(:first-of-type) {
    margin-right: 4%
}

.gallery-thumb-items .product-thumb:nth-of-type(4) img {
    -webkit-filter: blur(3px);
    filter: blur(3px)
}

.gallery-thumb-items .product-thumb .thumb-wrapper,
.gallery-thumb-items .product-thumb:nth-of-type(4) .zoom-overlay {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.gallery-thumb-items .product-thumb:nth-child(-n+3),
.gallery-thumb-items .product-thumb:nth-child(-n+4) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.gallery-thumb-items .product-thumb .thumb-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
}

.gallery-thumb-items .product-thumb img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: top;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .7;
    position: relative;
}

.gallery-thumb-items .product-thumb img[alt]:after {
    min-width: 30px !important;
    min-height: 30px !important;
}

.gallery-thumb-items .product-thumb img[alt]:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    font-weight: 400;
    color: transparent;
    text-align: center;
    content: attr(alt);
    background: #fff url(../../images/no-images/general.png) no-repeat 50%;
    background-size: contain;
    width: 100%;
}

.gallery-thumb-items .product-thumb:nth-of-type(6) .zoom-overlay {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.gallery-thumb-items .product-thumb .thumb-wrapper--blur img {
    -webkit-filter: blur(3px);
    filter: blur(3px);
}

.gallery-thumb-items .product-thumb:nth-of-type(6) img {
    -webkit-filter: blur(3px);
    filter: blur(3px);
}

.gallery-thumb-items .product-thumb:hover img {
    opacity: 1;
}

.gallery-thumb-items .product-thumb:nth-of-type(5) img {
    -webkit-filter: unset;
    filter: unset;
}

.zoom-overlay-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 34px;
    height: 34px;
    border-radius: 34px;
    color: #fff;
    background-color: rgba(115, 114, 115, .6);
    font-size: 0.897rem;
    font-size: 1rem;
    line-height: 14px;
}

.zoom-overlay-icon i {
    margin-top: 3px;
}

.fancybox-thumbs__list .fancybox-thumb-inner {
    width: 100%;
    height: 100%;
}

@media screen and (min-width: 1366px) {
    .gallery-thumb-items .product-thumb:not(:first-of-type) {
        margin-right: 1.5%
    }

    .gallery-thumb-items .product-thumb:nth-of-type(4) img {
        -webkit-filter: unset;
        filter: unset
    }

    .gallery-thumb-items .product-thumb:nth-of-type(4) .zoom-overlay {
        display: none
    }

    .gallery-thumb-items .product-thumb:nth-of-type(5) img {
        -webkit-filter: blur(3px);
        filter: blur(3px)
    }

    .gallery-thumb-items .product-thumb:nth-of-type(5) .zoom-overlay {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .gallery-thumb-items .product-thumb {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
        -ms-flex: 0 0 18%;
        flex: 0 0 18%;
        padding: 18% 0 0;
        max-width: none
    }

    .gallery-thumb-items .product-thumb:nth-child(-n+4),
    .gallery-thumb-items .product-thumb:nth-child(-n+5) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media screen and (min-width: 1680px) {
    .gallery-thumb-items .product-thumb:not(:first-of-type) {
        margin-right: 2%
    }

    .gallery-thumb-items .product-thumb:nth-of-type(5) img {
        -webkit-filter: unset;
        filter: unset
    }

    .gallery-thumb-items .product-thumb:nth-of-type(5) .zoom-overlay {
        display: none
    }

    .gallery-thumb-items .product-thumb:nth-of-type(6) img {
        -webkit-filter: blur(3px);
        filter: blur(3px)
    }

    .gallery-thumb-items .product-thumb:nth-of-type(6) .zoom-overlay {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .gallery-thumb-items .product-thumb {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 15%;
        flex: 0 0 15%;
        padding: 15% 0 0
    }

    .gallery-thumb-items .product-thumb:nth-child(-n+6) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .gallery-thumb-items .product-thumb {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 15%;
        flex: 0 0 15%;
        padding: 15% 0 0;
    }
}

.alert {
    box-shadow: 0 1rem 4rem rgb(0 0 0 / 11%) !important;
}

@media only screen and (max-width: 768px) {
    .advertiseArea {
        width: 100%;
    }
    #advertiseFormModal .modal-header{
        height : 80px
    }
    .noImage{
        display: none !important;
    }
    .advertiseContainer{
        flex-direction: column-reverse;
    }
    .advertiseArea .slider-wrapper{
        width: 100%;
        margin-right: 0;
    }
    .gallery-thumb-items{
        margin-bottom: 1rem;
    }
}