.-Chevrons--NextPrev>a,.-post-tag-items>a,.-references-post,.-secodary-single-post-bar,.yc--post--models--post-card {
    box-shadow: var(--box-shadow-defult)
}

.-Yc-single-main {display: flex;align-items: flex-start;align-content: flex-start;flex-wrap: wrap;padding: 90px 0 30px;margin-bottom: 50px;justify-content: center;--sidebar-width: 380px;position: relative;}

.single-content-context-elements {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    flex: 1;
    position: relative;
}

.single-content-context-elements.-YC-single-page {
    margin-inline-end:0;margin-bottom: 40px
}

.-first-single-post-bar {
    display: block;
    min-width: var(--sidebar-width);
    max-width: var(--sidebar-width);
    position: sticky;
    top: 110px;
    transition: 180ms;
    margin-inline-start: 30px;
}

.-single-bottom-title-list>ul {
    display: flex;
    list-style: none;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 -8px;
    justify-content: space-between;
    gap: 3px;
}

.-single-bottom-title-list ul li {
    margin: 0 25px;
    color: var(--secondarytext);
    position: relative;
    display: flex;
    align-content: center;
    align-items: center;
    flex-wrap: wrap
}

.-single-bottom-title-list>ul>li:last-child::after {
    display: none
}

li.-single-bottom-list-date i {
    margin-inline-end:8px}

.-single-bottom-title-list>ul>li:before {
    --w-h: 8px;
    position: absolute;
    left: -24px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    background: var(--secondarytext);
    width: var(--w-h);
    height: var(--w-h);
    border-radius: 38%
}

.-single-bottom-title-list ul li a {
    color: var(--secondarytext);
    font-weight: 600;
    font-size: 14px;
    line-height: 1.5
}

.-single-bottom-title-list ul li {
    color: var(--secondarytext);
    font-weight: 600;
    font-size: 14px;
    line-height: 1.5;
}

.-single-bottom-title-list>ul>li.-single-bottom-list-Rate>a>i {
    color: #ffa700;
    font-weight: 500
}

.-single-bottom-title-list>ul>li.-single-bottom-list-Rate>a {
    display: flex;
    color: var(--primary-text);
    font-size: 20px;
    font-weight: 500;
    flex-wrap: wrap;
    align-content: center;
    align-items: center
}

.-single-bottom-title-list>ul>li.-single-bottom-list-user-area>a {
    text-transform: capitalize
}

.-single-bottom-title-list ul li a i {
    margin-inline-end:10px;font-weight: 600
}

.-secodary-single-post-bar {
    display: flex;
    flex-wrap: wrap;
    flex: 1;
    padding: 40px;
    background: #fff;
    border: var(--border-defult);
    position: relative;
    margin-bottom: 40px;
    border-radius: var(--largeradius);
    max-width: 100%;
    flex-direction: column
}

.-secodary-single-post-bar:last-child,.CommentsListInner .ChildComments:last-child,.CommentsListInner>.-comment--single-item:last-child,.single-post-parent-container-comments>form>.alerts>.alert.alert-danger:empty {
    margin-bottom: 0
}

.-third-single-post-bar:before {
    content: '';
    position: absolute;
    right: -40px;
    height: 100%;
    top: 0;
    background: var(--diver);
    width: 1px
}

.-third-single-post-bar {
    position: sticky;
    top: 140px;
    min-width: 240px;
    min-height: 400px;
    transition: 180ms;
    max-width: 240px;
    max-height: calc(100vh - 40px);
    overflow: hidden;
    overflow-y: scroll;
    padding-inline-end:10px}

.-single-post-content {
    max-width: 100%;
    font-size: 18px;
    line-height: 1.7;
    font-weight: 400;
    margin-bottom: 30px
}

.-single-post-content table {
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: rgba(0,0,0,0);
    border-collapse: collapse;
    width: 100%!important;
    border-right: 1px solid var(--diver)
}

.-single-post-content table>tbody>tr>td:first-child {
    background: #f9faff!important;
    max-width: 250px
}

.yc--post--models--post-card {
    padding: 33px 30px;
    border-radius: var(--largeradius);
    border: 1px solid var(--border-defult-hover);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background: var(--background);
    flex-direction: column;
    margin-block: 30px;
}

.-single-parent-flexes--content-bar {
    display: block
}

.-single-parent-flexes--content-bar>span {
    font-size: 24px;
    margin-bottom: 15px;
    display: block;
    text-align: center;
    font-weight: 500;
    line-height: 1.5
}

.-chevron-scroller-single>i,.-single-post-content table tr:first-child,.NoComments {
    font-weight: 400
}

.-single-parent-flexes--content-bar>p {
    font-size: 16px;
    line-height: 1.7;
    text-align: center;
    color: var(--secondarytext);
    margin-bottom: 26px
}

.-post-card--burrons--area {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap
}

.-post-card--burrons--area>a {
    padding: 15px;
    border: 2px solid #0000001f;
    color: #ffffff;
    margin-inline-end:15px;
    border-radius: var(--xxlargeradius);
    display: flex;
    align-items: center;
    background: var(--uicolor4);
    font-size: 14px;
    position: relative;
    overflow: hidden
}

.-post-card--burrons--area>a:before {
    content: '';
    position: absolute;
    top: 0;
    right: -203%;
    width: 200%;
    height: 100%;
    transform: skewX(-20deg);
    z-index: 0;
    background-image: linear-gradient(to right,transparent,rgba(255,255,255,.4),transparent)
}

.-post-card--burrons--area>a:hover:before {
    animation: 1.2s .1s btn_shine
}

.-post-card--burrons--area>a>strong {
    font-weight: 600
}

.-post-card--burrons--area>a.whatsapp--callbutton--post-card {
    background: var(--whatsapp);
    border-color: var(--whatsapp);
    color: #fff
}

