.preview__Blog {
    position: fixed;
    bottom: 80px;
    height: 60px;
    z-index: 90;
    display: flex;
}

.preview__Blog .preview__Blog__Arrow {
    height: 60px;
    position: relative;
    z-index: 92;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    background-color: #c5aa64;
}

.preview__Blog .preview__Blog__Arrow img {
    width: 16px !important;
    height: 16px;
}

.preview__Blog .preview__Blog__Img {
    width: 80px;
    overflow: hidden;
    line-height: 0;
    background-color: #eee;
    height: auto;
    z-index: 92;
}

.preview__Blog .preview__Blog__Img img {
    width: 100%;
    height: auto;
}

.preview__Blog .preview__Blog__Desc {
    width: 190px;
    padding: 1rem 0.5rem 0.5rem;
    min-height: 68px;
    background-color: #c5aa64;
    z-index: 91;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: 0.5s;
}

.preview__Blog .preview__Blog__Desc h6 {
    font-size: 14px !important;
    font-weight: lighter !important;
    line-height: normal !important;
    text-align: right;
    color: #fff !important;
}

.preview__Blog .preview__Blog__Desc .date {
    display: inline-block;
    width: 100%;
    padding-top: 4px;
    border-top: 1px solid #fff !important;
    color: #fff !important;
    font-size: 12px;
}

.preview__Blog.next {
    left: 0;
    right: auto;
}

.preview__Blog.next .preview__Blog__Arrow img {
    transform: rotate(90deg);
}

.preview__Blog.next .preview__Blog__Img {
    position: static;
}

.preview__Blog.next .preview__Blog__Desc {
    margin-left: -335px;
    margin-right: 0;
    height: 110px;
}

.preview__Blog.prev {
    left: auto;
    right: 0;
    flex-direction: row-reverse;
}

.preview__Blog.prev .preview__Blog__Arrow img {
    transform: rotate(-90deg);
}

.preview__Blog.prev .preview__Blog__Img {
    position: static;
}

.preview__Blog.prev .preview__Blog__Desc {
    margin-right: -335px;
    margin-left: 0;
    height: 110px;
}

.preview__Blog.next:hover .preview__Blog__Desc {
    margin-left: 0 !important;
}

.preview__Blog.prev:hover .preview__Blog__Desc {
    margin-right: 0 !important;
}

.container__Blog {
    margin: 170px 0 3.125rem 0;
}

.section__Title {
    color: #595959;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    flex: 0 0 100%;
    line-height: normal;
    margin-bottom: 1.5rem;
}

.related__Blog {
    border-radius: 0;
    background: #fff;
    padding: 1rem 1rem;
}

.blog__Detail {
    border-radius: 0;
    background: #fff;
    padding: 1.5rem 1rem;
}

.comment__Box {
    display: flex;
    flex-wrap: wrap;
    flex: 0 0 100%;
    padding: 2rem 1.5rem;
    border-radius: 0;
    background: #fff;
}

.related__Blog__Card {
    background: #fff;
    border-radius: 0.5rem;
}

.related__Blog__Card:not(:last-child) {
    margin-bottom: 1.5rem;
}

.related__Blog__Card .related__Blog__Card__Img {
    width: 100%;
    height: 140px;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
    object-fit: cover;
}

.related__Blog__Card .related__Blog__Card__Content {
    padding: 12px;
}

.related__Blog__Card .related__Blog__Card__Content .related__Blog__Ttl {
    color: #595959;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.related__Blog__Card .related__Blog__Card__Content .related__Blog__Count {
    color: #595959;
    font-size: 0.625rem;
    font-style: normal;
    font-weight: 500;
    margin-top: 0.5rem;
    line-height: normal;
}

.related__Blog__Card .related__Blog__Card__Content .related__Blog__Btn {
    color: #d5ac5b;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 0.5rem;
}

.blog__Detail__Ttl h1 {
    color: #595959;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog__Detail__Props {
    display: flex;
    align-items: center;
    margin-top: 0.5rem;
}

.blog__Detail__Props .prop__Item {
    display: flex;
    align-items: flex-start;
    margin-left: 1rem;
}

.blog__Detail__Props .prop__Item .prop__Item__Icon {
    width: 1rem;
    height: 1rem;
    margin-left: 0.25rem;
}

