.-single-top-head-bar {
    display: block;
    padding: 80px 0 60px;
    position: relative;
    background: linear-gradient(180deg, #ffffff, #fdfdfd);
}

.-single-top-head-container {
    max-width: 800px;
    display: block;
    margin: 0 auto;
    position: relative;
}

.top-category-area {
    display: flex;
    align-content: center;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.-parent-icon-category {
    display: flex;
    position: relative;
    margin-bottom: 15px;
    border-radius: 50%;
    font-size: 60px;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
    color: var(--categoryuicolor);
}

.-parent-icon-category > i {
    font-weight: 300;
}

.-parent-icon-category > svg {
    width: 100%;
    height: 100%;
}

.-categoet-top-info {
    display: block;
}

.-categoet-top-info > a {
    display: block;
    font-size: 20px;
    color: var(--categoryuicolor);
}

.single-post-title {
    display: block;
    text-align: center;
    max-width: 800px;
    margin: 0 auto 30px;
}

.single-post-title > h1 {
    color: var(--uicolor);
    font-size: 44px;
    line-height: 1.6;
    text-transform: capitalize;
}

.-single-bottom-title-list {
    display: block;
    margin-bottom: 15px;
}

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

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

.-single-bottom-title-list > ul > li:before {
    content: '';
    --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:last-child:before {
    display: none;
}

.-single-bottom-title-list > ul > li > a {
    color: var(--secondarytext);
    font-weight: 300;
    font-size: 16px;
}

.-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 > a:hover {
    color: var(--primary-text);
}

.-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-direction: column;
    flex: 1;
    margin: 0 40px;
    max-width: 800px;
    padding: 40px 40px 40px;
    background: white;
    border: 1px solid #ffffff;
    margin-top: -60px;
    position: relative;
    box-shadow: 0 2px 3px #0c3b7400, 0 17px 15px 10px #0f61c705;
    border-radius: var(--largeradius);
}

.-secodary-single-post-bar:before,.-secodary-single-post-bar:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    left: -1px;
    top: 0;
    background: linear-gradient(0deg, transparent, var(--diver), transparent);
    opacity: 0;
    visibility: hidden;
}

.-secodary-single-post-bar:after {
    left: auto;
    right: -1px;
}

.-Yc-single-main.-YC-singleType-post {
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
    padding: 30px 0;
    margin-bottom: 50px;
    justify-content: center;
}

.-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 all ease;
    max-width: 240px;
    max-height: calc(100vh - 40px);
    overflow: hidden;
    overflow-y: scroll;
    padding-inline-end: 10px;
}
.-third-single-post-bar::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}
.-third-single-post-bar::-webkit-scrollbar-thumb {
    background: linear-gradient(0deg,transparent 10%,transparent 0%,transparent 90%,transparent 0%);
}
.-third-single-post-bar::-webkit-scrollbar-track {
    background: transparent;
}
.-third-single-post-bar:hover::-webkit-scrollbar-thumb {
    background: linear-gradient(0deg,transparent 10%,#00000008 0%,#00000008 90%,transparent 0%);
}
body.hidemenu .-third-single-post-bar {
    top: 30px;
}

.-first-single-post-bar {
    display: block;
    min-width: 230px;
    max-width: 230px;
    position: sticky;
    top: 130px;
    transition: 180ms all ease;
}

body.hidemenu .-first-single-post-bar {
    top: 30px;
}

.-single-post-user-area {
    display: block;
    margin-bottom: 40px;
}

.-single-post-user-area > .-user-avatar {
    width: 85px;
    height: 85px;
    border-radius: 50%;
    margin-bottom: 25px;
}

.-single-post-user-area > .-user-avatar > verified {
    margin-top: -23px;
    float: left;
    z-index: 1;
    position: relative;
    margin-left: 3px;
    width: 16px;
    height: 16px;
    font-size: 20px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    color: rgb(44, 134, 253);
    background: white;
}

.-single-post-user-area > .-user-avatar > verified > i {
    font-weight: 900;
}

.-single-post-user-area > .-user-context {
    display: block;
    margin-bottom: 5px;
}

.-single-post-user-area > .-user-context > h4 {
    font-size: 27px;
    font-weight: 500;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    line-height: 1.4;
    overflow: hidden;
}

.-single-post-user-area > .-user-context > h4 > a {
    display: flex;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 1;
}

.-single-post-user-area > .-user-avatar > a {
    display: flex;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    overflow: hidden;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    box-shadow: 0px 5px 3px -3px #041c3624, 0px 5px 10px -3px #041c3614;
    border: 3px solid #ffffff05;
}

.-single-post-user-area > .-user-avatar > a > img {
    min-height: 100%;
    max-width: inherit;
    max-height: 100%;
    margin: 0 auto;
}

.-single-post-user-area > a {
    display: block;
}

ul.-single-other-lists-UL {
    display: block;
    list-style: none;
}

ul.-single-other-lists-UL > li {
    display: flex;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 5px;
    padding: 10px 0;
    /* color: var(--secondarytext); */
}

ul.-single-other-lists-UL > li > i {
    margin-inline-end: 12px;
    width: 26px;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
}

ul.-single-other-lists-UL > li > strong {
    flex: 1;
    font-size: 16px;
    color: var(--primary-text);
    font-weight: 300;
}
 
ul.-single-other-lists-UL > li > span {
    color: var(--primary-text);
    font-family: var(--f-number);
    font-weight: 600;
    font-size: 16px;
}

.-single-post-user-area > .-user-list-info {
    font-size: 15px;
    line-height: 1.5;
    color: var(--secondarytext);
    font-weight: 300;
    margin-bottom: 10px;
}

.-single-post-user-area > .-user-social-links {
    display: block;
}

.-single-post-user-area > .-user-social-links > ul {
    display: flex;
    list-style: none;
}

.-single-post-user-area > .-user-social-links > ul > li {
    display: block;
    margin-inline-end: 17px;
    position: relative;
}

.-single-post-user-area > .-user-social-links > ul > li > a {
    display: flex;
    padding: 10px 0;
    position: relative;
    border-radius: 50%;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    font-size: 18px;
    color: var(--secondarytext);
}

.-single-post-user-area > .-user-social-links > ul > li > a:hover {
    color: var(--primary-text);
}

.-single-post-content {
    overflow: hidden;
    max-width: 100%;
    font-size: 18px;
    line-height: 1.7;
    font-weight: 200;
}

.-single-post-content > h2 {
    color: var(--uicolor);
    font-size: 26px;
}

.-single-post-content > h3 {
    font-size: 21px;
}

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

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

.-YourColor-sticky-TocList {
    display: block;
}

.-YourColor-sticky-TocList > h2 {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 500;
    position: sticky;
    top: 0;
    background: var(--bgcolor);
    padding: 10px 0;
}

.-YourColor-sticky-TocList > ul {
    display: flex;
    list-style: none;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
}

.-YourColor-sticky-TocList > ul > li {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: 5px;
}

.-YourColor-sticky-TocList > ul > li.active-now > a {
    background: var(--uicolor2);
    color: white;
}

.-YourColor-sticky-TocList > ul > li > ul {
    display: block;
    list-style: none;
    width: 100%;
    padding: 5px 15px;
}

.-YourColor-sticky-TocList > ul > li > ul > li {
    display: flex;
    flex-direction: column;
    align-content: stretch;
    align-items: stretch;
    flex-wrap: wrap;
    margin-bottom: 5px;
}

.-YourColor-sticky-TocList > ul > li > ul > li > a {
    display: inline-block;
    padding: 8px 0;
    color: var(--secondarytext);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 100%;
    border-radius: var(--miniradius);
    font-size: 15px;
}

.-YourColor-sticky-TocList > ul > li > ul > li > a:hover {
    color: var(--primary-text);
}

.-YourColor-sticky-TocList > ul > li > ul > li.selected > a {
    color: var(--uicolor2);
}

.-YourColor-sticky-TocList > ul > li > ul > li > a > .-em-toc__number {
    display: inline-block;
}

.-YourColor-sticky-TocList > ul > li > a {
    display: inline-block;
    font-size: 15px;
    padding: 10px 0;
    font-weight: 400;
    width: 100%;
    border-radius: var(--miniradius);
    color: var(--secondarytext);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.-YourColor-sticky-TocList > ul > li.selected > a {
    color: var(--uicolor2);
}

.-YourColor-sticky-TocList > ul > li:not(.selected) > a:hover {
    color: var(--primary-text);
}

.-YourColor-sticky-TocList > ul > li > a > span {}

.-YourColor-sticky-TocList > ul > li > a > .-em-toc__number {
    margin-inline-end: 8px;
    font-size: 16px;
    display: inline-block;
    font-weight: 700;
}
.-YourColor-sticky-TocList > ul > li > ul > li > a > .-em-toc__number {
    margin-inline-end: 6px;
    font-size: 18px;
    display: inline-block;
}
.-single-title-top-bar {
    display: block;
    margin-bottom: 30px;
    max-width: 100%;
    overflow: hidden;
}

.-single-title-top-bar > ul {
    display: flex;
    list-style: none;
}

.-single-title-top-bar > ul > li {}

.-single-title-top-bar > ul > li > a {
    display: block;
    padding: 10px;
    min-width: max-content;
    color: var(--secondarytext);
    font-size: 16px; 
}

.-single-post-thumb {
    display: block;
    width: 100%;
    background: #031a32;
    box-shadow: 0px 6px 3px -4px #09234036, 0px 13px 32px -14px #09234024, 0px 14px 70px -50px #09234029;
    border-radius: var(--largeradius);
    overflow: hidden;
    margin-bottom: 30px;
    margin-top: -90px;
    border: 1px solid #bbc2cb;
    position: relative;
    padding-bottom: 70%;
}

.-single-thumb-image {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
}

.-single-thumb-image > a {
    display: block;
    position: relative;
    height: 100%;
}

.-single-thumb-image > a > img {
    min-height: 100%;
    max-height: 100%;
    max-width: inherit;
    margin: 0 auto;
    display: block;
}

h2.-span-h2-title {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 500;
}

.-single-top-svg {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    -webkit-mask-image: linear-gradient(to bottom,transparent,white);
    mask-image: linear-gradient(to bottom,transparent,white);
    color: #1f1e87;
    transform: rotate(180deg);
    height: 300px;
    opacity: 0.02;
}

.-single-top-svg > svg {
    position: absolute;
    width: 100%;
    height: 100%;
}

body {background: #ffffff;}

.-single-thumb-bg-cover {
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: var(--background-image);
    top: 0;
    right: 0;
    background-size: cover;
    background-position: center center;
    z-index: 0;
    filter: blur(10px) grayscale(0.5);
}

.-single-more-read-btn {
    display: flex;
    margin: 0px auto 30px;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.-single-more-read-btn > a {
    display: flex;
    font-size: 20px;
    flex-wrap: wrap;
    border-radius: var(--largeradius);
    color: var(--primary-text);
    align-content: center;
    align-items: center;
    font-weight: 400;
    flex-direction: column;
    position: relative;
    padding-top: 60px;
}

.-single-more-read-btn > a > i {
    font-size: 34px;
    margin-inline-start: 20px;
    font-weight: 300;
}

.-single-more-read-btn > a > span {line-height: 1.4;margin-bottom: 4px;display: block;}

.-single-more-read-btn > a:hover {color: var(--uicolor2);}

.-single-more-read-btn > a .-YC-Icon-Buttons {/* --uicolor2: white; */margin-inline-start: 40px;}

.-single-more-read-btn > a p {
    display: flex;
    font-size: 13px;
    font-weight: 200;
    color: var(--secondarytext);
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    transition: 180ms all ease;
}

.-single-more-read-btn > a:hover p {color: var(--primary-text);}

.-single-more-read-btn > a p > em {
    font-weight: 400;
    font-style: normal;
    margin-inline-end: 4px;
}

.-single-more-read-btn > a:hover .-YC-Icon-Buttons {--uicolor2: #2c86fd;}

.-single-post-user-area > .-user-context > .-user-role {
    display: block;
    font-size: 18px;
    font-weight: 300;
    color: var(--uicolor2);
    text-transform: capitalize;
    max-width: max-content;
    margin-bottom: 3px;
}

.-mouse-scroller {
    --secrolluicolor:
    var(--primary-text);
    position: absolute;
    top: 0;
    left: 50%;
    width: 30px;
    height: 50px;
    margin-left: -15px;
    border: 2px solid var(--secrolluicolor);
    border-radius: 50px;
    box-sizing: border-box;
    background: #fff;
}

.-single-more-read-btn > a:hover .-mouse-scroller {--secrolluicolor:var(--uicolor2);}

.-mouse-scroller:before {
    position: absolute;
    top: 10px;
    left: 50%;
    content: '';
    width: 6px;
    height: 6px;
    margin-left: -3px;
    background-color: var(--secrolluicolor);
    border-radius: 100%;
    -webkit-animation: sdb10 2s infinite;
    animation: sdb10 2s infinite;
    box-sizing: border-box;
}
@-webkit-keyframes sdb10 {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb10 {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.-chevron-scroller-single {
    position: fixed;
    --cust-w: 90px;
    z-index: 1;
    width: var(--cust-w);
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    height: var(--cust-w);
    cursor: pointer;
    border-radius: 50%;
    bottom: 40px;
    right: 40px;
    color: var(--uicolor2);
    font-size: 40px;
    text-align: center;
    transform: translateY(200px);
    opacity: 0;
    visibility: hidden;
    transition: 180ms all ease;
}

.-chevron-scroller-single:hover:before {
    box-shadow: 0 3px 3px -1px #0f26480f, 0 15px 30px -10px #0f264812;
}

.-chevron-scroller-single:before {
    content: '';
    position: absolute;
    width: calc(100% - 3px );
    height: calc(100% - 3px );
    top: 50%;
    transform: translate(-50%,-50%);
    left: 50%;
    background: white;
    z-index: -1;
    border-radius: 50%;
    box-shadow: 0 3px 3px -1px #0f26480f, 0 5px 30px -10px #0f264812;
    border: 1px solid #fff;
    transition: 180ms all ease;
}

.-chevron-scroller-single > i.fa-pause {
    display: block;
}

.-chevron-scroller-single.stop-reading > i.fa-pause {
    display: none;
}

.-chevron-scroller-single > i.fa-play {
    display: none;
}

.-chevron-scroller-single.stop-reading > i.fa-play {
    display: block;
}

.-chevron-scroller-single.show {
    transform: translateX(0);
    visibility: visible;
    opacity: 1;
}

.-chevron-scroller-single:hover {
    transform: translateY(-1px);
}

.-chevron-scroller-single > i {
    font-weight: 400;
}

.-singular-scroll-progress {
    position: absolute;
    width: 100%;
    height: 100%;
--stroke-width: 4px;
--progress-color:
    var(--uicolor2);
}

.-singular-scroll-progress > svg {
    width: 100%;
    height: 100%;
    font-size: 0;
    color: transparent;
    display: block;
--tranform-inner:
    scale(0.91) translate(5px, 5px);
}

.-singular-scroll-progress > svg > text tspan {
    font-size: 0;
}

.-singular-scroll-progress > svg circle {
    stroke-width: var(--stroke-width);
    transform: var(--tranform-inner);
    stroke: #f9f9f900;
}

.-singular-scroll-progress > svg path {
    stroke-width: var(--stroke-width);
    stroke: var(--progress-color);
    transform: var(--tranform-inner);
}

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

.-Chevrons--NextPrev {
    display: block;
    margin: 0 0px 30px;
    flex: 1;
}

.-Chevrons--NextPrev > a {
    display: flex;
    padding: 40px;
    border-radius: var(--largeradius);
    position: relative;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    box-shadow: 0px 0px 2px 1px #0923400d, 0px 4px 2px -3px #0923400f;
    border: 1px solid white;
    border-radius: var(--largeradius);
    transition: 300ms all ease;
}

.-Chevrons--NextPrev:hover > a {
    border-color: #e5eaef52;
    box-shadow: 0px -1px 2px 1px #09234003, 0px 15px 32px -14px #0923400a, 0px 4px 2px -3px #09234008;
    transform: translateY(-1px);
    transition: 180ms ll ease;
}

.-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 all ease;
    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.-chevron--prevPost > a > .inbox-pos {
    align-items: flex-end;
}

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

.-Chevrons--NextPrev > a > .inbox-pos > h3 {
    font-size: 22px;
    font-weight: 400;
    line-height: 1.5;
    transition: 180ms all ease;
}

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

.-Chevrons--NextPrev:hover > a > .inbox-pos > span {
    color: var(--primary-text);
}

.single-post-parent-container-comments {
    display: block;
    border-radius: var(--largeradius);
    border: 1px solid var(--diver);
    padding: 30px;
    max-width: 100%;
    background: #ffffff;
}

.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;
}

.single-post-parent-container-comments > form > .alerts {
    min-width: 400px;
    flex: 1;
    /* margin: 0 15px 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: var(--negative);
}

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

.-comments-form-inputs-area {
    flex: 1;
    display: flex;
    min-width: 280px;
    /* max-width: 300px; */
}

.-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: 100px;}

.-comments-form-inputs-area.-comments--textarea {min-width: 100%;max-width: 100%;}

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

.-comments-form-Button-area > button {
    display: flex;
    justify-content: space-between;
    padding: 13px;
    border-radius: var(--miniradius);
    background: var(--uicolor2);
    border: 2px solid var(--uicolor2);
    color: white;
    font-size: 15px;
    gap: 6px;
    align-items: center;
}

.-comments-form-Button-area > button:hover {
    background: white;
    color: var(--uicolor2);
}

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

.-comments-form-Button-area > button:hover > btn-icon {--inset-uicolor:var(--uicolor2);}

.-singular-comments-post {
    display: flex;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.-comments-titlecontext-inner {
    display: block;
    flex: 1;
}

.-comments-titlecontext-inner > h4 {
    display: block;
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 5px;
    font-weight: 500;
}

.-comments-titlecontext-inner >p {
    font-weight: 200;
    color: var(--secondarytext);
    font-size: 15px;
}

comment-counter {
    display: block;
    font-size: 18px;
}

comment-counter > em {
    font-style: normal;
}
.CommentsList {
    display: block;
}
.CommentsList__Title {
    display: block;
    margin-bottom: 20px;
    font-size: 16px;
}

ul.CommentsListInner {
    display: block;
}

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

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

ul.CommentsListInner .ChildComments:last-child {
    margin-bottom: 0;
}

ul.CommentsListInner > li,.ChildComments > li {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 35px;
    flex-direction: column;
} 

.NoComments {
    display: block;
    font-size: 15px;
    color: var(--secondarytext);
    font-weight: 200;
}

.NoComments > i {
    font-size: 16px;
    margin-inline-end: 6px;
}
.Context-Comments > p {
    font-size: 17px;
    color: var(--primary-text);
    font-weight: 200;
    line-height: 1.5;
}

.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);
}

.Context-Comments > p > a > .showbox > svg {
    width: 100%;
    height: 100%;
}
.ReplyCommentPreview {
    display: block;
    min-width: 500px;
    margin: 0 15px 20px;
    flex: 1;
    position: relative;
    padding: 20px;
    padding-inline-start: 75px;
    color: var(--secondarytext);
    border: 1px solid var(--diver);
    border-radius: var(--largeradius);
    background: #ffffff;
    overflow: hidden;
    max-width: 100%;
}

.ReplyCommentPreview > h2 {
    display: flex;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    font-size: 18px;
    font-weight: 400;
    color: var(--primary-text);
    line-height: 1.5;
    margin-bottom: 5px;
}

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

.ReplyCommentPreview > h2 > span {
    font-weight: 500;
}

.ReplyCommentPreview > h2 > i {
    margin-left: 10px;
    font-weight: 300;
    font-size: 35px;
    position: absolute;
    right: 21px;
    top: 23px;
}

.ReplyCommentPreview > h2 > em {
    font-style: normal;
    margin-inline-end: 5px;
}
.Context-Comments {
    position: relative;
}

.CommentContent {
    display: block;
    padding: 20px 27px 7px;
    border-radius: var(--largeradius);
}

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

.-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 solid var(--diver);
    color: var(--secondarytext);
}

.-comment-user-area {
    display: block;
}

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

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

.comment-status {
    display: block;
    color: var(--secondarytext);
    font-weight: 200;
    font-size: 11px;
}

.Bottom-comment-bar {
    display: flex;
    padding-inline-start: 20px;
    font-size: 14px;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
}

.Bottom-comment-bar > .replay-comment-button {
    color: var(--secondarytext);
}

.Bottom-comment-bar > .replay-comment-button:hover {
    color: var(--primary-text);
}

.Bottom-comment-bar > ul {
    display: flex;
    list-style: none;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
}

.Bottom-comment-bar > ul > li {
    color: var(--secondarytext);
    margin-inline-end: 0;
    position: relative;
    transition: 180ms all ease;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
}

.Bottom-comment-bar > ul > li > .comment-like-counter {
    display: block;
    letter-spacing: 1px;
    margin-inline-start: 3px;
}

.Bottom-comment-bar > ul > li:not(.active):hover {
    color: var(--primary-text);
}

.Bottom-comment-bar > ul > li.active {
    color: var(--uicolor2);
}

.Bottom-comment-bar > ul > li.disliked-multibuttons.active {
    color: var(--negative);
}

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

grap-dots {
    --dot-width: 4px;
    width: var(--dot-width);
    height: var(--dot-width);
    background: var(--secondarytext);
    border-radius: 50%;
    margin: 0 10px;
}

.-singular-pages-container {
    --bgcolor: #fdfdfd;
}

.-singular-pages-container {
    background: var(--bgcolor);
}

.-Related-Single {
    display: block;
    padding: 50px 0;
    background: linear-gradient(180deg, #fdfdfd, white);
}

.-Related-Single:nth-child(2n) {
    /* background: linear-gradient(0deg, #fdfdfd, white); */
}

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

 .-TitleContent-section>p {
                    color: var(--uicolor2);
                    font-size: 24px;
                    font-weight: 600;
                    margin-inline-start: 11px;
                }

                .-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;
                    overflow: hidden;
                    border-radius: var(--largeradius);
                    gap: 8px;
                }

                .-TitleContent-section>a>i {
                    font-weight: 600;
                }

                .-TitleContent-section>a:hover>i {
                }

                .-TitleContent-section>a:hover {
                }

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


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

.-TitleContent-section > a {
}

.-TitleContent-section > a:hover {
    color: var(--uicolor2);
}

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

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

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;
    gap: 20px;
}

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

.-Title-references {
    display: flex;
    font-size: 22px;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 0;
    position: relative;
    font-weight: 400;
}

.-Title-references > i {
    display: block;
    margin-inline-end: 15px;
    color: #041c367a;
    font-size: 33px;
    font-weight: 300;
}

.-references-title-context {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    flex: 1;
}

.-references-title-context > span {
    margin-inline-end: 10px;
}

.-references-title-context > p {
    margin: 0;
    font-size: 13px;
    color: var(--secondarytext);
    font-weight: 300;
    border-inline-start: 1px solid var(--diver);
    padding-inline-start: 10px;
    line-height: normal;
}
toggle-toc {
    color: var(--uicolor);
    font-size: 16px;
    cursor: pointer;
    padding: 10px 10px !important;
    vertical-align: bottom;
    border-radius: var(--largeradius);
    transition: all 0.3s ease 0s;
    position: relative;
    font-weight: 400;
    display: flex;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
}
toggle-toc > span {
    margin: 0 !important;
    display: block;
}

toggle-toc > span > em {
    font-style: normal;
}

toggle-toc > .-YC-Icon-Buttons {--inset-uicolor:var(--uicolor);margin: 0 15px !important;}

toggle-toc > btn-icon {
}

.-references-post {
    padding: 30px;
    display: block;
    border-radius: var(--largeradius);
    position: relative;
    margin: 0 0px 30px;
    background: #8584970a;
}
.-references-post.showin btn-icon.-YC-Icon-Buttons > span {
    width: 50px;
}

.-references-post.showin btn-icon.-YC-Icon-Buttons > em {
    opacity: 0;
}
.-references-post.showin {
    height: var(--tableofcontentH);
}

.-references-post > ul {
    color: var(--uicolor);
    padding: 30px !important;
    list-style: none;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    width: 100%;
    z-index: 1;
    transition: all 50ms ease 0s;
    right: 0px;
    margin: 0px !important;
}
.-references-post.showin > ul {
    visibility: visible;
    opacity: 1;
    transition: all 180ms ease 0s;
}
.-references-post ul > li {
    visibility: hidden;
    opacity: 0;
    transform: scale(0.9);
    transition: all 50ms ease 0s;
}
.-references-post.showin ul > li {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
    transition-duration: 180ms;
    transition-timing-function: ease;
    transition-property: all;
    transition-delay: var(--trans-delay);
}
.-references-post ul > li a {
    display: flex;
    font-weight: 400;
    font-size: 15px;
    padding: 15px !important;
    border-radius: var(--largeradius);
    color: var(--primary-text);
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.-references-post ul > li a:hover {
    text-decoration: unset;
}
.-references-post ul > li a > em {
    font-size: 24px;
    min-width: 35px;
    font-weight: 600;
    text-align: center;
    color: var(--secondarytext);
    transition: all 180ms ease 0s;
    font-style: normal;
    margin-left: 10px !important;
    display: block;
}

.-references-post ul > li a:hover > em {
    color: var(--uicolor2);
}

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

.-post-tag-items > a {
    display: flex;
    padding: 10px;
    position: relative;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    font-size: 17px;
    color: var(--uicolor);
    font-weight: 300;
    border-radius: var(--largeradius);
}

.-post-tag-items > a:hover {
}

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

.-post-tag-items > a:hover:before {
    color: var(--uicolor);
}

.-YC-FaqsSimple-vsingle-Item-v2 {
    margin-bottom: 20px;
    border-radius: var(--largeradius);
    border: 1px solid var(--diver);
    background: #fff;
    transition: 180ms all ease;
}

.-YC-FaqsSimple-vsingle-Item-v2:hover {
    border-color: var(--primary-text);
}

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

.-YC-FaqsSimple-vsingle-Item-v2.active {
    border-color: var(--uicolor2);
}

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

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

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

.-YC-FaqsSimple-vsingle-Item-v2:not(.active):hover .-YC-FaqsSimple-vsingle-Title > i {
    color: var(--primary-text);
}

.-YC-FaqsSimple-vsingle-Title > h2 > a {
    display: block;
    font-size: 20px;
    font-weight: 300;
    color: var(--secondarytext);
}

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

.-YC-FaqsSimple-vsingle-Item-v2.active .-YC-FaqsSimple-vsingle-Title > h2 > a {
    color: var(--uicolor2);
}

.-YC-FaqsSimple-vsingle-Item-v2:not(.active):hover .-YC-FaqsSimple-vsingle-Title > h2 > a {
    color: var(--primary-text);
}
.-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 all ease;
}
.-p-FaqsSimple-vsingle-ContentValue-v1 {
    padding: 0 40px 40px;
    display: block;
    line-height: 1.6;
    font-size: 17px;
    color: var(--secondarytext);
    font-weight: 200;
}

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

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

.-singular-center-product  .-post-reviews-area.-post-feedback {
    width: 100%;
    background: white;
    box-shadow: var(--shadow-sidbars);
    border: var(--border-sidebars);
    border-radius: var(--largeradius);
}

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

.-post-reviews-buttons {
    display: flex;
}

.-post-button-rev-item {
    display: block;
    padding: 13px 23px;
    border-radius: var(--largeradius);
    min-width: 60px;
    text-align: center;
    margin: 0 5px;
    font-size: 15px;
    font-weight: 400;
    transition: 180ms all ease;
    cursor: pointer;
}

.-post-button-rev-item.-button-negative {
    border: 2px solid var(--negative);
    color: var(--negative);
}

.-post-button-rev-item.-button-positive {
    border: 2px solid var(--positive);
    color: white;
    background: var(--positive);
}

.-post-button-rev-item.-button-positive:hover {
    background: white;
    color: var(--positive);
}

.-post-button-rev-item.-button-negative:hover {
    background: var(--negative);
}

.-post-button-rev-item:hover {
    color: white;
}
.-FeedBack-Rating > .RatingReview {
    direction: ltr;
    font-size: 45px;
    color: #E1E1E1;
    cursor: pointer;
    display: flex;
}

.-FeedBack-Rating > .RatingReview > i {
}
.-FeedBack-Rating > .RatingReview > i.active {
    color: #ffa700;
}

.-FeedBack-Rating > .RatingReview > i.fixedactive {
    color: #ffa700;
}

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

.-singular-center-product .-PostFeedBack-Rateing-Box {
    box-shadow: var(--shadow-sidbars);
    border: var(--border-sidebars);
    border-radius: var(--largeradius);
    background: white;
    width: 100%;
}

.-YC-post-reviews-info {
    display: flex;
    margin-inline-end: 30px;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
    flex-direction: column;
    justify-content: center;
    background: #ffff;
}

.-YC-post-reviews-info .product-item-info-stats-ratings {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    position: relative;
    flex-direction: column;
    min-width: 250px;
}
.product-item-info-stats-ratings > .-icon-info-stats-ratings > i {
    display: block;
    font-size: 145px;
    font-weight: 100;
    color: #ffa700;
    text-shadow: -4px 2px 0px #00000005,-6px 3px 0px #00000005;
}

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

.-YC-post-reviews-info .product-item-info-stats-ratings > p > .-rating-suptitle > em {}

.product-item-info-stats-ratings > p > .-rating-suptitle > em {
    font-weight: 600;
    font-style: normal;
    font-size: 15px;
    color: var(--primary-text);
    font-family: var(--f-number);
}

.-YC-post-reviews-info .product-item-info-stats-ratings > p > span.-rating-label {
    display: block;
    color: var(--primary-text);
    font-size: 26px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 4px;
}
.product-item-info-stats-ratings > .-icon-info-stats-ratings > span.-rating-value {color: var(--primary-text);font-size: 40px;position: absolute;left: 50%;top: 60px;font-weight: 500;transform: translate(-50%, 0%);font-family: var(--f-number);}

.-PostFeedBack-Rateing-Box .RatingReview {
    direction: ltr;
    font-size: 48px;
    color: #E1E1E1;
    cursor: pointer;
}
.-PostFeedBack-Rateing-Box .RatingReview > i {
    font-weight: 200;
}
.-PostFeedBack-Rateing-Box .RatingReview > i.fixedactive {
    color: #ffa700;
    font-weight: 600;
}
.-Rate-Average-Items {
    display: block;
    flex: 1;
    padding-inline-start: 40px;
    /* border-inline-start: 1px solid var(--diver); */
    position: relative;
}

.-Rate-Average-Items:before {
    content: '';
    height: 100%;
    right: 0;
    width: 1px;
    background: linear-gradient(0deg,transparent,#f5f5f5 , transparent);
    position: absolute;
}
.-Rate-Average-element {
    display: flex;
    align-content: center;
    align-items: center;
    margin-bottom: 25px;
    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;
}

.-Rate-Average-element > span {
    display: block;
}
.-Rate-Average-element >em {
    font-style: normal;
}
.-Rate-Average-Label {
    flex: 1;
    background: #eee;
    border-radius: var(--largeradius);
    height: 6px;
    margin: 0 0px;
    position: absolute;
    width: 100%;
    bottom: 0;
}
.-Average--progress {
    background: #FFCF00;
    height: 100%;
    width: 0;
    border-radius: var(--largeradius);
    transition: .7s all ease;
}
.ThankYou-svg-wrap {
  width: 100px;
  height: 100px;
  background-color: #ffffff;
  border-radius: 200px;
  margin: 0 auto 0px;
}
.ThankYou-svg-wrap #circle {
  fill: none;
  position: absolute;
  height: inherit;
  opacity: 1;
  transform: rotate(-33deg);
  -webkit-animation: circle 1.8s ease-in 2s infinite;
  animation: circle 1.8s ease-in 2s infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  stroke-linecap: round;
  stroke-dasharray: 291, 943;
  stroke-dashoffset: -943;
}
.ThankYou-svg-wrap #circle .st0 {
  stroke: var(--positive);
  -webkit-animation: fill 1.8s ease-in-out 2s infinite;
  animation: fill 1.8s ease-in-out 2s infinite;
  stroke-width: 8px;
}

.ThankYou-svg-wrap #check {
  fill: none;
  position: absolute;
  height: inherit;
  opacity: 0;
  stroke-dasharray: 290, 9000;
  stroke-dashoffset: -290;
  -webkit-animation: check 1.8s ease-out 2s infinite;
  animation: check 1.8s ease-out 2s infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  stroke-linecap: round;
}