.-post-card--burrons--area>a.whatsapp--callbutton--post-card:hover {
    background: var(--whatsapp);
    color: #fff
}

.-post-card--burrons--area>a>i {
    margin-inline-end:10px;font-weight: 500;
    font-size: 17px
}

.-post-card--burrons--area>a:hover {
    background: var(--uicolor4);
    color: #fff
}

.-single-post-content table>tbody>tr>:first-child {
    background: #f9faff
}

.-single-post-content table td,.-single-post-content table th {
    vertical-align: top;
    font-size: 14px;
    padding: .65rem!important
}

.-single-post-content table tr {
    border-top: 1px solid var(--diver)
}

.-single-post-content table tbody tr td,.-single-post-content table thead tr th {
    border-left: 1px solid var(--diver)
}

.-single-post-content table tr:last-child {
    border-bottom: 1px solid var(--diver)
}

.-single-post-content>h1,.-single-post-content>h2,.-single-post-content>h3,.-single-post-content>h4,.-single-post-content>h5,.-single-post-content>h6 {
    padding: 16px 0!important;
    line-height: 1.4
}

.-single-post-content>h2 {
    font-size: 26px
}

.-single-post-content {
    font-size: 19px;
}

 

h3.wp-block-heading {
    font-size: 21px;
    font-weight: 700;
}

.-single-post-content * {
    margin: revert;
    padding: revert;
    max-width: 100%;
    list-style: revert;
}

.-single-post-content h4 {
    font-weight: 600;
    font-size: 20px;
}

.-single-post-content .title_sort {
    font-weight: 600;
    font-size: 20px;
}
.-single-post-content h2 {
    font-weight: 600;
    margin-top: 0;
}

.aligncenter {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: auto
}

.-single-post-content img {
    display: flex;
    justify-content: center;
    border-radius: var(--largeradius);
    max-height: 700px;
    min-height: 140px;
    margin: 40px 0 !important;
}

.-single-post-content>p>img.aligncenter {
    margin: 0 auto;
    display: block;
}

.-Chevrons--NextPrev>a,.-single-more-read-btn>a {
    align-content: center
}

.-next-prev-singular-posts {
    display: flex;
    margin: 40px -10px 0;
    flex-wrap: wrap
}

.-Chevrons--NextPrev {
    display: block;
    margin-inline:10px;flex: 1
}

.-Chevrons--NextPrev>a {
    display: flex;
    padding: 25px;
    position: relative;
    align-items: center;
    flex-wrap: wrap;
    border-radius: var(--largeradius);
    border: var(--border-defult);
    background: var(--border-defult-hover);
    transition: .3s
}

.-Chevrons--NextPrev:hover>a {
    border-color: var(--border-defult-hover);
    box-shadow: var(--box-shadow-hover);
    transform: translateY(-1px);
    transition: ll 180ms
}

.-Chevrons--NextPrev>a>i {
    --sh-color: #0000000d;
    font-size: 45px;
    font-weight: 300;
    color: var(--secondarytext);
    background: #fdfdfd;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    display: flex;
    text-align: center;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    transition: 180ms;
    margin-inline-start:30px}

.-Chevrons--NextPrev:hover>a>i {
    color: var(--uicolor);
    transform: scale(1.1)
}

.-Chevrons--NextPrev.-chevron--prevPost>a>i {
    margin-inline-end:30px;margin-inline-start:0}

.-Chevrons--NextPrev>a>.inbox-pos {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    flex: 1
}

.-Chevrons--NextPrev>a>.inbox-pos>span {
    font-size: 15px;
    color: var(--secondarytext);
    display: block;
    margin-bottom: 10px;
    transition: 180ms
}

.-Chevrons--NextPrev>a>.inbox-pos>h3 {
    font-size: 17px;
    font-weight: 500;
    line-height: 1.5;
    transition: 180ms;
    color: var(--secondarytext)
}

.-Chevrons--NextPrev:hover>a>.inbox-pos>h3 {
    color: var(--uicolor)
}

.-Chevrons--NextPrev:hover>a>.inbox-pos>span,.Bottom-comment-bar>.replay-comment-button:hover,.Bottom-comment-bar>ul>li:not(.active):hover {
    color: var(--primary-text)
}

.single-post-parent-container-comments {
    display: block;
    border-radius: var(--largeradius);
    position: relative
}

.single-post-parent-container-comments>form>input {
    max-width: 300px
}

.single-post-parent-container-comments>form {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px 15px
}

.Bottom-comment-bar>ul>li>i,.NoComments>i {
    margin-inline-end:5px}

.single-post-parent-container-comments>form>.alerts {
    min-width: 100%;
    flex: 1;
    margin: 0 0 30px
}

.single-post-parent-container-comments>form>.alerts>.alert {
    font-weight: 300;
    font-size: 15px
}

.single-post-parent-container-comments>form>.alerts>.alert.alert-danger {
    color: #b50221;
    background: #f0284a08;
    margin: 0 15px;
    width: auto
}

.single-post-parent-container-comments>h4 {
    display: block;
    font-size: 21px;
    margin-bottom: 20px
}

.-comments-form-inputs-area {
    flex: 1;
    display: flex;
    margin: 0 15px 30px;
    min-width: 280px
}

.-comments-form-inputs-area.necessary>input,.-comments-form-inputs-area.necessary>textarea {
    border-color: var(--negative)
}

.-comments-form-inputs-area.-comments--textarea>textarea {
    min-height: 160px;
    padding: 25px!important;
    background: var(--border-defult-hover);
}

.-comments-form-inputs-area.-comments--textarea {
    min-width: 350px;
    margin: 0 15px
}