.blog__Detail__Props .prop__Item .prop__Item__Txt p {
    color: #595959;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

.blog__Detail__Img {
    margin-top: 1.5rem;
}

.blog__Detail__Img img {
    width: 100%;
    height: 320px;
    border-radius: 0;
    object-fit: cover;
}

.blog__Detail__Content .blog__Detail__Content__Ttl {
    color: #595959;
    margin-top: 1rem;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 700;
}

.blog__Detail__Content .blog__Detail__Content__Txt {
    color: #595959;
    margin-top: 0.5rem;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 500;
}

.blog__Detail__Content .blog__Detail__Content__Imgs {
    margin-top: 1.5rem;
}

.blog__Detail__Content .blog__Detail__Content__Imgs img {
    width: 100%;
    height: 240px;
    border-radius: 0;
    object-fit: cover;
}

.blog__Comments {
    margin-top: 162px;
}

.blog__Comments .blog__Comments__Name {
    margin-bottom: 40px;
}

.blog__Comments .blog__Comments__Name p:first-child {
    color: #595959 !important;
    font-size: 18px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: normal !important;
}

.blog__Comments .blog__Comments__Name__Txt {
    color: #595959 !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: normal !important;
    margin-top: 0.5rem !important;
}

.blog__Comments .blog__Comments__Rate__Wrapper {
    border-right: 1px solid #595959;
}

.blog__Comments .blog__Comments__Rate__Wrapper .blog__Comments__Rate .blog__Comments__Rate__Count {
    color: #595959 !important;
    font-size: 24px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: normal !important;
    margin-bottom: 0.5rem !important;
}

.blog__Comments .blog__Comments__Rate__Wrapper .blog__Comments__Rate .blog__Comments__Rate__Count span {
    color: #595959;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.blog__Comments .blog__Comments__Rate__Wrapper .blog__Comments__Rate .blog__Comments__Rate__Stars .maskIcon {
    width: 1.5rem;
    height: 1.5rem;
    background: #cbcbcb;
    transition: 0.5s;
    display: inline-block;
    mask-position: center;
    -webkit-mask-position: center;
    mask-size: cover;
    -webkit-mask-size: cover;
}

.blog__Comments .blog__Comments__Rate__Wrapper .blog__Comments__Rate .blog__Comments__Rate__Stars .maskIcon.filled {
    background: #d5ac5b !important;
}

.blog__Comments .blog__Comments__Bars {
    padding-right: 1.5rem;
}

.blog__Comments .blog__Comments__Bars li {
    display: flex;
    align-items: center;
}

.blog__Comments .blog__Comments__Bars li:not(:last-child) {
    margin-bottom: 1.5rem;
}

.blog__Comments .blog__Comments__Bars li .blog__Comments__Level {
    flex: 0 0 10%;
    color: #595959 !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: normal !important;
    margin-right: 0.5rem !important;
}

.blog__Comments .blog__Comments__Bars li .blog__Comments__Bar {
    border-radius: 0.5rem;
    background-color: #595959;
    max-width: 300px;
    flex: 0 0 80%;
    position: relative;
}

.blog__Comments .blog__Comments__Bars li .blog__Comments__Bar .blog__Comments__Bar__Fill {
    height: 0.5rem;
    width: 15%;
    background-color: #d5ac5b;
    border-radius: 0.5rem;
}

.blog__Comments .blog__Comments__Bars li .blog__Comments__Count {
    color: #595959 !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: normal !important;
    flex: 0 0 12%;
    margin-left: 1rem !important;
}

.blog__Comments .blog__Comments__Btn {
    display: flex;
    align-items: center;
}

.blog__Comments .blog__Comments__Btn .blog__Comments__Add {
    height: 48px !important;
    width: 256px !important;
    border-radius: 0 !important;
    background: #fff !important;
    border: 1px solid #d5ac5b !important;
    color: #d5ac5b !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: normal !important;
}

.blog__Comments .blog__Comments__Sort {
    margin-top: 64px;
    border-radius: 0;
    background: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0) 100%), #fff;
    padding: 0 1.75rem;
    display: flex;
    align-items: center;
}

.blog__Comments .blog__Comments__Sort .blog__Comments__Sort__Ttl {
    display: flex;
    align-items: center;
}

.blog__Comments .blog__Comments__Sort .blog__Comments__Sort__Ttl img {
    width: 24px !important;
    height: 24px;
    margin-right: 0.25rem;
}

.blog__Comments .blog__Comments__Sort .blog__Comments__Sort__Ttl p {
    color: #595959 !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: normal !important;
}

.blog__Comments .blog__Comments__Sort .blog__Comments__Sort__Tabs {
    display: flex;
    margin-left: 72px;
}

.blog__Comments .blog__Comments__Sort .blog__Comments__Sort__Tabs .blog__Comments__Sort__Tab {
    padding-top: 1rem !important;
    color: #595959 !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: normal !important;
    padding-bottom: 1rem !important;
}