.ThankYou-svg-wrap #check path {
    stroke: var(--positive);
    stroke-width: 8px;
}
.ThankYou-svg-wrap #button {
  fill: none;
  position: absolute;
  height: inherit;
  opacity: 1;
  stroke-dasharray: 943, 9000;
  stroke-dashoffset: 0;
  -webkit-animation: button 1.8s ease-in-out 2s infinite;
  animation: button 1.8s ease-in-out 2s infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  stroke-linecap: round;
  stroke: green;
  transform: scale(1);
}

.ThankYou-svg-wrap #button circle {
    stroke: var(--positive);
    stroke-width: 8px;
}

@-webkit-keyframes circle {
  0% {
    opacity: 0;
    stroke-dasharray: 40, 943;
    stroke-dashoffset: 0;
    transform: rotate(-73deg);
  }
  40% {
    opacity: 0.5;
  }
  50% {
    stroke-dasharray: 200, 943;
    transform: rotate(-33deg);
  }
  51% {
    opacity: 1;
  }
  58% {
    stroke-dasharray: 0, 943;
    stroke-dashoffset: -943;
    opacity: 1;
  }
  59% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes circle {
  0% {
    opacity: 0;
    stroke-dasharray: 40, 943;
    stroke-dashoffset: 0;
    transform: rotate(-73deg);
  }
  40% {
    opacity: 0.5;
  }
  50% {
    stroke-dasharray: 200, 943;
    transform: rotate(-33deg);
  }
  51% {
    opacity: 1;
  }
  58% {
    stroke-dasharray: 0, 943;
    stroke-dashoffset: -943;
    opacity: 1;
  }
  59% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes check {
  0% {
    stroke-dasharray: 290, 9000;
    stroke-dashoffset: -294;
    opacity: 0;
  }
  50% {
    stroke-dasharray: 290, 9000;
    stroke-dashoffset: -294;
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  63% {
    opacity: 1;
  }
  63% {
    stroke-dasharray: 291, 9000;
    stroke-dashoffset: 55;
    opacity: 1;
  }
  100% {
    stroke-dasharray: 291, 9000;
    stroke-dashoffset: 43;
    opacity: 1;
  }
}
@keyframes check {
  0% {
    stroke-dasharray: 290, 9000;
    stroke-dashoffset: -294;
    opacity: 0;
  }
  50% {
    stroke-dasharray: 290, 9000;
    stroke-dashoffset: -294;
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  63% {
    opacity: 1;
  }
  63% {
    stroke-dasharray: 291, 9000;
    stroke-dashoffset: 55;
    opacity: 1;
  }
  100% {
    stroke-dasharray: 291, 9000;
    stroke-dashoffset: 43;
    opacity: 1;
  }
}
@-webkit-keyframes button {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  60% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes button {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  60% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.-ThankYou-SendFeedBack > h2 {
    font-weight: 400;
    color: var(--primary-text);
    font-size: 24px;
}

.ThankYou-for-rating {
    display: block;
    margin-bottom: 30px;
}

.-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;
}

.-YC-Forms-FeedBack > button {
    display: flex;
    justify-content: space-between;
    padding: 13px;
    border-radius: var(--miniradius);
    background: var(--uicolor2);
    border: 2px solid var(--uicolor2);
    color: white;
    font-size: 15px;
}

.-YC-Forms-FeedBack > button:hover {
    background: white;
    color: var(--uicolor2);
}

.-YC-Forms-FeedBack > button:hover > .-YC-Icon-Buttons {--inset-uicolor:var(--uicolor2);}

.-YC-Forms-FeedBack > button > .-YC-Icon-Buttons {--inset-uicolor: white;}

.-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[data-field-id="feedback__content"] {
    min-width: 100%;
}

.-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: 0.4;
}

.-post-reviews-area > form .-fix-forms-field-title > h3 {
}


.-BackToClean {
    display: flex;
    margin-bottom: 30px;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    color: var(--secondarytext);
    min-width: 100%;
    font-size: 18px;
    transition: 180ms all ease;
}

.-BackToClean:hover {
    color: var(--primary-text);
}

.-BackToClean > i {
    margin-inline-end: 10px;
}

.-FeedBack-Rating-MasterArea {
    display: flex;
    flex: 1;
    min-width: 100%;
    justify-content: space-between;
    align-content: center;
    flex-wrap: wrap;
    align-items: center;
}

.-FeedBack-Rating-MasterArea  > h2 {
    max-width: 310px;
    line-height: 1.5;
    font-size: 26px;
    font-weight: 400;
}

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

.-form-title-PostFeedBack {display: flex;padding: 20px;flex: 1;margin-bottom: 40px;border-right: 4px solid #ffa700;font-size: 18px;line-height: 1.6;background: linear-gradient(270deg, #ffa70005, transparent);}

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

.-icon-info-stats-ratings {
    position: relative;
    margin-bottom: 10px;
        min-height: 145px;
}

.-share-icons-list {
    margin-bottom: 40px;
    flex-direction: column;
    overflow: hidden;
    flex-wrap: wrap;
    display: flex;
}
.-itemslist-share-icons-list {
    list-style: none;
    position: relative;
    max-width: 100%;
    direction: rtl;
    opacity: 0;
}

.-itemslist-share-icons-list  .owl-stage {
    display: flex;
}

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

.-itemslist-share-icons-list .owl-item > li {min-width: 79px;}
.-itemslist-share-icons-list .owl-item > li > a {
    color: var(--secondarytext);
    transition: 180ms all ease;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.-itemslist-share-icons-list .owl-item > li:hover > a {
    color: var(--sociaColor);
}
.-itemslist-share-icons-list .owl-item > li > a > i {
    display: flex;
    height: 60px;
    border-radius: 70px;
    color: var(--sociaTextColor);
    align-items: center;
    justify-content: center;
    font-size: 28px;
    margin-bottom: 10px;
    width: 60px;
    border: 2px solid var(--sociaColor);
    transition: 180ms all ease;
    background: var(--sociaColor);
}

.-itemslist-share-icons-list .owl-item > li:hover > a > i {
    background: white;
    color: var(--sociaColor);
}
.-itemslist-share-icons-list .owl-item > li > a > span {
    white-space: nowrap;
    text-align: center;
    font-weight: 300;
    font-size: 12px;
    text-transform: capitalize;
    transition: 180ms all ease;
}

.-itemslist-share-icons-list .owl-next, .-itemslist-share-icons-list .owl-prev {
    display: none;
}
.-itemslist-share-icons-list .owl-next {
}
.-itemslist-share-icons-list .owl-prev {
}
.-itemslist-share-icons-list .owl-next.disabled, .-itemslist-share-icons-list .owl-prev.disabled {
    display: none;
}
.-itemslist-share-icons-list .owl-next > i, .-itemslist-share-icons-list .owl-prev > i {
}

.-single-share-posts-area {
    display: block;
    max-width: 100%;
    padding: 40px;
    border: 1px solid var(--diver);
    border-radius: var(--largeradius);
    margin-bottom: 40px;
    overflow: hidden;
    background: white;
}

.-singular-center-product .-single-share-posts-area {
    box-shadow: var(--shadow-sidbars);
    border: var(--border-sidebars);
    border-radius: var(--largeradius);
}
.-share-popover-boxed-copy {
    display: flex;
    border-radius: var(--largeradius);
    border: 1px solid var(--diver);
    padding: 15px;
    overflow: hidden;
}
.-share-popover-boxed-copy > input {
    flex: 1;
    min-height: auto;
    direction: ltr;
    font-size: 14px;
    text-overflow: ellipsis;
    background: transparent;
    border: 0px;
    font-weight: 200;
    overflow: hidden;
    padding: 0;
    white-space: nowrap;
    margin-inline-end: 10px;
}
.-share-popover-boxed-copy > button {
    background: white;
    border: 0px;
    cursor: pointer;
    font-size: 14px;
    border-radius: var(--largeradius);
    padding: 10px;
    margin-inline-start: 15px;
    color: var(--secondarytext);
    font-weight: 400;
    min-width: 110px;
    text-align: center;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    border: 2px solid var(--secondarytext);
    transition: 180ms all ease;
    overflow: hidden;
    position: relative;
}

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

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

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

.-share-popover-boxed-copy > button > span {
    position: absolute;
    padding: 5px 10px;
    visibility: hidden;
    opacity: 0;
    transition: 180ms all ease;
    color: white;
    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: white;
    background: var(--primary-text);
    border-color: var(--primary-text);
}

title--tooltip.socialTips {
    padding: 10px 15px;
}

.-single-share-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.-single-share-header > h2 {
    font-size: 26px;
    font-weight: 400;
}

.-single-share-header .-YC-owl-navs-items {
    display: flex;
}

.-single-share-header .-YC-owl-navs-items > div {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 10px;
    min-width: 44px;
    font-size: 22px;
    color: var(--secondarytext);
    height: 44px;
    border-radius: 50%;
    border: 1px solid var(--diver);
    margin-inline-start: 10px;
    transition: 180ms all ease;
}

.-single-share-header .-YC-owl-navs-items > div:hover {
    color: var(--primary-text);
    border-color: var(--primary-text);
}

.-single-share-header .-YC-owl-navs-items > div > i {
    font-weight: 400;
}

.-single-like-article {
    display: flex;
    padding: 40px;
    border: 1px solid var(--diver);
    margin-bottom: 40px;
    border-radius: var(--largeradius);
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.-singular-center-product  .-single-like-article {
    width: 100%;
    background: white;
    box-shadow: var(--shadow-sidbars);
    border: var(--border-sidebars);
    border-radius: var(--largeradius);
}

.-likes-progress-undershots {
    flex: 1;
    display: flex;
    border-radius: 10px;
    overflow: hidden;
    margin: 0 20px;
    background: whitesmoke;
    justify-content: center;
}

.-article-buttons-likes {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 47px;
    height: 45px;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    background: #ffffff;
    border-radius: 30%;
    font-size: 20px;
    color: var(--secondarytext);
    transition: 180ms all ease;
    border: 2px solid var(--secondarytext);
    --hoverbg:
    var(--positive);
}

.-article-buttons-likes > i {
    position: relative;
    z-index: 1;
    transform-origin: bottom;
}

.-article-buttons-likes:not(.active):hover > i {
    animation: shakeIt 300ms ease-in-out;
}

@keyframes shakeIt {
  0% {
    transform: rotate(0);
  }
  10% {
    transform: rotate(10deg);
  }
  25% {
    transform: rotate(-10deg);
  }
  50% {
    transform: rotate(10deg);
  }
  75% {
    transform: rotate(-10deg);
  }
  100% {
    transform: rotate(0);
  }
}
.-article-buttons-likes.-ar-b-dislikes {--hoverbg:
    var(--primary-text);
}

.-article-buttons-likes:before {
    content:'';
    opacity: 0;
    z-index: -99;
    position: absolute;
    width: 90%;
    height: 90%;
    border-radius: 100%;
    background: radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0) 0%, var(--hoverbg) 100%);
}

.-article-buttons-likes.active:before {
    animation: bubbleMotion 0.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    opacity: 0.2;
}
@keyframes bubbleMotion {
  to {
    transform: scale(2.6);
    opacity: 0;
  }
}
.-article-buttons-likes.active {background: var(--hoverbg);color: #fff;border-color: var(--hoverbg);}

.-article-buttons-likes.-ar-b-likes.active {
    background: #df59a1;
    color: white;
    border-color: #df59a1;
}

.article-like-button-area .-article-like-counter {
    font-family: var(--f-number);
    color: var(--secondarytext);
    font-size: 17px;
    font-weight: 400;
    text-align: center;
}

.article-like-button-area .-article-like-counter.liked-counter {
    margin-inline-start: 20px;
}

.article-like-button-area .-article-like-counter.disliked-counter {
    margin-inline-end: 20px;
}

.-article-buttons-likes:not(.active):hover {
    box-shadow: 0px 0px 2px -1px rgb(4 28 54 / 18%), 0 10px 30px rgb(7 34 64 / 7%);
    border-color: var(--negative);
    transform: translateY(-1px);
    color: var(--negative);
}

.-article-buttons-likes:not(.active):hover {}

.-like-progress-element {
    display: block;
    width: var(--progress-width);
    background: var(--primary-text);
    height: 9px;
    transition: 300ms all ease;
    border-inline-start: 2px solid #ffffff;
}

.-like-progress-element.progress-empty {
    border-inline-start: 0 !important;
    border-inline-end: 0 !important;
}

.-like-progress-element.-like-progress-positive {
    background: var(--positive);
    border-inline-start: 0;
    border-inline-end: 2px solid #ffffff;
}

.-article-buttons-likes .comment-like-counter {position: absolute;top: calc(100% + 5px);font-weight: 400;color: var(--secondarytext);left: 50%;transform: translateX(-50%);font-size: 15px;font-family: var(--f-number);}

.-article-buttons-likes .particles {
    
--color-bg: #FDF1F2;
  --color-heart: #EA442B;
  --easing:
    cubic-bezier(.7,0,.3,1);
  --duration: .5s;
    width: 1px;
    height: 1px;
    margin: auto;
    position: absolute;
}

.-article-buttons-likes .particles .particle {
    position: absolute;
    top: 0;
    left: 0;
    height: 2px;
    width: 2px;
    border-radius: 0.05em;
    background-color: var(--color);
    --percentage:
    calc( var(--i) / var(--total-particles) );
    --ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“: calc( var(--percentage) * 1turn );
    transform: translate(-50%, -50%) rotate(var(--ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“)) translateY(0) scaleY(0);
    transition: all var(--duration) var(--easing);
}

.-article-buttons-likes.active .particles .particle {
    -webkit-animation: particles-out calc(var(--duration) * 1.2) var(--easing) forwards;
    animation: particles-out calc(var(--duration) * 1.2) var(--easing) forwards;
}
@-webkit-keyframes heart-bounce {
  40% {
    transform: scale(0.7);
  }
  0%, 80%, 100% {
    transform: scale(1);
  }
}
@keyframes heart-bounce {
  40% {
    transform: scale(0.7);
  }
  0%, 80%, 100% {
    transform: scale(1);
  }
}

@-webkit-keyframes particles-out {
  50% {
    height: 50px;
  }
  50%, 60% {
    height: 50px;
    transform: translate(-50%, -50%) rotate(var(--ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“)) translateY(0.8em) scale(1);
  }
  60% {
    height: 20px;
  }
  100% {
    transform: translate(-50%, -50%) rotate(var(--ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“)) translateY(1em) scale(0);
  }
}
@keyframes particles-out {
  50% {
    height: 0.3em;
  }
  50%, 60% {
    height: 0.3em;
    transform: translate(-50%, -50%) rotate(var(--ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“)) translateY(0.8em) scale(1);
  }
  60% {
    height: 0.2em;
  }
  100% {
    transform: translate(-50%, -50%) rotate(var(--ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“)) translateY(1em) scale(0);
  }
}
@-webkit-keyframes ripple-out {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(5);
  }
}
@keyframes ripple-out {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(5);
  }
}

.article-like-button-area {
    display: flex;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    position: absolute;
    top: 20px;
    transition: all 0.2s ease;
    right: 18px;
    z-index: 1;
}

body.hidemenu .article-like-button-area {
}
.-singular-pages-container {
    padding-bottom: 120px;
    --shadow-sidbars: 0 2px 3px #1f1e8708, 0 15px 35px #163e850a;
    --border-sidebars: 1px solid #e5eaef38;
    margin-top: 10px;
}
.YC-BreadCrumb.-BreadCrumb-PT-products {
    margin-bottom: 8px;
}

.-context-products-list-items > ul {
    display: flex;
    list-style: none;
    flex-wrap: wrap;
    gap: 11px;
}

.-singular-pages-context {
    padding: 40px 0;
}

.-singular-pages-context-container {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    align-content: flex-start;
}

.-singular-center-product {
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    position: sticky;
    top: 170px;
    transition: 180ms all ease;
    margin-inline-end: 50px;
    max-width: calc(100% - 450px);
}



body.hidemenu .-singular-center-product {
    top: 110px;
}

.-singular-left-product {
    display: block;
    max-width: 420px;
    min-width: 450px;
    border-radius: var(--largeradius);
    position: sticky;
    top: 180px;
    transition: 180ms all ease;
}

body.hidemenu .-singular-left-product {
    top: 130px;
}

.-products-side-bar-item {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid var(--diver);
}

.-products-side-bar-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.-products-side-bar-item > .-products-side-bar-context {
    display: block;
    height: var(--pin-height);
    overflow: hidden;
    transition: 180ms all ease;
}

.-products-side-bar-item > .-products-side-bar-context > .-products-side-bar-inner-context > ul {
    list-style: none;
}

.-products-side-bar-item > .-products-side-bar-context > .-products-side-bar-inner-context > ul > li {
    display: flex;
    align-content: flex-start;
    padding: 15px 0;
    font-size: 14px;
    flex-wrap: wrap;
    align-items: flex-start;
    position: relative;
}

.-products-side-bar-item.-products-side-bar-filters > .-products-side-bar-context > .-products-side-bar-inner-context > ul > li:before {
    content: '';
    position: relative;
    width: 6px;
    min-height: 11px;
    border-radius: var(--largeradius);
    background: var(--secondarytext);
    margin-inline-end: 10px;
    top: 4px;
}

.-products-side-bar-item > .-products-side-bar-context > .-products-side-bar-inner-context > ul > li > .-inner-items-value {
    margin-inline-start: 5px;
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    font-size: 15px;
}

.-products-side-bar-item > .-products-side-bar-context > .-products-side-bar-inner-context > ul > li > .-inner-items-value > a {
    display: block;
    position: relative;
    margin-inline-end: 15px;
    font-weight: 200;
    line-height: 1.5;
    font-size: 15px;
    color: var(--alphabg);
}

.-products-side-bar-item > .-products-side-bar-context > .-products-side-bar-inner-context > ul > li > .-inner-items-value > a:hover {
    color: var(--uicolor2);
}

.-products-side-bar-item > .-products-side-bar-context > .-products-side-bar-inner-context > ul > li > .-inner-items-value > a:before {
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--secondarytext);
    top: 50%;
    left: -10px;
    transform: translateY(-50%);
}

.-products-side-bar-item > .-products-side-bar-context > .-products-side-bar-inner-context > ul > li > .-inner-items-value > a:last-child:before {
    display: none;
}

.-products-side-bar-item > .-products-side-bar-context > .-products-side-bar-inner-context > ul > li > strong {
    margin-inline-end: 5px;
}

.-products-side-bar-item.-products-side-bar-filters > .-products-side-bar-context > .-products-side-bar-inner-context > ul > li > strong {
    margin-inline-end: 20px;
    min-width: 120px;
    max-width: 120px;
    display: block;
    line-height: 1.5;
    font-size: 15px;
    font-weight: 400;
    color: var(--secondarytext-bold);
}

.-products-side-bar-item > .-products-side-bar-context > .-products-side-bar-inner-context > ul > li > p {
    display: flex;
    flex: 1;
    flex-wrap: wrap;
}

.-products-side-bar-item > .-products-side-bar-context > .-products-side-bar-inner-context > ul > li > p > strong {
    color: #000;
    font-weight: 400;
    flex: 1;
}

.-products-side-bar-item > .-products-side-bar-context > .-products-side-bar-inner-context > ul > li > i {
    margin-inline-end: 10px;
    font-size: 16px;
    min-width: 22px;
    text-align: center;
    color: var(--secondarytext);
}

.-products-side-bar-item > .-products-side-bar-context > .-products-side-bar-inner-context > ul > li span {
    flex: 1;
    color: var(--secondarytext-bold);
}

.active > .-products-side-bar-context {
    height: 0;
}

.-products-side-bar-item > .-products-side-bar-context > .-products-side-bar-inner-context {
    padding: 30px 0 0px;
}

.-products-side-bar-item > .-sideBar-item-title {
    display: block;
    cursor: pointer;
}

.-products-side-bar-item > .-sideBar-item-title > h2 {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    font-size: 22px;
    font-weight: 400;
    color: var(--secondarytext);
}

.-products-side-bar-item > .-sideBar-item-title > h2:hover, .-products-side-bar-item.active > .-sideBar-item-title > h2 > a {
    color: var(--primary-text);
}

.-products-side-bar-item > .-sideBar-item-title > h2 > i {
    transition: 180ms all ease;
}

.-products-side-bar-item.active > .-sideBar-item-title > h2 > i {
    transform: rotate(180deg);
}

.-products-side-bar-item > .-sideBar-item-title > h2 >  p {
    flex: 1;
}

.-products-side-bar-item > .-sideBar-item-title > h2 {
}

.-singular-products-price-area {
    display: flex;
    font-family: var(--f-number);
    direction: ltr;
    justify-content: flex-start;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: flex-start;
}

.-singular-products-price-area > strong {
    display: block;
    margin-right: auto;
    direction: ltr;
}

.-singular-products-price-area > .--price-now {
    font-size: 31px;
    font-weight: 400;
    color: var(--uicolor2);
}

.-singular-products-price-area > .--price-was {
    font-size: 20px;
    color: #aaa;
    padding: 0 0 0 0;
    position: relative;
    margin-right: 0;
    font-weight: 400;
}

.-singular-products-price-area > .--price-was:before {
    content: '';
    position: absolute;
    width: 100%;
    top: 50%;
    right: 50%;
    height: 1px;
    background: var(--textcolor);
    transform: translate(50%,-50%) rotate(5deg);
}


.-singular-product-brands-area {
    position: relative;
    display: block;
    max-width: 100%;
    overflow: hidden;
}

.-singular-product-brands-items .owl-item {
    display: flex;
}

.-singular-product-brands-items .owl-stage {
    display: flex;
}

.-brands-single-item {
    display: flex;
    padding: 0px;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    min-width: 55px;
    height: 55px;
    max-width: 55px;
}

.-brands-single-item > a {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    position: relative;
    border-radius: 50%;
    overflow: hidden;
}

.-brands-single-item:hover > a {
    filter: brightness(1);
    opacity: 1;
}

.-brands-single-item > a > img {
    height: auto;
    width: auto;
}
.-singular-product-brands-items .owl-nav {
    display: none;
}
.-singular-product-brands-master > .-YC-owl-navs-items > div {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 33px;
    display: flex;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    color: var(--secondarytext);
    transition: 180ms all ease;
    z-index: 1;
    border-radius: var(--largeradius);
    width: 38px;
    height: 38px;
    justify-content: center;
    visibility: hidden;
    opacity: 0 !important;
}

.-singular-product-brands-master > .-YC-owl-navs-items > div:before {
    content: '';
    position: absolute;
    width: 15px;
    height: 100%;
    background: #ededed;
    border-radius: var(--largeradius);
    box-shadow: 0 4px 3px -4px #0000001f, 0 4px 13px -6px #00000047;
    transition: 180ms all ease;
}

.-singular-product-brands-master > .-YC-owl-navs-items > div:hover:before {
    width: 38px;
    background: white;
}

.-singular-product-brands-master > .-YC-owl-navs-items > div:hover {
    color: var(--uicolor2);
    transform: scale(1.2) translateY(-50%);
}
.-singular-product-brands-master > .-YC-owl-navs-items > div > i {
    font-weight: 400;
    position: relative;
    transition: 180ms all ease;
}

.-singular-product-brands-master > .-YC-owl-navs-items > div:hover > i {
    transform: scale(0.8);
}

.-singular-product-brands-master > .-YC-owl-navs-items > div.-YC-owl-Slides-prev {
    right: -20px;
    transform: translateY(-50%) translateX(-5px);
}

.-singular-product-brands-master > .-YC-owl-navs-items > div.-YC-owl-Slides-next {
    left: -20px;
    transform: translateY(-50%) translateX(5px);
}

.-singular-product-brands-master {
    position: relative;
    padding: 30px 0;
    max-width: 100%;
    margin-bottom: 40px;
    min-width: 100%;
}
.-singular-product-brands-master:hover > .-YC-owl-navs-items > div:not(.disabled-btn) {
    transform: translateY(-50%) translateX(0px);
    visibility: visible;
    opacity: 1 !important;
}

.-singular-sidebar-widget-item {
    background: white;
    border-radius: var(--largeradius);
    padding: 29px;
    margin-bottom: 30px;
    /* box-shadow: var(--shadow-sidbars); */
    border: 1px solid var(--diver);
}

.-singular-sidebar-widget-item.-price-first-sideBar {
    background: white;
    border: 1px solid var(--diver);
    box-shadow: 0 0 0;
    padding: 28px;
}
.-products-action-button-area {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.-products-action-button-area > ul {
    display: block;
    list-style: none;
}

.-product-cover-area {
    display: flex;
    min-width: 100%;
    flex-direction: column;
    background: #f8f6ff;
    padding: 20px 0;
}

.-product-cover-item {
}
.-product-cover-item:before {
    content: '';
}

.-product-cover-info {
    display: flex;
}

.-singular-product-info-context {
    display: block;
    flex: 1;
    /* margin-inline-start: 11px; */
}

.-singular-product-info-context > h1 {
    color: var(--alphabg);
    line-height: 1.4;
    font-size: 44px;
    margin-bottom: 16px;
    text-align: right;
}

.-context-products-list-items {color: var(--secondarytext);display: flex;align-items: center;justify-content: space-between;}

.-context-products-list-items > ul > li {
    display: flex;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
}

.-context-products-list-items > ul > li:last-child p strong {direction: rtl;}

.-context-products-list-items > ul > li:not(:last-child) {
    /* margin-inline-end: 30px; */
}


.-context-products-list-items > ul > li > i {
    margin-inline-end: 10px;
    font-size: 13px;
    font-weight: 600;
    width: 34px;
    height: 34px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
    border: 1px solid var(--diver);
    border-radius: 50%;
    color: var(--uicolor2);
}

.-context-products-list-items > ul > li > p {
    display: flex;
    flex-direction: column;
}
li i.fa-star,
li i.fa-star-half-stroke,
li i.fa-regular.fa-star {
    color: #f5b50a;
    margin-right: 2px;
}

.stars-value {
    margin-left: 4px;
    font-size: 14px;
    color: var(--uicolor2);
    font-family: var(--f-number);
    font-weight: 500;
}

.-context-products-list-items > ul > li > p > strong {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4;
    font-family: var(--f-number);
    color: var(--alphabg);
}

.-context-products-list-items > ul > li:first-child p > strong {
    display: flex;
    align-items: center;
    direction: ltr;
}

.-context-products-list-items > ul > li > p > span {
    color: var(--secondarytext);
    font-weight: 300;
    line-height: 1.4;
    margin-bottom: 5px;
    font-size: 13px;
}

.singular-products-logo {
    display: flex;
    min-width: 70px;
    height: 70px;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 0;
    position: relative;
    max-width: 70px;
}
.singular-products-logo > a {
    display: block;
    overflow: hidden;
    box-shadow: 0 0px 0 2px var(--product-color), 0 0px 0 8px #ffffff;
    border-radius: 50%;
    background: white;
    width: 100%;
    height: 100%;
}

.singular-products-logo > a > img {
    height: 100%;
    width: 100%;
}

.-product-cover-inner-context {
    display: flex;
    position: relative;
    flex: 1;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    /* flex-direction: column; */
}

.-context-product-content {
    color: var(--secondarytext-bold);
}

.-context-product-content > h2 {
    line-height: 1.5;
    margin-bottom: 20px;
    font-size: 26px;
    color: #000;
}

.-products-action-btn {
    min-width: 150px;
    display: block;
    flex: 1;
}

.-products-action-btn:not(:last-child) {
    margin-bottom: 17px;
}

.YC-singular-parent-nner .-products-action-btn.-btn-show-demo {
    width: max-content;
    margin-inline: auto;
    position: absolute;
    bottom: 20px;
    right: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transform: scale(0);
    transition: all 0.2s ease;
}

.YC-singular-parent-nner:hover .-products-action-btn.-btn-show-demo {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.-products-action-btn > a {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    border-radius: var(--largeradius);
    flex-wrap: wrap;
    padding: 14px;
    font-size: 17px;
    color: white;
    background: var(--uicolor2);
    border: 2px solid var(--uicolor2);
    transition: 180ms all ease;
}

.-products-action-btn:hover > a {
    color: var(--uicolor2);
    background: transparent;
}

.-products-action-btn.-btn-show-demo > a {
    background: transparent;
    border-color: var(--primary-text);
    color: var(--primary-text);
}

.YC-singular-parent-nner .-products-action-btn.-btn-show-demo > a {
    padding: 14px 17px;
    background: var(--uicolor2);
    color: white;
    border-color: var(--uicolor2);
}

.-products-action-btn.-btn-show-demo:hover > a {
    background: white;
    color: var(--uicolor2);
}

.-products-action-btn > a > i {
    margin-inline-end: 10px;
}

.-singular-product-after-buttons {
    display: flex;
    padding-top: 20px;
    border-top: 1px solid var(--diver);
    padding-bottom: 21px;
}

.-singular-product-after-buttons > ul {
    display: block;
    list-style: none;
}

.-singular-product-after-buttons > ul > li {
    display: block;
    color: var(--secondarytext);
}

.-singular-product-after-buttons > ul > li:not(:last-child) {
    margin-bottom: 15px;
}

.-singular-product-after-buttons > ul > li > i {
    margin-inline-end: 15px;
    font-size: 20px;
    color: var(--positive);
}

.-singular-products-gallery {
    display: flex;
    max-width: 100%;
    position: relative;
    min-width: 100%;
    overflow: hidden;
}

.-singular-products-gallery > .-YC-owl-navs-items > div {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    font-size: 25px;
    background: #d1d1d1;
    width: 44px;
    height: 44px;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    border-radius: var(--largeradius);
    visibility: hidden;
    opacity: 0;
    transition: 180ms all ease;
}

.-singular-products-gallery:hover > .-YC-owl-navs-items > div:not(.disabled-btn) {
    visibility: visible;
    opacity: 1;
}

.-singular-products-gallery > .-YC-owl-navs-items > div > i {
    font-weight: 400;
}

.-singular-products-gallery > .-YC-owl-navs-items {
}

.-singular-products-gallery > .-YC-owl-navs-items > .-YC-owl-Slides-prev {
    right: 0;
}

.-singular-products-gallery > .-YC-owl-navs-items > .-YC-owl-Slides-next {
    left: 0;
}

.-product-single-gallery-image {
    height: 100px;
    overflow: hidden;
    min-width: 111px;
    position: relative;
    border-radius: var(--miniradius);
    border: var(--border-sidebars);
    cursor: pointer;
    display: flex;
    justify-content: center;
    border: 1px solid var(--diver);
    background: #f8faff;
}

.-product-single-gallery-image.-open__all_gallery {
    box-shadow: 0 0 0;
    border: 0;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: column;
    /* position: absolute; */
    /* z-index: 1; */
    /* bottom: 0; */
}

.-product-single-gallery-image.-open__all_gallery > .-readmore-bt-text > i {font-size: 100px;}

.-product-single-gallery-image > img {
}

.-inner-singular-context-gallery {
}

.-inner-singular-context-gallery .owl-nav {
    display: none;
}

.-inner-context-gallery {
    display: block;
    max-width: 100%;
    /* overflow: hidden; */
    min-width: 100%;
}

.-gallery-popover-context {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    overflow-y: auto;
    margin: -40px -40px;
    padding: 40px 40px 40px 30px;
}

.-gallery-items-inpopovers {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.-inner-gallery-breadcrumb {
    display: block;
    flex: 1;
}

.-inner-gallery-breadcrumb >ul {
    display: flex;
    list-style: none;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.-inner-gallery-breadcrumb >ul > li {
    display: block;
}

.-inner-gallery-breadcrumb >ul > i {
    margin: 0 10px;
    color: var(--secondarytext);
    font-size: 12px;
}

.-inner-gallery-breadcrumb >ul > li > a {
    display: block;
    font-size: 17px;
    font-weight: 200;
    color: #aeb6bf;
}

.-inner-gallery-breadcrumb >ul > li:hover > a {
    color: #fff;
}

.-inner-gallery-breadcrumb >ul > li:last-child > a {
    color: white;
    font-weight: 400;
}

.-inner-gallery-breadcrumb >ul > li > a img {}

.-inner-gallery-breadcrumb >ul > li > a > strong {
    width: 38px;
    position: relative;
    display: block;
    height: 38px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 1px 1px 1px #09093003;
    border: 1px solid #e5eaef38;
    margin-inline-end: 5px;
}

.-collections-gallery-item {
    display: block;
    min-width: 416px;
    padding: 20px;
    border-radius: var(--largeradius);
    margin: 0 15px 30px;
    box-shadow: 0 1px 1px 1px #09093003;
    border: 1px solid #e5eaef38;
    cursor: pointer;
    position: relative;
    transition: 200ms all ease;
    flex: 1;
    max-width: 450px;
}

.-collections-gallery-item > a {
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    z-index: 1;
}

.-collections-gallery-item:hover {
    box-shadow: 0 2px 3px #1f1e8708, 0 15px 32px #163e850a;
    transition: 50ms all ease;
}

.-collections-ImageList-img {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
    grid-template-rows: repeat(3, 100px);
    grid-gap: 15px;
    grid-auto-flow: dense;
    min-width: 100%;
    margin-bottom: 30px;
}

.-collections-imgitem {
    display: flex;
    grid-column: span 1;
    grid-row: span 1;
    overflow: hidden;
    position: relative;
    border-radius: var(--miniradius);
    border: 1px solid #e5eaef38;
}

.-collections-imgitem > img {
}

.-collections-imgitem.-count-item-num-1 {
    grid-column: span 2;
    grid-row: span 2;
}

.-collections-single-imgitem {
    display: block;
    position: relative;
    flex: 1;
}

.-collections-single-imgitem > img {
    position: absolute;
    min-height: 100%;
    max-height: 100%;
    max-width: inherit;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.-collections-item-show-more {
    position: absolute;
}

.-collections-gallery-footer {display: flex;align-content: center;align-items: center;flex-wrap: wrap;}

.-collections-gallery-footer > h2 {
    font-size: 20px;
    flex: 1;
    font-weight: 400;
}

.gallery-like-button-area {
    display: flex;
    position: relative;
    padding: 10px 15px;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    padding-inline-start: 47px;
    z-index: 2;
}

.gallery-like-button-area .-gallery-buttons-likes {transition: 180ms all ease;font-size: 18px;cursor: pointer;position: absolute;right: 0;width: 100%;height: 100%;display: flex;top: 0;justify-content: flex-start;flex-wrap: wrap;align-content: center;align-items: center;padding-inline-start: 15px;color: var(--secondarytext);background: #e5eaef52;border-radius: var(--largeradius);}

.gallery-like-button-area .-gallery-buttons-likes:not(.active):hover {
    color: var(--primary-text);
}

.gallery-like-button-area .-gallery-buttons-likes.active {
    color: var(--negative);
    background: #f0284a0d;
}

.gallery-like-button-area .-gallery-buttons-likes.active > i {
    font-weight: 800;
}

.gallery-like-button-area .-gallery-buttons-likes > i {
    font-weight: 500;
}

.-gallery-images-inpopovers {
    column-count: 3;
    column-gap: 30px;
}

.showis--fullwidh .-gallery-images-inpopovers {
    column-count: 4;
}

.-singular-collections-image-Raw {
    box-shadow: 0 1px 1px 1px #09093003;
    border: 1px solid #e5eaef38;
    border-radius: var(--largeradius);
    margin: 0;
    display: grid;
    grid-template-rows: 1fr auto;
    margin-bottom: 30px;
    break-inside: avoid;
    overflow: hidden;
    position: relative;
    background: white;
}

.-singular-collections-image-Raw:hover {
    box-shadow: 0 2px 3px #1f1e8708, 0 15px 32px #163e850a;
    transition: 50ms all ease;
}

.-singular-collections-image-Raw  > a {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.-collections-gallery-in-singleimages {
    display: flex;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.-collections-gallery-in-singleimages > h2 {
    flex: 1;
    font-size: 26px;
    font-weight: 400;
}

.-collections-gallery-in-singleimages > h2 > strong {
    color: var(--uicolor);
}

.-singular-collections-img {
    display: block;
    border-radius: var(--miniradius);
    overflow: hidden;
}

.-singular-collections-img > img {min-width: 100%;}

.-singular-collections-info {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    padding: 30px;
    position: relative;
}
.-singular-collections-info > h2 {
    flex: 1;
    font-size: 19px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 400;
    margin-inline-end: 10px;
}

.-gallery-like-counter {
    color: var(--secondarytext);
    transition: 180ms all ease;
}

.gallery-like-button-area:hover .-gallery-buttons-likes:not(.active) + .-gallery-like-counter.liked-counter {
}

.-singular-collections-fullimage {
    min-width: 100%;
    display: flex;
    flex-direction: column;
}

.inner--Context---overlays.popovers-selector-Images {
}
.-singular-collections-image-area {
    display: block;
    border-radius: var(--largeradius);
    box-shadow: 0 1px 1px 1px #09093003;
    border: 1px solid #e5eaef38;
    overflow: hidden;
    margin-bottom: 40px;
    position: relative;
}

.-singular-collections-image-area {}

.-singular-collections-image-context {
    display: block;
}

.-singular-collections-image-info {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

.-singular-collections-image-info > h2 {
    font-size: 26px;
    font-weight: 400;
}

.-singular-collections-otherimage {
    border-radius: var(--largeradius);
}
.-singular-collections-image-src {
    display: flex;
    position: relative;
    z-index: 1;
    text-align: center;
    max-width: max-content;
    margin: 0 auto;
    box-shadow: 0 0px 70px #00000038;
}

.-singular-collections-image-src > a {
    width: 100%;
    height: 100%;
}

.-img-overlay-backdrop {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: var(--imgURL);
    background-position: center center;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: -1;
    filter: blur(20px);
}

.-img-overlay-backdrop:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #0000001c;
    z-index: -1;
}

.-more-inner-open {
    display: flex;
    text-align: center;
    /* padding: 10px; */
    border-radius: var(--largeradius);
    flex-wrap: wrap;
    flex-direction: column;
    align-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
    color: var(--uicolor2);
    transition: all 0.2s ease;
}

.-more-inner-open > span {
    font-family: var(--f-number);
    font-weight: 600;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    font-size: 34px;
    justify-content: space-between;
}

.-more-inner-open > span > em {
    font-style: normal;
    margin-inline-start: 5px;
    flex: 1;
    text-align: right;
    font-size: 27px;
}

.-readmore-bt-text {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    font-size: 15px;
    flex-direction: column;
}
.-grid-gallery-view {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    min-width: 100%;
}

.-main-image-container img {
    width: 100%;
    max-width: 500px;
    border-radius: 8px;
    object-fit: cover;
}

.-thumbs-images-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-height: 500px;
    overflow: hidden;
}

.-product-single-gallery-image img {
    width: auto;
    height: 100%;
    transition: 0.3s;
    border-radius: 10px;
}

.-product-single-gallery-image:hover img {
    border-color: #000;
}


.-main-image-container {
    flex: 1;
    display: flex;
    justify-content: center;
    background: #f4f1ff;
}
.-main-product-image {
  transition: opacity 0.3s ease-in-out;
}


.-singular-parent-nner {
    min-width: 100%;
    display: flex;
    justify-content: center;
    height: 550px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

.-singular-parent-nner:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    background: var(--product-color);
    opacity: 0.1;
    transition: all 0.2s ease;
}

.-singular-parent-nner:hover:after {
    opacity: 0.3;
}

.-singular-parent-nner img {
    height: 100%;
    width: 100%;
}

.YC-inner-singular-context-gallery {
    display: flex;
    gap: 9px;
}

.YC-singular-parent-nner {
    /* min-width: 90%; */
    display: flex;
    padding: 0;
    border-radius: 13px;
    flex: 1;
    position: relative;
}

.YC-singular-parent-nner .-article-buttons-likes {
    color: #df59a1;
    border-color: #df59a1;
}

.yc-singular-products-price-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
}

.yc-singular-products-price-area span {
    font-size: 22px;
    color: #000;
}

.owl-stage {
    display: flex;
}

.YC-singular-parent-boxed {
    display: flex;
    min-width: 100%;
    gap: 20px;
}

.YC-singular-products-gallery {
    min-width: 100px;
    max-width: 110px;
}

.YC-slide-singular-gallery {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.YC-slider-singular-parent-nner {
    overflow: hidden;
    max-width: 770px;
    height: 540px;
    border-radius: 20px;
    border: 1px solid #ffe2e2;
    display: flex;
}

.owl-nav {
    display: none;
}

.YC-singular-parent-nner .-YC-owl-navs-items .-YC-owl-Slides-prev,.YC-singular-parent-nner .-YC-owl-navs-items .-YC-owl-Slides-next {
    position: absolute;
    top: calc(50% - 25px);
    width: 46px;
    height: 46px;
    background: white;
    display: flex;
    align-items: center;
    right: 10px;
    left: inherit;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
    border: 1px solid #f5f3ff;
    box-shadow: -1px 13px 13px 0px rgb(5 12 31 / 5%);
    font-size: 18px;
    z-index: 11;
    transition: all 0.2s ease;
    opacity: 0;
    visibility: hidden;
    transform: scale(0);
}

.YC-singular-parent-nner .-YC-owl-navs-items .-YC-owl-Slides-next {
    left: 9px;
    right: auto;
    background: white;
}

.YC-singular-parent-nner .-YC-owl-navs-items .-YC-owl-Slides-prev:hover, .YC-singular-parent-nner .-YC-owl-navs-items .-YC-owl-Slides-next:hover {
    background: var(--uicolor2);
    color: white;
    border-color: var(--uicolor2);
}

.-tabs-nav {
    display: flex;
    list-style: none;
    margin-bottom: 1rem;
    border-bottom: 1px solid #ccc;
    padding: 0;
}
.YC-single-gallery-image.-open__all_gallery {
    position: absolute;
    top: 50%;
    right: 50%;
    background: #7a60f2;
    width: 62px;
    height: 62px;
    transform: translate(50%, -50%);
    color: white;
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease;
    cursor: pointer;
}

.YC-single-gallery-image.-open__all_gallery .-more-inner-open {
    transform: scale(0);
}

.YC-single-gallery-image.-open__all_gallery i {
    color: white;
    font-size: 28px;
}

.-tabs-nav li {
    padding: 10px 20px;
    cursor: pointer;
    border-bottom: 3px solid transparent;
}
.-tabs-nav li.active {
    border-bottom: 3px solid #333;
    font-weight: bold;
}
.-tab-panel {
    display: none;
}
.-tab-panel.active {
    display: block;
}

.-singular-tabs-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    min-height: 410px;
}

.YC-singular-parent-nner:hover .-YC-owl-navs-items .-YC-owl-Slides-prev, .YC-singular-parent-nner:hover .-YC-owl-navs-items .-YC-owl-Slides-next {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}

.YC-singular-parent-nner:hover .YC-single-gallery-image.-open__all_gallery {
    opacity: 1;
    visibility: visible;
}

.YC-singular-parent-nner:hover .YC-single-gallery-image.-open__all_gallery .-more-inner-open {
    transform: scale(1);
}

.--product--single--tabs--UL {
    display: flex;
    position: relative;
    margin-bottom: 20px;
}

.--product--single--tabs--li--active {
    position: absolute;
    background: var(--uicolor2);
    border-radius: var(--miniradius);
    transition: 180ms all ease;
    top: 0;
    bottom: 0;
    z-index: -1;
}

.--product-list--tabs--LI {
    padding: 12px;
    font-size: 16px;
    margin-inline-end: 14px;
    color: var(--alphabg);
    border-radius: var(--miniradius);
    cursor: pointer;
    transition: 180ms all ease;
    min-width: max-content;
    display: flex;
    gap: 7px;
    align-items: center;
}

.--product-list--tabs--LI.rateing-bTN.hoverable.activable {
    background: #ededff;
}

.--product-list--tabs--LI.rateing-bTN i {
    color: #f7c800;
    font-weight: 600;
}

.--product-list--tabs--LI > i {
    font-size: 16px;
    font-weight: 400;
    color: var(--alphabg);
}

.--product-list--tabs--LI {
    color: var(--uicolor2);
    background: #f1f5ff;
}

.--product-list--tabs--LI[data-action-scroller="comments"] i {
    color: #f7c800;
    font-weight: 600;
}

.--product-list--tabs--LI.active {
    background: var(--uicolor2);
    border-radius: var(--miniradius);
    transition: 180ms all ease;
    color: white;
}

.--product-list--tabs--LI.active i {
    color: white;
}



.-YC--fixed-section {
    background: #fff;
    border: var(--border-sidebars);
    border-radius: var(--largeradius);
    line-height: 1.5;
    font-size: 17px;
    font-weight: 300;
    border: 1px solid var(--diver);
    padding: 22px;
    display: none;
}

.-YC--fixed-section.--scroll--top--action.active {
    display: block;
}

.-YC--fixed-section > span {
    font-size: 24px;
    margin-bottom: 30px;
    display: block;
    font-weight: 600;
    color: #000;
}

.-mini__post_content a {
    color: var(--uicolor);
}

.ycs-singular-product-brands-items {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.YC-products-list-BTN {
    display: flex;
    align-items: center;
}

.--product-list--tabs--LI.rateing-bTN span {
    color: var(--uicolor2);
}
masterlabels {
    justify-content: center;
    align-items: center;
    background: #fff;
    margin-bottom: 15px;
    cursor: pointer;
    padding: -1px;
    border: var(--border-defult);
    box-shadow: var(--box-shadow-defult);
    display: flex;
}

.rtl masterlabels>h3,
masterlabels>h3 {
    display: block;
    min-width: max-content;
    font-size: 15px;
    margin: 0;
    padding: 0;
    text-align: right;
    border-radius: 20px;
    font-weight: 400 !important;
    color: var(--secondarytext-bold);
}

masterlabels>input {
    display: block;
    flex: 1;
    background-color: #eee !important;
    margin: 0 30px !important;
    width: 100%;
}

masterlabels input[type=range] {
    margin: auto;
    outline: 0;
    padding: 0;
    width: 88%;
    height: 4px;
    background-color: #eee;
    background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0, var(--uicolor)), color-stop(100%, var(--uicolor)));
    background-image: -webkit-linear-gradient(var(--uicolor), var(--uicolor));
    background-image: -moz-linear-gradient(#f33, #f33);
    background-image: -o-linear-gradient(#f33, #f33);
    background-image: linear-gradient(45deg, var(--uicolor), var(--uicolor));
    background-size: 50% 100%;
    background-repeat: no-repeat;
    border-radius: 10px;
    cursor: pointer;
    -webkit-appearance: none;
    background-position: right;
    border: 0
}

input[type=range]::-webkit-slider-runnable-track {
    box-shadow: none;
    border: none;
    background: 0 0;
    -webkit-appearance: none
}

input[type=range]::-moz-range-track {
    box-shadow: none;
    border: none;
    background: 0 0
}

input[type=range]::-moz-focus-outer {
    border: 0
}

input[type=range]::-webkit-slider-thumb {
    width: 14px;
    height: 14px;
    border: 0;
    background: #fff;
    border-radius: 100%;
    box-shadow: 0 1px 2px 0 #00000059;
    -webkit-appearance: none
}

input[type=range]::-moz-range-thumb {
    width: 16px;
    height: 16px;
    border: 0;
    background: #fff;
    border-radius: 100%;
    box-shadow: 0 1px 2px 0 #000
}

masterlabels>span {
    position: relative;
    display: block;
    border-radius: 25px;
    font-size: 20px;
    font-weight: 700;
    color: var(--primary-text);
    font-family: var(--f-number);
    min-width: 20px;
    text-align: center
}

.MasterRatesBoxed>h2[data-totalrate=total_rating] {
    position: relative;
    background: #fff;
    display: flex;
    margin: 0 0 20px !important;
    border-radius: var(--largeradius);
    justify-content: flex-end;
    font-size: 24px !important;
    padding: 10px 15px !important;
    overflow: hidden;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    color: var(--uicolor2);
    border: 2px solid #f2f7fe;
}

.--commented_content: last-child,
.CommentsList li:last-child,
.single-post-parent-container-comments form.CommentsFormInner>:last-child {
    margin-bottom: 0
}

.CommentsList li .UserAvatar,
.UserAvatar,
rateing--head>i {
    font-size: 23px;
    text-align: center
}

.-post-tag-items>a,
parseo {
    border-radius: var(--largeradius)
}

parseo {
    position: absolute;
    display: block;
    background: #f2f7fe;
    height: 100%;
    right: 0;
    top: 0;
    transition: .35s
}

.MasterRatesBoxed h2>span {
    display: block;
    font-size: 13px;
    margin-left: auto;
    line-height: 33px;
    position: relative
}

.MasterRatesBoxed h2>em {
    margin: 0;
    font-size: 25px;
    position: relative;
    font-style: normal
}

.MasterRatesBoxed h2>p {
    position: relative;
    margin: 0 5px;
    font-size: 18px;
    line-height: 0
}

is--comments--area {
    display: flex;
    flex: 1 1 0%;
    position: relative;
    width: 100%;
    border-radius: 6px;
    padding: 0 20px 20px
}

.-secodary-single-post-bar.active is--comments--area {
    margin-top: 20px;
    padding-inline: 0
}

rating--master--items {
    display: flex;
    flex-wrap: wrap;
    place-content: center;
    align-items: center;
    flex: 1 1 0%;
    margin-inline: -7px
}

rateing--items {
    display: flex;
    margin: 0px;
    border-radius: 6px;
    flex-wrap: wrap;
    flex: 1 1 0%;
    position: relative;
    min-width: max-content;
    align-content: center;
    align-items: center;
    padding: 7px;
}

h2.tect-yu img {
    border-radius: 6px;
    position: relative;
    width: 300px;
    height: 70px
}

.textarea_form.AddComment {
    width: 100%
}

.textarea_form textarea {
    background: #fff;
    margin-bottom: 0;
    transform-origin: right center;
    height: 100px;
    padding: 15px 20px;
    font-size: 16px;
    border: 1px solid #ced2db;
    transition: transform .1s;
    border-radius: var(--miniradius);
    width: 100%;
    flex: 1
}

.textarea_form button {
    display: block;
    position: relative;
    font-weight: 700;
    padding: 9px 23px;
    border: 0;
    overflow: hidden;
    vertical-align: top;
    border-radius: var(--miniradius);
    transition: 150ms;
    color: #fff;
    font-size: 18px;
    background: -webkit-linear-gradient(left, #35bf56, #35bf56);
    margin-right: auto;
    cursor: pointer;
    margin-top: 14px;
    margin-left: 10px
}

section.--comments_section h4 {
    display: flex;
    font-size: 25px;
    align-items: center;
    margin-bottom: 14px;
    color: #141414
}

section.--comments_section h4 i {
    margin-left: 8px;
    font-weight: 500;
    color: var(--uicolor)
}

.CommentsList li .UserAvatar {
    background-size: 100% 100%;
    line-height: 40px;
    color: #007cfb;
    margin-inline-end: 15px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid
}

.CommentsList li .CommentContent a {
    text-align: left;
    margin-right: auto;
    padding: 9px;
    font-size: 16px
}

.CommentsList li .CommentContent .NameArea {
    font-weight: 600;
    font-size: 19px;
    margin-left: 14px;
    color: var(--primary-text)
}

.CommentsList li .CommentDate {
    line-height: 29px;
    color: var(--second-text-color);
    font-size: 11px;
    font-weight: 500
}

.CommentsList li .CommentContent p {
    font-size: 16px;
    font-weight: 600
}

ul.inner--post-comments---postitem {
    list-style: none
}

.CommentsList li {
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: var(--miniradius);
    margin-bottom: 30px;
    border: 1px solid var(--diver);
    overflow: hidden
}

rateing--head {
    display: flex;
    min-width: 100%;
    color: #0a3270;
    text-align: center;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 6px
}

rateing--head>i {
    position: absolute;
    top: 50%;
    right: 1px;
    transform: translateY(-50%);
    width: 30px;
    color: var(--secondarycolor);
    display: flex;
    align-items: center;
    place-content: center;
    height: 22px;
    font-weight: 500 !important
}

ateing--head>h3 {
    font-size: 16px;
    flex: 1 1 0%;
    margin-right: 3px;
    text-align: right;
    font-weight: 700;
    display: flex;
    align-items: center
}

rateing--head>span {
    max-width: max-content;
    direction: rtl;
    text-align: left;
    position: relative;
    font-size: 12px;
    display: flex;
    align-items: center
}

rateing--head>span>em:first-child {
    font-weight: 700;
    color: #0b58b9;
    font-size: 16px
}

rateing--head>span>em {
    font-family: var(--f-number)
}

.inner--comment-area---comments rating--items--progress {
    background: #eee
}

rating--items--progress {
    height: 6px;
    margin: 2px 0 6px;
    background: #fff;
    border-radius: 10px;
    display: block;
    min-width: 100%;
    position: relative
}

rating--items--progress>div {
    display: block;
    height: 100%;
    border-radius: 10px;
    transition: .7s;
    width: 0
}

.Progress--red--BG {
    background: var(--Progress--red--BG);
    width: 100%
}

.Progress--orange--BG {
    background: var(--Progress--orange--BG);
    width: 100%;
}

.Progress--blue--BG {
    background: var(--Progress--blue--BG);
    width: 100%
}

.Progress--green--BG {
    background: var(--Progress--green--BG);
    width: 100%
}

.-secodary-single-post-bar .--Comment-Content- {
    display: flex;
    align-items: center;
    flex: 1
}

.-secodary-single-post-bar .CommentDate {
    flex-direction: column
}

.--commented_content {
    display: flex;
    padding: 20px
}

.--commented_content a {
    display: flex;
    margin-right: auto;
    padding: 5px 10px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 500
}

.--commented_content p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--second-text-color)
}

.Userbio--img {
    border-radius: 50%;
    width: 25px;
    height: 25px;
    overflow: hidden;
    margin-inline-end: 6px
}

.Userbio--img img {
    height: 100%;
    width: 100%;
}

.Userbio--info {
    display: flex;
    align-items: center
}

.Userbio--info h3 {
    font-weight: 500;
    font-size: 13px;
    color: var(--second-text-color)
}

.single-post-parent-container-comments form.CommentsFormInner>* {
}

.alerts {
    width: 100%;
}

.-comment-contentarea.d-flex {
    width: 100%;
}

.MasterRatesBoxed {
    width: 100%;
}

.CommentsList {
    margin-top: 30px
}
.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;
    color: var(--secondarytext);
    box-shadow: var(--box-shadow-hover);
    background: #fff
}

.-comments-head-area>.UserAvatar>img,
.-single-parent-flexes--content-inner-thumb--inner>img {
    max-height: 100%;
    max-width: unset;
    min-height: 100%
}
.progress-Comment-Content- {
    display: flex;
    align-items: center;
    margin-inline-start: auto;
    background: #f8fdff;
    padding: 8px;
    border-radius: 13px
}

.Comment-progress {
    margin-inline-end: 10px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary-text);
    border-radius: 50%;
    color: #fff
}

.progress-Comment-Content- {
}

.Comment-progress {
    margin-inline-end: 10px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary-text);
    border-radius: 50%;
    color: #fff
}

.yc-secodary-product-post-bar.--scroll--top--action {
    display: none;
}

.yc-secodary-product-post-bar.--scroll--top--action.active {
    display: block;
}

.YC-single-prodcuts-parent-container-comments {
    display: flex;
    flex-wrap: wrap;
    gap: 21px;
}

.--widget--sidebar--title {
    font-size: 20px;
    margin-bottom: 9px;
    font-weight: 600;
}

form.CommentsFormInner {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}

.yc-comments-head-area {display: flex;align-items: center;}

 .backlink-container {
        display: flex;
        gap: 30px;
        align-items: self-start;
    }
    .backlink-left {
    min-width: 380px;
    max-width: 380px;
    flex: 1;
    position: sticky;
    top: 200px;
    }
    .backlink-left img {
        width: 100%;
        border-radius: 8px;
        margin-bottom: 20px;
        border: 1px solid #ddd;
    }
    .price-box {
        background: #f2fdf2;
        padding: 20px;
        border-radius: 10px;
        margin-bottom: 20px;
    }
    .price-box h2 {
        font-size: 20px;
        margin-bottom: 10px;
        color: #2a2a2a;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

.price-box h2 span {
    font-size: 21px;
    font-family: var(--f-number);
}
    .price-box ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    .price-box ul li {
        padding: 6px 0;
        font-size: 15px;
    }
    .backlink-actions a {
        display: block;
        text-align: center;
        margin-bottom: 12px;
        padding: 12px;
        background: var(--uicolor2);
        color: white;
        text-decoration: none;
        border-radius: 6px;
        font-weight: 500;
        font-size: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
    }
    .backlink-actions a:last-child {
        background: var(--Progress--green--BG);
    }
    .backlink-actions a:hover {
        opacity: 0.9;
    }

    .backlink-info-box {
        background: #f9faff;
        padding: 20px;
        border-radius: 10px;
        margin-bottom: 20px;
        display: flex;
        flex-wrap: wrap;
        gap: 29px;
    }
    .info-row {
        display: flex;
        justify-content: space-between;
        padding: 12px 0 13px;
        border-bottom: 1px solid #e6e9ff;
        min-width: 371px;
        max-width: 100%;
        flex: 1;
        flex-direction: column;
        gap: 10px;
    }

.info-row.backlink-image {
    display: flex;
    flex-direction: inherit;
    align-items: center;
}
    .info-row:last-child {
        border-bottom: none;
    }
    .info-label {
        font-weight: 400;
        color: #000;
        font-size: 17px;
    }

.info-row.backlink-image .info-label {
    color: var(--secondarytext);
    font-weight: 300;
}
    .info-value {
        color: #222;
        font-size: 18px;
        font-weight: 400;
        font-family: var(--f-number);
    }

.info-value a {
    color: var(--uicolor2);
    font-weight: 400;
    font-size: 16px;
    display: flex;
    align-items: center;
    align-items: center;
    justify-content: right;
    gap: 3px;
    direction: ltr;
}

.info-value a i {
    font-weight: 600;
    font-size: 11px;
    margin-inline-start: 5px;
    color: var(--secondarytext);
}
    .backlink-description {
        margin-top: 20px;
        font-size: 15px;
        line-height: 1.8;
        color: #000;
        background: #f9faff;
        padding: 20px;
        border-radius: 10px;
        margin-bottom: 20px;
        display: flex;
        flex-wrap: wrap;
        font-weight: 400;
        font-size: 17px;
    }

.backlink-right {
    flex: 1;
}

.YC-backlink-info-site {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 22px;
}

.YC-backlink-info-details {
    font-size: 18px;
    display: flex;
    align-items: center;
    gap: 19px;
}

.YC-backlink-title {
    margin-bottom: 20px;
}

.YC-backlink-title h1 {
    font-size: 43px;
    font-weight: 600;
    color: rgb(13,10,70);
    width: max-content;
}

.YC-backlink-info-box-list {
    min-width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 0;
}

.YC-singular-backlink-container {
    margin-top: 41px;
}
.service-options {
    padding: 10px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}

.service-options label {
    display: flex !important;
    align-items: center;
    padding: 6px 0;
    font-size: 18px;
    color: #444;
    cursor: pointer;
    font-weight: 500;
}

.service-options input[type="checkbox"] {
    margin-left: 8px;
    width: 20px;
    height: 16px;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
    display: block;
}

.service-options strong {
    color: #007c57;
    font-size: 16px;
}

.YC-rounded {
    background: #ffe2b3!important;
    margin-bottom: 14px;
    padding: 9px;
    border-radius: 8px;
    line-height: 1.5;
    font-size: 13px;
    font-weight: 500;
    color: #000;
}

.backlink-actions {
    background-color: #f9f9f9;
    border-radius: 0 0 6px 6px;
    padding: 25px;
}

.info-row.backlink-image .info-value {
    font-weight: 600;
}

.info-backlink {
    display: flex;
    align-items: center;
    font-size: 29px;
    gap: 7px;
    font-weight: 600;
    color: #000;
}

.info-backlink i {
    font-size: 11px;
    color: #8b7e7e;
    font-weight: 400;
}

.rate-button {
    padding: 12px 16px;
    background: #edf5fd;
    color: var(--uicolor2);
    font-weight: 400;
    font-size: 15px;
    font-weight: 400;
    border-radius: var(--miniradius);
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
}

.rate-button i {
    font-weight: 500;
}

.rate-status-Title {
    border-radius: 6px;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    line-height: 11px;
    padding: 4px 8px 3px;
    background-color: #f8f7ed;
    color: #d0cdc6;
    font-weight: 500;
}

.CommentsList_Title {
    font-size: 15px;
    color: var(--uicolor2);
}

.YC-title {
    font-size: 27px;
    color: #000;
    font-weight: 500;
}

.Yc-backlink-artcile {
    margin-top: 21px;
}

.--comments--backlinks--title {
    padding: 20px;
    font-size: 20px;
    color: #000;
    border-bottom: 1px solid #e0e6ff;
}

.Parent-Boxed--Context---overlays.--ActionType--addrate .Boxed--Context---overlays {
    flex-direction: column;
    flex-wrap: nowrap;
    min-width: 701px;
    max-width: 711px;
}

.single-backlinks-parent-container-comments {
    padding: 19px;
}

.single-backlinks-parent-container-comments form.CommentsFormInner {
    flex-direction: column;
    flex-wrap: nowrap;
    display: flex;
    gap: 4px;
}

.single-backlinks-parent-container-comments .YC-single-prodcuts-parent-container-comments {
    flex-direction: column;
    gap: 14px;
}

.single-backlinks-parent-container-comments .-comments-titlecontext-inner {
    margin-bottom: 12px;
}

.-YC-post-reviews-info .product-item-info-stats-ratings {
    flex: 1;
    position: relative;
    justify-content: flex-start;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: 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
}

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

.RateComment {
    align-items: center;
    display: flex;
    flex-direction: column;
    align-items: self-start;
    text-align: right;
    width: max-content;
    gap: 11px;
}
.RateComment>.RatingReview {
    direction: ltr;
    font-size: 18px;
    color: #e1e1e1;
    cursor: pointer;
    margin-inline-start: 10px;
    margin-top: 0;
    display: flex;
    gap: 1px;
}
.RateComment>.RatingReview>i.active {
    color: #ffa700;
}
.RateComment>.RatingReview>i.fixedactive {
    color: #ffa700;
    font-weight: 600;
}

.product-item-info-stats-ratings p {
    font-size: 15px;
    color: #000;
    font-weight: 500;
    display: flex;
    gap: 7px;
}

.product-item-info-stats-ratings p span {
    font-size: 15px;
}

h2.-TitleContent-section {
    display: flex;
    margin-bottom: 40px;
    font-size: 30px;
    font-weight: 600;
    align-items: center;
    color: #000;
}

.info-row.type-backlink .info-value {
    color: var(--uicolor2);
}

.affiliate-offers-grid {
    display: flex;
    gap: 16px;
    margin-top: 40px;
    flex-wrap: wrap;
}

.affiliate-card {
    background: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 16px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    min-width: 250px;
    max-width: 360px;
    flex: 1;
}

.affiliate-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.affiliate-card-header {
    padding: 16px;
    border-bottom: 1px solid #f0f0f0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
}

.affiliate-title {
    font-size: 15px;
    font-weight: 600;
    margin: 0;
    color: #333;
}

.affiliate-discount {
    position: relative;
    background-color: #ffdcde;
    color: var(--Progress--red--BG);
    font-size: 11px;
    padding: 4px 8px;
    border-radius: 12px;
    font-weight: 500;
    display: flex;
    gap: 6px;
    align-items: center;
    width: max-content;
}

.affiliate-discount i {
    font-weight: 400;
}

.affiliate-details {
    list-style: none;
    margin: 0;
    padding: 16px;
    color: #555;
    font-size: 14px;
    display: flex;
    gap: 11px;
    /* flex-wrap: wrap; */
    flex-direction: column;
}

.affiliate-details li {
    display: flex;
    align-items: center;
    gap: 5px;
}

.affiliate-details i {
    color: var(--uicolor2);
    margin-left: 8px;
    font-size: 16px;
    width: 12px;
    align-items: center;
    display: flex;
    justify-content: center;
    font-weight: 500;
}

.affiliate-footer {
    padding: 14px;
    text-align: center;
    border-top: 1px solid #f0f0f0;
}

.affiliate-button {
    display: inline-block;
    background-color: var(--uicolor2);
    color: #fff;
    padding: 10px 18px;
    font-size: 15px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 500;
    transition: background-color 0.3s ease;
    display: flex;
    flex-direction: row-reverse;
    width: max-content;
    justify-content: center;
    align-items: center;
    margin-inline: auto;
    gap: 9px;
}

.affiliate-button:hover {
    background-color: var(--uicolor);
}

.no-affiliate-message {
    padding: 20px;
    background-color: #fef3f3;
    color: #d93025;
    border: 1px solid #f0cfcf;
    border-radius: 10px;
    font-size: 16px;
    text-align: center;
}


.backlink-left img {
    filter: blur(6px);
    transition: filter 0.3s ease;
}