.-comments-form-Button-area {
    display: flex;
    justify-content: flex-end;
    flex: 1;
    margin: 30px 15px 0
}

.-comments-form-Button-area>button {
    display: flex;
    justify-content: space-between;
    padding: 17px 30px;
    background: var(--uicolor);
    border: 2px solid var(--uicolor);
    color: #fff;
    font-size: 17px;
    align-items: center;
    border-radius: var(--largeradius)
}

.-singular-comments-post,.ReplyCommentPreview>h2 {
    display: flex;
    align-items: center;
    align-content: center
}

.-comments-form-Button-area>button>i {
    margin-inline-start:10px}

.-comments-form-Button-area>button:hover {
    background: #fff;
    color: var(--uicolor)
}

.-comments-form-Button-area>button>btn-icon {
    --inset-uicolor: white
}

.-singular-comments-post {
    flex-wrap: wrap;
    margin-bottom: 0
}

.-comment-user-area,.-comments-titlecontext-inner {
    display: block;
    flex: 1
}

.-comments-titlecontext-inner>p {
    font-weight: 300;
    color: var(--secondarytext);
    font-size: 18px;
    line-height: 1.6
}

.CommentsListInner .ChildComments {
    display: flex;
    flex-direction: column;
    list-style: none;
}

.CommentsListInner>.ChildComments {
    margin: 30px 30px 30px 0;
}

.ChildComments>.-comment--single-item,.CommentsListInner>.-comment--single-item {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 35px;
    flex-direction: column;
}

.NoComments {
    display: block;
    font-size: 15px
}

.NoComments>i {
    font-size: 20px
}

.-TitleContent-section>a,.-references-post {
    border-radius: var(--largeradius);
    position: relative
}

.--widget--sidebar--title.-TitleContent-section {
    margin-bottom: 40px;
    font-size: 23px
}

.-TitleContent-section>p {
    color: var(--primary-text);
    font-size: 28px;
    font-weight: 600
}

.-TitleContent-section>i {
    margin-inline-end:15px}

.-TitleContent-section>a {
    margin-inline-start:auto;
    display: flex;
    font-size: 17px;
    font-weight: 400;
    align-content: center;
    align-items: center;
    background: 0 0;
    color: var(--uicolor);
    flex-wrap: wrap;
    padding: 11px 15px;
    overflow: hidden;
    border: 2px solid var(--uicolor);
    transition: 0.2s all ease;
}

.-TitleContent-section>a>i {
    font-weight: 600;
    position: absolute;
    left: -30px;
}

.-TitleContent-section>a:hover>i {
    left: 20px;
}

.-TitleContent-section>a:hover {
    color: #fff;
    padding-inline-end:50px;background: var(--uicolor);
    border-color: var(--uicolor);
}

.-TitleContent-section>a>.-YC-Icon-Buttons {
    --inset-uicolor: var(--primary-text);
}

h2.-TitleContent-section>.seccontent {
    display: flex;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    color: var(--uicolor);
    font-size: 21px;
    flex: 1
}

h2.-TitleContent-section>.seccontent>span {
    font-weight: 300;
    margin-inline-end:10px;color: var(--primary-text);
    font-size: 20px
}

h2.-TitleContent-section>.seccontent>i {
    font-size: 30px;
    margin-inline-end:15px;font-weight: 300;
    color: var(--secondarytext);
}

.-Posts-RelatedBoxes {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 19px;
    margin-top: 19px;
}

.-Posts-RelatedBoxes>.-YC-Post-box {
    min-width: 420px;
    max-width: 440px;
}

.-post-tag-items>a,.-references-post ul>li a {
    align-items: center;
    font-size: 15px;
    align-content: center;
}

.-YC-FaqsSimple-vsingle-Item-v2.active .-YC-FaqsSimple-vsingle-Title>.--fq-count,.-YC-FaqsSimple-vsingle-Item-v2.active .-YC-FaqsSimple-vsingle-Title>h2,.-post-tag-items>a: hover,.-post-tag-items>a:hover:before,.-references-post>ul,ul.ez-toc-list li:hover>a:before {
    color:var(--uicolor);
}

.-post-tag-items {
    display: flex;
    margin-bottom: 30px;
    flex-wrap: wrap;
    margin-inline:-6px;
}

.-post-tag-items>a {
    display: flex;
    padding: 10px 15px;
    position: relative;
    flex-wrap: wrap;
    color: var(--secondarytext);
    font-weight: 400;
    margin: 6px;
    border-radius: var(--largeradius);
    border: var(--border-defult);
    background: var(--diver);
}

.-post-tag-items>a:before {
    content: '\23';
    position: relative;
    display: block;
    margin-inline-end:7px;font-weight: 400;
    font-size: 17px;
    color: var(--secondarytext);
    transition: 180ms;
}

.-YC-FaqsSimple-vsingle-Item-v2 {
    border: var(--border-defult);
    background: #fff;
    transition: 180ms;
    border-bottom: 1px solid var(--diver)
}

.-YC-FaqsSimple-vsingle-Item-v2:last-child {
    margin-bottom: 0;
    border-bottom: 0
}

.-YC-FaqsSimple-vsingle-Title {
    display: flex;
    padding: 20px 0;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    flex-wrap: wrap
}

.-YC-FaqsSimple-vsingle-Title>.--fq-count {
    font-family: var(--f-number);
    font-size: 23px;
    margin-inline-end:15px;font-weight: 800;
    color: var(--secondarytext)
}

.-YC-FaqsSimple-vsingle-Title>i {
    font-size: 22px;
    color: var(--secondarytext);
    transition: 180ms
}

.-YC-FaqsSimple-vsingle-Item-v2.active .-YC-FaqsSimple-vsingle-Title>i {
    color: var(--uicolor);
    transform: rotate(45deg)
}