.blog__Comments .blog__Comments__Sort .blog__Comments__Sort__Tabs .blog__Comments__Sort__Tab:not(:last-child) {
    margin-right: 72px;
}

.blog__Comments .blog__Comments__Sort .blog__Comments__Sort__Tabs .blog__Comments__Sort__Tab.active {
    border-bottom: 2px solid #d5ac5b;
    border-radius: 0 8px 0px 0px;
    color: #d5ac5b !important;
}

.blog__Comments .blog__Comments__Item {
    display: flex;
    align-items: flex-start;
    background: #fff;
    padding: 2rem;
    margin-bottom: 1rem;
    border-radius: 0;
    box-shadow: 0 0 0 0.1rem rgba(213, 172, 91, .4) !important;
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
}

.blog__Comments .blog__Comments__Item .blog__Comments__Item__Img {
    flex: 0 0 5%;
    max-width: 5%;
}

.blog__Comments .blog__Comments__Item .blog__Comments__Item__Img img {
    width: 48px !important;
    height: 48px;
    object-fit: cover;
    border-radius: 50%;
}

.blog__Comments .blog__Comments__Item .blog__Comments__Item__Detail {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 0 0 20%;
    max-width: 20%;
}

.blog__Comments .blog__Comments__Item .blog__Comments__Item__Detail .blog__Comments__Item__Name {
    color: #595959 !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: normal !important;
    margin-bottom: 0.5rem !important;
}

.blog__Comments .blog__Comments__Item .blog__Comments__Item__Detail .blog__Comments__Item__Date {
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
}

.blog__Comments .blog__Comments__Item .blog__Comments__Item__Detail .blog__Comments__Item__Date .date {
    padding-right: 0.5rem;
    margin-right: 0.25rem;
    border-right: 1px solid #595959;
    color: #595959 !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: normal !important;
}

.blog__Comments .blog__Comments__Item .blog__Comments__Item__Detail .blog__Comments__Item__Date .date img {
    width: 24px !important;
    height: 24px;
}

.blog__Comments .blog__Comments__Item .blog__Comments__Item__Detail .blog__Comments__Item__Date .location {
    color: #595959 !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: normal !important;
}

.blog__Comments .blog__Comments__Item .blog__Comments__Item__Detail .blog__Comments__Item__Date .location img {
    width: 24px !important;
    height: 24px;
    margin-right: 0.25rem;
}

.blog__Comments .blog__Comments__Item .blog__Comments__Item__Detail .blog__Comments__Item__Stars {
    display: flex;
    align-items: center;
}

.blog__Comments .blog__Comments__Item .blog__Comments__Item__Detail .blog__Comments__Item__Stars .blog__Comments__Item__Star {
    width: 1.5rem !important;
    height: 1.5rem;
    border-radius: 0;
    background: #595959;
    margin-right: 0.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog__Comments .blog__Comments__Item .blog__Comments__Item__Detail .blog__Comments__Item__Stars .blog__Comments__Item__Star .maskIcon {
    width: 12px;
    height: 12px;
    background: #fff;
    transition: 0.5s;
    display: inline-block;
    mask-position: center;
    -webkit-mask-position: center;
    mask-size: contain;
    -webkit-mask-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
}

.blog__Comments .blog__Comments__Item .blog__Comments__Item__Detail .blog__Comments__Item__Stars .blog__Comments__Item__Star.green {
    background: #d5ac5b !important;
}

.blog__Comments .blog__Comments__Item .blog__Comments__Item__Detail .blog__Comments__Item__Stars .blog__Comments__Item__Star.orange {
    background: #ee6c3f !important;
}

.blog__Comments .blog__Comments__Item .blog__Comments__Item__Detail .blog__Comments__Item__Stars .blog__Comments__Item__Star.yellow {
    background: #efa841 !important;
}

.blog__Comments .blog__Comments__Item .blog__Comments__Item__Content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.blog__Comments .blog__Comments__Item .blog__Comments__Item__Content .blog__Comments__Item__Content__Ttl {
    color: #595959 !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: normal !important;
    margin-bottom: 1rem !important;
    letter-spacing: normal !important;
}

.blog__Comments .blog__Comments__Item .blog__Comments__Item__Content .blog__Comments__Item__Content__Desc {
    color: #595959 !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: normal !important;
    margin-bottom: 1rem !important;
}

.blog__Comments .blog__Comments__Item .blog__Comments__Item__Content .blog__Comments__Item__Content__Likes {
    border-radius: 0;
    border: 1px solid #d5ac5b;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6px 14px;
}

.blog__Comments .blog__Comments__Item .blog__Comments__Item__Content .blog__Comments__Item__Content__Likes img {
    width: 1.5rem !important;
    height: 1.5rem;
    margin-right: 0.5rem;
}

.blog__Comments .blog__Comments__Item .blog__Comments__Item__Content .blog__Comments__Item__Content__Likes p {
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: normal !important;
    color: #d5ac5b !important;
}

/* The Modal (background) */
.custom__Modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 16;
    /* Sit on top */
    padding-top: 100px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: #000000;
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 60%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
    border-radius: 0;
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0;
    }
    to {
        top: 0;
        opacity: 1;
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0;
    }
    to {
        top: 0;
        opacity: 1;
    }
}

