﻿
#basicModal {    
    z-index: 10000;
}

    #basicModal button:focus {
        outline: none;
    }

.modal-backdrop {
   /* transition: 0.4s;
    visibility: hidden;
    opacity: 0;
    background-color: transparent;
    z-index: 3000;*/
}

#basicbgModal.bg {
    visibility: visible;
    opacity: .4;
    background-color: black;
}

.basic-modal-header {
    border-bottom: 0;
    padding-left: 16px;
    padding-top: 10px;}

.model-page-popup {
    width: 100%;
    direction: rtl;
    padding: 0px;    
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0;
    height: 100%;
}

.modal-body
{
    margin-top:5px;
}

.modal-content .header-title {
    color: #001C32;
    text-align: right;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

    .modal-body .content {
        color: #001C32;
        text-align: right;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

.ReviewsTitle.marginCenter {
    display: inline-block;
    float: right;
    width: calc(100% - 32px);
    margin: 0px 18px;
}
    .ReviewsTitle.marginCenter.sticky-reviews {
        width: 100%;
        background: #FFFFFF 0% 0% no-repeat padding-box;
        padding-top: 15px;
        padding-bottom: 15px;
        margin: 0;
    }

.model-page-bg .model-page .ReviewsTitle.marginCenter {
    width: 100% ;
    margin: 14px 0px 4px 0;
}

.ReviewsTitle .count-line-review {
    display: flex;
    gap: 15px;
    justify-content: space-between;
    background-color: inherit;
    box-shadow: none;
    max-width: 1327px;
    margin: auto;
    position: relative;
}


    .ReviewsTitle .count-line-review .count-store {
        flex: 1 1 auto;
        text-align: right;
        line-height: 28px;
        font-size: 22px;
        font-weight: 700;
        margin-top: 10px;
        max-width: calc(100% - 430px);
        margin-bottom: 0;
        /*margin: auto 0;
        min-height: 41px;*/
    }
        .ReviewsTitle .count-line-review .count-store.margin-top {
            margin-top: -2px;
        }

.ReviewsTitle.sticky-reviews .count-line-review .count-store {
    line-height: 23px;
    font-size: 18px;
    margin-top: 0;
}
.reviews-stcky-subtitle {
    font-size: 15px;
    font-weight: 500;
}
.reviews-stcky-subtitle strong {
    font-size: 19px;
}
.ReviewsTitle.marginCenter.sticky-reviews:not(sticky) {
    display: none;
}
.ReviewsTitle.marginCenter.sticky-reviews.sticky {
    display: block;
    position: fixed;
    top: 80px;
    z-index: 50;
    cursor: pointer;
}
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}

.sticky + .model-page {
    /*padding-top: 102px;*/
}

.full-strip {
    display: inline-block;
}

.last-products-carousel-wapper {
    /*padding-top: 40px;*/
    background: white;
    display: flex;
    justify-content: center;
	line-height: 0;
}
/*    .last-products-carousel-wapper .carousel-title {
        margin-right: calc((100vw - 1260px) / 2);
    }*/

    .last-products-carousel-wapper .SliderWraper {
        margin: 0 auto;
        width: auto !important;
    }

    .last-products-carousel-wapper h2.rowTitle {
        padding-bottom: 10px;
    }
#basicModal[data-component='ComparePopup'] .modal-content {
    width:fit-content;
    margin:auto;
}
#basicModal[data-component='ComparePopup'] .modal-dialog{
    justify-content:center;
}
#basicModal[data-component='GeoPopup'] .modal-content {
    width:463px;
    margin:auto;
}
#basicModal[data-component='GeoPopup'] .btn_location_con {
    background-color: #001C32;
    color: #fff;
    display: flex;
    align-items:center;
    justify-content:center;
    width: 411px;
    height: 48px;
    line-height: 20px;
    border: none;
    font-size: 18px;
    font-weight: 600;
    border-radius: 30px;
    cursor: pointer;
    margin-top:24px;
}
#basicModal[data-component='GeoPopup'] .basic-modal-header {
    padding: 24px 26px;
    padding-bottom: 0;
}
#basicModal[data-component='GeoPopup'] .modal-body {
    padding: 16px 26px 24px 26px;
    margin-top: 0;
}
@media screen and (min-width: 1024px) and (max-width: 1392px) {
    .ReviewsTitle.marginCenter.sticky-reviews {
        padding:20px;
    }
}