.-YC-FaqsSimple-vsingle-Title>h2 {
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: var(--Text-color);
    flex: 1
}

.-YC-FaqsSimple-vsingle-Title>h2>em {
    margin-inline-end:10px;font-style: normal;
    font-family: var(--f-number);
    font-weight: 400;
    font-size: 30px
}

.-YC-FaqsSimple-vsingle-Item-v2.active .-FaqsSimple-vsingle-Content-Row-v1 {
    display: block;
    height: var(--pin-height)
}

.-FaqsSimple-vsingle-Content-Row-v1 {
    display: block;
    height: 0;
    --pin-height: auto;
    overflow: hidden;
    transition: 180ms
}

.-p-FaqsSimple-vsingle-ContentValue-v1 {
    padding: 0 0 30px;
    display: block;
    line-height: 1.6;
    font-size: 17px;
    color: var(--secondarytext);
    font-weight: 400
}

.-YC-FaqsSimple-vsingle {
    margin-bottom: 40px;
    display: block
}

.-YC-FaqsSimple-vsingle .--widget--sidebar--title {
    margin-bottom: 10px
}

.-post-reviews-area {
    display: flex;
    align-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    position: relative;
    justify-content: space-between;
    flex-direction: column;
    flex: 1;
    padding-inline-end:40px}

.-post-reviews-area>h2 {
    font-size: 26px;
    color: var(--primary-text);
    font-weight: 400
}

.-itemslist-share-icons-list .owl-stage,.-post-reviews-buttons,.-single-share-posts-area .-YC-owl-navs-items {
    display: flex
}

.-FeedBack-Rating>.RatingReview {
    direction: ltr;
    font-size: 50px;
    color: #e1e1e1;
    cursor: pointer;
    display: flex;
    letter-spacing: 5px
}

.-FeedBack-Rating>.RatingReview>i {
    font-weight: 300;
    transition: 180ms
}

.-FeedBack-Rating>.RatingReview>i.active,.-FeedBack-Rating>.RatingReview>i.fixedactive,.-PostFeedBack-Rateing-Box .RatingReview>i.fixedactive,.RateComment>.RatingReview>i.fixedactive {
    color: #ffa700;
    font-weight: 600
}

.-PostFeedBack-Rateing-Box {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    padding-inline-start:40px;border-inline-start:1px solid var(--diver);margin-inline-start: 40px;
    min-width: 400px
}

.-YC-post-reviews-info {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    flex-direction: column;
    justify-content: center;
    margin-top: 30px;
    width: 100%
}

.-YC-post-reviews-info .product-item-info-stats-ratings {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    justify-content: flex-start
}

.product-item-info-stats-ratings>.-icon-info-stats-ratings>i {
    display: block;
    font-size: 145px;
    font-weight: 100;
    color: #ffa700;
    text-shadow: -4px 2px 0 #00000005,-6px 3px 0 #00000005
}

.-YC-post-reviews-info .product-item-info-stats-ratings>p {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: flex-start;
    flex-direction: column
}

.-YC-post-reviews-info .product-item-info-stats-ratings>p>.-rating-suptitle {
    display: flex;
    min-width: 100%;
    color: var(--secondarytext);
    font-size: 13px;
    font-weight: 400;
    align-items: center
}

.product-item-info-stats-ratings>p>.-rating-suptitle>em {
    font-weight: 800;
    font-style: normal;
    font-size: 14px;
    font-family: var(--f-number);
    margin-inline-end:5px}

.-YC-post-reviews-info .product-item-info-stats-ratings>p>span.-rating-label {
    display: block;
    color: var(--primary-text);
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 5px
}

.-icon-info-stats-ratings>span.-rating-value {
    font-size: 30px;
    font-weight: 700;
    font-family: var(--f-number);
    position: relative;
    line-height: 1
}

.-PostFeedBack-Rateing-Box .RatingReview {
    direction: ltr;
    font-size: 48px;
    color: #e1e1e1;
    cursor: pointer
}

.-PostFeedBack-Rateing-Box .RatingReview>i {
    font-weight: 200
}

.-Rate-Average-Items {
    display: block;
    flex: 1;
    position: relative
}

.-Rate-Average-Items:before {
    content: '';
    height: 100%;
    right: 0;
    width: 1px;
    position: absolute
}

.-Rate-Average-element {
    display: flex;
    align-content: center;
    align-items: center;
    margin-bottom: 15px;
    flex-wrap: wrap;
    color: var(--secondarytext);
    position: relative;
    justify-content: space-between;
    padding-bottom: 10px;
    font-family: var(--f-number);
    font-size: 14px
}

.-Rate-Average-element:last-child {
    margin-bottom: 0
}

.--Single--page--widget-item.-ycwt-page_url .--widget--sidebar--title,.--Single--page--widget-item.-ycwt-single__blog .--widget--sidebar--title,.-FeedBack-Rating-MasterArea .--widget--sidebar--title {
    margin-bottom: 20px
}

.-Rate-Average-element>span {
    display: block;
    text-align: center;
    min-width: 40px
}

.-BackToClean,.-post-reviews-area>form .-fix-inputs-area[data-field-id=feedback__content] {
    min-width: 100%
}

.-Rate-Average-element>em {
    font-style: normal;
    font-weight: 600;
    font-family: var(--f-number);
    font-size: 15px;
    width: 10px;
    text-align: center
}

.-Rate-Average-Label {
    flex: 1;
    background: #eee;
    border-radius: var(--largeradius);
    height: 10px;
    margin: 0 30px;
    position: relative;
    max-width: calc(100% - 110px);
    bottom: 0
}

.-Average--progress {
    background: #ffcf00;
    height: 100%;
    width: 0;
    border-radius: var(--largeradius);
    transition: .7s
}