/* The Close Button */
.close {
    color: gray;
    font-size: 36px;
    font-weight: lighter;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #eee;
}

.modal-header h2 {
    color: #595959;
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.modal-body {
    padding: 1.5rem 1rem;
}

.modal-footer {
    padding: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal-footer p {
    color: #595959;
    font-size: 14px;
    margin-bottom: 0 !important;
    font-weight: bold;
}

.modal-footer button {
    border-radius: 0 !important;
    padding: 10px 20px !important;
    font-weight: bold !important;
    font-size: 14px !important;
    color: #fff !important;
    background: #d5ac5b !important;
    width: 30% !important;
}

.custom__Input {
    position: relative;
    margin-bottom: 24px;
}

.custom__Input .custom__Input__Stars {
    display: flex;
    align-items: center;
    position: absolute;
    top: -0.25rem;
    left: 0;
}

.custom__Input .custom__Input__Label p {
    width: 100%;
    color: #595959;
    font-size: 14px;
    margin-bottom: 8px;
    margin-bottom: 0 !important;
}

.custom__Input .custom__Input__Label p span {
    color: #fb3449;
    vertical-align: middle;
    font-size: 15px;
    margin: 0 5px;
}

.custom__Input input {
    line-height: 50px;
    color: #595959;
    height: 50px;
    padding: 0 20px;
    display: block;
    position: relative;
    width: 100%;
    transition: all 0.3s ease-in-out;
    background: #fff !important;
    border-radius: 0;
    border: 1px solid #d6d6d6;
}

.custom__Input textarea {
    line-height: 50px;
    color: #595959;
    padding: 0 20px;
    display: block;
    position: relative;
    width: 100%;
    transition: all 0.3s ease-in-out;
    background: #fff !important;
    border: 1px solid #d6d6d6;
    height: 150px;
    max-width: 100%;
    min-width: 100%;
    border-radius: 0;
}

@media only screen and (max-width: 768px) {
    .blog__Comments__Item {
        flex-wrap: wrap !important;
        margin-top: 0 !important;
    }

    .blog__Comments__Item__Img {
        flex: 0 0 15% !important;
        max-width: 15% !important;
    }

    .blog__Comments__Item__Detail {
        flex: 0 0 75% !important;
        max-width: 75% !important;
        margin-left: 1rem !important;
    }

    .blog__Comments__Item__Content {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        margin-top: 1.5rem !important;
    }

    .blog__Comments__Bars {
        padding-right: 0 !important;
    }

    .blog__Comments__Level {
        flex: 0 0 15% !important;
        max-width: 15% !important;
    }

    .blog__Comments__Bar {
        flex: 0 0 60% !important;
        max-width: 60% !important;
    }

    .blog__Comments__Count {
        flex: 0 0 25% !important;
        max-width: 25% !important;
    }

    .blog__Comments__Btn {
        margin-top: 2rem !important;
    }

    .blog__Comments__Rate__Stars {
        margin-bottom: 1rem;
    }
}

div.modal-header h2 {
    font-size: 25px !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
}

.blog__Comments__Add:focus {
    box-shadow: 0 0 0 0.2rem rgba(213, 172, 91, .25) !important;
}


html[dir=rtl] .blog__Comments__Item__Img img {
    margin-left: 1rem !important
}

html[dir=rtl] .blog__Comments__Item__Detail .blog__Comments__Item__Date .date {
    border-right: none !important;
    padding-left: 0.5rem !important;
    border-left: 1px solid #595959 !important;
}


.label-comment-form-input {
    text-align: start !important;
}


html[dir=rtl] .modal-header {
    direction: rtl !important;
}

html[dir=rtl] span.close {
    margin: 0 0 0 0 !important;
    padding: 0 0 0 0 !important;
}


.font-size-24 {
    font-size: 24px !important;
}

.font-size-34 {
    font-size: 34px !important;
}