.-post-reviews-area>form {
    flex: 1;
    min-width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-top: 10px
}

.-YC-Forms-FeedBack {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    align-content: center;
    flex-wrap: wrap;
    flex: 1
}

.-post-reviews-area>form textarea {
    min-height: 140px
}

.-post-reviews-area>form .-fix-inputs-area {
    margin-bottom: 30px;
    max-width: 320px;
    flex: 1
}

.-post-reviews-area>form .-fix-inputs-area:first-of-type {
    margin-inline-end:30px}

.-post-reviews-area>form .-fix-forms-field-title {
    margin-bottom: 30px;
    position: relative;
    padding-inline:20px}

.-post-reviews-area>form .-fix-forms-field-title:before {
    content: '';
    position: absolute;
    width: 9px;
    background: var(--secondarytext);
    top: 50%;
    transform: translateY(-50%);
    height: 16px;
    right: 0;
    border-radius: 50px;
    opacity: .4
}

.-FeedBack-Rating-MasterArea {
    display: flex;
    justify-content: space-between;
    align-content: flex-start;
    flex-wrap: wrap;
    align-items: flex-start;
    flex-direction: column
}

.-FeedBack-Rating.-Rating-Master-Area {
    display: flex;
    align-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap
}

.-ThankYou-SendFeedBack {
    margin: 0 auto;
    display: block
}

.-icon-info-stats-ratings {
    position: relative;
    margin-inline-end:15px;text-align: center;
    border-radius: 30px;
    background: #fff;
    color: var(--uicolor);
    border: 3px solid var(--uicolor);
    --el-w: 57px;
    min-width: var(--el-w);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px
}

.-share-icons-list {margin-bottom: 0;flex-direction: column;overflow: hidden;flex-wrap: wrap;display: flex;position: relative;margin-inline-start: auto;}

.-itemslist-share-icons-list {
    list-style: none;
    position: relative;
    max-width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.-itemslist-share-icons-list .owl-item {
    display: inline-block;
    vertical-align: top
}

.-itemslist-share-icons-list .owl-next,.-itemslist-share-icons-list .owl-next.disabled,.-itemslist-share-icons-list .owl-prev,.-itemslist-share-icons-list .owl-prev.disabled,h2.--widget--sidebar--title.-sidebar-related-title-section svg {
    display: none
}

.-itemslist-share-icons-list .--sp-social-item {
    min-width: 70px
}

.-itemslist-share-icons-list .--sp-social-item:hover>a {
    color:var(--sociaColor)
}

.-itemslist-share-icons-list .--sp-social-item>a {
    display: flex;
    color: var(--sociaTextColor);
    justify-content: center;
    font-size: 21px;
    padding: 9px 13px;
    border-radius: var(--largeradius);
    border: 2px solid var(--sociaColor);
    transition: 180ms;
    background: var(--sociaColor);
    align-items: center;
    gap: 9px;
}

.-itemslist-share-icons-list .--sp-social-item>a span {
    color: #fff
}

.-itemslist-share-icons-list .--sp-social-item>a I {
    font-size: 24px;
    color: #fff;
}

.-itemslist-share-icons-list .--sp-social-item: hover>a>i {
    background:#fff;
    color: var(--sociaColor)
}

.-itemslist-share-icons-list .--sp-social-item>a>span {
    white-space: nowrap;
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    text-transform: capitalize;
    transition: 180ms
}


.-single-share-posts-area {
    display: flex;
    max-width:100%;
    border-radius:var(--largeradius);
    margin-bottom:40px;
    border: 2px solid #00000003;
    padding:30px;
    background: #f7f7f7;
    flex-wrap: wrap;
}
.-share-popover-boxed-copy {
    display: flex;
    padding: 15px;
    overflow: hidden;
    box-shadow: var(--box-shadow-hover);
    border: 1px solid var(--border-defult-hover);
    background: #fff;
    border-radius: var(--miniradius);
    width: 100%;
    margin-top: 10px;
}

.-share-popover-boxed-copy>input[type=text] {
    flex: 1;
    min-height: auto;
    direction: ltr;
    text-overflow: ellipsis;
    background: #fff;
    border-color: #f2f2f2;
    overflow: hidden;
    padding: 0 15px;
    white-space: nowrap;
    text-transform: lowercase
}

.-share-popover-boxed-copy>button {
    background: var(--primary-text);
    cursor: pointer;
    font-size: 14px;
    border-radius: 10px;
    padding: 10px 15px;
    margin-inline-start:15px;color: #fff;
    font-weight: 400;
    text-align: center;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    border: 2px solid var(--primary-text);
    transition: 180ms;
    overflow: hidden;
    position: relative
}

.-share-popover-boxed-copy>button>em {
    position: relative;
    display: block;
    visibility: visible;
    transition: 180ms;
    opacity: 1;
    font-style: normal;
    transform: translateX(0)
}

.-share-popover-boxed-copy.active>button>em {
    visibility: hidden;
    opacity: 0;
    transform: translateX(100px)
}

.-share-popover-boxed-copy.active>button {
    background: var(--success-color);
    border-color: var(--success-color)
}

.-share-popover-boxed-copy>button>span {
    position: absolute;
    padding: 5px 10px;
    visibility: hidden;
    opacity: 0;
    transition: 180ms;
    color: #fff;
    transform: translateX(-100px)
}

.-share-popover-boxed-copy.active>button>span {
    opacity: 1;
    visibility: visible;
    transform: translateX(0)
}

.-share-popover-boxed-copy:not(.active)>button:hover {
    color: var(--primary-text);
    background: #fff;
    border-color: var(--primary-text)
}

.-single-share-header {
       align-content: center;
       align-items: center;
       flex-wrap: wrap;
       justify-content: center;
       display: flex;
       max-width: max-content;
}

.-sidebar-related-title-section>i {
    margin-inline-end:15px;font-weight: 900;
    color: var(--secondarytext);
    font-size: 22px;
    width: 44px;
    height: 44px;
    border: 2px solid var(--diver);
    border-radius: 50%;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: center
}

.-Chevrons--NextPrev-poster,.-single-parent-flexes--content-inner-thumb--inner {
    border-radius: var(--largeradius);
    background: var(--border-defult-hover);
    position: relative;
    display: flex;
    overflow: hidden;
    width: max-content;
    margin: auto;
    margin-bottom: 10px;
}

.-sidebar-related-title-posts-items .-Post-box-single-item {
    margin: 0 0 20px
}

.-single-parent-flexes--content-inner-thumb--inner {
    justify-content: center;
    align-items: center;
    height: auto;
}


.-single-parent-flexes--content-inner-thumb {
    display: flex;
    flex-direction: column;
    width: auto;
}

.-Chevrons--NextPrev-poster {
    margin-inline-end:25px;
    font-size: 30px;
    --el-w: 55px;
    width: var(--el-w);
    height: var(--el-w);
    justify-content: center;
    align-items: center;
    color: #ffffff;
    background: var(--uicolor);
    border: 2px solid var(--uicolor);
}

.-Chevrons--NextPrev:hover>a .-Chevrons--NextPrev-poster {
    background: #fff;
    color: var(--primary-text)
}

.-Chevrons--NextPrev-poster>i {
    font-weight: 300
}

.-Chevrons--NextPrev.-chevron--nextPost .-Chevrons--NextPrev-poster {
    margin-inline-start:25px;margin-inline-end:0}

.-Chevrons--NextPrev-poster>img {
    position: absolute;
    max-width: 100%;
    top: 50%;
    transform: translate(-50%,-50%);
    left: 50%;
    min-height: 100%
}

.--Single--page--widget-item:last-child,.-secodary-single-products-bar:last-child,.links--sitemap-items--box:last-child {
    margin-bottom:0
}

.-sidebar-related-title-posts-items .-Product-Post-Box {
    margin: 0 0 20px;
    --box-width: 100%
}

.-comment-contentarea {
    position: relative;
    min-width: 100%;
    margin-bottom: 30px
}

.RateComment {
    position: absolute;
    bottom: 15px;
    left: 30px;
    padding: 10px;
    display: flex;
    align-items: center
}

.RateComment>.RatingReview {
    direction: ltr;
    font-size: 21px;
    color: #e1e1e1;
    cursor: pointer;
    margin-inline-start:10px;margin-top: -4px
}

.RateComment>.RatingReview>i.active {
    color: #ffa700
}

.RateComment .product-item-info-stats-ratings>p {
    margin: 0
}

.RateComment .product-item-info-stats-ratings>p>span.-rating-value {
    font-weight: 700;
    font-family: var(--f-number);
    font-size: 22px;
    margin-inline-start:5px}

.--widget--sidebar--title {
    display: flex;
    align-items: center;
    font-size: 24px;
    color: var(--primary-text);
    font-weight: 600;
    position: relative;
    margin-bottom: 20px;
    flex-wrap: wrap;
    line-height: 1.5
}

.--rating--widgets--result--box {
    display: flex;
    font-size: 35px;
    color: #ffc83d;
    justify-content: space-between;
    margin-bottom: 40px;
    align-items: center
}

.--widget--sidebar--title:after,.--widget--sidebar--title:before {
    content:"";
    position: absolute;
    right: 0;
    bottom: -1px;
    width: 50px;
    height: 2px;
    background-color: var(--primary-text)
}

.--widget--sidebar--title:after {
    right:55px;
    width: 10px;
    background-color: var(--uicolor);
}

.--Single--page--widget-item {
    display: block;
    margin-bottom: 40px;
}

.--Single--page--widget-item.-ycwt-rating__widget {
    padding: 25px;
    background: #f8faff;
    border-radius: var(--largeradius);
}

.--Single--page--widget-item:last-child {
    margin-bottom:0;
}

.-post-reviews-feedback--area {
    display: flex;
    justify-content: space-between;
    padding: 40px;
    border: 1px solid var(--diver);
    margin-bottom: 40px;
    flex-wrap: wrap;
    border-radius: var(--largeradius)
}

h2.-TitleContent-section {
    display: flex;
    font-size: 24px;
    font-weight: 500;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
}

.-single-post-content+.--map--items--list {
    margin-top: -20px;
}

.-Related-Single .shape-divider,.-secodary-single-products-bar:empty,.-share-icons-list .owl-dots,span.ez-toc-title-toggle {
    display: none;
}

.--map--items--list,.-Related-Single.--related--singular-insert .shape-divider,.-Related-Single.--related--singular-insert svg,.links--sitemap-items-lists,toggle-toc>i {
    display: block;
}

.-Related-Single.-Box-SingleItem {
    display: block;
    position: relative;
}

.-Related-Single {
    padding: 0 0 60px;
}

.-Related-Single.-Box-SingleItem.--related--singular-insert>.shape-divider {
    --top-fill: #ffffff;
}

.-Related-Single>.shape-divider {
    --top-fill: var(--background)
}

.-Related-Single>.shape-divider svg {
    width: 100%
}

.-Related-Single.--related--singular-insert .shape-divider .shape-fill {
    fill: white
}

.-Related-Single .shape-divider .shape-fill {
    fill: #f3f4fb
}

.-YC-related-posts {
    --bgcolor: #fff;
    overflow: hidden
}

img.emoji {
    width: 27px;
    height: 27px;
    margin: 0
}

.-single-top-head-container .shape3.float-bob-y {
    width: 270px;
    right: auto;
    bottom: 45px;
    top: auto;
    left: 0;
    height: 292px
}

.--widget--sidebar--title span {
    padding-inline-start: 7px
}

.--widget--sidebar--title span::before {
    width:100px;
    height: 1px
}

.--contact--post-call--buttons {
    margin-top: 17px
}

.CommentsList__Title {
    display: block;
    margin-bottom: 20px;
    font-size: 16px
}

.Context-Comments>p>a {
    font-weight: 300;
    position: relative;
    display: inline;
    font-size: 15px
}

.Context-Comments>p>a>.showbox {
    position: relative;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-top: -4px;
    margin-inline-start:5px}

.Context-Comments>p>a>.showbox svg path {
    fill: var(--uicolor2)
}

.ReplyCommentPreview {
    display: block;
    min-width: 500px;
    margin: 0 15px 20px;
    flex: 1;
    position: relative;
    padding: 20px;
    padding-inline-start:75px;border: 1px solid var(--diver);
    border-radius: var(--largeradius);
    background: #fff;
    overflow: hidden;
    max-width: 100%;
}

.ReplyCommentPreview>h2 {
    flex-wrap: wrap;
    font-weight: 400;
    margin-bottom: 5px;
}

.ReplyCommentPreview>p {
    font-size: 15px;
    font-weight: 200;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.--inners--page--items,.-YourColor-sticky-TocList,.-categoet-top-info,.-chevron-scroller-single.stop-reading>i.fa-play,.-chevron-scroller-single>i.fa-pause,.-single-post-user-area>.-user-social-links,.-single-post-user-area>a,.CommentsList,.CommentsListInner {
    display: block;
}

.Context-Comments {
    position: relative;
}

.CommentContent {
    display: block;
    padding: 30px;
    border: 1px solid var(--background);
    background: var(--background);
    border-radius: var(--largeradius)
}

.-comments-head-area {
    display: flex;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px
}

.-comments-head-area>.UserAvatar {
    border-radius: 50%;
    width: 54px;
    height: 54px;
    overflow: hidden;
    position: relative;
    margin-inline-end:15px;display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    font-size: 25px;
    border: 1px var(--border-defult-hover);
    color: var(--secondarytext);
    box-shadow: var(--box-shadow-hover)
}

.-comments-head-area>.UserAvatar>img {
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    left: 50%
}

.-comment-user-area>.NameArea {
    display: flex;
    font-size: 19px;
    line-height: 1.4;
    margin-bottom: 1px;
    font-weight: 400;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    text-transform: capitalize;
    flex: 1
}

.-comment-user-area>.NameArea>verified {
    line-height: 14px
}

.comment-status {
    display: block;
    font-weight: 200;
    font-size: 13px
}

.-comments-head-area .stars-avg {
    font-size: 20px;
    position: relative
}

.stars-avg-back {
    color: #e1e1e1;
    display: flex;
}

.stars-avg-front {
    ex;
    position: absolute;
    width: var(--percent);
    right: 0;
    top: 0;
    color: #ffa11b;
    overflow: hidden;
    display: flex;
    gap: 3px;
}

.-single-bottom-title-list {
    margin-top: 28px;
    margin-bottom: 28px
}

.--inners--page--items>a {
    display: block;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 20px;
    background: var(--background);
    padding: 14px;
    transition: .4s;
    display: flex;
    flex-direction: row-reverse;
    border-radius: var(--largeradius);
    justify-content: space-between;
    align-items: center
}

.--inners--page--items>a:last-child {
    margin-bottom:0
}

.--inners--page--items>a:last-child {
    margin-bottom:0
}

.--inners--page--items>a:hover {
    color:var(--uicolor);
    padding-right: 24px
}

.--inners--page--items>a>i {
    font-weight: 400;
    background: #fff;
    transition: .4s;
    padding: 11px;
    border-radius: var(--largeradius)
}

.--inners--page--items>a:hover>i {
    color:var(--uicolor);
}

.--inners--page--items>a:hover {
    color:var(--uicolor);
}

.--inners--page--items>a:hover i {
    background:var(--uicolor);
    color: #fff;
}

.popup_imge {
    margin-top: -186px;
    margin-bottom: 60px;
}

.popup_imge img {
    position: relative;
}

.popup_imge::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 200px;
    background: #8ca0e4;
    z-index: 0;
    top: 0;
    right: 0;
    border-radius: 31px
}

.order-services--body {
    position: absolute;
    max-width: 452px;
    min-width: 350px;
    padding: 27px;
    border-radius: 35px;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    animation: 1s flipInY;
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotateY(-20deg);
        transform: perspective(400px) rotateY(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
        transform: perspective(400px) rotateY(-5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.order-services--closse {
    position: absolute;
    left: 18px;
    top: 18px;
    font-size: 26px;
    color: var(--secondarytext);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
    transition: 180ms;
    background: white;
    z-index: 1;
    width: 40px;
    height: 40px;
}

.order-services--info-context {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%
}

.order-services--info-context>p {
    color: var(--secondarytext);
    font-size: 18px;
    text-align: center;
    line-height: 1.5
}

.order-services--info-context>h2 {
    font-size: 30px;
    color: var(--primary-text);
    text-align: center;
    line-height: 1.6;
    margin-bottom: 5px
}

.popup-boxnumber {
    display: flex;
    align-items: center;
    margin-top: 35px;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap
}

.popup-boxnumber>a {
    font-size: 16px;
    display: flex;
    align-items: center;
    color: #fff;
    padding: 15px 18px;
    border: 2px solid var(--uicolor);
    border-radius: 42px;
    background: var(--uicolor);
    margin-inline-end:15px;font-weight: 500;
    flex: 1;
    justify-content: center;
    flex-wrap: wrap
}

.popup-boxnumber>a:hover {
    color: var(--uicolor);
    background: #fff
}

.popup-boxnumber>a.order-services-whatsapp {
    color: #fff;
    background: var(--whatsapp);
    border-color: var(--whatsapp);
    margin-inline-end:0}

.popup-boxnumber>a>i {
    margin-inline-end:10px;font-weight: 500;
    font-size: 18px
}

.-order-services--single--popoover {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background: #0000008a;
    left: 0;
    z-index: 9999999999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.order-services--body,.order-services--icon {
    background: #fff;
    box-shadow: var(--PopoverShadow);
    display: flex;
}

.order-services--overlay {
    position: absolute;
    width: 100%;
    height: 115%;
    top: 0;
    right: 0
}

.order-services--closse:hover {
    color: var(--negative)
}

.order-services--icon {
    font-size: 65px;
    margin-bottom: 40px;
    --el-w: 120px;
    width: var(--el-w);
    height: var(--el-w);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #fff;
    background: var(--uicolor);
    padding: 15px;
    position: relative;
    margin-top: 20px
}

.order-services--icon:after {
    --el-w: 147px;
    width: var(--el-w);
    height: var(--el-w);
    content: '';
    position: absolute;
    border: 1px solid var(--uicolor);
    border-radius: 50%
}

.order-services--icon>i {
    font-weight: 300
}

.ratingServise--stars-value.-rating-value {
    color: var(--secondarytext)
}

.links--sitemap-items--box {
    display: block;
    margin-bottom: 30px
}

.links--sitemap-items-lists>a {
    display: flex;
    margin: 9px;
    font-size: 16px;
    transition: .3s;
    position: relative;
    align-items: center;
    color: var(--secondarytext);
    padding: 11px 20px;
    border-radius: var(--xxlargeradius);
    border: 1px solid #dddd
}

.links--sitemap-items-lists>a:before {
    margin-inline-end:5px;
    content: var(--chevron);
    font-family: 'FontAwesome';
    font-weight: 600;
    color: var(--secondarytext);
    font-size: 13px;
    margin-top: 2px
}

.links--sitemap-items-title {
    margin-bottom: 20px
}

.links--sitemap-items-lists {
    display: flex;
    flex-wrap: wrap
}

.pswp {
    z-index: 99999999999
}
.--archive--be-content table {
    max-width: 100%;
    margin-bottom: 1rem;
    border-collapse: collapse;
    width: 100% !important;
    border-right: 1px solid var(--diver);
    background: #fff;
}.--archive--be-content table tr:last-child {
    border-bottom: 1px solid var(--diver);
}.-chevron-scroller-single>i, .--archive--be-content table tr:first-child {
    font-weight: 400;
}

.--archive--be-content table tr {
    border-top: 1px solid var(--diver);
}.--archive--be-content table th {
    font-size: 24px;
    background: #f3f5ff;
    font-weight: 600;
}

.--archive--be-content table td, .--archive--be-content table th {
    vertical-align: top;
    font-size: 20px;
    padding: 13px;
    border-left: 1px solid var(--diver);
    font-weight: 500;
    overflow: hidden;
}.--archive--be-content table>tbody>tr>td:first-child {
    max-width: 250px;
}@media only screen and (max-width: 845px) {
    .--counter-number-- em i, .-single-post-content table td, .-single-post-content table th {
        font-size: 15px;
    }
}.-single-bottom-list-separator {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 3px;
}
.YC-intro-page-primary-body.Yc-pages-steup.error_page {
	padding-top: 120px;
	min-height: 90vh;
	display: flex;
	align-items: center;
}span.single-404 {
    margin-bottom: 13px;
    position: relative;
    color: white;
    padding: 8px 16px;
    background-color: var(--uicolor);
    margin-inline: auto;
}
a.link_home, span.single-404 {
    border-radius: var(--largeradius);
    width: max-content;
    font-size: 20px;
    font-weight: 500;
    display: flex;
}.container-pages-head h1 {
    line-height: 1.5;
    position: relative;
    color: var(--primary-text);
    margin-bottom: 10px;
    font-size: 40px;
    font-weight: 700;
    transition: .3s;
}.--archive--be-content, .--container--category--info, .bottun {
    transition: .2s ease-in-out;
    position: relative;
}.--container--category--info p {
    font-size: 18px;
    text-align: center;
    line-height: 1.8;
}.-Yc-single_page_404 {
    padding: 0px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}.btn-search.search_single {
    right: 0 !important;
    left: 0 !important;
    opacity: 1;
    visibility: visible;
    display: flex;
    margin: 20px 0;
    position: relative;
    padding: 16px;
    border: 1px solid var(--uicolor);
    border-radius: var(--largeradius);
    max-width: 808px;
    width: -webkit-fill-available;
}.btn-search.search_single form {
    width: 100%;
}.btn-search.search_single input[type=seach] {
    width: 100%;
    border: 0;
    border-radius: 6px;
    font-size: 20px;
    opacity: .7;
}
.btn-search.search_single button {
    position: absolute;
    left: 16px;
    border: none;
    background: 0 0;
    font-size: 21px;
    color: var(--uicolor);
    background: white;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
}.YC-intro-page-primary-body.Yc-pages-steup.error_page .--Parent-URL-BTN {
    margin-inline-end: 0px;
    margin-top: 10px;
    display: flex;
    justify-content: center;
}.--Parent-URL-BTN a {
    border: 1px solid transparent;
    display: inline-flex;
    font-size: 20px;
    overflow: hidden;
    position: relative;
    z-index: 0;
    padding: 12px 18px;
    color: #fff;
    border-radius: 40px;
    font-weight: 500;
    transition: .2s ease-in-out;
    background-position: left;
    background: var(--whatsapp);
    min-width: max-content;
    align-items: center;
    gap: 7px;
}

.container-pages-boxed {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}